/*
========================
GOBAL CSS START
========================
*/
@import url("https://fonts.cdnfonts.com/css/gilroy-bold");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

@font-face {
    font-family: "THICCCBOI";
    src: url(../webfonts/THICCCBOI-SemBd.ttf) format("truetype"), url(../webfonts/THICCCBOI-SemBd.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "THICCCBOI-bold";
    src: url(../webfonts/THICCCBOI.ttf) format("truetype"), url(../webfonts/THICCCBOI.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: "Gilroy-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    color: #333333;
}

:root {
    --gilroy-bold: "Gilroy-Bold", sans-serif;
    --gilroy-medium: "Gilroy-Medium", sans-serif;
    --gilroy-light: "Gilroy-Light", sans-serif;
    --gilroy-black: "Gilroy-Heavy", sans-serif;
    --thicccboi: "THICCCBOI";
    --thicccboi-bold: "THICCCBOI-bold";
    --primery-color: #5bc0be;
    --secondery-color: #4a90e2;
    --third-color: #0a74da;
}

html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
}

::selection {
    color: white;
    background: var(--third-color);
}

::-webkit-selection {
    color: white;
    background: var(--third-color);
}

::-moz-selection {
    color: white;
    background: var(--third-color);
}

.scrolltotop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: var(--primery-color);
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 30px;
    bottom: 25px;
    display: none;
    animation: lab_top_up 5s linear infinite;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}



/*===============
 GOBAL CSS END  
 ============== */

