@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --bs-primary: #6F45F0;
    --bs-primary-rgb: 111, 69, 240;
    --bs-secondary: #F2F1FF;
    --bs-secondary-rgb: 242, 241, 255;
    --bs-warning: #FFC013;
    --bs-warning-rgb: 255, 192, 19;
    --bs-danger: #FF484C;
    --bs-danger-rgb: 255, 72, 76;
    --bs-success: #00BF71;
    --bs-success-rgb: 0, 191, 113;
}

body {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

svg {
    width: 18px;
    height: 18px;
}

td {
    vertical-align: middle;
}

div::-webkit-scrollbar {
    width: 12px;
}

div::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 10px;
}

div::-webkit-scrollbar-thumb {
    background-color: #6F45F0;
    border-radius: 10px;
}

.svg-sm svg {
    width: 18px;
    height: 18px;
}

.svg-md svg {
    width: 20px;
    height: 20px;
}

.svg-lg svg {
    width: 22px;
    height: 22px;
}

.svg-50 svg {
    width: 50%;
    height: 50%;
}

.svg-75 svg {
    margin: 12.5%;
    width: 75%;
    height: 75%;
}

.svg-85 svg {
    margin: 5%;
    width: 85%;
    height: 85%;
}

.svg-100 svg {
    width: 100%;
    height: 100%;
}

.bg-lightgray {
    background-color: rgb(209, 209, 209)
}

.btn {
    border: 0px solid transparent;
}

.btn-primary {
    background-color: #6f45f0;
}

.btn-primary:hover {
    background-color: #5934c7;
}

.btn-primary:active {
    background-color: #5934c7;
}

.datetime-picker {
    height: 38px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}


/* CHAT VIEW */
.channel-info {
    font-size: 16px;
}

.bg-telegram-channel {
    color: #0088cc;
}

.bg-whatsapp-channel {
    color: #25d366;
}

.bg-voip-channel {
    color: #818181;
}

.client_chats_table {
    border-collapse: separate;
    border-spacing: 2px;
}

.client_chats_table tr {
    width: 100%;
    background-color: rgba(var(--bs-secondary-rgb));
    border-style: none;
    border-color: transparent;
    border-width: 0;
    border-radius: 20px;
}

.client_chats_table td {
    border-radius: 20px;
}

/* CALENDAR VIEW */
.appointments-0 {
    display: none;
}

.current-month-0 {
    background-color: rgb(245, 245, 245);
}

.current-month-1 {
    border-radius: 10px;
}

.today-1 {
    background-color: #e3e1fa;
    border-radius: 10px;
    transform: scale(1.2);
}

.today-0 {
}

.today-0 .count-lable {
    display: none;
}

.calendar-day:hover {
    background-color: rgba(var(--bs-secondary-rgb));
}

.text-raleway-thin {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.text-raleway-regular {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.text-raleway-bold {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.form-check-input:checked {
    background-color: rgba(var(--bs-primary-rgb));
    border-color: rgba(var(--bs-primary-rgb));
}

.read-status-False {
    background-color: var(--bs-secondary) !important;
    border-radius: 20px;
}

.read-status-True {
    opacity: 0.5;
}

.link-dark {
    border-radius: 5px;
}

.link-dark:hover {
    scale: 1.3;
}

.nav-tooltip .tooltip-inner {
    background-color: #000;
    opacity: 0.4;
}

.nav-tooltip .tooltip-arrow {
    display: none;
}

.app-icon {
    color: #181818;
    padding: 15px 5px;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(var(--bs-secondary-rgb));
    text-decoration: none;
    width: 80px;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.app-icon svg {
    width: 22px;
    height: 22px;
}

.slider-container {
    position: relative;
    width: 100%;
    max-width: 300px; /* Optional: Setzen Sie eine maximale Breite für bessere Kontrolle */
    margin: 20px auto; /* Optional: Zentriert den Container */
}

.form-range {
    width: 100%;
}

.tooltip-slider {
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    transform: translateX(-50%);
    pointer-events: none;
    visibility: hidden;
    bottom: 100%; /* Positioniert den Tooltip oberhalb des Sliders */
    margin-bottom: 5px; /* Abstand zwischen Slider und Tooltip */
}
