.rounded-xl {
    border-radius: 10px!important;
}

.chosen-card {
    box-shadow: 0 0.125rem 0.25rem var(--primary) !important;
     /* Animation */
}

.highlight-primary:hover{
    color: var(--primary) !important;
}

.highlight-danger:hover{
    color: var(--danger) !important;
}

.badge-primary-lighter {
    background-color: #99ffeb!important;
}

.dz-progress {
    /* progress bar covers file name */
    display: none !important;
}


::placeholder{
    color: #adb5bd !important
}

.w-10{
    width: 10%!important
}

.select2-selection__placeholder{
    color: #adb5bd !important
}
 .form-control-plaintext:focus-visible {
     border: none!important;
     outline: none!important;
 }

.campaigns-cards .card:hover {
    transform: scale(1.1);
}
.segment-cards .card:hover {
    transform: scale(1.1);
}

.fixed-table {
    overflow: auto;
    height: 80vh!important;
}

.fixed-table::-webkit-scrollbar{
    display: none;
}

.select2-selection--multiple::-webkit-scrollbar{
    display: none;
}

.export-workspace tr.accordion-toggle:hover{
    transform: scale(1.005);
}

.export-workspace tr.accordion-toggle:hover label{
    color: var(--primary);
}

.alert-flow-error {
    z-index: 9999!important;
}

.alert-flow {
    z-index: 1051!important;
}

.status-icon:hover {
    color: var(--success);
}

#sidenav-control {
    position: fixed;
    right: -5px;
    top: 132px;
    transition: all 0.5s ease 0s;
    height: 50px;
    border-top-right-radius: revert;
    border-bottom-right-radius: revert;
}

.card-status tbody tr.active-node{
    color: #6c757d;
    background-color: #dee2e6;
}

.bg-success-lighter {
    background: #b7eedc!important;
}

.loader{
    opacity: 0.95!important;
    background: #ffffff!important;
}

[data-loader-mode="dark"]{
    background:#495057!important;
    opacity: 0.95!important;
}

[data-loader-mode="light"]{
    background:#ced4da!important;
    opacity: 0.95!important;
}

.table thead th {
    border-bottom: none!important;
    color: #adb5bd!important;
}
.no-border-top thead th{
    border-top: none!important;
}

/*
Hide font selector for email Quill
*/
.ql-toolbar > span:first-child {
    display: none !important;
}
.bg-success-lighter {
    background: #b7eedc!important;
}

.loader{
    opacity: 0.95!important;
    background: #ffffff!important;
}

[data-loader-mode="dark"]{
    background:#495057!important;
    opacity: 0.95!important;
}

[data-loader-mode="light"]{
    background:#ced4da!important;
    opacity: 0.95!important;
}

.table thead th {
    border-bottom: none!important;
    color: #adb5bd!important;
}
.no-border-top thead th{
    border-top: none!important;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 15% !important;
    border: 1px solid white!important;
    border-radius: 10px;
    font-weight: bold;
    background-color: #ededed;
}

.hide-cards {
    overflow-y: hidden;
    height: 90px;
}

.show-cards {
    overflow-y: hidden;
    height: max-content;
}

