/* @import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

body {
    /* font-family: "Space Mono", monospace;
    font-weight: 400;
    font-style: normal; */

    font-family: "DM Sans", sans-serif;

    /* font-family: "Space Grotesk", sans-serif; */
    font-optical-sizing: auto;
    /* font-weight: <weight>; */
    font-style: normal;
}

/* h1, h2, h3, h4, h5, h6 {
    font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
} */

a {
    color: #9cff0f;
}

.error {
    color: #bf5555;
}

.search-right {
    margin-left: auto;
}

.revenue-link {
    cursor: pointer;
}

.ck.ck-balloon-panel_visible {
    z-index: 9999 !important;
}

.search-right {
    display: flex;
}

.search-right div a {
    margin-top: 20px;
    margin-right: 10px;
}

.smaller-text {
    font-size: small;
}

.nav-sidebar>li.nav-item:nth-child(2) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(6) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(10) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(14) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(18) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(22) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(26) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(30) a.nav-link i {
    /* color: rgb(255, 199, 14) !important; */
    color: rgba(255, 255, 255, .7) !important;
}

.nav-sidebar>li.nav-item:nth-child(3) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(7) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(11) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(15) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(19) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(23) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(27) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(31) a.nav-link i {
    /* color: green !important; */
    color: rgba(255, 255, 255, .7) !important;
}

.nav-sidebar>li.nav-item:nth-child(4) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(8) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(12) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(16) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(20) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(24) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(28) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(32) a.nav-link i {
    /* color: rgb(0, 238, 255) !important; */
    color: rgba(255, 255, 255, .7) !important;
}

.nav-sidebar>li.nav-item:nth-child(5) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(9) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(13) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(17) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(21) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(25) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(29) a.nav-link i,
.nav-sidebar>li.nav-item:nth-child(33) a.nav-link i {
    /* color: rgb(51, 255, 0) !important; */
    color: rgba(255, 255, 255, .7) !important;
}

.badge-light-green {
    color: black;
    background-color: #77ff07;
}

.badge-purple {
    color: black;
    background-color: #d400d4;
}

.badge-red-yellow-gradient {
    color: black;
    background-image: linear-gradient(red, yellow);
}

.badge-blue-yellow-gradient {
    color: black;
    background-image: linear-gradient(rgb(2, 0, 128), yellow);
}

.daterangepicker {
    color: black !important;
}

/* .swal2-popup{

    display: flex !important;
    justify-content: center;
    font-size: 0.6em !important;
    align-items: center;
    overflow: hidden;
    width: auto !important;
} */
.table>thead>tr>th {
    color: rgba(255, 255, 255, .7) !important;
    background-color: #12131a !important;
    padding: 7px;
    box-shadow: unset !important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

.directlead-table tr td:nth-child(4),
.directlead-table tr td:nth-child(6) b {
    word-break: break-all;
}

.directlead-table select {
    width: 100% !important;
}

.roles-permission-block select+span.select2 {
    width: auto !important;
}

/* new design */
.gradient-border {
    --radius: .625rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2.5rem);
    position: relative;
    border-radius: var(--radius);
}

.gradient-border::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: var(--radius);
    padding: .0625rem;
    /* border: .0625rem solid; */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 100%);
    mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask-composite: exclude;
    z-index: -1
}

.dark-mode {
    background-color: #05060f !important;
    color: #fff;
}

.gap-1 {
    gap: .25rem !important;
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.dark-mode .main-footer,
.dark-mode .content-wrapper,
.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]),
[class*=sidebar-dark-],
.dark-mode .navbar-dark {
    background-color: #05060f;
}

.layout-fixed .main-sidebar {
    box-shadow: none !important;
}

