@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

:root {
    --primary: #AE18D3;
    --primary-dark: #DB58FC;
    --primary-70: rgba(174, 24, 211, .7);
    --primary-50: rgba(174, 24, 211, .5);
    --primary-30: rgba(174, 24, 211, .3);
    --primary-10: rgba(174, 24, 211, .1);
    --sidebar-icon: linear-gradient(302.65deg, #DB58FC 16.46%, #FF98F5 96.61%);
}

body {
    font-family: 'Plus Jakarta Sans', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

.text-base {
    font-family: 'Plus Jakarta Sans', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

.btn-primary {
    background: #AE18D3;
    box-shadow: 0px 7px 20px rgba(116, 44, 243, 0.31);
    border-radius: 14px;
    padding: 0 15px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}

.bg-grad-sidebar {
    background: #3F2758;
    width: 286px;
}

.w-sidebar .sidebar-label {
    line-height: 160%;
    color: #FFFFFF;
    width: 100%;
    display: block;
}

.w-sidebar ul li {
    padding: 15px;
    margin-left: 12px;
}

.w-sidebar ul li:last-child {
    display: none;
}

.w-sidebar ul li a {
    color: #98A2B3;
    margin: 0;
}

.w-sidebar li a:hover {
    color: #FCFCFD;
    opacity: 1;
}

.w-sidebar li {
    border-left: 2px solid rgba(222, 160, 237, 0.5);
}

.w-sidebar h3 {
    padding: 15px;
    margin-bottom: 1px;
}

.w-sidebar h3:hover {
    background-color: rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    color: #FFFFFF;
    opacity: 1;
}

h3.group-trigger .svg-icon {
    transform: rotate(271deg);
}

h3.group-trigger.group-trigger-opened .svg-icon {
    transform: none;
}

.group, .group-closed {
    transition: 0.5s;
}

.w-sidebar .text-black {
    color: #FFFFFF;
}

.router-link-exact-active {
    color: #98A2B3;
}

.w-sidebar .h-header {
    background: #3F2758;
    border: none;
}

body.fixed-sidebar .bg-grad-sidebar {
    width: 286px;
    overflow: auto;
    overflow-x: hidden;
}

.px-view {
    padding-left: 15px;
}

.w-sidebar {
    width: 286px;
}

@media (min-width: 992px) {
    body.fixed-sidebar .content {
        padding-left: 286px;
    }
}

.btn-email {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(302.65deg, #AE18D3 16.46%, #582D83 96.61%);
    box-shadow: 0px 7px 20px rgba(116, 44, 243, 0.31);
    border-radius: 14px;
    margin: 0 auto;
}

.help-block {
    position: sticky;
    left: 0;
    bottom: 15px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    max-width: 235px;
    margin: 100% auto 15px;
    margin-top: 140%;
}

.help-block .title {
    color: #101828;
    font-weight: 700;
    font-size: 18px;
    margin: 30px 0 15px;
}

.help-block .body {
    font-weight: 400;
    font-size: 14px;
    color: #98A2B3;
    margin-bottom: 15px;
}

.help-block .icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 15px;
    width: 56px;
    height: 56px;
    background: #FFFFFF;
    box-shadow: 0 4px 80px rgba(169, 173, 180, 0.6);
    border-radius: 50%;
}

.help-block .icon svg {
    margin: 10px auto;
}

.w-sidebar .svg-icon {
    margin-right: 15px;
}

.sidebar-hr {
    opacity: 0.15;
    border: 1px solid #FFFFFF;
    margin: 15px 0;
}

.today-btn {

}

.create-btn {
    background: linear-gradient(302.65deg, #AE18D3 16.46%, #582D83 96.61%);
    box-shadow: 0px 7px 20px rgba(116, 44, 243, 0.31);
    border-radius: 14px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.create-btn svg.ml-2 {
    display: none;
}

.create-btn a {
    font-weight: 500;
    font-size: 14px;
    margin-left: 5px;
}

.create-btn svg {
    width: 14px;
    height: 14px;
}

.add-menu {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #F2F4F7;
    box-shadow: 0px -1px 29px rgba(24, 26, 35, 0.09);
    border-radius: 8px;
    padding: 10px;
}

.add-menu:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 13px;
    left: calc(50% - 28.99px / 2 + 87.5px);
    top: 0;
    background: #FFFFFF;
    border-radius: 4px;
    transform: rotate(-135deg);
}

.add-menu .overflow-hidden {
    overflow: unset;
}

.add-menu a {
    padding: 12px 15px;
    font-weight: 500;
    font-size: 14px;
    color: #667085;
}

.add-menu a:hover {
    background: #F2F4F7;
    border-radius: 8px;
}

.header-menu .header-menu-item {
    margin-right: 15px;
}

.header-menu .dropdown-right.header-menu-item {
    position: relative;
    margin: 0 30px 0 15px;
}


.header-menu .dropdown-right.header-menu-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    opacity: 0.5;
    background: #D0D5DD;
    width: 1px;
    height: 29px;
}

@media (max-width: 992px) {
    .header-menu .header-menu-item:first-child {
        margin-right: 30px;
    }
}

.breadcrumbs {
    background: none;
    border: 0;
    margin-bottom: 0;
}

.breadcrumbs .breadcrumbs__item:last-of-type, .breadcrumbs .breadcrumbs__item span {
    font-weight: 500;
    font-size: 14px;
    color: #792EF6;
}

.breadcrumbs .breadcrumbs__item:first-of-type a {
    font-weight: 500;
    font-size: 14px;
    color: #191919;
}

.breadcrumbs .breadcrumbs__item a:after, .breadcrumbs .breadcrumbs__item span:after {
    color: #191919;
    font-size: 14px;
}

.form-global-search {
    background: #F6F7FA;
    border-radius: 10px;
    color: #191919;
    max-width: 289px;
}

.form-global-search::placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #A7AEC1;
}

svg.search-icon-center {
    width: 16px;
    height: 16px;
    fill: #A7AEC1;
    top: 10px;
}

.form-search {
    background: #FFFFFF;
    color: #191919;
    box-shadow: 0px 25px 40px rgba(21, 21, 56, 0.02);
    border-radius: 8px;
}

.form-search::placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #A7AEC1;
}

/* .content .relative > h1, form > div.mb-8 > h1 {
    display: none;
} */

h1 {
    font-weight: 700;
    font-size: 28px;
    color: #1D2939;
    margin: 1.5rem;
}

h4 {
    font-weight: 700;
    font-size: 14px;
    color: #101828;
}

.pagination nav {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.pagination span.ml-auto {
    margin: 0;
    color: #BABABA;
    font-weight: 500;
    font-size: 14px;
}

.pagination .page-link {
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    padding: 10px;
    color: #191919;
    margin-right: 10px;
}

.pagination .page-link.opacity-50 {
    background: linear-gradient(302.65deg, #AE18D3 16.46%, #582D83 96.61%);
    border-radius: 4px;
    opacity: 1;
    color: #FFFFFF;
}

.pagination .previous-link, .next-link {
    font-weight: 500;
    font-size: 14px;
    color: #BABABA;
    margin: 0 15px;
}

.pagination {
    padding: 15px;
}

.table-default.table thead th {
    background-color: #FCFCFD;
    box-shadow: inset 0px -1px 0px #F4F4F5;
    border: none;
}

.table-default.table thead tr {
    border: none;
}

.table-default.table thead {
    border: none;
}

.table-default thead span {
    font-weight: 500;
    font-size: 14px;
    color: #7787A4;
    border: none;
    text-transform: capitalize;
}

.table > td {
    border: none;
}

.card.border-b.border-50 {
    border: none;
}

.table-default.table td span, .table-default.table td a {
    font-weight: 500;
    font-size: 14px;
    color: #30373D;
}

.table-default.table td svg {
    width: 16px;
    height: 16px;
}

.card .form-control {
    background: #F6F7FA;
    backdrop-filter: blur(1px);
    border: none;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    color: #191919;
}

input.form-input, .vue-treeselect__value-container {
    height: 54px;
    padding: 18px;
}

.card label {
    font-weight: 500;
    font-size: 14px;
    color: #191919;
}

.w-1\/2 > .border-b {
    border: none;
}

.new-table .key-value-item textarea {
    background-color: #FFFFFF;
    box-shadow: inset 0px -1px 0px #F4F4F5;
    font-weight: 500;
    font-size: 14px;
    color: #30373D;
    padding: 20px 10px 0 25px;
}

.new-table .bg-30.bg-clip > div {
    background: #FCFCFD;
    border-right: 1px solid #E7E7E7;
    box-shadow: inset 0px -1px 0px #F4F4F5;
}

.new-table .text-xs.text-80 {
    font-weight: 500;
    font-size: 14px;
    color: #7787A4;
}

.new-table .bg-clip.text-80 {
    height: 60px;
    padding: 20px 10px 0 25px;
}

.new-table .rounded-lg.rounded-b-lg {
    border: 1px solid #E7E7E7;
    border-radius: 4px;
}

.content .relative > form {
    background: #FFFFFF;
    border-radius: 4px;
    padding-top: 1rem;
}

.content .relative > form > .flex {
    padding: 0 30px 30px;
}

.content .relative > form > .flex a {
    margin: 15px;
    font-weight: 500;
    font-size: 14px;
    color: #D92D20;
}

.content .relative > form > .flex button.mr-3 {
    margin-left: auto;
    color: #AE18D3;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #E7E7E7;
    border-radius: 14px;
    padding: 15px 20px;
    background-color: #FFFFFF;
    box-shadow: none;
}

.content form .card {
    box-shadow: none;
}

.appointment-card {
    padding: 25px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-shadow: 0px 4px 10px rgba(24, 26, 35, 0.04);
    border-radius: 12px;
    margin-bottom: 15px;
}

.appointment-card ul {
    list-style: none;
    margin: 0;
}


.appointment-card .flex div:first-child ul {
    padding: 0 10px 0 0;
    min-width: 141px;
}


.appointment-card ul.flex {
    justify-content: end;
}

.appointment-card ul.flex li {
    width: 24.99%;
    padding-right: 25px;
}

.appointment-card li span {
    display: block;
    font-weight: 500;
    color: #757575;
    margin-bottom: 0.5rem;
}

.appointment-card > .flex {
    justify-content: space-between;
}

div[dusk="dates-detail-component"] .card.mb-6 {
    background-color: #eef1f4;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.todo-app > div {
    background: #FFF;
    box-shadow: 0 25px 40px rgba(21, 21, 56, 0.02);
    border-radius: 8px;
    padding: 15px;
}

.todo-app .task-card, .todo-app .old-task {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 10px rgba(109, 62, 187, 0.12);
    backdrop-filter: blur(35px);
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 15px;
    margin-right: 5px;
}

.font-medium {
    font-weight: 500;
}

.todo-app .checkbox {
    background: #F2F4F7;
    border: 1px solid #D0D5DD;
    border-radius: 79px;
}

.tacks-block .form-field {
    font-family: system-ui, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
}

.tacks-block input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    font: inherit;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #B9B8C3;
    transform: translateY(-0.075em);

    display: grid;
    place-content: center;
    cursor: pointer;
}

.tacks-block input[type="checkbox"]::before {
    content: "";
    width: 14px;
    height: 14px;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    background-color: #fff;
}

.tacks-block input[type="checkbox"]:checked::before {
    background-color: #fff;
    transform: scale(1);
}

.tacks-block input[type="checkbox"]:checked {
    background-color: #AE18D3;
}

.btn-outline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    gap: 10px;
    border-radius: 8px;
    margin-bottom: 0.5rem;
}

.btn-outline-purple {
    border: 1.5px solid #AE18D3;
    color: #AE18D3;
}

.btn-outline-purple:hover {
    border-color: #AE18D3;
    opacity: 0.5;
}

.btn-outline-yellow {
    border: 1.5px solid #CDB300;
    color: #CDB300;
}

.btn-outline-yellow:hover {
    border-color: #CDB300;
    opacity: 0.5;
}

.btn-outline-red {
    border: 1.5px solid #F04438;
    color: #F04438;
}

.btn-outline-red:hover {
    border-color: #F04438;
    opacity: 0.5;
}

.btn-outline-green {
    color: #039855;
    border: 1.5px solid #039855;
}

.btn-outline-green:hover {
    border-color: #039855;
    opacity: 0.5;
}

@media (max-width: 992px) {
    .appointment-card ul.flex {
        flex-direction: column;
    }

    .appointment-card ul {
        padding: 0 10px 0 0;
    }

    .appointment-card ul.flex li {
        margin-bottom: 15px;
        width: 100%;
    }
}

.btn-play {
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    width: 36px;
    height: 36px;
}

.filter-menu-dropdown .dropdown-trigger {
    border: 1px solid #E7E7E7;
    border-radius: 4px;
}

.filter-menu-dropdown svg.fill-current {
    width: 13px;
    height: 13px;
}

.view-calendar {
    background: #AE18D3;
    border-radius: 14px;
    padding: 6px 20px;
}

.view-calendar a {
    align-items: center;
    display: flex;
}

.view-calendar a svg {
    margin-right: 8px;
}

.w-sidebar .router-link-active {
    color: #FCFCFD;
    opacity: 1;
}

.svg-add-customer {
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.hide-btn {
    display: inline;
    font-weight: 500;
    font-size: 14px;
    color: #AE18D3;
    text-decoration: none;
    float: right;
}

.todo-app > .w-2\/3 {
    max-height: 800px;
    overflow: auto;
}

.card-list {
    max-height: 400px;
    overflow: auto;
}

input[data-testid="search-input"] {
    border: 1.5px solid #7c858e;
    color: #AE18D3;
}

.form-search:focus {
    box-shadow: unset;
}

.custom-fixed {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    background-color: rgba(179, 185, 191, 0.8);
    z-index: 100;
    padding: 50px 0;
}

.custom-box-wrapper {
    height: 525px;
    overflow: auto;
    width: 650px;
}

.fc-header-toolbar .fc-button-group > .fc-prev-button {
    margin-right: 15px;
}

.fc-view-harness {
    background-color: #fff;
}

.tooltips {
    position: relative;
}

.tooltips .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 6px;
    position: absolute;
    z-index: 20;
}

.tooltips:hover .tooltiptext {
    visibility: visible;
}

#nova h1 {
    color: black;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
}

.relationship-tabs-panel .default-search>div>.relative>.card>.flex {
    padding: 0.75rem;
}