input[type="file"] {
    display: none;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-upload {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

.dataTables_wrapper .dataTables_processing {
    background: white;
    border-color: white;
    color: var(--dark);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}



td[contenteditable="true"]:focus {
    border: 1px solid var(--warning);
    border-radius: 0px;
    outline: 0px solid transparent;
}

.secondary-nav {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.third-nav {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}

.main-content {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2233%22%20height=%2233%22%20viewBox=%220%200%2033%2033%22%3E%3Cpath%20d=%22M0%200%20L2.25%200Z%20M0%200%20L0%202.25Z%20%20M33%2033%20L30.75%2033Z%20M33%2033%20L33%2030.75Z%20%20M33%200%20L30.75%200Z%20M33%200%20L33%202.25Z%20%20M0%2033%20L0%2030.75Z%20M0%2033%20L2.25%2033Z%22%20stroke-opacity=%220.065%22%20stroke-width=%221.1%22%20stroke=%22black%22%20stroke-linecap=%22butt%22%3E%3C/path%3E%3C/svg%3E) !important;
    background-size: 2rem 2rem !important;
}

/*Timeline*/
.timeline {
    border-left: 2px solid var(--primary);
    /*background: #EBFAFF;*/
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    list-style: none;
    text-align: left;
    max-width: 100%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
}

.timeline .event {
    border-bottom: 1px dashed var(--primary);
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 2px;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    top: -20px;
    content: attr(data-date);
    text-align: right;
    font-size: 0.7em;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px var(--primary);
    box-shadow: 0 0 0 3px var(--primary);
    left: -12.5px;
    background: #fff;
    border-radius: 50%;
    height: 3px;
    width: 3px;
    content: "";
    top: 6px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 3px solid var(--primary);
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}

/*
Shaking notifications
*/
@keyframes tilt-n-move-shaking {
    0% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(2px, 2px) rotate(5deg); }
    50% { transform: translate(0, 0) rotate(0deg); }
    75% { transform: translate(-2px, 2px) rotate(-5deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
}

.notified {
    animation: tilt-n-move-shaking 0.35s infinite;
}

.drop-custom {
    position: absolute !important;
    left: 50px !important;
    z-index: 999 !important;
    top: -30px !important;
    border: none !important;
    max-width: 10px !important;
    box-shadow: 0 0.125rem 0.25rem rgba(52, 58, 64, 0.075) !important;
}

.drop-custom a:hover{
    text-decoration: underline;
    text-decoration-color: var(--primary);
}

.stretched-link:hover{
    text-decoration: underline;
    text-decoration-color: var(--primary);
}

.stretched-link-white:hover{
    text-decoration: underline;
    text-decoration-color: #fff;
}

.animation-wrapper {
    width: 80%;
    padding-bottom: 40%;
}

/** Layered Animation **/

.layered-animations {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1100px;
    height: 550px;
    margin: -275px 0 0 -550px;
    border-radius: 20px;
}

.layered-animations .shape {
    position: absolute;
    top: 50%;
    overflow: visible;
    width: 280px;
    height: 280px;
    margin-top: -140px;
    stroke: transparent;
    stroke-width: 1px;
    fill: url(#shapesGradient);
    border-radius: 20px;
}

@media (min-width: 740px) {
    .layered-animations .shape {
        stroke-width: .5px;
    }
}

.layered-animations .small.shape {
    width: 64px;
    height: 64px;
    margin-top: -32px;
    stroke: currentColor;
    fill: currentColor;
    border-radius: 20px;
}

.layered-animations .x-small.shape {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    stroke: currentColor;
    fill: currentColor;
    border-radius: 20px;
}

.ace_editor {
    border-radius: 5px;
}

.daterangepicker {
    font-family: "Apercu Pro", sans-serif !important;
}

.start-date {
    background-color:  #99ffeb !important;
    color: var(--dark) !important;
}

.in-range {
    background-color:  #99ffeb !important;
    color: var(--dark) !important;
}

.end-date {
    background-color:  #99ffeb !important;
    color: var(--dark) !important;
}

.applyBtn {
    font-weight: normal !important;
}

.cancelBtn {
    font-weight: normal !important;
}

.daterangepicker {
    border-radius: 10px !important;
    border: 1px solid #CFFCEC !important;
    -webkit-box-shadow: 0px 3px 3px 1px rgba(34, 60, 80, 0.09) !important;
    -moz-box-shadow: 0px 3px 3px 1px rgba(34, 60, 80, 0.09) !important;
    box-shadow: 0px 3px 3px 1px rgba(34, 60, 80, 0.09) !important;
}
.calendar-table {
    font-weight: normal !important;
}

.profile-active-tab a[href='#'] {
    text-decoration: underline solid var(--primary); !important;
}

.modal-content {
    border-radius: 20px !important;
}

.bootstrap-tagsinput {
    border-radius: 10px !important;
    border: 1px solid #CFFCEC !important;
    -webkit-box-shadow: 0px 3px 3px 1px rgba(34, 60, 80, 0.09) !important;
    -moz-box-shadow: 0px 3px 3px 1px rgba(34, 60, 80, 0.09) !important;
    box-shadow: 0px 3px 3px 1px rgba(34, 60, 80, 0.09) !important;
}

.bootstrap-tagsinput input {
    border-radius: 0px !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.page-item.active .page-link {
    border-radius: 10px !important;
}