.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) {
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.dark-mode .navbar-dark {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

[class*=sidebar-dark-] {
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.dark-mode .main-footer {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active,
.dark-mode .sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #12131a;
    color: #FFF;
}

.dark-mode .nav-pills .nav-link {
    color: rgba(255, 255, 255, .7);
}

.nav-link {
    border-radius: 8px !important;
    padding: 12px;
}

.main-header .nav-link {
    padding: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    line-height: 1;
}

[class*=sidebar-dark] .form-control-sidebar {
    background: #12131a;
    border-color: rgba(255, 255, 255, .1) !important;
    border-radius: 8px;
}

[class*=sidebar-dark] .btn-sidebar {
    background: #12131a;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-left: 0;
}

.dark-mode .card {
    background-color: #05060f !important;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .1);
}

[class*=sidebar-dark] .user-panel {
    border-bottom: 0;
    margin-bottom: 0 !important;
}

.nav-sidebar .nav-link>.right,
.nav-sidebar .nav-link>p>.right {
    transform-origin: center;
    right: 0.6rem;
    top: 1.1rem;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-sidebar .nav-link p {
    font-size: 14px;
}

div#main-time {
    font-family: "Space Grotesk", sans-serif;
}

body.dark-mode::before {
    --size: 75%;
    content: '';
    height: var(--size);
    width: var(--size);
    background: rgba(255, 255, 255, .1);
    position: fixed;
    top: -50%;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%);
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
}

.swal-button,
.button {
    padding: 10px 30px;
    border-radius: 50px;
    border: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    /* font-family: "Space Grotesk", sans-serif; */
}

.swal-button {
    background: #96ff01 !important;
    color: #05060f;
    border: 0 !important;
    box-shadow: unset !important;
}

.content .btn {
    /* display: inline-flex; */
    gap: 5px;
    align-items: center;
    border-radius: 50px;
}

.content .btn>i {
    font-size: 14px;
}

.content .btn:not(.btn-xs)>i {
    margin-right: 5px;
}

.table td .btn {
    display: inline-flex;
    aspect-ratio: 1/1;
    min-width: 26px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

select {
    border-radius: 50px !important;
}

.content .btn.btn-primary:hover,
.content .btn.btn-success,
.button.btn-primary:active,
.button.btn-primary:focus,
.button.btn-primary {
    color: #05060f;
    background: #96ff01;
    border: 1px solid #96ff01;
    transition: all .3s ease;
}

.content .btn.btn-primary,
.content .btn:hover,
.button.btn-primary:hover {
    background: #12131a;
    color: #FFF;
    border-color: rgba(255, 255, 255, .3);
}

.content .btn:hover {
    color: #FFF;
}

#main-time {
    line-height: 1;
    font-weight: 500;
}

.gradient-bar {
    padding: 20px 30px 30px 30px;
    display: block;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.gradient-bar::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(to right,
            #b3413e,
            #d88b3d,
            #e1c14f,
            #516cb4,
            #00a96e,
            #46b16f);
    filter: blur(20px);
    opacity: 0.5;
    z-index: 1;
    content: '';
}

.gradient-bar::before {
    content: '';
    height: 10px;
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to right,
            #b3413e 0%,
            /* dark red */
            #d88b3d 20%,
            /* orange */
            #e1c14f 35%,
            /* yellowish */
            #516cb4 60%,
            /* muted blue */
            #00a96e 80%,
            /* teal-green */
            #46b16f 100%
            /* green */
        );
}

.nav-link[class*='btn'] {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(2552, 255, 255, .3);
    border-radius: 50px !important;
    transition: all .3s ease;
}

.nav-link[class*='btn']:hover {
    background: #96ff01;
    color: #05060f !important;
    border-color: #96ff01;
}

.navbar-nav {
    font-size: .875rem;
}

.dark-mode .modal-content {
    background-color: #05060f;
}

@media (max-width: 1440px) {
    .table {
        font-size: 14px;
    }
}

.dark-mode .table td,
.dark-mode .table th,
.dark-mode .table thead th {
    border-color: rgba(255, 255, 255, .1);
}

.table th {
    border-bottom: 0 !important;
}

.card-body>.table>thead>tr>th {
    border-top-width: 1px;
    white-space: nowrap;
}

.table .btn-group {
    gap: 4px;
}

.table .btn-group>*:not(.modal) {
    border-radius: 50px !important;
    width: 27px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dark-mode .form-control:not(.form-control-navbar):not(.form-control-sidebar) {
    background-color: transparent;
}

.dark-mode .list-group-item {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .1);
}

.dark-mode .card-primary.card-outline {
    border-top: 3px solid #96ff01;
}

/* .nav-pills .nav-link.active {
    color: #05060f !important;
    background-color: #96ff01;
} */
/* .nav-pills .nav-link {
    padding: 10px 25px;
    border-radius: 50px !important;
} */

.form-control:not(textarea) {
    border-radius: 50px;
}

textarea.form-control {
    border-radius: 10px;
}

.dark-mode select option {
    background-color: #05060f;
}

/* .fa-plus:before {
    content: '\2b';
    font-family: 'Font Awesome 7 Pro';
    font-weight: 400;
} */

.login-page,
.register-page {
    background: #05060f;
    color: #FFF;
}

.login-card-body,
.register-card-body {
    background: #12131a;
    border-radius: 10px !important;
    border: 1px solid rgba(255, 255, 255, .1);
}

:is(.login-page, .register-page) .card {
    background-color: transparent !important;
}

:is(.login-page, .register-page) :is(.login-box, .register-box) p {
    text-align: center;
}

.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text {
    border-radius: 0 50px 50px 0;
}

.icheck-primary>input:first-child:checked+input[type=hidden]+label::before,
.icheck-primary>input:first-child:checked+label::before {
    background-color: #96ff01 !important;
    border-color: #96ff01 !important;
}

.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before,
.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before {
    border-color: #96ff01 !important;
}

[class*=icheck-]>input:first-child:checked+input[type=hidden]+label::after,
[class*=icheck-]>input:first-child:checked+label::after {
    border-color: #05060f;
}

.content .card-body {
    padding: 1.25rem 8px;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.dark-mode .dropdown-menu {
    background-color: #05060f;
}

.content .nav-pills .nav-link {
    padding: 8px 14px;
    font-size: 14px;
    border-radius: 50px !important;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .3);
    transition: all .3s ease;
}

.content .nav-pills .nav-link.active {
    background: #96ff01;
    color: #05060f !important;
    font-weight: 500;
    border-color: #96ff01;
}

.content .nav-pills .nav-link:hover {
    background-color: #96ff01;
    color: #05060f !important;
    border-color: #96ff01;
}

#reportrange {
    cursor: pointer;
    padding: 5px 10px !important;
    border: 1px solid rgba(255, 255, 255, .3) !important;
    width: unset !important;
    background: rgba(255, 255, 255, .1) !important;
    border-radius: 50px !important;
    align-self: start;
    font-size: 14px;
}

/* .content td .btn:not(.btn-xs) {
    aspect-ratio: unset;
} */
.content td .btn {
    aspect-ratio: unset;
}

.content .card-header .nav.nav-pills {
    gap: .25rem;
}

.table>:not(caption)>*>* {
    background-color: transparent;
    color: #FFF;
}

.accordion .card {
    margin-bottom: 0;
}

.switch-square.switch-bootstrap+.lable::after {
    border-radius: 50px !important;
    left: 2px !important;
}

.switch-square.switch-bootstrap:checked+.lable::after {
    left: 20px !important;
}

.switch-square.switch-bootstrap+.lable::before {
    /* display: none ; */
    content: '' !important;
    width: 40px !important;
    border-radius: 50px !important;
    background-color: rgba(255, 255, 255, .1) !important;
    border: 1px solid rgba(255, 255, 255, .3) !important;
}

.switch-success>.switch-square.switch-bootstrap:checked+.lable::before {
    background-color: #96ff01 !important;
    border: 1px solid #96ff01 !important;
}

.switch-square.switch-bootstrap:checked+.lable::after {
    background-color: #05060f !important;
    border-color: #05060f !important;
}

/* Hide the default checkbox */
.toggle-input {
    display: none;
}

/* Container for toggle */
.toggle-label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 14px;
    color: #fff;
}

