@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
    --primary-color: #8D5CF8;
    --bs-border-color: rgba(255, 255, 255, 0.15) !important;
    --Dark-Theme-Subheader-Text: #CFD1D4;
}

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    background-color: #1C1C1C;
    color: #fff;
}

button {
    background-color: transparent;
    border: none;
}

a {
    color: var(--primary-color);
    text-decoration: none;
}

.w-md-70 {
    width: 70%;
}

.w-md-60 {
    width: 60%;
}

.w-md-50 {
    width: 50%;
}

.w-md-40 {
    width: 40%;
}

.w-md-30 {
    width: 30%;
}

h1 {
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -2.8px;
}

h2 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: -2.4px;
}

h1 span {
    background: var(--1555, linear-gradient(90deg, #5A17EB 0%, #9564FF 58.5%, #9104FF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: var(--primary-color) !important;
}

.badge.bg-primary {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 4px 10px;
    border-radius: 8px !important;
}

p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.6;
}

.main-content {
    max-width: 730px;
}

header {
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.15);
    background: #232323;
    display: inline-flex;
    padding: 16.5px 0;
    align-items: center;
    width: 100%;
}

header .nav-link {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    cursor: pointer;
}

header .nav-link:focus,
header .nav-link:hover {
    color: #fff;
}



.navbar-nav .nav-link.active {
    color: #fff;
    font-weight: 600;
}

.navbar-nav .nav-link.show {
    color: #fff;
    font-weight: 200;
}

.btn-primary {
    background-color: #8D5CF8;
    border-color: #8D5CF8;
    border-radius: 11px;
    padding: 10.5px 24px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-primary:hover {
    background-color: #8854f8;
    border: 1px solid #8854f8;
    color: #FFF;
}

.btn-outline-primary {
    background-color: transparent;
    border-color: #8D5CF8;
    border-radius: 11px;
    padding: 10.5px 24px;
    color: #8D5CF8;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.btn-outline-primary:hover {
    background-color: #8D5CF8;
    color: #FFF;
}

.btn {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main-title h1 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.2px;
}

.main-title p {
    color: #606060;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url('../images/taggle-menu.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.card {
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #232323;
    color: #fff;
    padding: 35px 40px;
}

.auth-form form {
    width: 100%;
    margin: 0 auto;
}

.auth-form {
    /* background-image: url('../images/word.svg'); */
    background-position: center;
    background-size: cover;
    width: 60%;
    margin: 0 auto;
    padding: 5px 20px 20px 20px;
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
}

footer {
    margin-top: 100px;
    background: #222;
    padding: 37px 0 17px 0;
}

.footer-top {
    max-width: 1012px;
    margin: 0 auto;
}

.footer-top p {
    color: #606060;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-top: 15px;
}

.footer-bottom-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 17px;
}

.footer-nav a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-decoration: none;
}

.copyright {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.copyright span {
    color: #898989;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.form-control {
    border-radius: 10px;
    border: none;
    background: transparent;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    height: 38px;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.form-control:focus {
    border: none;
    background: transparent;
    color: #FFF;
    box-shadow: none;
}

.input-group {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #2E2E2E;
    padding: 7px;
}

.input-group-icon {
    width: fit-content;
    padding: 0 10px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.10);

}

.input-group-text {
    background: #2E2E2E;
    color: #fff;
}

.auth-form .logo img {
    width: 240px;
    margin-bottom: 40px;
}

.auth-form p {
    font-size: 12px;
}

.auth-form a {
    font-size: 12px;
}

.auth-form h1 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: -2.4px;
    margin-bottom: 25px;
}

.auth-form .form-label {
    color: #FFF;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.3px;
    margin-left: 16px;
}

.auth-form .form-control {
    width: 100%;
    padding: 0px 8px 0px 16px;
    height: 48px;
    border-radius: 6px;
    background-color: #F2F2F2;
    color: #808080;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.auth-form .form-control:focus {
    background-color: #F2F2F2;
    color: #808080;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 .25rem rgba(141, 92, 248, .25);

}