/*======= site-navbar style start hare ======= */
.site-header {
    position: sticky;
    top: 0;
    z-index: 999;
}
.navbar {
    background: linear-gradient(90deg, #5bc0be 0%, #60dbd9 100%);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    padding: 18px 0;
    transition: 0.3s;
}
.site-header.sticky-header .navbar {
    padding: 8px 0;
}

.navbar-brand,
.offcanvas-title {
    color: #fff;
    font-family: var(--gilroy-black);
    font-size: 44.105px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 5px 0;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #fff;
    font-family: var(--gilroy-bold);
    font-size: 18px;
    font-weight: 400;
    position: relative;
}
.nav-link.active::before {
    content: "";
    clear: both;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
}

.btn-login {
    color: #fff;
    font-family: var(--gilroy-bold);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
}

.action-btn {
    display: flex;
    min-width: 154px;
    height: 55px;
    padding: 11px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    color: #181818;
    font-family: var(--gilroy-medium);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

/*======== site header end hare ========= */
/*======== hero section start hare ====== */

.hero-section {
    padding-top: 15px;
}

.hero-wrapper {
    padding: 50px 0;
    padding-left: 80px;
    max-width: 1410px;
    margin: 0 auto;
    border-radius: 40px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #5bc0be 0%, #fff 114.56%);
}

.hero-content {
    max-width: 700px;
}
.hero-content .hero-title {
    color: #fff;
    font-family: var(--thicccboi);
    font-size: 70.307px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    display: inline-flex;
    flex-wrap: wrap;
}
.hero-content .hero-title strong {
    font-weight: 700;
    font-family: var(--thicccboi-bold);
    transform: rotate(1.511deg);
}
.hero-content .hero-title span {
    position: relative;
}
.hero-content .hero-title span img {
    position: absolute;
    right: 95%;
    top: -11px;
}
.hero-content p {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
}
.hero-content .hero-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 25px;
}
.hero-btns .get-stared.action-btn {
    border-radius: 12px;
    background: linear-gradient(96deg, #5bc0be 4.89%, #5dd3d0 97.14%);
    color: #fff;
}

.action-btn:hover {
    background: var(--third-color);
    color: #fff;
}

.hero-user-box {
    display: flex;
    align-items: center;
    margin-top: 25px;
    max-width: 259px;
    height: 64px;
    padding: 7px 10px;
    border: 1px solid #fff;
    border-radius: 30px;
}

.hero-user-box .user-logo {
    display: flex;
    align-items: center;
}
.hero-user-box .user-logo a:nth-child(2) {
    margin-left: -15px;
}
.hero-user-box .user-logo a:nth-child(3) {
    margin-left: -15px;
}

.user-rating .rating-star {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    color: #ffc107;
}

.user-rating .user-text {
    display: flex;
    align-items: center;
}
.user-rating .user-text h3 {
    color: #fff;
    font-family: var(--gilroy-bold);
    font-size: 20.25px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.5px;
    text-transform: capitalize;
}

/*====== hero section style end hare ====== */
/*=== key features section style start hare ==== */

.key-features-section {
    padding: 145px 0;
}

.key-features-wrapper h1 {
    color: #222;
    text-align: center;
    font-family: var(--thicccboi);
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    max-width: 820px;
    margin: 0 auto;
}
.key-features-wrapper h1 span {
    color: #5bc0be;
    position: relative;
    z-index: 5;
}
.key-features-wrapper h1 span img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%;
    z-index: -1;
}

.key-features-card .features-icon {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: var(--primery-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border: 4px solid #bde6e5;
}

.key-features-items {
    padding-top: 40px;
}

.key-features-card {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #d3d3d3;
    background: #fff;
    height: 100%;
}

.key-features-card h4 {
    color: #222;
    font-family: var(--thicccboi);
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 14px;
}
.key-features-card p {
    color: rgba(34, 34, 34, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 10px;
}
.media-optimization-wrapper {
    display: flex;
    align-items: center;
    padding-top: 100px;
    gap: 20px;
}
.optimization-content {
    width: 50%;
    padding-right: calc((100% - 1360px) / 2);
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.media-optimization-img {
    width: 50%;
    position: relative;
}
.media-optimization-img::before {
    content: "";
    clear: both;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(271deg, #fff 0.63%, rgba(255, 255, 255, 0) 99.37%);
    transform: rotate(2.868deg);
}
.media-optimization-img img {
    width: 100%;
}

.optimization-content h2 {
    color: #222;
    font-family: var(--thicccboi);
    font-size: 64px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.optimization-content h2 span {
    color: #5bc0be;
    font-family: var(--thicccboi-bold);
    font-weight: 700;
}

.action-btn.btn-fill {
    background: var(--primery-color);
    color: #fff;
    max-width: 154px;
}
.action-btn.btn-fill:hover {
    background: var(--third-color);
}
.optimization-content p {
    color: rgba(34, 34, 34, 0.8);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
}

/*====== key features style end hare ====== */
/*==== no limits section style start hare ===== */

.no-limits-wrapper {
    padding: 45px 50px;
    border-radius: 25px;
    background: #e9f3ff;
}
.no-limits-wrapper h2 {
    color: #222;
    font-family: var(--thicccboi);
    font-size: 64px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}
.no-limits-wrapper h2 span {
    color: var(--primery-color);
    font-family: var(--thicccboi-bold);
    font-weight: 700;
}
.no-limits-wrapper p {
    color: rgba(34, 34, 34, 0.8);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    max-width: 940px;
    margin: 0 auto;
    margin-top: 7px;
}

.images-comparison-wrapper {
    border-radius: 30px;
    border: 8px solid #5bc0be;
    margin-top: 34px;
    overflow: hidden;
}

/*======= no limits section style end hare ====== */
/*===== how work section style start hare ====== */

.how-work-section {
    padding: 145px 0;
}
.how-work-wrapper h2 {
    text-align: center;
    color: #222;
    font-family: var(--thicccboi);
    font-size: 64px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.how-work-wrapper p {
    color: rgba(34, 34, 34, 0.8);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    max-width: 940px;
    margin: 0 auto;
}
.how-work-card {
    position: relative;
    margin-top: 40px;
}
.how-work-card img {
    width: 100%;
}

.how-work-items {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    width: 296px;
    min-height: 131px;
    padding: 13px;
}

.work-items-header h4 {
    color: #222;
    font-family: THICCCBOI;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.work-items-header .items-number {
    width: 37px;
    height: 37px;
    background: #5bc0be;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 28px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
}
.work-inner-card {
    padding-top: 8px;
}
.work-inner-card p {
    color: rgba(34, 34, 34, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
}

.how-work-item-1.how-work-items {
    position: absolute;
    top: 20px;
    left: 10%;
}

.how-work-item-2.how-work-items {
    position: absolute;
    left: 35%;
    bottom: -9%;
}

.how-work-item-3.how-work-items {
    position: absolute;
    right: 5%;
    bottom: 25%;
}

/*======== how work section style end hare ==== */
/*==== review section style start hare ========= */

.review-section {
    padding-bottom: 145px;
}

.review-wrapper h2 {
    color: #222;
    text-align: center;
    font-family: var(--thicccboi);
    font-size: 64px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.review-card .client-info {
    display: flex;
    flex-direction: column;
    gap: 13px;
    align-items: center;
}
.review-text p {
    color: #333;
    text-align: center;
    font-size: 12.249px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.436px;
}

.review-slider {
    padding-top: 80px;
}
.review-slider .owl-stage {
	display: flex;
	align-items: center;
}

.review-slider .owl-item.active.center {
    transform: scale(1.2);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    z-index: 100 !important;
    padding: 35px;
    background: #fff;
}
.review-slider .owl-stage-outer {
    overflow: unset;
    padding: 50px 0;
}
.review-wrapper {
    overflow: hidden;
}

.client-info h4 {
    color: #222;
    text-align: center;
    font-family: var(--thicccboi);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.review-text p {
    line-height: 28px;
}

.review-slider.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #d9d9d9;
}

.review-slider.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primery-color);
}
.client-profile img {
	max-width: 67px;
}
.review-slider .owl-item {
	background: #D9D9D91A;
	border-radius: 25px;
    padding: 10px;
}
/*======== review section style end hare ====== */
/*=========== faq section start hare ========= */

.faq-section {
    padding-bottom: 145px;
}
.faq-wrapper h2 {
    color: #222;
    text-align: center;
    font-family: var(--thicccboi);
    font-size: 64px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.faq-accordion-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1030px;
    margin: 0 auto;
    padding-top: 40px;
}

.faq-accordion-items {
    padding: 38px 45px;
    border-radius: 30px;
    border: 1px solid #515151;
}
.faq-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    cursor: pointer;
}
.faq-accordion-header h4 {
    color: #222;
    font-family: var(--thicccboi);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
}
.faq-accordion-header i {
    font-size: 20px;
    transition: 0.3s;
}
.faq-accordion-content {
    padding-top: 15px;
}
.faq-accordion-content p {
    font-size: 18px;
    line-height: 28px;
}
.faq-accordion-items.active {
    border-color: #5bc0be;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.2));
}
.faq-accordion-items.active i {
    transform: rotate(45deg);
    color: var(--primery-color);
}

.faq-accordion-content {
    display: none;
}

/*======= faq section style end hare ===== */
/*======= footer style start hare ======== */

.site-footer {
    padding-top: 50px;
    padding-bottom: 20px;
    background: url(../images/footer-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--primery-color);
}

.footer-logo a {
    color: #fff;
    font-family: var(--gilroy-black);
    font-size: 58.374px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.footer-about p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
}

.footer-social ul {
    display: flex;
    align-items: center;
    padding-top: 20px;
    gap: 15px;
}
.footer-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    background: #fff;
    font-size: 29px;
    color: var(--primery-color);
    transition: 0.3s;
}
.footer-social ul li a:hover {
    background: var(--third-color);
    color: #fff;
}
.footer-quick-links h4 {
    color: #fff;
    font-family: var(--gilroy-bold);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 116.667% */
}
.footer-quick-links ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 15px;
}
.footer-quick-links ul li a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.footer-quick-links ul li a:hover {
    color: var(--third-color);
}
.footer-quick-links {
    padding-top: 10px;
}

.footer-contact-block h4 {
    color: #fff;
    font-family: var(--gilroy-bold);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-top: 10px;
}
.footer-contact-info ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 15px;
}
.footer-contact-info ul li {
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-contact-info .contact-info-icon {
    display: flex;
    width: 35px;
    height: 35px;
    padding: 10.5px;
    align-items: center;
    justify-content: center;
    border-radius: 17.5px;
    background: #fff;
}
.footer-contact-info li a {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/*==============================
 DASHBOARD PAGE STYLE START HARE 
============================== */

.dashboard-body {
    background: #fcfcfc;
}

/* sidebar style start hare  */

.sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 151px;
    border-radius: 0px 30px 30px 0px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 0 10px;
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sidebar-logo a {
    display: block;
}
.sidebar-logo {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.sidebar-nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
    gap: 40px;
}

.sidebar-nav li a {
    display: block;
    width: 100%;
    text-align: center;
}

.sidebar-nav ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}
.sidebar-nav ul li .nav-active-shape {
    position: absolute;
    left: -10px;
    top: 44%;
    transform: translateY(-50%);
    z-index: -5;
    max-width: 100%;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
}
.sidebar-nav ul li.active .nav-active-shape {
    opacity: 1;
    visibility: visible;
}
.sidebar-nav ul li.active a svg path {
    fill: #fff;
}
.sidebar-nav ul li.active a img {
    filter: brightness(100);
}

.user-sign-btn button {
    background: transparent;
    border: none;
    outline: none;
}

.sidebar-nav {
    width: 100%;
}

.main-content {
    padding: 20px;
    margin-left: 151px;
}

.dashboard-header {
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-left: 50px;
    padding-right: 20px;
    border-radius: 13.503px;
    background: #fff;
    box-shadow: 0px 0px 28.131px 0px rgba(0, 0, 0, 0.15);
}
.dashboard-navbar ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-width: 400px;
    max-width: 100%;
}
.dashboard-navbar li a {
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    display: inline-block;
    padding: 5px 10px;
}
.dashboard-navbar li a.active {
    border-radius: 50px;
    border: 0.6px solid #5bc0be;
    background: rgba(91, 192, 190, 0.18);
    color: #5bc0be;
}
.dashboard-header .date-today {
    display: flex;
    align-items: center;
    gap: 10px;
}
.date-today h4 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.2px;
}

/*===== dashbaord header end hare ==== */
/*====== compression section style start hare ===== */

.compression-section {
    padding: 35px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.section-title h2 {
    color: #222;
    font-family: var(--thicccboi);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
}

.compression-wrapper {
    padding: 30px 0;
}

.compreession-card {
    padding: 17px 23px;
    border-radius: 16.878px;
    background: #fff;
    box-shadow: 0px 0px 28.131px 0px rgba(0, 0, 0, 0.15);
}
.compreession-card h4 {
    color: #222;
    font-family: var(--thicccboi);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    text-align: left;
}

#chart,
#chart2 {
    width: 100%;
    height: 300px;
}

.chart-box {
    width: 100%;
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
}

.compreession-card.d-flex {
    flex-direction: column;
    height: 100%;
}

#chart3 {
    flex: 1;
    height: 100%;
    width: 100%;
}

.chart-box .chart-label {
    width: 110px;
}
.chart-label ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
}
.chart-label ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}
.chart-label ul li p {
    color: rgba(0, 0, 0, 0.9);
    font-size: 13.72px;
    font-style: normal;
    font-weight: 400;
}
.chart-label ul li span {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}
.label-1 span {
    background: #00aaff;
    border: 3px solid #75d1ff;
}
.label-2 span {
    background: #8e44ad;
    border: 3px solid #bc95cc;
}
.label-3 span {
    background: #28a745;
    border: 3px solid #8bd09b;
}
.label-4 span {
    background: #f4d03f;
    border: 3px solid #f9e697;
}

