﻿@media (min-width: 1024px) {
    #main-container{
        padding-left: 5rem;
        padding-right: 5rem;
    }
}


.layout-main-container {
    padding: 0 20px;
  
}


[bg-file-not-found] {
    background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url(/Content/assets_v2/icons/search_notfound.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    background-size: 700px;
}


    [bg-file-not-found]::after {
        align-items: center;
        content: "Pencarian tidak dapat ditemukan";
        font-size: 1.5rem;
        top: 75%;
        left: 50%;
        text-align: center;
        position: fixed;
        transform: translate(-50%);
    }
