body {
	margin: 0;
	font-family: "Inter", sans-serif;
    font-style: normal;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	color: #1f1f24;
	min-height: 100vh;
}

button,
.footer-bottom-company-smedia svg {
	cursor: pointer;
}

h1 {
	font-size: 4.2rem;
	margin: 0;
}

h2 {
	margin: 0;
    font-size: 3rem;
}

h3 {
	font-size: 2.2rem;
	margin: 0;
}

h4 {
	font-size: 1.8rem;
	margin: 0;
}

p {
    font-size: 1.8rem;
	margin: 0;
}

li {
    font-size: 1.8rem;
	margin-bottom: 1rem;
}

ul {
	margin: 0;
}

.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 3rem;
}

.logo {
	position: relative;
	display: flex;
	align-items: center;
}

.logo img {
	max-width: 220px;
}

.index {
    display: flex;
    align-items: center;
	gap: 0.2rem;
}

.index svg {
	width: 22px;
}

.index p {
	font-size: 1.2rem;
}

.menu {
	position: relative;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.menu a:last-child {
	padding: 0.8rem 1.5rem;
    background: #d9d9d9;
	border-radius: 2rem;
	text-align: center;
	
}

.menu a:last-child:hover {
	background: #000000;
	color: #ffffff;
	text-decoration: none;
	
}

.menu a:hover {
	text-decoration: underline;
	
}

.menu-mobile-only {
	display: none;
}

.menu a {
	color: #1f1f24;
	font-size: 1.2rem;
	text-decoration: none;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 18px;
  cursor: pointer;
  z-index: 20;
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: black;
  border-radius: 2px;
  transition: 0.3s;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.footer {
	background: #1f1f24;
	color: white;
	width: 100%;
}

.footer-bottom {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
	justify-content: space-between;
	gap: 2rem;
	margin: 3rem 1rem;
}

.footer-bottom-left {
	gap: 1rem;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
	align-items: flex-start;
}

.footer-bottom-company-text,
.footer-bottom-company-address {
	max-width: 200px;
}

.footer p {
	font-size: 1rem;
	line-height: 1.5rem;
	opacity: 0.7;
	letter-spacing: -0.02em;
}

.footer img {
	width: 180px;
	opacity: 0.7;
	object-fit: contain;
}

.footer-bottom-company-smedia {
	margin-right: 2rem;
}

.footer-bottom-company-smedia p {
	opacity: 1;
	font-size: 1.2rem;
}

.footer-bottom-company-smedia-icon {
	display: flex;
    justify-content: space-between;
	margin-top: 0.3rem;
}

.footer-bottom-company-smedia-icon svg {
	width: 38px;
}

.main-text {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
    margin: auto;
	width: 80%;
}

.main-text h1 {
	text-align: center;
	margin-bottom: 3rem;
}

.user-avatar {
	max-width: 60px;
}

.user-avatar img {
	width: 100%;
	border-radius: 50%;
    overflow: hidden;
}

.key-data {
    gap: 2rem;
    display: flex;
    align-items: center;
    width: 75%;
    background: rgb(180 184 204 / 14%);
    padding: 2rem;
    border-radius: 2rem;
    box-sizing: border-box;
}

.general-error {
    gap: 2rem;
    display: flex;
    align-items: center;
    width: 75%;
    background: #FFDD57;
    padding: 2rem;
    border-radius: 2rem;
    box-sizing: border-box;
}

.key-data-title {
	display: flex;
    align-items: center;
    gap: 1rem;
}

.key-data-title p {
	font-weight: 600;
}

.hidden-files {
	padding: 2rem;
    width: 75%;
    position: relative;
    border-radius: 2rem;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 3rem;
}

.hidden-files table {
	width: 100%;
}

.hidden-files-line-title {
	display: flex;
    align-items: center;
	font-weight: 600;
}

.hidden-files-line-title svg {
	width: 35px;
	margin-right: 0.5rem;
}

.content-overlay {
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 102%;
    width: 100%;
    background: rgb(180 184 204 / 14%);
    backdrop-filter: blur(10px);
    text-align: center;
}

.content-overlay h2 {
	max-width: 70%;
}

.step-two,
.step-three {
	display: flex;
    flex-direction: column;
	gap: 2rem;
	width: 75%;
	overflow-x: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.step-two h3,
.step-three h3 {
	display: flex;
    flex-direction: column;
	gap: 2rem;
	width: 75%;
	overflow-x: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
	 padding: 0 1.2rem;
}

.container::-webkit-scrollbar {
  display: none;
}

.audio-error-1,
.audio-error-2 {
    gap: 2rem;
    display: flex;
    align-items: center;
    background: rgb(255 51 51 / 30%);
    padding: 2rem;
    border-radius: 2rem;
    box-sizing: border-box;
	color: rgb(255 51 51 / 100%);
	width: 75%;
}

.audio-error-2 {
    width: 100% !important;
}

.audio-error-text {
	max-width: 80%;
}

.table {
	width: 100%;
	border: none;
	margin-bottom: 20px;
	border-collapse: separate;
}

.table thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: #EDEDED;
	border-top: 1px solid #ddd;
}

.table tr th:first-child, .table tr td:first-child {
	border-left: 1px solid #ddd;
}

.table tr th:last-child, .table tr td:last-child {
	border-right: 1px solid #ddd;
}

.table thead tr th:first-child {
	border-radius: 20px 0 0 0;
}

.table thead tr th:last-child {
	border-radius: 0 20px 0 0;
}

.table tbody td {
	text-align: left;
	border: none;
	padding: 10px 15px;
	vertical-align: top;
}

.table tbody tr:nth-child(even) {
	background: #F8F8F8;
}

.table tbody tr:last-child td{
	border-bottom: 1px solid #ddd;
}

.table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 20px;
}

.table tbody tr:last-child td:last-child {
	border-radius: 0 0 20px 0;
}

th,
td,
.loading-again p {
	font-size: 1.4rem;
}

.error-subtitle {
	color: #0077ff;
	text-decoration: underline;
	cursor: pointer;
}

.key-data-back {
	font-size: 1.8rem;
    margin: 0;
	padding: 2rem;
	border-radius: 2rem;
    box-sizing: border-box;
	background: #1f1f24;
	text-align: center;
	width: 75%;
	color: #ffffff;
	margin-bottom: 3rem;
	text-decoration: none;
}

.error-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.error-title {
    font-weight: 600;
    color: rgb(255 51 51 / 100%);
}

.audio-error-1,
.loading-again {
	cursor: pointer;
}

@media screen and (max-width: 950px) {
    table thead {
        display: none;
    }

    table, 
    table tbody, 
    table tr, 
    table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    table tr {
        background: #ffffff;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        margin-bottom: 15px;
        padding: 10px 15px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    }

    table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 0;
        border-bottom: 1px id solid #f0f0f0;
        text-align: right;
    }

    table td:last-child {
        border-bottom: none;
    }

    table td.hidden-files-line-title,
    table tr td:first-child {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        font-weight: 600;
        text-align: left;
        border-bottom: 2px solid #e0e0e0;
        padding-bottom: 10px;
        margin-bottom: 5px;
		word-break: break-all;
    }
    
    table td.hidden-files-line-title::before,
    table tr td:first-child::before {
        content: "" !important;
        display: none;
    }

    table td[data-label]::before {
        content: attr(data-label);
        font-weight: 500;
        color: #666666;
        text-align: left;
        padding-right: 10px;
    }

    table td audio {
        width: 100%;
        max-width: 370px;
    }
    
    table td svg {
        width: 32px;
        height: 32px;
        flex-shrink: 0;
    }
	
	table td .error-wrapper {
        align-items: flex-end;
        text-align: right;
		max-width: 60%;
    }
	
	.key-data,
	.general-error,
	.key-data-back,
	.audio-error-1,
	.audio-error-2,
	.hidden-files,
	.step-two,
	.step-three {
		width: 100%;
	}
	
	.general-error svg,
	.audio-error-1 svg,
	.audio-error-2 svg {
		display: none;
	}
	
	.hidden-files {
		max-height: 520px;
	}
}