.auth-form .form-control::placeholder {
    color: #808080;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}


.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    width: 8px;
    height: 5px;
    background-image: url('../images/arrow-down.svg');
    background-repeat: no-repeat;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.auth-form-bg {
    position: absolute;
    top: 0;

}

.auth-form-bg img {
    width: 100%;
}

.breadcrumb-bar {
    width: 100%;
    background-color: var(--primary-color);
    color: #fff;
    padding: 17px 0;
}

.breadcrumb-item a,
.breadcrumb-item {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}

.breadcrumb-item.active {
    color: var(--Dark-Theme-Subheader-Text, #CFD1D4);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #fff;
    content: ">";
    font-family: Poppins;
}

.nav-tabs .nav-link {
    color: rgba(255, 255, 255, 0.40);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.nav-tabs .nav-link:hover {
    color: #fff;
    border: none;
}

.card-nav-item.active a {
    color: #FFF;
    background: #8D5CF8;
    padding: 5.5px 20px;

}

.card-nav-item a {
    color: rgba(255, 255, 255, 0.40);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 26px;

}

.card-nav-tabs {
    list-style: none;
    display: flex;
    gap: 16px;
    padding: 0;
    flex-wrap: wrap;
}


#payment-amount-section .btn-outline-primary {
    background: #2E2E2E;
}



tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: none;
    border-width: 0;
}

.table-dark {
    --bs-table-hover-bg: #8D5CF8;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin: 20px 0;
}

thead th {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-left: none;
    border-right: none;
}

thead th:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

thead th:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

td,
td a {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

th {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.elementor-post__read-more {
    background: linear-gradient(89.97deg, #671075 0.03%, #3C0562 21.37%, #4D0F8E 34.37%, #511481 64.58%, #300F5F 83.85%, #2B0A53 99.99%);
    height: 40px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;

}

.elementor-post__title a {
    color: #5B2588 !important;
    font-size: 20px;
    font-family: Poppins;
}

.elementor-post-date {
    color: #561E84 !important;
    font-size: 13px;
    font-family: Poppins;

}

.elementor-posts .elementor-post__excerpt p {
    font-size: 14px;
    color: #101010;
    font-family: Poppins;

}

.elementor-post:hover .elementor-post__title a,
.elementor-post:hover .elementor-post-date,
.elementor-post:hover p {
    color: #00b066 !important;
}

.elementor-post:hover .elementor-post__thumbnail img {
    height: auto;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 25px) !important;
    transform: scale(1.15) translate(-50%, -50%) !important;
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
    transition: all 0.3s ease-in-out !important;

}

.elementor-post {
    box-shadow: 1px 1px 10px rgb(0 0 0 / 32%);
    border-radius: 6px;
    padding: 0 10px 0px 10px !important;
}

.table-pagination select {
    color: #fff;
    background: none;
    border: none;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.36px;
}

.table-pagination select:focus {
    border: none;
    background: none;
    outline: none;
}

.table-pagination-right p {
    margin-bottom: 0;
    color: #FFF;
    text-align: right;

    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.36px;
}

.pagination-buttons {
    margin-left: 10px;
}

.pagination-buttons span {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.36px;

}

.table-pagination-left {
    color: #FFF;

    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.36px;
}

.table>:not(caption)>*>* {
    padding: .75rem .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.chat-content-item {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #2B2A2A;
    padding: 13px 20px;
    margin-bottom: 16px;
    gap: 10px;
}

.admin-reply {
    flex-direction: row-reverse;
    text-align: right;
}

.admin-reply .chat-title {
    flex-direction: row-reverse;
}

.chat-title {
    margin-bottom: 5px;
}

.profile-photo img {
    width: 49px;
    height: 49px;
    border-radius: 16px;
    object-fit: cover;
}

.chat-content-item .chat-name {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.286px;
}

.chat-content-item .chat-time {
    color: #FFF;
    font-size: 8px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    letter-spacing: 0.176px;
}

.chat-message {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.264px;
}

.support-chat-new-message {
    position: relative;
    ;
}

.support-chat-new-message textarea {
    width: 100%;
    height: 127px;
    border-radius: 8px;
    background: #1E1E1E;
    border: none;
    color: #fff;
    padding: 20px 25px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.264px;
}

.support-chat-new-message textarea:focus {
    outline: none;
}

.new-message-buttons {
    position: absolute;
    bottom: 20px;
    right: 10px;

}

.table .flag {
    display: inline-block;
    margin-right: 5px;
}

.payent-icon {
    display: inline-block;
}

.copy-icon {
    display: inline-block;
    margin-left: auto;
    cursor: pointer;
}

.edit-icon {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}

.rental-icon {
    width: 64px;
    height: 64px;
    border-radius: 4px;
    border: 1px solid rgba(237, 237, 237, 0.15);
    background: var(--n2, linear-gradient(90deg, #242424 0%, rgba(52, 52, 53, 0.28) 50.88%, #2F2F31 100%, #000 100%));
    display: flex;
    align-items: center;
    justify-content: center;
}

.rental-icon img {
    width: 37px;

}

.rental-list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #262525;
    padding: 18px 24px 18px 24px;

}


.rental-title p {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(90deg, #242424 0%, rgba(52, 52, 53, 0.28) 50.88%, #2F2F31 100%, #000 100%);
    width: fit-content;
    display: inline-block;
    padding: 4px 10px;


}

.rental-title .rental-price {
    color: #00CA6F;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    border-radius: 4px;
    border: 1px solid rgba(0, 202, 111, 0.15);
    background: rgba(0, 202, 111, 0.15);
    display: inline-block;
    padding: 4px 10px;
}

.blog-list .card {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #2E2E2E;
    color: #fff;
    padding: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.blog-date {
    display: inline-block;
}

.blog-list .card .card-title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 139%;
}

.blog-list .card .card-text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.6;
}

.text-bg-primary {
    color: #8D5CF8 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    border: 1px solid rgba(141, 92, 248, 0.15) !important;
    background: rgba(141, 92, 248, 0.15) !important;
    padding: 1px 10px !important;

}


.blog-list .card .blog-date {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.blog-page .text-bg-dark {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;

}

.blog-page h1 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.blog-page .blog-header-content {
    color: #606060;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.blog-header {
    margin-top: 58px;
    margin-bottom: 56px;
}

.blog-list {
    padding: 10px 100px;
}

.pagination .page-link {
    background-color: transparent;
    color: #fff !important;
    border: none;
    box-shadow: none;
    padding: 0px 10px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0 5px;
}

.pagination .active .page-link {
    background-color: var(--primary-color);
    border: none;
    border-radius: 20px;
}

.blog-title {
    margin-top: 58px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.blog-content-page h1 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 139%;
}

.blog-content-page h2 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 139%;
    margin-bottom: 20px;
}

.blog-content-page p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.6;
}

.blog-content-page ul {
    padding-left: 20px;
}

.blog-content-page ul li {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 250%;
    opacity: 0.6;

}

.blog-content-page img {
    width: 100%;
    margin: 20px 0;
}

.activation-item {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #262525;
    padding: 15.434px 25.369px 17.535px 25.408px;


}

.activation-item-icon {
    display: inline-block;
    width: 64px;
    height: 64px;
    padding: 18.31px 13.23px 17.731px 13.501px;
    border-radius: 4px;
    border: 1px solid rgba(237, 237, 237, 0.15);
    background: linear-gradient(90deg, #242424 0%, rgba(52, 52, 53, 0.28) 50.88%, #2F2F31 100%, #000 100%);
}

.activation-item-title {
    display: inline-block;
}

.activation-item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.activation-item-bottom input {
    border-radius: 8px;
    border: 1px solid rgba(237, 237, 237, 0.15);
    padding: 12px 9px 12px 16px;
    background: linear-gradient(90deg, #242424 0%, rgba(52, 52, 53, 0.28) 50.88%, #2F2F31 100%, #000 100%);
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.activation-item-bottom input:focus {
    outline: none;
}

.activation-item-bottom {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 15px;
}

.activation-item-top {
    display: flex;
    align-items: center;

}

.main-card {
    border-radius: 40px 0px 40px 40px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 40px 50px;
    background: rgba(145, 142, 164, 0.15);
}

.main-card .activation-item {
    margin-bottom: 20px;
}

.main-card .activation-item:first-child {
    margin-bottom: 10px;
}

.main-card .activation-item:last-child {
    margin-bottom: 0;
}

.main-blog {
    margin-top: 100px;
}

.main-blog .main-card img {
    width: 100%;
}

.main-form form {
    border-radius: 29px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #262525;
    padding: 20px 50px;
}

.main-form {
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #232323;
    padding: 30px 50px;
    margin-bottom: 100px;
}


.slide-item {
    border-radius: 6px;
    border: 0.896px solid rgba(255, 255, 255, 0.15);
    background: var(--n2, linear-gradient(90deg, #242424 0%, rgba(52, 52, 53, 0.28) 50.88%, #2F2F31 100%, #000 100%));
    display: flex;
    height: 42.991px;
    padding: 10.748px;
    align-items: center;
    gap: 14.33px;
    width: fit-content;
}

.slide {
    overflow: hidden;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #232323;
    padding: 40px 0;
    margin-top: 40px;
}

.slide-col {
    display: flex;
    animation: scroll 50s linear infinite;
    gap: 16px;
}

.slide-col-2 {
    display: flex;
    animation: scroll2 50s linear infinite;
    gap: 16px;
}


@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll2 {
    0% {
        transform: translateX(-100%);

    }

    100% {
        transform: translateX(0);
    }
}

.slide-section-content p {
    color: var(--Neutral-70, #606060);
    text-align: center;
    font-family: Satoshi;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 27px */
    max-width: 1012px;

}

.slide-section-content h1 {
    margin: 20px 0 !important;
}

.accordion-item {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #262525;
    margin-bottom: 20px;
}

.accordion-button {
    background-color: transparent;
    color: #FFF;
    box-shadow: none !important;
}

.accordion-button:focus {

    background-color: transparent;
    color: #FFF;
    box-shadow: none !important;
}

.accordion-body {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    opacity: 0.6;

}

.accordion-button::after {
    flex-shrink: 0;
    width: 0;
    height: 0;
    margin-left: auto;
    content: "";
    background-image: none;
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}


.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
}

.comments-slider-item {
    width: 65vw;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: var(--n2, linear-gradient(90deg, #242424 0%, rgba(52, 52, 53, 0.28) 50.88%, #2F2F31 100%, #000 100%));
    padding: 64px;
    margin: 0 15px;
}

.comments-title {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.62px;
}

.comments-stars {
    gap: 3px;
    margin-left: 10px;
}

.comments-stars img {
    width: 18px;
}

.comments-content {
    color: #6C6C6C;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.24px;
}

.comments-user img {
    height: 72px;
    width: 72px;
    border-radius: 50%;
}

.comments-user {
    display: flex;
    align-items: center;
}

.comments-user-name {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.96px;


}

.comments-user-date {

    color: #9A9A9A;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.2px;
}

.comments {
    margin-top: 100px;
}

.application {
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #232323;
    padding: 60px;
}

.application-title {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1.44px;
}

.application {
    margin-top: 100px;
}

.application p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 36px */
    letter-spacing: 0.36px;
}

.application a {
    display: flex;
    width: 638px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    border-radius: 12px;
    background: var(--1555, linear-gradient(90deg, #5A17EB 0%, #9564FF 58.5%, #9104FF 100%));
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.54px;
}

.application-col {
    max-width: 70%;
    margin: 0 auto;
}

.auth-form-bg {
    z-index: 0;
}

.dropdown-menu {
    background: #232323;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
}

.dropdown-item {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 20px;
    border-radius: 10px;
    background: #232323 !important;
}

.dropdown-item:hover {
    background: #2E2E2E;
    color: #fff;
}

.card-bg-word {
    background-image: url('../images/word-bg.svg');
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
}


.table-section {
    width: 100%;
    overflow-x: auto;

}

table {
    min-width: 700px;
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: tr;
    --bs-table-border-color: #4d5154;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.btn:focus-visible {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: none;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}