::-webkit-scrollbar {
    width: 14px;
}

@media screen and (max-width: 992px) {
    ::-webkit-scrollbar {
        width: 10px;
    }
}

@media screen and (max-width: 768px) {
    ::-webkit-scrollbar {
        width: 5px;
    }
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #7a9ac7;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background: #7eadff;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #478aff;
}

.dark ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #273f5e;
    border-radius: 2px;
}

.dark ::-webkit-scrollbar-thumb {
    background: #1f334b;
    border-radius: 2px;
}

.dark ::-webkit-scrollbar-thumb:hover {
    background: #585858;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.setting-toggle {
    position: fixed;
    top: 60px;
    bottom: auto;
    right: 0;
    left: auto;
    transform: translateY(50%);
}

.h-100vh-y-scroll {
    height: 100vh;
    overflow-y: auto;
}

.input-group .choices {
    width: 100%;
}

#account-upload-img {
    object-fit: contain;
}

.small.text-muted,
ul.pagination {
    margin-bottom: 0;
}

.pagination {
    --falcon-pagination-padding-x: 0.6rem;
    --falcon-pagination-padding-y: 0.2rem;
}

.rating {
    border: none;
    float: left;
    display: block;
}

.rating>label {
    color: grey;
    float: right;
    font-size: 1.5em;
}

.rating>input {
    display: none;
}

.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #f79426;
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
.rating>input:checked~label:hover~label {
    color: #fece31;
}

/* form builder styles start */
.theme-wizard .nav-item:not(:first-child) .active .nav-item-circle-parent:after {
    left: -50%;
    width: 100%;
}

.form-builder-overlay.visible {
    z-index: 9999;
}

.form-builder-dialog {
    z-index: 99999 !important;
}

