/* Global */
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    height: 850px;
    overflow: auto;
}

a {
    text-decoration: none !important;
}

h1 {
    font-size: 20px !important;
    padding-bottom: 15px;
}



/* Footer */
.crm-footer {
    background: #494949;
    color: #fff;
    padding-top: 3%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 3%;
}

.crm-footer-boxes {
    display: flex;
}

.crm-footer-box {
    color: #ffffff;
}

.crm-copyright {
    text-align: center;
    font-size: 12px;
    background: #494949;
    color: #a8a8a8;
    padding-bottom: 10px;
}

.crm-copyright a {
    color: #a8a8a8;
    font-weight: 700;
}

.crm-footer-logo {
    width: 250px;
    text-align: right;
}

.crm-ul {
    margin: 0px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    list-style-type: none;
}

.crm-ul a {
    color: #fff;
}

.crm-ul a:hover {
    color: #a8a8a8;
}

/* Form Elements */

.crm-kunde-new {
    display: flex;
}

.crm-kunde-new-box {
    margin-right: 15px;
}

.crm-form input[type=text],
.crm-form input[type=password],
.crm-form input[type=email],
.crm-form input[type=number],
.crm-form-element {
    padding: 15px;
    width: 100%;
    border: 0;
    border-radius: 8px;
}

.crm-form-element {
    margin-bottom: 10px;
}

.crm-form input[type=submit],
.crm-form-btn {
    margin-top: 5px;
    display: inline-block;
    background: #484848;
    color: #fff;
    padding: 15px;
    border: 0;
    cursor: pointer;
    margin-top: 20px;
}

.crm-form input[type=submit]:hover,
.crm-form-btn:hover {
    background: #1e88c5;
}

.crm-form-label {
    display: block;
    padding-bottom: 5px;
}

/* Debug Line */
.debug_line {
    background: #c40000;
    color: #fff;
    padding: 5px;
}


/* Table */

.crm-table table {
    border-collapse: unset !important;
    width: 100%;
}

.crm-table tr {
    border: 1px solid #aaaaaa;
}

.crm-table td,
.crm-table th {
    text-align: left;
    padding: 18px;
}

.crm-content-site {
    /*background: rgb(243, 243, 243);
    box-shadow: 0px 0px 8px -5px #000;*/
    padding: 15px;
}

/* CRM */

.blur {
    color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
 }

.crm-profilbild {
    margin-right: 5px !important;
    object-fit: cover !important;
    object-position: center !important;
}

.crm-hover-content {
    display: none;
  }

  /* CSS-Klasse für den Fade-In-Effekt */
  .fade-in {
    animation: fadeIn 0.3s ease-in-out;
  }

  /* CSS-Klasse für den Fade-Out-Effekt */
  .fade-out {
    animation: fadeOut 0.3s ease-in-out;
  }

  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  @keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
  }

.crm-300 {
    width: 300px !important;
    height: 300px !important;
}

.crm-20 {
    width: 20px !important;
    height: 20px !important;
}

.crm-30 {
    width: 30px !important;
    height: 30px !important;
}

.crm-50 {
    width: 50px !important;
    height: 50px !important;
}

.crm-150 {
    width: 150px !important;
    height: 150px !important;
}

#crm-table,
#crm-table2,
.crm-table_class,
#crm-table22,
#crm-table222,
#crm-table2222 {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

table.dataTable.no-footer {
    border-bottom: 0px solid rgba(0, 0, 0, 0.3) !important;
}


#crm-table th,
.crm-table_class th,
#crm-table2 th,
#crm-table22 th,
#crm-table222 th,
#crm-table2222 th {
    border: 1px solid #eeeeee !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#crm-table td,
.crm-table_class td,
#crm-table2 td,
#crm-table22 td,
#crm-table222 td,
#crm-table2222 td {
    border: 1px solid #eeeeee !important;
    background: #fff;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#crm-table tr:nth-child(even),
.crm-table_class tr:nth-child(even),
#crm-table2 tr:nth-child(even),
#crm-table22 tr:nth-child(even),
#crm-table222 tr:nth-child(even),
#crm-table2222 tr:nth-child(even) {
    background-color: #d8d8d8;
}

#crm-table tr:hover,
.crm-table_class tr:hover,
#crm-table2 tr:hover,
#crm-table22 tr:hover,
#crm-table222 tr:hover,
#crm-table2222 tr:hover {
    background-color: rgb(195, 228, 255) !important;
}

#crm-table th,
#crm-table2 th,
.crm-table_class th,
#crm-table22 th,
#crm-table222 th,
#crm-table2222 th {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: center !important;
    background-color: #ebebeb;
    color: #6f6f6f;
    border: none;
}

.crm-btn-group {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
}

.crm-btn {
    padding: 15px;
    margin: 0px;
    border: 0;
    cursor: pointer;
}

.btn-default {
    background: #484848;
    color: #fff;
}

