﻿.d-flex {
    display: flex;
}

.pst_span {
    width: auto;
    white-space: nowrap;
}

.pst_a_delete {
    text-decoration: none;
    color: red;
    cursor: pointer;
    margin-right: 5px;
}

    .pst_a_delete:first-child {
        text-decoration: none;
        color: red;
        cursor: pointer;
        margin-right: 5px;
        margin-left: 5px;
    }

    .pst_a_delete:hover {
        text-decoration: none;
        color: lightcoral;
    }

.pst_a_insert {
    text-decoration: none;
    color: green;
}

    .pst_a_insert:hover {
        text-decoration: none;
        color: #74e031;
    }

.pst_th_insert {
    padding-bottom: 0px !important;
    font-size: 25px !important;
    border-left: 1px solid #ddd;
    cursor: pointer;
}

.pst_th_stops {
    height: 36px !important;
    padding-left: 3px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    white-space: nowrap;
    position: absolute;
    left: 0;
}

.pst_th_trips {
    text-align: left;
    border-left: 1px solid #ddd;
    height: 36px !important;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table > thead > tr > th.pst_th_trips {
    padding-left: 0px;
    padding-right: 0px;
}

.pst_td {
    border-left: 1px solid #ddd;
    text-align: center;
    padding: 2px !important;
    height: 24px !important;
    white-space: nowrap;
    display: inline-table;
}

.pst_td_stops {
    padding: 3px !important;
    height: 24px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    left: 0;
    cursor: context-menu;
    font-size: 11.5px;
}

.pst_th_stops,
.pst_td_stops {
    width: 140px;
}

.pst_th_trips,
.pst_td {
    /* width: 150px; */
    width: 105px;
}

.pst_tr_stops_header {
    height: 36px;
}

.pst_tr_stops {
    height: 24px !important;
}

.pst_input {
    border: 0px;
    background: transparent;
    width: 65%;
    padding-right: 3px;
    outline: none;
    margin-top: 3px;
}

.pst-col-stops-table {
    width: 200px !important;
    padding-right: 0px !important;
}

.pst-table-wrapper-row {
    margin-left: 18px !important;
}

.pst-col-pst-table {
    padding-left: 0 !important;
}

    .pst-col-pst-table table {
        margin-left: 140px;
        width: calc(100% - 140px);
        white-space: nowrap;
        overflow-x: auto;
        margin-bottom: 0px;
        display: block;
    }

.propagate-btn {
    padding: 2px 10px !important;
}

.loading {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 40px;
}

.map-container {
    height: 70vh;
}

.map-modal .modal-dialog {
    width: 90% !important;
}

.map-modal .stopsMapButtonsFooter {
    margin-top: 10px;
    text-align: right;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

body {
    font-family: 'Roboto';
    padding-bottom: 20px;
}

.display-flex {
    display: flex;
}

.table-loading {
    position: relative;
}

div.table-loading div.table-responsive {
    min-height: 100px;
}

div.table-loading div.loading {
    position: absolute;
    top: 37px;
    right: 0;
    left: 0;
    margin-top: 0;
    cursor: progress;
}

.psLoading {
    position: static;
}

    .psLoading div div {
        height: 25px !important;
    }

div.table-loading table tbody {
    position: relative;
}

    div.table-loading table tbody.overlay:after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.05);
        content: "";
        cursor: progress;
        min-height: 50px;
    }

.btn-green,
.btn-green div.icon-img {
    color: green;
}

tr.selectable {
    cursor: pointer;
}

tr.busched.selectable.checked,
tr.busched.selectable.checked:hover,
tr.datamanager.selectable.checked,
tr.datamanager.selectable.checked:hover,
tr.spidermap.selectable.checked,
tr.spidermap.selectable.checked:hover {
    background: rgba(155, 206, 230, 0.20) !important;
}

tr.passing-times {
    height: 24px;
}

.styles-table .table-responsive {
    overflow-x: unset !important;
}