@media (max-width: 1050px) {
	.hamburger {
		display: none;
	}

	.menu {
		display: none;
		position: absolute;
		top: 70px;
		right: 20px;
		width: 70%;
		flex-direction: column;
		align-items: unset;
		background: #1f1f24;
		padding: 20px;
		border-radius: 10px;
		z-index: 9999;
		color: #ffffff;
	}

	.menu.show {
		display: flex !important;
	}

	.menu a {
        margin: 0.5rem 0;
        color: #ffffff;
        font-size: 1.4rem;
    }
  
	.menu a:last-child {
		color: black;
	}
  
	.hamburger.active {
		height: 18px;
	}
}

@media (max-width: 480px) {
	body {
		gap: 5rem;
	}
	
	h1 {
		font-size: 2.5rem;
	}
	
	h2 {
		font-size: 1.8rem;
		margin-top: 0;
	}
	
	h3 {
		font-size: 1.5rem;
	}
	
	p, li {
		font-size: 1.4rem;
	}
	
	.navbar {
		padding: 1.2rem;
	}
	
	.logo img {
		max-width: 150px;
	}
	
	.footer-bottom {
		flex-direction: column;
	}
	
	.footer-bottom-left {
		flex-direction: column;
	}
	
	.footer-bottom-company-smedia-icon {
		justify-content: unset;
		gap: 1rem;
		margin-top: 0.7rem;
	}
	
	.main-text {
		width: 90%;
		display: flex;
		flex-direction: column;
		gap: 1.5rem;
		margin: auto;
	}
	
	.key-data-back {
		font-size: 1.4rem;
	}
	
	.key-data,
	.general-error,
	.key-data-back,
	.audio-error-1,
	.audio-error-2,
	.hidden-files {
		padding: 1rem 2rem;
		border-radius: 1rem;
	}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	body {
		gap: 5rem;
	}
	
	h1 {
		font-size: 3.5rem;
	}
	
	h2 {
		font-size: 2.8rem;
	}
	
	h3 {
		font-size: 2.5rem;
	}
	
	p, li {
		font-size: 1.4rem;
	}
	
	.navbar {
		padding: 1.6rem;
	}
	
	.logo img {
		max-width: 180px;
	}
	
	.hamburger {
		width: 35px;
		height: 25px;
	}
	
	.footer-bottom {
		flex-direction: column;
	}
	
	.footer-bottom-left {
		flex-direction: column;
	}
	
	.footer-bottom-company-smedia-icon {
		justify-content: unset;
		gap: 1rem;
		margin-top: 0.7rem;
	}
	
	.main-text {
		width: 85%;
		display: flex;
		flex-direction: column;
		gap: 2rem;
		margin: auto;
	}
}

@media screen and (min-width: 769px) and (max-width: 1100px) {	
	h1 {
		font-size: 3.5rem;
		margin: 0;
	}

	h2 {
		font-size: 2.5rem;
		margin: 0;
	}

	h3 {
		font-size: 1.5rem;
		margin: 0;
	}

	h4 {
		font-size: 1.2rem;
		margin: 0;
	}

	p, li {
		font-size: 1.6rem;
		margin: 0;
	}
	
	.footer p {
		font-size: 0.8rem;
		line-height: 1rem;
	}
	
	.footer-bottom-company-smedia p {
		font-size: 1rem;
	}
	
	.footer img {
		width: 150px;
	}
	
	.footer-bottom-company-text,
	.footer-bottom-company-address {
		max-width: 160px;
	}
	
	.footer-bottom-company-smedia-icon {
		margin-top: 0.6rem;
	}
	
	.footer-bottom-company-smedia-icon svg {
		width: 30px;
	}
	
	.main-text {
		width: 85%;
		display: flex;
		flex-direction: column;
		gap: 2rem;
		margin: auto;
	}
}