Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/monara/public_html/test.athavaneng.com/themes.php on line 99
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 226
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 227
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 228
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 229
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 230
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 231
.cdcontainer{
display:flex;
grid-gap:2rem;
margin:auto;
background-color:#262626;
max-width:1360px;
margin-top:2rem;
margin-bottom:-2rem;
}
.overlay {
position: absolute;
top: 85px;
left: 0;
width: 100%;
height: 25%;
background-color: black; /* adjust as needed */
z-index: 9999; /* adjust to make sure it's above the iframe */
}
.cditem1{
width:100%;
padding:0rem 5rem 2rem 5rem;
margin:auto;
}
.cditem2{
/* background-color:#262626; */
width:80%;
padding:4rem 2rem 2rem 2rem;
display: flex;
}
.cflex{
display: flex;
grid-gap: 1rem;
margin-bottom: 2px;
}
.iflex{
}
.textname{
padding-top: 2rem;
}
@media screen and (max-width: 1080px) {
.cdcontainer{
flex-wrap:wrap;
}
.cditem1{
display:flex;
place-content:center;
justify-content:center;
text-align:center;
}
.cditem2{
display: flex;
margin:auto;
place-content: center;
justify-content: center;
}
}