/* Toggle switch box */
.toggle-slider {
    position: relative;
    width: 42px;
    height: 22px;
    border: 1px solid rgba(255, 255, 255, .3);
    background-color: rgba(255, 255, 255, .1);
    border-radius: 20px;
    margin-right: 8px;
    transition: background-color 0.3s;
}

/* Circle inside toggle */
.toggle-slider::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: transform 0.3s;
}

/* When checked */
.toggle-input:checked+.toggle-slider {
    background-color: #96ff01;
}

.toggle-input:checked+.toggle-slider::before {
    transform: translateX(20px);
    background-color: #05060f;
}

.table-fixed {
    table-layout: fixed;
}

.tag-wrap {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 50px;
    padding: 5px 10px;
    display: inline-block;
    line-height: 1;
    text-transform: capitalize;
    border: 1px solid rgba(255, 255, 255, .3);
}

.primary-bg {
    background-color: #96ff01;
}

.primary-border {
    border-color: #96ff01;
}

.primary-text {
    color: #96ff01;
}

.dark-bg {
    background-color: #05060f;
}

.dark-text {
    color: #05060f;
}

.dark-border {
    border-color: #05060f;
}

.danger-bg {
    background-color: #d00000;
}

.danger-border {
    border-color: #d00000;
}

.danger-text {
    color: #d00000;
}