/*====== Compression  section style end hare ==== */
/*===== api keys section style start hare ======== */

.api-keys-section {
    padding: 35px 0;
}

.api-key-table {
    width: 100%;
    margin-top: 35px;
    border-collapse: separate;
    border-spacing: 0;
}
.api-key-table tr th {
    color: rgba(34, 34, 34, 0.8);
    font-family: var(--thicccboi);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.878px;
    padding: 5px 10px;
    padding-bottom: 20px;
}
.api-key-table tbody tr {
    border-radius: 15px;
    background: #fff;
}
.api-key-table tbody tr td {
    padding: 20px 30px;
    border-top: 1px solid #e3e1e1;
    border-bottom: 1px solid #e3e1e1;
    font-size: 20px;
}
.api-key-table tbody tr td:first-child {
    border-left: 1px solid #e3e1e1;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.api-key-table tbody tr td:last-child {
    border-right: 1px solid #e3e1e1;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: right;
}
.api-key-table tbody tr td span {
    font-family: var(--thicccboi);
    font-weight: 600;
    font-size: 18px;
    color: rgba(34, 34, 34, 0.6);
}
.api-key-table tbody tr td .active {
    font-family: var(--thicccboi);
    font-weight: 600;
    font-size: 18px;
    padding: 6px 13px;
    border-radius: 40px;
    border: 1px solid #2fff00;
    background: rgba(47, 255, 0, 0.1);
    max-width: 79px;
    text-align: center;
    color: #2fff00;
}
.api-key-table tbody tr td button {
    background: transparent;
    border: none;
}

.api-key-btm {
    display: flex;
    align-items: center;
    padding-top: 15px;
    width: 100%;
    justify-content: space-between;
}
.api-key-btm p {
    color: rgba(34, 34, 34, 0.6);
    font-family: var(--thicccboi);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.878px;
}
.api-key-btm p a {
    color: #0a74da;
}
.api-key-btm .add-keys-btn button {
    width: 159px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 12px;
    background: linear-gradient(96deg, #5bc0be 4.89%, #5dd3d0 97.14%);
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}

.menu-toggle-btn {
    cursor: pointer;
}
.menu-toggle-btn:hover svg path {
    fill: var(--primery-color);
    transition: 0.3s;
}
