body {
    background: #f4f6f9;
}

.wrapper {
    overflow-x: hidden !important;
}

.fec-dark {
    background: #0d161d !important;
}

.fec-light {
    background: #fff !important;
}

.fec-dark .nav-link.active {
    background: #fff !important;
    color: #0d161d !important;
}

.fec-light .nav-link.active {
    background: #0d161d !important;
    color: #fff !important;
}

.fec-light .nav-link:hover {
    background: #d7d7d7 !important;
    color: #6c757d !important;
}

.card-black .card-header {
    background: #0d161d !important;
}

.card-black-body {
    background: #0d161d !important;
    color: #fff;
    border-radius: 8px;
}

.card-black-body img {
    border-radius: 8px;
}

.card-black-body > div {
    display: flex;
    flex-direction: column;
}

.projektname {
    text-align: center;
    font-size: 1.2em;
    padding-top: 10px;
}

.card, .modal-content {
    border-radius: 8px !important;
}

.card-black .nav-link.active {
    color: #0d161d !important;
}
.card-black .nav-link {
    color: #fff !important;
}

.dashboard_user_name {
    font-size: 1.6em;
    font-weight: 600;
}


table {
    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;
}


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

td {
    border: 1px solid #eeeeee !important;
    background: #fff;
    vertical-align: middle !important;
}

tr:nth-child(even) {
    background-color: #d8d8d8;
}

tr:hover {
    background-color: rgb(195, 228, 255) !important;
}

.childs > td {
    padding-left: 25px !important;
}

.childs > td .btn {
    margin-left: -15px !important;
}

 th {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: center !important;
    background-color: #0d161d;
    color: #fff;
    border: none;
}

.swal-modal {
    min-height: 230px;
}

.row {
    margin-bottom: 15px;
}

.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;
}

.systemlink .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.systemlink.disabled .card {
    color:#ebebeb;
    transition: background 0.3s ease, color 0.3s ease;
}
.systemlink.disabled .card:hover {
    background: #fff;
    color: #0d161d;
}

.systemlink .card:hover {
    background: #0d161d;
    color: #fff;
}

.systemlink .card {
    color:#0d161d;
    transition: background 0.3s ease, color 0.3s ease;
}
.systemlink .card:hover {
    background: #0d161d;
    color: #fff;
}

.systemsettings > a .badge {
    margin-left: -20px;
    margin-top: -25px;
    margin-right: 5px;
    z-index: 5;
}

.systemlink > a {
    text-decoration: none;
}

.systemsettings > a {
    text-align: left;
}
.systemsettings > a{
    display: flex;
    align-items: center;
}
.system_icon {
    display: flex;
    width: 35px;
    height: 35px;
    background: #0d161d;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
}

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

.system_titel {
    padding-top: 10px;
    font-size: 1.2em;
}

.badge_lead {
    font-size: 14px;
    font-weight: 400;
}

.lead_herkunft img {
    max-width: 150px;
}
.lead_herkunft {
    text-align: center;
}

.lead_middle_text {
    display: flex; 
    align-items: center;
}
.lead_visitenkarte_text {
    font-size: 1.2em;
}
.table_buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
}
/*
.select2-container {
    width: 100% !important;
}
*/
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    background: #edebeb;
    color: #958a8a !important;
}

.select2bs4 option[selected] {
    background: #edebeb !important;
    color: #958a8a !important;
}

.select2-container--bootstrap4 .select2-results__option[aria-selected=true] {
    background-color: #edebeb !important;
    color: #958a8a !important;
}

.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected=true] {
    background-color: #edebeb !important;
    color: #958a8a !important;
}


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