th {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

    th.sortable {
        cursor: pointer
    }

td {
    font-size: 12px;
    vertical-align: middle !important;
}

    td p:last-child {
        margin-bottom: 0;
    }

.text-align-center {
    text-align: center;
}

.float-left {
    float: left;
}

.float-right {
    float: right !important;
}

.outline-none {
    outline: none;
}

.padding-0 {
    padding: 0px !important;
}

.padding-15 {
    padding: 15px !important;
}

td.cell-align-top {
    vertical-align: top !important;
}

.padding-top-7 {
    padding-top: 7px;
}

.padding-top-3 {
    padding-top: 3px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-right-8 {
    padding-right: 8px !important;
}

.padding-right-13 {
    padding-right: 13px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-top {
    padding-top: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.padding-left-13 {
    padding-left: 13px !important;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-left-25 {
    padding-left: 25px !important;
}

.padding-left-35 {
    padding-left: 35px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.no-margin {
    margin: 0 !important;
}

.margin-left--10 {
    margin-left: -10px;
}

.margin-left--15 {
    margin-left: -15px;
}

.no-margin-left {
    margin-left: 0px !important;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-65 {
    margin-left: 65px;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-25 {
    margin-top: 25px;
}


.margin-top-30 {
    margin-top: 30px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-right-negative-11 {
    margin-right: -11px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-35 {
    margin-bottom: 35px !important;
}

.border-0 {
    border: 0px !important;
}

.width-100p {
    width: 100%;
}

.width-80p {
    width: 80%;
}

.width-70p {
    width: 70%;
}

.width-60p {
    width: 60%;
}

.width-50p {
    width: 50%;
}

.width-40p {
    width: 40%;
}

.width-30p {
    width: 30%;
}

.width-25p {
    width: 25%;
}

.width-20p {
    width: 20%;
}

.width-15p {
    width: 15%;
}

.width-11p {
    width: 11%;
}

.width-10p {
    width: 10%;
}

.width-8p {
    width: 8%;
}

.width-7p {
    width: 7%;
}

.width-5p {
    width: 5%;
}

.width-1p {
    width: 1%;
}

.footer {
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .footer img {
        max-height: 50px;
        width: auto;
    }

ul.nav-tabs {
    border-bottom: 1px solid #ABABAB;
}

    ul.nav-tabs li:first-child {
        padding-left: 15px;
    }

    ul.nav-tabs li a,
    ul.nav-tabs li a:hover {
        border-radius: 0;
        color: #666;
        background-color: #FFF;
        border: 1px solid #ABABAB;
    }

        ul.nav-tabs li a:hover {
            background-color: #EDEDED;
        }

    ul.nav-tabs li.active a,
    ul.nav-tabs li.active a:hover,
    ul.nav-tabs li.active a:focus {
        color: #FFF;
        background-color: #ABABAB;
        border: 1px solid #ABABAB;
        border-bottom-color: #ABABAB;
    }

div#tml-bussched-tabs ul.nav-tabs li:first-child {
    padding-right: 30px;
}

div.tab-with-options {
    position: relative;
}

div.tab-options {
    position: absolute;
    right: 15px;
    top: 10px;
}

div.missing-config-item {
    padding-top: 3px;
    padding-bottom: 3px;
    display: list-item;
    margin-left: 1em;
}

div.tml-stop-sched-schedule-set-line-info {
    padding-top: 15px;
    font-size: 17px;
    font-weight: bold;
}

div.tml-stop-sched-schedule-set-season-info {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
}

div.row.tml-schedule-set {
    display: flex;
}

    div.row.tml-schedule-set div.tml-schedule-set-daytype {
        display: flex;
        flex: 1 1 auto;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

        div.row.tml-schedule-set div.tml-schedule-set-daytype div {
            align-self: center;
        }

    div.row.tml-schedule-set div.tml-schedule-set-buttons {
        flex: 0 0 auto;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

.drag-drop-container {
    width: 151px;
    display: inline-block;
}

.layout-content {
    margin-left: 50px;
}

    .layout-content.menu-open {
        margin-left: 250px;
    }

/* .layout-content,
    .layout-content.menu-open {
    } */

.modal-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.control-label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.control-label-dropdown {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 3;
}

.row.height-30px {
    height: 30px;
}

.row-dropdown {
    padding-left: 20px;
}

.row.no-padding > div {
    padding: 0;
}

    .row.no-padding > div + div {
        padding-left: 15px;
    }

.span-colors {
    border: 1px solid black;
    display: inline-block;
    border-radius: 10px;
    height: 20px;
    width: 20px;
}

.span-colors-gradients {
    border: 1px solid black;
    display: inline-block;
    position: relative;
    border-radius: 10px;
    height: 20px;
    width: 20px;
    z-index: 10;
}

.span-colors-gradients-zindex-1 {
    z-index: 9;
}

.span-colors-gradients-zindex-2 {
    z-index: 8;
}

.span-colors-gradients-zindex-3 {
    z-index: 7;
}

.span-colors-gradients-zindex-4 {
    z-index: 6;
}

.sketch-picker {
    border-radius: 0px !important;
    padding: 0px !important;
    box-shadow: none !important;
}

.title-divider {
    margin-top: 10px;
}

.title {
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
}

.alert-title {
    color: black;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.break-word {
    word-break: break-word;
}

.panel-warning .panel-heading {
    background-image: none !important;
    border: 0px;
    background-color: #DBD6D1 !important;
}

.panel-danger .panel-heading {
    background-image: none !important;
    border: 0px;
    background-color: #d9534fe6 !important;
}

.panel-success .panel-heading {
    background-image: none !important;
    border: 0px;
    background-color: #b6e8c5d9 !important;
}

.font-size-12 {
    font-size: 12px;
}

div.warning span.bussched-stops-warning {
    font-size: 14px;
    color: #333;
    padding-left: 5px;
}

.form-checkbox label {
    text-transform: uppercase;
    font-weight: 700 !important;
    display: inline !important;
    font-size: 12px;
}

.daysCheckbox {
    font-size: 12px;
    line-height: 1.8;
}

.checkbox-paths-in-map {
    font-size: 12px;
    line-height: 1.85;
    padding-left: 15px;
}

.customSketchPicker {
    width: 80% !important;
    height: 200px !important;
}

.form-control {
    font-size: 12px !important;
}

/* MultiSelect properties*/
.custom-multiselect {
    font-size: 12px !important;
}

.custom-multiselect-mapPoint {
    font-size: 12px !important;
    margin-bottom: 15px;
}

.custom-multiselect .custom-multiselect-label {
    display: flex;
    align-items: center;
}

    .custom-multiselect .custom-multiselect-label .icon-img {
        font-size: 12px;
        margin-right: 5px;
    }

.custom-multiselect-small {
    height: 30px;
}

.has-error .custom-multiselect .css-bg1rzq-control {
    border-color: #a94442;
}

.css-bg1rzq-control,
.css-1szy77t-control {
    min-height: 34px !important;
}

.custom-multiselect-small .css-bg1rzq-control,
.custom-multiselect-small .css-1szy77t-control {
    min-height: 30px !important;
    height: 100%;
}

.css-kj6f9i-menu,
.css-ksdk4d-menu {
    z-index: 1100 !important;
}

.custom-multiselect-small .css-16pqwjk-indicatorContainer,
.custom-multiselect-small .css-1thkkgx-indicatorContainer {
    padding: 2px 8px;
}

/*------------------------*/

.help-block {
    font-size: 12px;
}

.icon-img {
    font-size: 18px;
}

    .icon-img.warning {
        color: #ffc107;
    }

.btn {
    font-size: 11.5px !important;
    outline: none !important;
    font-weight: bolder !important;
}

.btn-default {
    background: none !important;
}

.btn-link {
    color: lightgrey !important;
}

    .btn-link:hover, .btn-link:focus {
        color: darkgrey !important;
    }

.busmap .table > tbody > tr > td {
    padding: 10px !important;
    line-height: 2 !important;
}

.busmap .table th:first-child,
.busmap .table td:first-child {
    padding-left: 60px !important;
}

.table span.label {
    font-size: 100%;
}

.table span.comparison-left-value span.label {
    margin-right: 0px;
}

.table-btn {
    background: transparent !important;
    border: 0px !important;
    box-shadow: none !important;
    padding: 0px !important;
    min-width: 25px;
}

.table-btn-margin-right {
    margin-right: 10px;
}

.pagination-grid {
    padding-left: 0px !important;
    padding-right: 5px !important;
}

.pagination-elements-col {
    padding-left: 0px !important;
}

.title-row {
    padding: 10px 15px;
    margin-bottom: 10px;
}

    .title-row h1,
    .title-row h2,
    .title-row h3 {
        font-size: 16px;
        line-height: 2;
        text-transform: uppercase;
        font-weight: bold;
        width: auto;
        display: inline;
    }

.title-row-with-h3 {
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 5px;
}

.title-row h2 {
    font-size: 14px;
    padding-left: 10px;
}

.title-row-with-h3 {
    padding-top: 10px;
}

.title-row h3 {
    font-size: 12px;
    padding-left: 20px;
}

.title-row.separator {
    border-bottom: 1px #bbb solid;
    margin-bottom: 0 !important;
    padding-bottom: 15px !important;
}

.title-row.background {
    background-color: #f5f5f5;
}

.title-row button {
    text-transform: uppercase;
}

.form-group {
    margin-bottom: 5px;
}

table .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.bus-map-stop-selected,
.bus-sched-line-selected,
.bus-sched-schedule-selected {
    background-color: rgba(155, 206, 230, 0.20) !important;
}

ul.bus-map-line {
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

    ul.bus-map-line li {
        position: relative;
        margin: 0;
        padding-bottom: 10px;
        padding-left: 20px;
    }

        ul.bus-map-line li:before {
            background-color: #0007e0;
            width: 2px;
            content: '';
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 7px;
        }

        ul.bus-map-line li:after {
            content: '';
            position: absolute;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 32 32' focusable='false'%3E%3Ccircle stroke='none' fill='%230007e0' cx='16' cy='16' r='10'%3E%3C/circle%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-size: contain;
            left: 0;
            top: 2px;
            width: 16px;
            height: 16px;
        }

        ul.bus-map-line li:first-child:before {
            top: 15px;
        }

        ul.bus-map-line li:last-child:before {
            height: 6px;
        }

        ul.bus-map-line li:only-of-type:before {
            top: 0;
            height: 0;
        }

.dashboard {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.dashboard-map {
    height: 70vh;
    width: 95%;
    z-index: 99;
}

.search-bar {
    padding-left: 0px !important;
}

    .search-bar input {
        height: 31px;
    }

.title-row-col-btns {
    padding-right: 6px !important;
}

.panel-labels {
    border-radius: 0px !important;
    font-size: 15px !important;
    padding: 5px !important;
    border: 1px solid #2f5c91;
}

.panel-label-title {
    color: white !important;
    background-color: #2f5c91 !important;
    width: 70%;
    display: inline-block !important;
    font-weight: 100 !;
}

.panel-label-data {
    color: black !important;
    background: white !important;
    width: 30%;
    display: inline-block !important;
    font-weight: 100 !important;
}

.busmap table .download-links {
    display: flex;
    justify-content: space-around;
}

.busmap .empty-set {
    margin-top: 20px;
    text-align: center;
}

textarea.notes-textarea {
    background-color: #EDEDED;
    border: 0;
    border-radius: 0;
    resize: none;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
}

div.comparison-toggle {
    height: 12px;
    padding-right: 5px !important;
}

.react-toggle-track {
    width: 30px !important;
    height: 15px !important;
}

.react-toggle-thumb {
    width: 13px !important;
    height: 13px !important;
}

.react-toggle--checked .react-toggle-thumb {
    left: 16px !important;
}

span.comparison-left-value {
    text-decoration: line-through;
    color: #FF0000;
    padding-right: 5px;
}

span.comparison-right-value {
    color: #006400;
}

tr.comparison-new-value,
tr.comparison-new-value:hover,
th.pst_th_trips.comparison-new-value {
    background-color: #e7fee7 !important;
}

    tr.comparison-new-value button.table-btn {
        display: none;
    }

        tr.comparison-new-value button.table-btn.table-btn-show-always {
            display: block;
        }

        tr.comparison-new-value button.table-btn.table-btn-margin-right-one-button {
            margin-right: 42px;
        }

        tr.comparison-new-value button.table-btn.table-btn-margin-right-two-buttons {
            margin-right: 80px;
        }

#table-wrapper {
    position: relative;
}

#table-scroll {
    height: 200px;
    overflow: auto;
    margin-top: 20px;
}

#table-wrapper table {
    width: 100%;
}

    #table-wrapper table * {
        color: black;
    }

    #table-wrapper table thead th .stop {
        position: absolute;
        top: -20px;
        z-index: 2;
        height: 20px;
        width: 3%;
    }

.bg-tr {
    background-color: aqua;
}

#table-wrapper table thead th .sched {
    position: absolute;
    top: -20px;
    z-index: 2;
    height: 20px;
    width: 50%;
}

div.rule-form-label,
div.rule-form-label-not-editable {
    float: left;
    margin-right: 10px;
}

    div.rule-form-label div {
        vertical-align: middle;
        height: 34px;
        display: table-cell;
        font-size: 12px;
    }

.details-label {
    font-weight: bold;
}

.edition-selector .btn-toolbar {
    margin-bottom: 25px;
}

.edition-selector .popover {
    right: 0;
    left: auto !important;
}

    .edition-selector .popover .arrow {
        display: none;
    }

.edition-selector .edition-selector-months,
.edition-selector .edition-selector-days {
    color: #ABABAB;
}

.edition-selector table.edition-selector-months {
    margin-bottom: 0px !important;
}

.edition-selector table > tbody > tr > td {
    border: 0px;
}

.edition-selector table.edition-selector-days > tbody > tr {
    border-top: solid 1.5px #2f5c91;
}

    .edition-selector table.edition-selector-days > tbody > tr > td {
        padding: 4px;
    }

        .edition-selector table.edition-selector-days > tbody > tr > td > span {
            padding: 4px;
            border-radius: 50%;
        }

        .edition-selector table.edition-selector-days > tbody > tr > td.planning-modification > span {
            background-color: rgba(47, 92, 145, .25);
        }

        .edition-selector table.edition-selector-days > tbody > tr > td.network-modification > span {
            background-color: rgba(189, 218, 177, .70);
        }

        .edition-selector table.edition-selector-days > tbody > tr > td.both-modification > span {
            background-color: rgba(244, 202, 142, .50);
        }

.edition-selector table > tbody > tr > td {
    cursor: pointer;
}

    .edition-selector table > tbody > tr > td:hover {
        background-color: #f5f5f5;
    }

    .edition-selector table > tbody > tr > td.edition-selector-navigation {
        color: #2f5c91;
        font-size: 20px;
    }

.edition-selector .edition-selector-month > div:last-child {
    font-size: 15px;
}

.edition-selector .selected {
    color: black;
    font-weight: bold;
}

    .edition-selector .selected .edition-selector-month > div:last-child {
        font-size: 18px;
    }

@media (min-width: 1025px) {
    .edition-selector .edition-selector-desktop {
        display: block;
    }

    .edition-selector .edition-selector-mobile {
        display: none;
    }
}

@media (max-width: 1024px) {
    .edition-selector .edition-selector-desktop {
        display: none;
    }

    .edition-selector .edition-selector-mobile {
        display: block;
    }
}

@media (max-width: 767px) {
    .title-row-col-btns {
        float: left !important;
        padding-left: 6px;
    }

    .table-small-screens .table-responsive {
        border: 0px !important;
    }

    .btns-small-screens-inside-modal {
        padding-top: 15px;
    }

    .btns-two-lines-small-screens-inside-modal {
        margin-top: 15px !important;
    }

    .btns-paths-in-map-small-screens {
        float: left !important;
        padding-left: 15px;
    }
}

leaflet-marker-draggable {
    width: 15px;
    height: 15px;
    border-radius: 7px;
}

.popover.bottom > .arrow {
    display: none;
}

.ps-btn-green,
.ps-btn-green div.icon-img {
    color: green;
    width: 50%;
    border-color: black;
    cursor: pointer;
    font-size: 25px;
    font-weight: bold;
}

.ps-btn-red,
.ps-btn-red div.icon-img {
    color: red;
    width: 50%;
    border-color: black;
    cursor: pointer;
    font-size: 25px;
    font-weight: bold;
}

.ps-btn-redTest,
.ps-btn-redTest button.table-btn {
    display: flex;
}

    .ps-btn-redTest,
    .ps-btn-redTest div.icon-img {
        /*display: flex;*/
        font-size: 20px;
        align-items: center !important;
        color: red;
        width: 50%;
        height: 50%;
        border-color: black;
        cursor: pointer;
        font-weight: bold;
        margin-bottom: 5px;
    }


.custom-panel {
    background-color: #f5f5f5 !important;
    border-radius: 15px;
    border: 3px solid #000000;
    padding: 20px;
    box-shadow: 0 2px 4px rgb(0, 0, 0);
    width: 97%;
    margin-left: auto;
    margin-right: auto;
}

.network-toggle-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: -20px;
}

.network-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

    .network-text.active {
        font-size: 16px;
        font-weight: bold;
        color: #2f5c91;
    }

.custom-toggle {
    width: 50px;
    height: 24px;
    border-radius: 12px;
    background-color: #2f5c91;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .custom-toggle.active {
        background-color: #919191;
    }

    .custom-toggle .slider {
        width: 20px;
        height: 20px;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 2px;
        left: 2px;
        transition: transform 0.3s ease;
    }

    .custom-toggle.active .slider {
        transform: translateX(26px);
    }

.form-group-dashboard {
    margin-top: -10px !important;
    margin-right: 15px !important;
}

.message-form-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.message-form-span {
    font-size: 0.80rem;
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}
.bussched-form-label {
    margin-bottom: -10px;
}

.bussched-checkbox-container {
    padding-left: 20px;
     margin-top: -10px
}

.day-group-item {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
}

.day-group-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.day-groups-container .table {
    width: 100%;
    table-layout: fixed;
}

    .day-groups-container .table th,
    .day-groups-container .table td {
        vertical-align: middle;
        padding: 8px;
        min-width: 50px;
        text-align: left;
    }

.day-groups-container .col-day-type,
.day-groups-container .col-desc-pt,
.day-groups-container .col-desc-en {
    width: 35%;
}

.day-groups-container .col-actions {
    width: 10%;
    text-align: right;
    white-space: nowrap;
}

.day-groups-container .col-day-type select,
.day-groups-container .col-desc-pt input,
.day-groups-container .col-desc-en input {
    height: 38px;
    line-height: 38px;
    padding: 6px 12px;
}

.tooltip-icon {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

    .tooltip-icon i {
        transform: rotate(90deg); 
        display: inline-block; 
    }

    .tooltip-icon::after {
        content: "Mover"; 
        position: absolute;
        bottom: 100%; 
        left: 50%;
        transform: translateX(-50%);
        background: black;
        color: white;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 12px;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease-in-out;
    }

    .tooltip-icon:hover::after {
        opacity: 1;
        visibility: visible;
    }

