.table-responsive {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    min-width: 100%;
}

.table {
    width: 100% !important;
}

.overlay-loading-wrapper {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: rgba(55, 125, 255, 0.18) !important;
    z-index: 9999;
    top: 0;
}

.sweetalert-background {
    background-color: rgba(35, 56, 96, 0.4) !important;
}

.avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.content.container-fluid {
    min-height: calc(100vh - 10rem);
}

.card-custom-blue {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 50%, rgba(237, 241, 248, 0.73) 100%);
    backdrop-filter: blur(15px);
}

.card-custom-blue .card-custom-header .card-logo {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.77) 10%, rgba(237, 241, 248, 0.73) 100%);
    border-color: rgb(59 130 246 / 0.1);
}

.card-custom {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-custom-header .card-logo {
    width: 80px;
    height: 80px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
    border-width: 10px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.card-custom-header .card-logo img::before {
    border-color: #000 !important;
    border-top-width: 100px !important;
}

.card-custom-body {
    margin-top: 1rem;
}

.card-custom-footer .btn {
    border-radius: 12px;
    border: 1px solid #e9ecef;
}

.card-custom-footer {
    border-top: 1px solid #e9ecef;
    padding-top: 1rem;
    bottom: 0;
}

.background-left {
    position: absolute;
    left: 50px;
    bottom: 13rem;
}

.background-right {
    position: absolute;
    right: 50px;
    bottom: 13rem;
}

.mesh {
    background-color:hsla(33,0%,100%,1);
    background-image:
        radial-gradient(at 3% 3%, hsla(51,100%,50%,0.29) 0px, transparent 50%),
        radial-gradient(at 44% 88%, hsla(43,100%,50%,0) 0px, transparent 50%);
}

.mesh-2 {
    background-color:hsla(0,0%,99%,1);
    background-image:
        radial-gradient(at 0% 0%, hsla(47,100%,50%,0.3) 0px, transparent 50%),
        radial-gradient(at 100% 100%, hsla(189,100%,56%,0.22) 0px, transparent 50%);
}

.apps-container {
    padding-left: 5rem;
    padding-right: 5rem;
}

@media only screen and (max-width: 992px) {
    .apps-container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 992px) {
    .background-left {
        display: none;
    }
    .background-right {
        display: none;
    }
}