.btn-red {
    background: #dd0000;
    color: #fff;
}

.btn-orange {
    background: #f47a00;
    color: #fff;
}

.btn-green {
    background: #00b000;
    color: #fff;
}

.crm-btn:hover {
    background: #858585;
}

.crm-message-success {
    background: #00b000;
    color: #fff;
    width: 200px;
    text-align: center;
    padding: 5px;
    margin-bottom: 15px;
}

.crm-select i {
    padding-bottom: 10px;
    font-size: 30px !important;
}

.crm-table-responsive {
    overflow-x: auto;
}

.input_rang {
    display: flex;
    margin-bottom: 10px;
}

/* Select Boxes */
.crm-select-boxes {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.crm-select {
    box-shadow: 0px 0px 8px -5px #000;
    border-radius: 8px;
    padding: 25px;
    margin: 10px;
    display: block;
    min-width: 20%;
    text-align: center;
}

.crm-select-default {
    background: #fff;
    color: #000;
}

.crm-select-default:hover {
    background: #1e88c5;
    color: #fff;
}

.crm-select-dis {
    background: #f3f3f3;
    color: rgb(212, 212, 212);
}


[data-tooltip] {
    position: relative;
    cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
    line-height: 1;
    font-size: .9em;
    pointer-events: none;
    position: absolute;
    box-sizing: border-box;
    display: none;
    opacity: 0;
}

[data-tooltip]:before {
    content: "";
    border: 5px solid transparent;
    z-index: 100;
}

[data-tooltip]:after {
    content: attr(data-tooltip);
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 8px;
    border-radius: 3px;
    background: #3b48ff;
    color: #fff;
    z-index: 99;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: block;
    opacity: 1;
}

[data-tooltip]:not([data-flow])::before,
[data-tooltip][data-flow="top"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #3b48ff;
}

[data-tooltip]:not([data-flow])::after,
[data-tooltip][data-flow="top"]::after {
    bottom: calc(100% + 5px);
}

[data-tooltip]:not([data-flow])::before,
[tooltip]:not([data-flow])::after,
[data-tooltip][data-flow="top"]::before,
[data-tooltip][data-flow="top"]::after {
    left: 50%;
    -webkit-transform: translate(-50%, -4px);
    transform: translate(-50%, -4px);
}

[data-tooltip][data-flow="bottom"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #787878;
}

[data-tooltip][data-flow="bottom"]::after {
    top: calc(100% + 5px);
}

[data-tooltip][data-flow="bottom"]::before,
[data-tooltip][data-flow="bottom"]::after {
    left: 50%;
    -webkit-transform: translate(-50%, 8px);
    transform: translate(-50%, 8px);
}

[data-tooltip][data-flow="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #787878;
    left: calc(0em - 5px);
    -webkit-transform: translate(-8px, -50%);
    transform: translate(-8px, -50%);
}

[data-tooltip][data-flow="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    -webkit-transform: translate(-8px, -50%);
    transform: translate(-8px, -50%);
}

[data-tooltip][data-flow="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #787878;
    right: calc(0em - 5px);
    -webkit-transform: translate(8px, -50%);
    transform: translate(8px, -50%);
}

[data-tooltip][data-flow="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    -webkit-transform: translate(8px, -50%);
    transform: translate(8px, -50%);
}

[data-tooltip=""]::after,
[data-tooltip=""]::before {
    display: none !important;
}

div.fadeMe {
    opacity: 0.7;
    filter: alpha(opacity=20);
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: #fff;
}

div.popup {
    position: fixed;
    left: 50%;
    top: 50%;
    opacity: 0.4;
    width: 50%;
    height: 50%;
    background: white;
    border-radius: 3px;
    padding: 10px;
    z-index: 11;
    height: 7%;
    width: 20%
}

div div.popup {
    position: fixed;
    top: 0;
    right: 10%;
    bottom: 10%;
    left: 10%;
    background-color: red;
    background: blue;
    opacity: .6;
    z-index: 9999999;
    text-align: center;
}

.custom-loader {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 8px solid;
    border-color: #E4E4ED;
    border-right-color: #F43434;
    animation: s2 1s infinite linear;
}

@keyframes s2 {
    to {
        transform: rotate(1turn)
    }
}


.btn-crm {
    background: #001f3f !important;
    color: #fff !important;
    
}
.btn-crm:hover {
    background: #0052a4 !important;
    color: #fff !important;
}

.crm-drop-link:hover {
    color: #001f3f !important;

}

.crm-meldung-offen {
    background: #fff;
    color: #000;
    padding: 15px;
    border-radius: 5px;
}


/* Steps */
.steps {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.step-box {
    box-shadow: 0px 0px 8px -5px #000;
    border-radius: 8px;
    padding: 25px;
    margin: 10px;
    display: flex;
    width: 5%;
    justify-content: center;
    align-content: center;
}

.step-box-dis {
    background: #ebebeb;
    color: #a8a8a8;
}

.step-box-active {
    background: #1e88c5;
    color: #fff;
}


.brand-link {
    background: #484848;
    color: #fff;
}

td {
    vertical-align: middle !important;
}

.p_link {
    color: #494949;
}

.dok_link {
    color: #fff !important;
}

.select2-container--default {
    display: none !important;
}

aside.bg-light .user-panel {
    border-bottom: 1px solid #eeeeee !important;
}
aside.bg-light a, aside.bg-light p {
    color: #000 !important;
}

aside.bg-light .nav-no-active:hover {
    background: #eeeeee !important;
}

.nav-link.active.bg-navy, 
.nav-link.active.bg-navy p,
.nav-link.active.bg-primary, 
.nav-link.active.bg-primary p,
.nav-link.active.bg-danger, 
.nav-link.active.bg-danger p,
.nav-link.active.bg-dark, 
.nav-link.active.bg-dark p,
.nav-link.active.bg-maroon, 
.nav-link.active.bg-maroon p,
.nav-link.active.bg-success, 
.nav-link.active.bg-success p,
.nav-link.active.bg-indigo, 
.nav-link.active.bg-indigo p,
.nav-link.active.bg-fuchsia, 
.nav-link.active.bg-fuchsia p {
    color: #fff !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    background: #6c6cff;
    color: #ffffff !important;
}

.select2bs4 option[selected] {
    background: #64c6ff !important;
    color: #ebebeb !important;
}

.menu_row {
    margin-bottom: 5px;
    background: #dfdfdf;
    padding: 5px;
    border-radius: 8px;
}

.menu_row_child {
    background: #f7f7f7 !important;
}

.menu_row a {
    color: #000;
}

.menu_row .icon {
    padding-top: 5px;
    font-size: 20px;
}

.menu_row .icon-r {
    color: rgb(85, 85, 85);
    font-size: 15px;
}

.content-wrapper {
    height: auto !important;
}

.nav-treeview {
    margin-left: 15px;
}

.fc-daygrid-dot-event {
    color: #000 !important;
}

.fc-day-past .fc-daygrid-day-number {
    color: #dfdfdf !important;
}

.fc-daygrid-day {
    transition: background-color 0.3s ease;
}

.fc-daygrid-day:hover {
    background: #e8f2ff !important;
    cursor:  pointer !important;
}


.fc-day-today .fc-daygrid-day-number{
    background: #007bff !important;
    color: #fff !important;
    border-radius: 50px !important;
    width: 29px !important;
    height: 29px !important;
    text-align: center !important;
}
.fc-day-today {
    background: none !important;
}
.fc-daygrid-block-event > div > div > div.fc-event-time {
    display: none !important;
}
.fc-daygrid-dot-event.event_black > .fc-daygrid-event-dot {
    background: #000000 !important;
    border-color: #000000 !important;
}
.fc-daygrid-block-event.event_black {
    background: #000000 !important;
    border-color: #000000 !important;
}

.fc-daygrid-block-event.fc-daygrid-block-event.event_red {
    background: #e80000 !important;
    border-color: #e80000 !important;
}

.fc-daygrid-dot-event.event_red > .fc-daygrid-event-dot {
    background: #e80000 !important;
    border-color: #e80000 !important;
}
.fc-daygrid-dot-event.event_orange > .fc-daygrid-event-dot {
    background: #ff8000 !important;
    border-color: #ff8000 !important;
}

.fc-daygrid-block-event.event_orange {
    background: #ff8000 !important;
    border-color: #ff8000 !important;
}
.fc-daygrid-dot-event.event_blue > .fc-daygrid-event-dot {
    background: #008cff !important;
    border-color: #008cff !important;
}

.fc-daygrid-block-event.event_blue {
    background: #008cff !important;
    border-color: #008cff !important;
}

.fc-daygrid-dot-event.event_green > .fc-daygrid-event-dot {
    background: #00b359 !important;
    border-color: #00b359 !important;
}
.fc-daygrid-block-event.event_green {
    background: #00b359 !important;
    border-color: #00b359 !important;
}
.fc-daygrid-dot-event.event_light > .fc-daygrid-event-dot {
    background: #dbdbdb !important;
    border-color: #dbdbdb !important;
}
.fc-daygrid-block-event.event_light {
    background: #dbdbdb !important;
    border-color: #dbdbdb !important;
}

.fc-daygrid-block-event.event_light .fc-event-title {
    color: #000000 !important;
}

.fc-daygrid-dot-event.event_gelb > .fc-daygrid-event-dot {
    background: #fad503 !important;
    border-color: #fad503 !important;
}
.fc-daygrid-block-event.event_gelb {
    background: #fad503 !important;
    border-color: #fad503 !important;
}

.fc-daygrid-block-event.event_gelb .fc-event-title {
    color: #000000 !important;
}
.fc-daygrid-dot-event.event_pink > .fc-daygrid-event-dot {
    background: #ff0080 !important;
    border-color: #ff0080 !important;
}
.fc-daygrid-block-event.event_pink {
    background: #ff0080 !important;
    border-color: #ff0080 !important;
}

.fc-daygrid-block-event.event_pink .fc-event-title {
    color: #ffffff !important;
}
.fc-daygrid-dot-event.event_global > .fc-daygrid-event-dot {
    background: #408080 !important;
    border-color: #408080 !important;
}
.fc-daygrid-block-event.event_global {
    background: #408080 !important;
    border-color: #408080 !important;
}

.fc-daygrid-block-event.event_global .fc-event-title {
    color: #ffffff !important;
}
.fc-daygrid-dot-event.event_projekt > .fc-daygrid-event-dot {
    background: #400080 !important;
    border-color: #400080 !important;
}
.fc-daygrid-block-event.event_projekt {
    background: #400080 !important;
    border-color: #400080 !important;
}

.fc-daygrid-block-event.event_projekt .fc-event-title {
    color: #ffffff !important;
}

.produkt-image {
    max-width: 450px;
}

.produkt-image-list {
    max-width: 150px;
    max-height: 150px;
}

.profile-user-img {
    width: 140px !important;
    height: 140px !important;
}

.userimg {
    width: 40px !important;
    height: 40px !important;
}

.user-panel .image {
    display: flex !important;
    padding-left: .8rem;
    align-content: center;
    align-items: center;
    justify-content: center;
}

/* FOOTER OUT */
.footer-out {

    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #ffffff;
    color: #4d4d4d;
    padding: 5px;
    box-shadow: 0px -1px 4px 0px #000000;
}

.text-muted-cl {
    color: #c3c3c3 !important;
}

.card, .info-box, .alert {
    border-radius: 0 !important;
    box-shadow: 0px 2px 13px -9px #000 !important;
}

.out-card .card-body {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 20px;
}

.out-card .card-body i {
    font-size: 25px;
}

.card .overlay,
.info-box .overlay,
.overlay-wrapper .overlay,
.small-box .overlay {
    display: flex;
    flex-direction: column !important;
}

.verbautermin {
    padding: 15px !important;
}


/* Eigener Kalender */
.calendar {
    width: 100%;
}

.calendar-row {
    display: flex;
}

.calendar-row td {
    border: solid 1px #ebebeb;
}

.calendar-day-head {
    background: #ff7c7c;
    color: #ffffff;
    width: 120px;
    text-align: center;
    padding: 20px;
}

.calendar-day {
    background: #ffffff;
    height: 120px;
    width: 120px;
}

.day-number {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #ff7c7c;
    color: #ffffff;
    padding: 10px;
    width: 25px;
    height: 25px;

}

.calendar-day-np {
    background: #e4e4e4 !important;
    height: 120px;
    width: 120px;
}

.calendar-event {
    background: #ff7c7c;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    display: block;
}

.calendar-event a {
    color: #fff;
}

.wekknumb_list {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #7e7e7e;
    font-weight: 600;
    font-size: 20px;
    padding: 35px;
}

.verbau {
    min-height: 90px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    align-content: center !important;
}

.kwbox {
    background: #fff;
    margin: 10px;
    min-height: 350px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 0px #000;
}

.cur_kw {
    background: #fdfdfd;
    box-shadow: 0px 0px 15px 0px #000;
}

.header-btn {
    margin-left: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    border-radius: 8px;
}

.sperre_load {
    opacity: 0.9;
    
    width: 100%;
    height: 100%;
    z-index: 1500;
    top: 0;
    left: 0;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sperre {
    opacity: 0.9;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1500;
    top: 0;
    left: 0;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sperre_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    font-size: 1.5em;
    font-weight: 400;
    color: rgb(255, 255, 255);
}

.sperre2 {
    position: relative !important;
}

.sperre2:after {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex !important;
    content: 'Gesperrt';
    z-index: 5;
    /* Make sure this value is higher than the .form class  */
    top: 0;
    left: 0;
    opacity: 0.9;
    background: #000;
}


.p_status {
    text-align: center;
    padding: 15px;
    background: #1e88c5;
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 15px;
}

.table_td {
    text-align: center;
    /*
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    */
}

.crm_time,.alert {
    box-shadow: 0px 0px 10px -5px #000 !important;
}

.attach {
    margin-top: -18px;
    border-radius: 0px 0px 0.25rem 0.25rem !important;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 3px 3px rgb(0 0 0 / 20%) !important;
}

.admin-btn {
    color: #fff;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.admin-btn:hover {
    background: #ce2435;
    color: #fff;
}

.adminbar {
    margin: 0px !important;
}

.logs {
    overflow-y: scroll;
    scroll-behavior: smooth;
    max-height: 600px;
}

.nav-no-active>p {
    color: #fff;
}

.nav-no-active {
    color: #fff !important;
}

.del-btn {
    color: #c40000;
}

.del-btn:hover {
    color: #4d4d4d;
}

.crm-rang-neu {
    padding: 8px;
    width: 150px;
    display: inline-block;
    text-align: center;
    border-radius: 0px;
}


.md-stepper-horizontal {
	display:table;
	width:100%;
	margin:0 auto;
	background-color:#FFFFFF;
	box-shadow: 0 3px 8px -6px rgba(0,0,0,.50);
}
.md-stepper-horizontal .md-step {
	display:table-cell;
	position:relative;
	padding:24px;
}
.md-stepper-horizontal .md-step:hover,
.md-stepper-horizontal .md-step:active {
	background-color:rgba(0,0,0,0.04);
}
.md-stepper-horizontal .md-step:active {
	border-radius: 15% / 75%;
}
.md-stepper-horizontal .md-step:first-child:active {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.md-stepper-horizontal .md-step:hover .md-step-circle {
	background-color:#757575;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
	display:none;
}
.md-stepper-horizontal .md-step .md-step-circle {
	width:30px;
	height:30px;
	margin:0 auto;
	background-color:#999999;
	border-radius: 50%;
	text-align: center;
	line-height:30px;
	font-size: 16px;
	font-weight: 600;
	color:#FFFFFF;
}
.md-stepper-horizontal.green .md-step.active .md-step-circle {
	background-color:#00AE4D;
}
.md-stepper-horizontal.blue .md-step.active .md-step-circle {
	background-color:#001f3f;
}
.md-stepper-horizontal.red .md-step.active .md-step-circle {
	background-color:#ff3737;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
	background-color:#F96302;
}
.md-stepper-horizontal .md-step.active .md-step-circle {
	background-color: rgb(33,150,243);
}
.md-stepper-horizontal .md-step.done .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f00c";
}
.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
	display:none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f040";
}
.md-stepper-horizontal .md-step .md-step-title {
	margin-top:16px;
	font-size:16px;
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
	text-align: center;
	color:rgba(0,0,0,.26);
}
.md-stepper-horizontal .md-step.active .md-step-title {
	font-weight: 600;
	color:rgba(0,0,0,.87);
}
.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-optional {
	font-size:12px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
	color:rgba(0,0,0,.54);
}
.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
	position:absolute;
	top:36px;
	height:1px;
	border-top:1px solid #DDDDDD;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
	right:0;
	left:50%;
	margin-left:20px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
	left:0;
	right:50%;
	margin-right:20px;
}

@media print {
    .header_print {
        position: fixed;
        top: 0;
      }
      .footer_print {
        position: fixed;
        bottom: 0;
      }
  }

.p_dok_flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dok_btn_div {
    display: flex;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    flex-direction: row;
    box-shadow: 0px 0px 5px -1px #000;
}

.dok_btn_div_2 {
    display: flex;
    
    padding: 10px;
    border-radius: 5px;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    flex-direction: row;
   
}

.dok_btn_div > form {
    margin: 0px !important;
}

.zaehler {
    font-size: 21px;
    font-weight: 500;
}

.menu-bild {
    width: 25px;
    padding-right: 3px;
}

.fuhrpark_card {
    background: #fff;
    padding: 5px;
    border-radius: 3px;
    max-height: 64px;
    box-shadow: 0px 0px 5px 0px #000;
}

.image_thumb {
    max-width: 320px;
    text-align: center;
    box-shadow: 0px 0px 5px 0px #000;
    margin: 10px;
}


/* Mailer */

.mail_bg {
    background: #e2e2e2;
    font-family: Arial;
    padding-top: 25px; 
    padding-bottom: 50px;
}
.mail_box {
    background: #fff;
    border-top: 0px solid #ccd0d4;
    border-bottom: 0px solid #ccd0d4;
    border-left: 1px solid #ccd0d4;
    border-right: 1px solid #ccd0d4;
    color: #444;
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    min-height: 520px;
    box-shadow: 0 0 18px -12px #000;
}
.mail_head {
    padding-top: 45px;
    padding-bottom: 45px;
    background: #0e348d;
    color: #fff;
    align-items: center;
    align-content: center;
    text-align:center;
}
.mail_footer {
    background: #fff;
    border-top: 0px solid #ccd0d4;
    border-bottom: 1px solid #ccd0d4;
    border-left: 1px solid #ccd0d4;
    border-right: 1px solid #ccd0d4;
    color: #444;
    margin: 0em auto;
    max-width: 700px;
    box-shadow: 0px 11px 18px -12px #000;
}

/* ORDERS */
.order-state {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
}

.on-hold {
    background: #ff9e3d;
    color: #fff;
}

.pending {
    background: #b0b0b0;
    color: #fff;
}

.processing {
    background: #415eff;
    color: #fff;
}

.completed {
    background: #00c600;
    color: #fff;
}

.cancelled {
    background: #ff4242;
    color: #fff;
}

.refunded {
    background: #b0b0b0;
    color: #fff;
}

.failed {
    background: #ff4242;
    color: #fff;
}

.btn-tool {
    margin: 0 !important;
}

.form-control.is-warning {
    border-color: #dc3545;
    padding-right: 2.25rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FFBF00' viewBox='0 0 12 12'%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='%23FFBF00' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }


.search-label {
    font-weight: bold;
    color: #3f51b5;
}

.search-title {
    font-size: 16px;
}

.search-address {
    color: #666;
    font-size: 14px;
}

.search-result a {
    color: #fff;
}

/* Versteckt Elemente auf Bildschirmen mit einer maximalen Breite von 991px */
@media (max-width: 991px) {
    .hide-m-t {
      display: none;
    }
  }
  

.dm {
    min-height: 155px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
}

.select2-container--bootstrap4 .select2-results__option[aria-selected=true] {
    background-color: #6c6cff !important;
    color: #fff !important;
}

.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected=true] {
    background-color: #6c6cff !important;
    color: #fff !important;
}


/* LOADER */


.loader {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    perspective: 800px;
  }
  
  .inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;  
  }
  
  .inner.one {
    left: 0%;
    top: 0%;
    animation: rotate-one 1s linear infinite;
    border-bottom: 3px solid #ff0000;
  }
  
  .inner.two {
    right: 0%;
    top: 0%;
    animation: rotate-two 1s linear infinite;
    border-right: 3px solid #6c6cff;
  }
  
  .inner.three {
    right: 0%;
    bottom: 0%;
    animation: rotate-three 1s linear infinite;
    border-top: 3px solid #00ff00;
  }
  
  @keyframes rotate-one {
    0% {
      transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
      transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
  }
  
  @keyframes rotate-two {
    0% {
      transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
      transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
  }
  
  @keyframes rotate-three {
    0% {
      transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
      transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
  }

  .file_box {
    display: flex;
    min-height: 70px;
    align-items: center;
    margin-bottom: 5px;
  }
  .file_box_text {
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
  }

  .project_steps_list {
    padding: 0px !important;
  }
  .project_steps_list_2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }


  .card-click {
    color: #000;
  }

  .card-click:hover {
    color: #676767;
  }

  .card-click .card-body, .card-af {
    min-height: 250px;
  }

  .card-disabled {
    color: #e2e2e2;
    box-shadow: 0px 0px 0px 0px #fff !important;
  }

  .card-disabled > .card {
    background: #cecece !important;
  }

  .card-disabled:hover {
    color: #e2e2e2;
  }
  

  .fly-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
  }

  .r-15 {
    margin-bottom: 15px;
  }

  .r-25 {
    margin-bottom: 25px;
  }

  .r-50 {
    margin-bottom: 50px;
  }

  .tasks-empty {
    border: 1px dashed #bcbcbc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    color: #bcbcbc;
    font-size: 21px;
    width: 100%;
    height: 90%;
    border-radius: 5px;
    background: none;
  }
  .tasks-empty:hover {
    border-color: #000;
    color: #000;
  }
  .flex-middle {
    display: flex;
    align-items: center;
    flex-direction: column
  }
  .flex-center {
    justify-content: center;
  }

  .alert-info {
    background-color: #419eff !important;
    border-color: #419eff !important;
  }

  .label-pill {
    border-radius: 15px;
    padding: 6px;
    margin: 6px;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
  }
  .pill-red {
    background: #ff0000;
    color: #fff;
  }
  .pill-orange {
    background: #ff8000;
    color: #fff;
  }

  .box-banner {
        display: inherit;
        z-index: 1;
        position: absolute;
        top: -8px;
        left: 20px;
  }

  .box-prio {
    display: inherit;
    z-index: 1;
    position: absolute;
    top: -8px;
    left: 190px;
}

.box-prio-view {
    display: inherit;
    z-index: 1;
    position: absolute;
    top: -15px;
    right: 20px;
    font-size: 21px !important;
}


  .task-card:hover > .card {
    box-shadow: 0px 0px 5px 0px #000;
  }

  .vkal-date {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-direction: column;
        flex-wrap: wrap;
        background: #001f3f;
        color: #fff;
        margin: -8px;
        border-radius: 3px 3px 0px 0px;
  }

  .vkal-day {
    background: #fff;
    border-radius: 5px;
    margin: 5px;
    box-shadow: 0px 0px 6px -3px #000;
    padding: 8px;
  }

  .vkal-today {
    border: #ffc107 2px solid;
  }

  .vkal-day > .vkal-date {
    font-size: 15px;
    font-weight: 500;
    padding: 5px;
  }

  .vkal-empty {
    border: 1px dashed #bcbcbc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    color: #bcbcbc;
    font-size: 21px;
    width: 100%;
    height: 50%;
    border-radius: 5px;
    background: none;
    margin-top: 22px;
    height: 145px !important;
    max-height: 145px !important;
  }
  .vkal-empty:hover {
    border-color: #000;
    color: #000;
  }

  .vkal-today-badge {
    display: inherit;
    z-index: 1;
    position: absolute;
    top: -4px;
    left: 20px;
}

.del_vkal_entry {
        position: absolute;
        z-index: 1;
        top: -7px;
        right: 10px;
}

form {
    margin: 0;
}

/* Icon pulse */
.fa-pulse {
	display: inline-block;
	-moz-animation: pulse 2s infinite linear;
	-o-animation: pulse 2s infinite linear;
	-webkit-animation: pulse 2s infinite linear;
	animation: pulse 2s infinite linear;
}

@-webkit-keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@-o-keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@-ms-keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}