.fec_timeline {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.fec_timeline i {
    padding: 5px;
    border-radius: 50px;
    min-width: 25px;
    min-height: 25px;
    text-align: center;
    vertical-align: middle;
    margin-right: 5px;
}

.fec_timeline.added i {
    background: #00c100;
    color: #fff;
}

.fec_timeline.edited i {
    background: #ff8000;
    color: #fff;
}

.fec_timeline.trashed i {
    background: #ff0000;
    color: #fff;
}
.fec_timeline.konvert i {
    background: #0000ff;
    color: #fff;
}
.fec_timeline.projekt i {
    background: #0080ff;
    color: #fff;
}

.lead_herkunft_vk > img {
    max-width: 150px;
}

.form-more {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.text-crm {
    color: #0d161d;
}

.area-view {
    color: #0d161d;
    font-weight: 600;
}

.pusher {
    display: flex;
    align-items: center
}


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

form {
    margin: 0;
}

.form-label {
    font-weight: 600;
}

.fec_middle_div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fec_middle_vert_div {
    display: flex;
    align-items: center;
}

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

.link-btn {
    background: none; 
    color:#0d161d;
    padding: 0px;
    border: none;
    font-size: 0.9em;
}

.td-angebot > td{
    background: #d5eaff !important;
    border-color: #d5eaff !important;
}

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

h1 {
    font-size: 1.5em;
}

.dropzone > input{
    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;
}

#file-upload-button {
    display: none !important;
}

.mail-viewer > div {
    margin: 0px !important;
}

.select2-results__option[aria-disabled="true"] { 
    color:#bcbcbc !important;
}

.show-none {
    display: none !important;
}

.img-vorschau {
    border-radius: 8px;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
}

.box-projektname {
    display: block;
    font-size: 2em;
}

.box-kundenname {
    display: block;
    font-size: 1.2em;
    padding-bottom: 15px;
}
.box-ablauf {
    display: block;
}

.pauselabel {
    color: #000;
    background: #ffbf00;
    padding: 10px;
    border-radius: 50px;
    position: absolute;
    right: 15;
    top: -20;
    z-index: 5;
}

.archivlabel {
    color: #969696;
    background: #e9e9e9;
    padding: 10px;
    border-radius: 50px;
    position: absolute;
    right: 15;
    top: -20;
    z-index: 5;
}

.archivlabel-view {
    color: #969696;
    background: #e9e9e9;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 50px;
}
.pauselabel-view {
    color: #000;
    background: #ffbf00;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 50px;
}

.set_pause .img-vorschau, 
.set_pause .box-projektname, 
.set_pause .box-kundenname, 
.set_pause .badge, 
.set_pause .box-ablauf {
    opacity: 0.3;
}

.btn-list-flow {
    display: flex;
    gap: 20px ;
}

.btn-flow {
    width: 20%;
}

.dropdown-item > i {
    width: 20px !important;
    text-align: center;
}


/* Aufgaben */

.projekt_aufgabe {
    padding: 15px;
    border-radius: 8px;
}

.projekt_aufgabe_modal {
    border-radius: 8px;
    padding: 5px;
}

.projekt_aufgabe_modal.open {
    background: #0080ff;
    color: #fff;
}

.projekt_aufgabe_modal.task-in-progress {
    background: #ff8000;
    color: #fff;
}

.projekt_aufgabe_modal.problem {
    background: #ff4848;
    color: #fff;
}

.projekt_aufgabe_modal.done {
    background: #00b700;
    color: #fff;
}

.projekt_aufgabe.open {
    border: 1px solid #0080ff;
}

.projekt_aufgabe.task-in-progress {
    border: 1px solid #ff8000;
}

.projekt_aufgabe.problem {
    background: #ff4848;
    color: #fff;
}

.projekt_aufgabe.done {
    border: 1px solid #00b700;
}

.aufgaben_modal_box {
    padding: 15px;
    border-radius: 8px;
    background: #e9e9e9;
}

.aufgaben_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.aufgaben_box_headline {
    font-size: 1.2em;
}

.aufgaben_box_count {
    font-size: 1.4em;
}

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

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

.warning-table td {
    background-color: #d2e6ff !important;
}

.sidebar-mini {
    padding-right: 0px !important;
}

.paginate_button {
    padding: 3px !important;
    min-width: 50px !important;
    color: #000 !important;
}

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

.card-crm:not(.card-outline)>.card-header {
    background-color: #0d161d;
}

.card-crm .nav-link {
    color: #fff !important;
}
.card-crm .nav-link.active {
    color: #0d161d !important;
}

.profilbild_account img {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    object-fit: cover;
    box-shadow: 0px 0px 10px -4px #000;
}

.profilbild_account h1 {
    margin-top: 10px;
}

.systemmessage {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 1.2em;
}

.message-success {
    background: #00b700;
    color: #ffffff;
}
.message-danger {
    background: #ff0000;
    color: #ffffff;
}

.crm-task {
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    min-width: 120px;
    margin: 5px;
}

.task-done {
    background: #d9ffd9;
    color: #00b700;
}
.task-open {
    background: #f0f0f0;
    color: #a5a5a5;
}
.task-active {
    background: #00b700;
    /* box-shadow: 0px 0px 10px 0px #00b700; */
    color: #fff;
}
.task-failed {
    background: #ffc6c6;
    color: #ff0000;
    /* box-shadow: 0px 0px 10px 0px #ffc6c6; */
}

.btnc {
    border: 1px solid #adadad;
    color: #8b8b8b;
    border-radius: 150px;
    padding: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.6s ease;
}

.btnc:hover {
    border: 1px solid #0d161d;
    color: #fff;
    background: #0d161d;
}

.crm_invoice_span {
    font-size: 1.6em;
}

.crm_flex_middle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .separator::before,
  .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #d8d8d8;
  }
  
  .separator:not(:empty)::before {
    margin-right: .25em;
  }
  
  .separator:not(:empty)::after {
    margin-left: .25em;
  }