.select2-container--default .select2-selection--multiple {
    background: rgba(255, 255, 255, .1) !important;
    border-radius: 10px !important;
    border: 1px solid rgba(255, 255, 255, .3) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:not(:last-child) {
    background: #96ff01;
    border-color: #96ff01;
    border-radius: 30px;
    padding: 1px 7px 1px 12px;
}

.card-header {
    background: rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.user-panel img {
    object-fit: cover;
    border: 1px solid #96ff01;
    padding: 2px;
    height: 2.5rem !important;
    width: 2.5rem;
}

.user-panel .info a {
    white-space: break-spaces;
    line-height: 1;
    font-size: 14px;
    padding-block: 1px;
}

.pagination {
    justify-content: center;
    margin-top: 20px;
    gap: 3px;
    padding-inline: 12px;
}

ul.pagination li:first-child {
    margin-right: auto;
}

ul.pagination li:last-child {
    margin-left: auto;
}

ul.pagination li :is(span, a) {
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 14px !important;
    border-radius: 50px !important;
    color: #FFF !important;
    background: rgba(255, 255, 255, .1) !important;
    border-color: rgba(255, 255, 255, .3) !important;
}

ul.pagination li:hover :is(span, a),
ul.pagination li.page-item.active :is(span, a) {
    background-color: #96ff01 !important;
    border-color: #96ff01 !important;
    color: #05060f !important;
}

.dark-mode .info-box {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .3);
}

.filter-container {
    gap: 8px;
    flex-wrap: wrap;
}

.nav-pills .nav-link.services {
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 14px;
    white-space: nowrap;
}

.dark-mode .list-group-item {
    background: rgba(255, 255, 255, .02) !important;
    border-color: rgba(255, 255, 255, .1) !important;
}

.dark-mode select {
    background: rgba(255, 255, 255, .02) !important;
    border-color: rgba(255, 255, 255, .3) !important;
    color: #FFF !important;
}

.icon {
    color: #96ff01 !important;
}

.ck-content {
    background: rgba(255, 255, 255, .1) !important;
    color: #FFF;
    border: 1px solid rgba(255, 255, 255, .3) !important;
    border-radius: 10px !important;
}

.border-theme {
    border-color: rgba(255, 255, 255, .3) !important;
}

.daterangepicker.show-ranges.ltr .drp-calendar:is(.left, .right) {
    background: #05060f;
}

.daterangepicker .calendar-table {
    border: unset !important;
    background-color: #05060f !important;
    color: #FFF !important;
    border-radius: 0 !important;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    color: #FFF !important;
    border-radius: 0 !important;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    color: rgba(255, 255, 255, .5) !important;
    background: rgba(255, 255, 255, .04) !important;
}

.daterangepicker td.in-range {
    background: rgba(255, 255, 255, .1) !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: #96ff01 !important;
    color: #05060f !important;
    border-radius: 0 !important;
}

.daterangepicker {
    border: 1px solid rgba(255, 255, 255, .2) !important;
    border-radius: 10px;
    overflow: hidden;
    background: #05060f !important;
    color: #FFF !important;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    border-color: #FFF !important;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: rgba(255, 255, 255, .02) !important;
}

.daterangepicker .ranges li {
    background: #05060f !important;
    color: #FFF !important;
}

.dark-mode .drp-buttons .btn-primary,
.daterangepicker .ranges li.active {
    background: #96ff01 !important;
    color: #05060f !important;
    border-color: #96ff01 !important;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left,
.daterangepicker .drp-buttons {
    border-color: rgba(255, 255, 255, .1) !important;
}

.swal-modal {
    background: #05060f;
}

.swal-modal :is(.swal-title, .swal-text) {
    color: #FFF;
}

.tag-parent>span {
    padding: 4px 4px 4px 12px;
    background: #05060f;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    gap: 5px;
}

.tag-parent>span>span {
    height: 25px;
    min-width: 25px;
    padding-inline: 4px;
    font-weight: 600;
    color: #05060f;
    background: #96ff01;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.typeCheck {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    padding: 4px 4px 4px 11px !important;
}

.typeCheck span {
    height: 25px;
    min-width: 25px;
    padding: 0 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #05060f;
    background: #96ff01;
    border-radius: 50px;
    font-weight: 600;
    font-size: 12px;
    transition: all .3s ease;
}

.typeCheck.active span,
.typeCheck:hover span {
    color: #96ff01;
    background-color: #05060f;
}

.badge.bg-info {
    background: #9aff0a !important;
    color: #05060f !important;
}

input#leave_date {
    color-scheme: light;
}

[for="team_lead"] + .dropdown {
    position: relative;
}

[for="team_lead"] + .dropdown .dropdown-menu {
    min-width: 100% !important;
    translate: unset !important;
}

@media (max-width: 575px) {
    .hero-cards {
        height: 46px;
        overflow: hidden;
        transition: all .3s ease;
    }

    .hero-cards.active {
        height: 346px;
    }
}