.progress {
    border-radius: 8px !important;
}

.fuhrpark_text {
    font-size: 18px;
    margin-right: 5px;
    display: block;
}

.fuhrpark-del-btn {
        z-index: 5;
        position: relative;
        top: -25px;
        right: -135px;
        background: none !important;
        border: none !important;
        color: #e60000 !important;
}

.load_user_btn {
    background: #fff;
    display: block;
    border: none;
    padding: 5px;
    border-radius: 8px;
}

.load_user_btn:hover {
    background: #e6e6e6;
}

.hint_box {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99999;
    width: 380px;
}

.hint_box h1, .hint_box p {
    margin: 0;
    padding: 0;
}

.hint_box .step_icon, .login-box .step_icon{
    font-size: 2em;
}


.hint_box .col-md-2, .login-box .col-md-2 {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.meinung_buttons {
    display: flex;
    gap: 5px;
    margin-top: 15px;
}

/* Das Overlay wird absolut innerhalb der Sidebar positioniert */
.sperre_overlay {
    opacity: 0.9;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1500;
    top: 0;
    left: 0;
    position: absolute; /* Absolute Positionierung innerhalb der Sidebar */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sperre_overlay_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    font-size: 1.5em;
    font-weight: 400;
    color: rgb(255, 255, 255);
}

.blink_me {
    animation: blinker 1s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

/*  Preisliste  */

.price-text {
    font-size: 2em;
}

.price-info {
    font-size: 0.4em;
}

.price-list-head {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.list-name {
    display: block;
}

.plist-red {
    background: #ff4848;
    color: #fff;
}

.plist-blue {
    background: #4873ff;
    color: #fff;
}
.plist-grey {
    background: #616161;
    color: #fff;
}
.plist-bronze {
    background: radial-gradient(ellipse farthest-corner at right bottom, #f1f1f1 0%, #f7a179 8%, #db7444 30%, #be5525 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #f1f1f1 0%, #f7a179 8%, #db7444 25%, #be5525 62.5%, #d3571d 100%);
    color: #fff;
}
.plist-silber {
    background: radial-gradient(ellipse farthest-corner at right bottom, #f1f1f1 0%, #cfcfcf 8%, #a5a5a5 30%, #8f8f8f 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #f1f1f1 0%, #cfcfcf 8%, #a5a5a5 25%, #8f8f8f 62.5%, #8f8f8f 100%);
    color: #fff;
}
.plist-gold {
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    color: #fff;
}
.price-details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price-details .fa-check {
    color: #54d300;
}

.price-details .fa-times {
    color: #ff4848;
}

.price-details {
    font-size: 1.2em;
}

.price-footer {
    padding-top: 25px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.dropzone {
    border: 1px dashed #bcbcbc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    color: #bcbcbc;
    font-size: 21px;
    width: 100%;
    height: 90%;
    border-radius: 5px;
    background: none;
}
.pluginbild {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.pluginbild img {
    border-radius: 8px;
    width: 50%;
}
.pluginbild_disabled img{
 filter: grayscale(1);
}

.info_center_notify p {
    color: #000;
    margin: 0;
}

.info_center_notify {
    background: #fff;
    border-bottom-color: #f0f0f0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-top: 10px;
    padding-bottom: 10px;
}
/*
.info_center_notify:hover {
    background: #f0f0f0;
}
*/

#loading-spinner {
    display: none;
  }

  .spin-loading-box {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
}
  

.custom-switch input:hover, 
.custom-switch label:hover {
    cursor: pointer !important;
}

.gone_old > td {
    background-color: #ffdfdf !important;
}

/* Alerts */

.alert-border-warning {
    border-left: 4px solid #ffb300 !important;
    background: #fff;
}

.alert-border-danger {
    border-left: 4px solid #ff0000 !important;
    background: #fff;
}

.alert-border-success {
    border-left: 4px solid #00f200 !important;
    background: #fff;
}

.alert-border-info {
    border-left: 4px solid #0080c0 !important;
    background: #fff;
}

.knowledge {
    background-image: url("/core/bin/img/knowledge.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    min-height: 450px;
}

.search-result-know a {
    color: #000;
    font-size: 1.2em;
    padding: 5px;
}

.knowledge_thema {
    color: #000;
    font-size: 1.2em;
    display: block;
}

.knowledge_list {
    color: #000;
    font-size: 1.2em;
    display: block;
}

.knowledge-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search-result-know-container {
    position: absolute;
    background: #fff;
    padding: 10px;
    width: 97%;
    margin-right: 5px;
}

.knowledge-author {
    border: 1px solid #0052a4 !important;
    margin-top: 25px;
}

/*
body {
    cursor:  url("/core/bin/img/crosshair.svg"),
    url("/core/bin/img/dot.svg"),
    auto
 }
 */

 .operator {
    padding: 5px;
    border-radius: 5px;
 }

 .operator-grey {
    background: #adadad;
    color: #fff;
 }

 .operator-blue {
    background: #04B4AE;
    color: #fff;
 }

 .operator-red {
    background: #ff5e5e;
    color: #fff;
 }

 .icon-bg {
    padding: 5px;
    border-radius: 50px;
    width: 26px;
    height: 26px;
 }

 #toggleButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    font-size: 25px;
    background: #ffc600;
    border: none;
    box-shadow: 0px 0px 3px -1px #000;
  }
  
  #contentDiv {
    position: fixed;
    bottom: 20px;
    right: -470px;
    width: 450px;
    height: 600px;
    background-color: white;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px -6px #000;
    transition: right 0.3s ease; /* Änderung von "left" zu "right" */
    z-index: 9999;
  }
 
.know_content h1 {
    font-size: 1.4em !important;
}

.know_content p {
    font-size: 1.2em;
}

.support-chat-button {
    border: none;
    background: none;
    text-align: left;
    width: 100%;
} 


/* PRE LOADER */

.info-box:hover > span > i{
    font-size: 1.2em;
}

.info-box-boy {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    min-height: 150px;
    background-color: #fff;
    box-shadow: 0px 2px 13px -9px #000 !important;
    margin-bottom: 1rem;
}
.info-box-boy-text {
    width: 70%;
    padding: 25px;
}

.little_boy_image {
    display: flex;
    align-items: flex-end;
    width: 30%;
    height: 150px;
}
.little_boy_image img {
    width: 100%;
}

.bg-open {
    background: #fff;
    color: #000 !important;
    box-shadow: 0px 0px 10px -4px #000;
}
.bg-done {
    background: #001f3f;
    color: #fff;
    box-shadow: 0px 0px 10px -4px #000;
}

.stepper {
    .line {
      width: 2px;
      background-color: lightgrey !important;
    }
    .lead {
      font-size: 1.1rem;
    }
  }
  
.ticket-box {
    color: #a6a6a6;
}

.btn {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.system-headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.4em;
    gap: 10px;
}

.system-icon {
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.widget_button {
    border: none;
    background: none;
    width: 100%;
}

.widget_button img{
    width: 100%;
}

.system-list {
    display: flex;
    align-items: flex-start
}

.system-title {
    width: 50%;
    font-weight: 700;
}
.system-value {
    width: 50%;
}

.card-icon {
    font-size: 2em;
}

.text-orange {
    color: #ff8000 !important;
}

.message_box_right {
    position: fixed;
    bottom: 20px;
    left: 46%;
    z-index: 100000;
}

.global_user_message_test {
    color: #c9c9c9;
    font-size: 2em;
}

.global_user_message {
    background: #fff;
    border: 2px solid #001f3f;
    border-radius: 8px;
    color: #000;
    width: 350px;
    padding: 15px;
    margin: 10px;
}

.select_invoice_doc_set {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.doc_select_btn {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 200px;
    height: 200px;
    background: #001f3f !important;
    color: #fff !important;
}

.doc_select_btn:hover {
    background: #0052a4 !important;
}

.doc_select_btn i {
    font-size: 2em;
}

.cashflow-details {
    background: #ffc9c9;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 1.3em;
    border-radius: 8px;
}

/* Timeline Invoice */

.sessions_timeline {
    margin-top: 1.6rem;
    border-radius: 12px;
    position: relative;
    list-style: none;
  }
  .sessions_timeline li{
    padding-bottom: 1.5rem;
    border-left: 1px solid #62b0ff;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
    &:last-child{
      border: 0px;
      padding-bottom: 0;
    }
    &:before{
      content: '';
      width: 15px;
      height: 15px;
      background: white;
      border: 2px solid #0080ff;
      /*box-shadow: 3px 3px 0px #62b0ff;*/
      border-radius: 50%;
      position: absolute;
      left: -8px;
      top: 0px;
    }
  }
  .time_timeline{
    color: #000;
    font-weight: 700;
  }