.btn-paypal {
    background: #003087; 
    color: #fff;
    transition: 0.3s
}
.btn-paypal:hover {
    background: #009cde; 
    color: #fff;
}
.btn-apple {
    background: #000000; 
    color: #fff;
    transition: 0.3s
}
.btn-apple:hover {
    background: #dfdfdf; 
    color: #000;
}

.menu-bild {
    width: 20px;
    margin-top: -5px;
    margin-right: 5px;
    margin-left: 3px;
}

.domain_fav img {
    margin-top: -3px;
}

.projekt_add {
    color: #a1a1a1;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    width: 95%;
    height: 94%;
    min-height: 150px;
    align-items: center;
    justify-content: center;
    border: #a1a1a1 dashed  2px;
}

.projekt_add:hover {
    color: #cccccc;
    border: #cccccc dashed  2px;
}

.vorschau_image_class img:hover {
    opacity: 0.7;
}


@media only screen and (max-width: 1200px) {
.ticket-screenshots, .ticket-screenshots-view {
    display: none;
}
.card-support {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 90%;
}
.card-support .btn {
    width: 100%;
}
}
@media only screen and (min-width: 1201px) {
.card-support {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 50%;
}
}

.no-btn {
    padding-left: 20px !important;
    background: none;
    border: none;
    text-align: left;
    color: #fff !important;
}

.no-btn i {
    font-size: 1.1em;
    padding-right: 4px;
}

.timeline-btn {
    position: absolute;
    right: 6;
    top: -8;
}

.teamchat {
    position: fixed;
    bottom: 10;
    right: 5;
    border-radius: 50px;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.teamchat i {
    font-size: 1.6em;
}
.right .direct-chat-text {
    background: #0d161d;
    color: #fff;
}



#send_chat_message button {
    height: 100%;
}

.drive-folder {
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    height: 150px;
    background: #fff; 
    padding: 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px -8px #000;
}
.drive-folder:hover {
    box-shadow: 0px 0px 10px -4px #000;
    cursor: pointer;
}

.file-manager {
    width: 100%;
    min-height: 800px;
    /*
    border: 1px solid #c5c5c5;
    background: #fff;
    */
    border-radius: 8px;
    position: relative;
}

.context-menu {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    border-radius: 8px;
    z-index: 1000;
}

.context-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 5px;
}

.context-menu ul li {
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
}

.context-menu ul li:hover {
    background-color: #1141e3;
    color: #fff;
}


.drive-item-cogs {
    position: absolute;
    z-index: 5;
    right: 10;
    top: 10;
}

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



/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #b3b3b3 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 4px;
    border-radius: 20px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #b3b3b3;
    border-radius: 20px;
    border: 3px none #ffffff;
  }

  .crm-inactive {
    background: #ffd7d7;
    color: #ff3535;
    padding: 3px;
    border-radius: 8px;
    font-size: 0.8em;
}

.text-black {
    color: #000 !important;
}

.btn-crm-dark {
    background: #0d161d;
    color: #fff;
}

.btn-crm-dark:hover {
    background: #31526c;
    color: #fff;
}