.dark .form-wrap.form-builder .frmb-control li {
    color: var(--falcon-gray-800, #0b1727);
    background: var(--falcon-gray-100, #0b1727);
    box-shadow: 0 0 1px var(--falcon-gray-300, #0b1727);
}

.dark .form-wrap.form-builder .frmb-control li:hover {
    background: var(--falcon-soft-dark, #0b1727);
    /* box-shadow: 0 0 1px var(--falcon-gray-300, #0b1727); */
}

.dark .form-wrap.form-builder.formbuilder-embedded-bootstrap .btn,
.dark .form-wrap.form-builder.formbuilder-embedded-bootstrap .form-control {
    background: var(--falcon-gray-100, #0b1727);
    color: var(--falcon-gray-800, #0b1727);
    border: 1px solid var(--falcon-gray-300, #0b1727) !important;
}

.dark .form-wrap.form-builder .frmb .field-label,
.form-wrap.form-builder .frmb .legend {
    color: var(--falcon-gray-800, #0b1727);
}

.dark .form-wrap.form-builder .frmb li.form-field {
    background: var(--falcon-gray-100, #0b1727);
}

.form-wrap {
    gap: 0.5rem;
}

.dark .form-wrap.form-builder .frmb .prev-holder select,
.dark .form-wrap.form-builder .frmb .prev-holder input[type="text"],
.dark .form-wrap.form-builder .frmb .prev-holder textarea,
.dark .form-wrap.form-builder .frmb .prev-holder input[type="number"] {
    background: var(--falcon-gray-100, #0b1727);
    color: var(--falcon-gray-800, #0b1727);
    border: 1px solid var(--falcon-gray-300, #0b1727) !important;
}

.dark .form-wrap.form-builder .frmb .field-actions .btn {
    background: var(--falcon-gray-100, #0b1727);
    color: var(--falcon-gray-800, #0b1727);
    border: 1px solid var(--falcon-gray-300, #0b1727) !important;
}

.dark .form-wrap.form-builder .frmb .form-elements {
    background: var(--falcon-gray-100, #0b1727);
}

.dark .form-wrap.form-builder .frmb .form-elements [contenteditable].form-control,
.dark .form-wrap.form-builder .frmb .form-elements input[type="text"],
.dark .form-wrap.form-builder .frmb .form-elements input[type="number"],
.dark .form-wrap.form-builder .frmb .form-elements input[type="date"],
.dark .form-wrap.form-builder .frmb .form-elements input[type="color"],
.dark .form-wrap.form-builder .frmb .form-elements textarea,
.dark .form-wrap.form-builder .frmb .form-elements select {
    background: var(--falcon-gray-100, #0b1727);
    color: var(--falcon-gray-800, #0b1727);
    border: 1px solid var(--falcon-gray-300, #0b1727) !important;
}

.dark .form-wrap.form-builder .frmb li.form-field .close-field {
    background: var(--falcon-danger, #0b1727);
    color: var(--falcon-black, #0b1727);
}

.dark .form-wrap.form-builder .frmb .option-actions button,
.dark .form-wrap.form-builder .frmb .option-actions a {
    background: var(--falcon-gray-100, #0b1727);
    color: var(--falcon-gray-800, #0b1727);
    border: 1px solid var(--falcon-gray-300, #0b1727) !important;
}

.dark .form-wrap.form-builder .frmb .sortable-options>li {
    background: var(--falcon-gray-100, #0b1727);
}

/* form builder styles end */

.table-cell-ellipsis {
    width: 22ch;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.theme-wizard .nav-item-circle-parent {
    padding: 0 0.5rem;
}

.theme-radio-input input[type="radio"] {
    display: none;
}

.theme-radio-input:hover .card {
    cursor: pointer;
    outline: 5px solid var(--falcon-primary);
}

.theme-radio-input input[type="radio"]:checked+.card {
    outline: 5px solid var(--falcon-primary);
}

.theme-radio-input input[type="radio"]:checked+.card::before {
    color: #fff !important;
}

.theme-radio-input input[type="radio"]:checked+.card::before {
    content: "ACTIVE";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    padding: 0.25em 0.5em;
    border-bottom-right-radius: 0.25rem;
    color: var(--falcon-gray-1100);
    background: var(--falcon-primary);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Sweet Alert start*/
.swal2-icon {
    transform: scale(0.8) !important;
}

div:where(.swal2-icon).swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: -0.25em;
    left: -0.25em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: 0.25em solid #1da58e !important;
    border-radius: 50%;
}

div:where(.swal2-icon).swal2-success [class^="swal2-success-line"] {
    display: block;
    position: absolute;
    z-index: 2;
    height: 0.3125em;
    border-radius: 0.125em;
    background-color: #1da58e !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 1.175em !important;
}

.swal2-confirm {
    background-color: var(--falcon-primary) !important;
    color: white !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    background-color: var(--bg-100) !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
    box-shadow: var(--falcon-primary) !important;
}

/* Sweet Alert end*/

.radio-inputs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-inputs>* {
    margin: 6px;
}

.radio-input:checked+.radio-tile {
    border-color: var(--falcon-primary);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: var(--falcon-primary);
}

.radio-input:checked+.radio-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: var(--falcon-primary);
    border-color: var(--falcon-primary);
}

.radio-input:checked+.radio-tile .radio-icon svg {
    fill: var(--falcon-primary);
}

.radio-input:checked+.radio-tile .radio-label {
    color: var(--falcon-primary);
}

.radio-input:focus+.radio-tile {
    border-color: var(--falcon-primary);
    box-shadow: 0 5px 10px var(--falcon-gray-100),
        0 0 0 4px var(--falcon-gray-100);
}

.radio-input:focus+.radio-tile:before {
    transform: scale(1);
    opacity: 1;
}

.radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    min-height: 80px;
    border-radius: 0.5rem;
    border: 2px solid var(--falcon-gray-300);
    background-color: var(--falcon-gray-100);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
}

.radio-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    border: 2px solid var(--falcon-primary);
    background-color: var(--falcon-gray-100);
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
}

.radio-tile:hover {
    border-color: var(--falcon-primary);
}

.radio-tile:hover:before {
    transform: scale(1);
    opacity: 1;
}

.radio-icon svg {
    width: 2rem;
    height: 2rem;
    fill: #494949;
}

.radio-label {
    color: var(--falcon-gray-800);
    transition: 0.375s ease;
    text-align: center;
    font-size: 13px;
}

.radio-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.input {
    display: flex;
    flex-direction: column;
    background-color: var(--bg-100);
    justify-content: center;
}

.value {
    background-color: transparent;
    border: none;
    color: white;
    display: flex;
    position: relative;
    gap: 5px;
    cursor: pointer;
    border-radius: 4px;
}

.value:not(:active):hover,
.value:focus {
    background-color: var(--bg-200);
    color: var(--falcon-primary);
}

.value:focus,
.value:active {
    background-color: var(--falcon-primary);
    color: var(--bg-1100);
    outline: none;
}

.value::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -10px;
    width: 5px;
    height: 80%;
    background-color: var(--falcon-primary);
    border-radius: 5px;
    opacity: 0;
}

.value:focus::before,
.value:active::before {
    opacity: 1;
}

.input:hover> :not(.value:hover) {
    transition: 300ms;
    filter: blur(0.5px);
    transform: scale(0.95, 0.95);
}

.tox .tox-promotion,
.tox .tox-statusbar__branding {
    display: none;
}

.tox .tox-dialog-wrap__backdrop {
    background-color: rgb(0 0 0 / 75%) !important;
}

div:where(.swal2-container) .swal2-input {
    height: 2em !important;
    padding: 0 0.75em;
}

.auth-slider-overly * {
    color: white !important;
}

.auth-slider-overly {
    position: absolute;
    bottom: 0;
    padding: 1em;
    padding-top: 10em;
    padding-bottom: 5em;
    backdrop-filter: blur(1px);
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.password-input-group .password-toggle-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-icon,
.hide-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb-btn a h6 {
    color: #ffff !important;
}

.breadcrumb-btn a .fa-external-link-alt {
    color: var(--falcon-gray-500) !important;
}

.dark .breadcrumb-btn a .fa-external-link-alt {
    color: #ffffff !important;
}

.dark .breadcrumb-btn a h6,
.fa-external-link-alt {
    color: #ffff !important;
}

.fs-color {
    color: #000 !important;
}

.fs-color .fa-external-link-alt {
    color: #000 !important;
}

.dark .fs-color .fa-external-link-alt {
    color: #ffffff !important;
}

.dark .fs-color {
    color: #ffffff !important;
}

.cf-turnstile {
    margin-bottom: 1em;
    height: 65px;
}

.laravel-pulse section,
.laravel-pulse main {
    padding: 1em !important;
}

.laravel-pulse :is(:where(.dark) .dark\:bg-gray-950) {
    background-color: initial !important;
}

.laravel-pulse :is(:where(.dark) .dark\:bg-gray-900) {
    background-color: rgb(17 24 39 / var(--tw-bg-opacity)) !important;
}

.digit-group {
    input {
        width: 55px;
        height: 55px;
        background-color: #f5f5f5;
        border: 2px solid #012047;
        border-radius: 12px;
        line-height: 50px;
        text-align: center;
        font-size: 24px;
        font-family: "Raleway", sans-serif;
        font-weight: 200;
        margin: 0 2px;
    }

    input:focus {
        outline: 2px solid #001a3a !important;
        border: 2px solid #001a3a !important;
    }

    .splitter {
        padding: 0 5px;
        font-size: 24px;
    }
}

/* .dashboard-card-box {
    border-radius: 35px;
} */

.dashboard-card {
    color: #fff;
    height: 120px;
    position: relative;
    overflow: hidden;
    cursor: default;
    user-select: none;
    /* border-radius: 35px; */
}

.design1 {
    background: linear-gradient(251deg, rgba(1, 16, 56, 0.83), rgb(0 50 183 / 83%));
}

.design1:hover {
    background: linear-gradient(251deg, rgba(1, 16, 56, 0.83), rgba(0, 26, 97, 0.83));
}

.design2 {
    background: linear-gradient(251deg, rgba(1, 41, 1, 0.83), rgb(31 152 96 / 83%));
}

.design2:hover {
    background: linear-gradient(251deg, rgba(1, 41, 1, 0.83), rgba(13, 78, 47, 0.83));
}

.design3 {
    background: linear-gradient(251deg, rgba(28, 27, 27, 0.83), rgba(103, 103, 127, 0.83));
}

.design3:hover {
    background: linear-gradient(251deg, rgba(28, 27, 27, 0.83), rgba(58, 58, 71, 0.83));
}

.stroke-circle {
    border-radius: 50%;
    border: 2px dashed #fff;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stroke-circle .stroke-circle-icon {
    width: 40px;
    height: 40px;
}

.dashboard-card .main-text h5 {
    color: #fff;
}

.dashboard-card .main-text .small-text {
    font-size: 0.8rem !important;
}

.license-get-started-box {
    background: linear-gradient(251deg, rgba(1, 16, 56, 0.83), rgb(0 50 183 / 83%));
    color: #fff;
    height: 150px;
    position: relative;
    overflow: hidden;
}

.package-request-box {
    background: linear-gradient(251deg, rgba(1, 16, 56, 0.83), rgb(0 50 183 / 83%));
    color: #fff;
    height: 110px;
    position: relative;
    overflow: hidden;
}

.license-get-started-box h4 {
    color: #fff;
    margin-bottom: 0;
}

.package-request-box h4 {
    color: #fff;
    margin-bottom: 0;
}

.license-get-started-box .brand-logo {
    position: absolute;
    left: 600px;
    width: 180px;
    height: 180px;
    bottom: -30px;
    opacity: 0.8;
    z-index: -100;
}

.package-request-box img {
    position: absolute;
    left: 600px;
    width: 180px;
    height: 180px;
    bottom: -30px;
    opacity: 0.8;
    z-index: -100;
}

.license-get-started-box .main-text {
    width: 82%;
    font-weight: 500;
}

.package-request-box .main-text {
    width: 82%;
    font-weight: 500;
}

.license-get-started-box .main-text h4 {
    width: 70%;
    font-weight: 500;
}

.package-request-box .main-text h4 {
    width: 70%;
    font-weight: 500;
}

.codepen-button {
    display: block;
    cursor: pointer;
    color: white;
    /* margin: 0 auto; */
    /* text-align: end; */
    position: relative;
    text-decoration: none;
    border-radius: 100px;
    overflow: hidden;
    padding: 2px;
    isolation: isolate;
    font-weight: 700;
}

.codepen-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    height: 100%;
    background: linear-gradient(115deg, #d1d1d1, #02367b, #a7bfde);
    background-size: 25% 100%;
    animation: wave 0.75s linear infinite;
    animation-play-state: running;
    translate: -5% 0%;
    transition: translate 0.25s ease-out;
    color: #fff;
}

.codepen-button:hover::before {
    animation-play-state: running;
    transition-duration: 0.75s;
    translate: 0% 0%;
}

@keyframes wave {
    to {
        transform: translateX(-25%);
    }
}

.codepen-button span {
    position: relative;
    display: block;
    padding: 0.5rem 1.5rem;
    font-size: 1.1rem;
    background: #2c7bda;
    border-radius: 100px;
    height: 100%;
}

.codepen-button:hover {
    text-decoration: none;
    color: #fff;
}

.codepen-button span:hover {
    background: #1e3d68;
    color: #fff;
}

@media only screen and (max-width: 1270px) {
    .license-get-started-box {
        height: 200px;
        justify-content: start !important;
    }

    .license-get-started-box .main-text {
        width: 70%;
        font-weight: 500;
    }
}

@media only screen and (max-width: 770px) {
    .license-get-started-box {
        height: 250px;
        justify-content: start !important;
    }

    .package-request-box {
        height: 200px;
        justify-content: start !important;
    }

    .license-get-started-box .brand-logo {
        left: 500px;
    }
}

@media only screen and (max-width: 480px) {
    .license-get-started-box {
        height: 250px;
        justify-content: start !important;
    }

    .license-get-started-box.free-trial {
        height: 300px !important;
    }

    .license-get-started-box .main-text {
        width: 100%;
    }

    .license-get-started-box .main-text h4 {
        width: 100%;
    }

    .codepen-button {
        margin: 0
    }

    .license-get-started-box .brand-logo {
        left: 200px;
    }
}

/*! step radios css !*/
.tabs {
    display: flex;
    position: relative;
    box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15), 0 6px 12px 0 rgba(24, 94, 224, 0.15);
    padding: 0.75rem;
    border-radius: 99px;
}

.tabs * {
    z-index: 2;
}

.container input[type="radio"] {
    display: none;
}

.tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 50px;
    font-size: .8rem;
    font-weight: 500;
    border-radius: 99px;
    cursor: pointer;
    transition: color 0.15s ease-in;
    margin-bottom: 0 !important;
}

.notification {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .8rem;
    height: .8rem;
    position: absolute;
    top: 10px;
    left: 30%;
    font-size: 10px;
    margin-left: 0.75rem;
    border-radius: 50%;
    margin: 0px;
    background-color: #e6eef9;
    transition: 0.15s ease-in;
}

.container input[type="radio"]:checked+label {
    color: #185ee0;
}

.container input[type="radio"]:checked+label>.notification {
    background-color: #185ee0;
    color: #fff;
    margin: 0px;
}

.container input[id="radio-1"]:checked~.glider {
    transform: translateX(0);
}

.container input[id="radio-2"]:checked~.glider {
    transform: translateX(100%);
}

.container input[id="radio-3"]:checked~.glider {
    transform: translateX(200%);
}

.glider {
    position: absolute;
    display: flex;
    height: 30px;
    width: 50px;
    background-color: #e6eef9;
    z-index: 1;
    border-radius: 99px;
    transition: 0.25s ease-out;
}

@media (max-width: 700px) {

    .tabs {
        transform: scale(0.6);
    }
}


.timeline-vertical .timeline-item:not(:last-child)::before {
    left: 0%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}


@media (max-width: 992px) {
    .timeline-vertical .timeline-item:not(:last-child)::before {
        left: 0%;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@media (max-width: 768px) {
    .timeline-vertical .timeline-item:not(:last-child)::before {
        left: 8%;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@media (max-width: 755px) {
    .timeline-vertical .timeline-item:not(:last-child)::before {
        left: 3%;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@media (max-width: 565px) {
    .timeline-vertical .timeline-item:not(:last-child)::before {
        left: 4%;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@media (max-width: 480px) {
    .timeline-vertical .timeline-item:not(:last-child)::before {
        left: 6%;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

/* From Uiverse.io by TimTrayler */
.switch {
    --secondary-container: #3a4b39;
    --primary: #84da89;
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 3.7em;
    height: 1.8em;
}

.switch input {
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #313033;
    transition: .2s;
    border-radius: 30px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 1.4em;
    width: 1.4em;
    border-radius: 20px;
    left: 0.2em;
    bottom: 0.2em;
    background-color: #aeaaae;
    transition: .4s;
}

.switch input:checked+.slider::before {
    background-color: var(--primary);
}

.switch input:checked+.slider {
    background-color: var(--secondary-container);
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px var(--secondary-container);
}

.switch input:checked+.slider:before {
    transform: translateX(1.9em);
}

/* Code integration css */
.integration-code .card {
    width: 100%;
    height: fit-content;
    margin: 0 auto;
    background-color: #0b1727;
    border-radius: 8px;
    z-index: 1;
    /* box-shadow: 0px 10px 10px rgb(73, 70, 92); */
    transition: 0.5s;
}

.integration-code .card:hover {
    transform: translateY(-7px);
    /* box-shadow: 0px 10px 10px black; */
}

.integration-code .top {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.integration-code .circle {
    padding: 0 5px;
}

.integration-code .circle2 {
    display: inline-block;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    padding: 1px;
    border-radius: 5px;
}

/* .integration-code .circle2.circle {
    border: 1px solid #000;
} */

.integration-code .red {
    background-color: #ff605c;
}

.integration-code .yellow {
    background-color: #ffbd44;
}

.integration-code .green {
    background-color: #00ca4e;
}

.header {
    margin: 5px;
    margin-top: 5px;
    border-radius: 5px;
}

.integration-code #title2 {
    color: white;
    padding-left: 50px;
    font-size: 15px;
}

.integration-code .code-container {
    text-align: center;
}

.integration-code #code {
    width: 100%;
    height: 240px;
    resize: none;
    background-color: #121e2d;
    border-radius: 5px;
    border: none;
    color: white;
    padding: 10px;
    font-family: monospace;
    white-space: pre;
    color: rgb(224, 209, 46);
}

.integration-code #code:focus {
    outline: none !important;
}

.integration-code .title {
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
}

.integration-code .code-copy-btn {
    width: 75px;
    height: 30px;
    background-color: #1d1d1d;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    gap: 5px;
}

.recent-project {
    width: 100%;
    height: 150px;
    background-color: #232e3c;
}

@media only screen and (min-width: 1480px) {
    .recent-project {
        height: 180px;
    }
}