@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



.btn-top-right {
    position: absolute;
    top: 50px;
    right: 50px;
    background-color: #A4A4A4;
}

.container-details {
    float: right;
    margin-top: -250px;
    margin-right: -150px;
    background-color: #1B1B1C;
    border-radius: 10px;
    transform: translateY(150px);
    border-radius: 10px;
    background-color: transparent;
}

.heading {
    color: #A4A4A4;
    margin-left: 25px;
}

.sidebar-content {
    padding: 1rem;
}

.main-container {
    display: flex;
}

.sidebar-drawer {
    width: 250px;
}

.content-container {
    flex-grow: 1;
    padding: 1rem;
}

.sidenav {
    background-color: #292e34;
    overflow-x: hidden;
    margin-top: 20px;
    height: 1200px;
    width: 1000px;
}

    .sidenav a, .dropdown-btn,.sidenav button{
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 15px;
        color: white;
        display: block;
        border: none;
        background: none;
        width: 100%;
        text-align: left;
        cursor: pointer;
        outline: none;
    }

        .sidenav a:hover, .dropdown-btn:hover, .sidenav button:hover {
            font-weight: bold;
            font-size: medium;
        }

.sidenavfirstContent {
    font-size: 15px;
    color: white;
    text-decoration: none;
    margin-top: 30px;
}

.sidenavContent {
    font-size: 15px;
    color: white;
    text-decoration: none;
    margin-top: 10px;
    position:relative;
    overflow:hidden;
}


.imgAsParentIcon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    margin-left: -18px;
}
.imgAsChildIcon {
    width: 25px;
    height: 25px;
    margin-left: 20px;
}
.imgAsSubChildIcon {
    width: 25px;
    height: 25px;
    margin-left: 50px;
}
.main-content {
    background-color: #f1f1f1;
    height: 100%;
    position: relative;
    overflow-y: auto;
}
.loading-container {
    position: absolute;
    width: 86%;
    height: 45%;
    margin-left: -380px;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent black overlay */
    z-index: 1;
}

.bottomBorder {
    border-bottom: 2px solid black;
    padding-bottom: 10px;
    margin-left: -25px;
}
.bottomBorderDrpList {
    border-bottom: 2px solid black;
    margin-left: -25px;
    padding-top:10px;
}
.mudtable {
    border-radius: 4px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.p-troubleshooting {
    margin-left: 450px;
    color: #424242;
    margin-top: 5px;
}
.about-position {
    position: fixed;
    right: 0;
    right: 35px;
}
.custom-position {
    position: fixed;
    right: 0;
    right: 15px;
}
.table-backup > th {
    background-color: #f1f1f1;
}

.table-backup .mud-table-head .mud-table-cell {
    background-color: #f1f1f1 !important;
}

.action-button {
    display: flex;
    justify-content: center;
    padding: 10px;
}
.delete-package-dialog {
    align-items: center; 
    margin-top: 100px !important;
    justify-content: center !important;
}
.delete-button {
    margin-top: 10px;
    width: 250px;
}
.edit-backup-files-dialog {
    margin-top: 5em;
    margin-right: 50px;
    width: 50vh;
}

.custom-snackbar{
    background-color:palegreen;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .mudpaper {
        width: 100%;
        height:100%;
        margin-left: 100px;
        margin-top: 20px;
        border-radius: 20px;
        
    }
}
@media screen and (min-width: 769px) {
    .mudpaper {
        height: 100%;
        margin-left: 100px;
        margin-top: 20px;
        border-radius: 20px;
    }
}
.mud-dialog-width-sm {
     max-width:100% !important; 
     max-height:100% !important;
     margin-bottom:11% !important;
     margin-left:12% !important;
}

.blur {
    backdrop-filter: blur(50px);
    background-color: rgba(255, 255, 255, 0.2);
}