@media(max-width:1200px){
    .outer-card{
        width:25%;
    }
}


    @media(max-width:992px) {
        .large-screen-section
        {
            margin-left: 10px;
            display: block;
        }
        .small-screen-section
        {
            display:none;
        }
        .sidebar {
            left: -280px;
        }

        .main-area {
            width: 100%;
            margin-left: 0;
        }

        body.sidebar_close .main-area {
            width: 100%;
            margin-left: 0;
        }

        body.sidebar_close .sidebar {
            width: 280px;
            left: 0;
            z-index: 999;
        }

        .main-area header {
            width: 100%;
        }

        body.sidebar_close .main-area header {
            width: 100%;
        }

        .outer-card {
            width: 33.33%;
        }

        .inner-form {
            width: 500px;
        }

        .sidebar_close a span {
            position: relative;
            background-color: #415a7c00;
            white-space: nowrap;
            padding: 0.5rem 1rem;
            border-radius: 6px;
            left: 0;
            transform-origin: center left;
            transform: scale(0);
            opacity: 1;
            transition: 0.15s ease;
        }

            .sidebar_close a span:before {
                display: none;
            }

        .sidebar_close .toggle-img {
            display: block;
        }

        .sidebar_close .logo-hide {
            display: none;
        }
    }

    @media(max-width:768px) {
        .large-screen-section
        {
            display: none;
        }
        .small-screen-section
        {
            display:block;
        }
        div.dt-container div.dt-layout-row:not(.dt-layout-table) {
            display: flex;
        }

        .dt-length label {
            display: none;
        }

        .outer-card {
            width: 50%;
        }

        .outer-form {
            align-items: center;
        }

        .cstm-datatable .dataTables_wrapper .dataTables_filter {
            margin-bottom: 1rem;
        }

        .sidebar_close a span {
            position: relative;
            background-color: #415a7c00;
            white-space: nowrap;
            padding: 0.5rem 1rem;
            border-radius: 6px;
            left: 0;
            transform-origin: center left;
            transform: scale(0);
            opacity: 1;
            transition: 0.15s ease;
        }

            .sidebar_close a span:before {
                display: none;
            }

        .sidebar_close .toggle-img {
            display: block;
        }

        .sidebar_close .logo-hide {
            display: none;
        }
    }

    @media(max-width:576px) {
        .large-screen-section
        {
            display: none;
        }
        .small-screen-section
        {
            display:block;
        }
        .outer-card {
            width: 100%;
        }

        .inner-form {
            width: calc(100% - 10%);
        }

        .sidebar_close a span {
            position: relative;
            background-color: #415a7c00;
            white-space: nowrap;
            padding: 0.5rem 1rem;
            border-radius: 6px;
            left: 0;
            transform-origin: center left;
            transform: scale(0);
            opacity: 1;
            transition: 0.15s ease;
        }

            .sidebar_close a span:before {
                display: none;
            }

        .sidebar_close .toggle-img {
            display: block;
        }

        .sidebar_close .logo-hide {
            display: none;
        }

        .accordion-item.bgcustom-css .accordion-button {
            padding: 10px;
            border-radius: 0;
            flex-direction: column;
            align-items: baseline;
        }

        .bg-dangerss {
            margin-top: 5px;
        }

        .forget.text-end.mt-0 a {
            font-size: 14px;
        }

        .checkbox label {
            font-size: 14px;
        }
        .metadata-item {
         
            width: auto;
        }
       

        }

@media(max-width:475px) {
    .metadata-item {
        width: auto !important;
    }
    .logo-text h4 {
        font-size: 67px;
    }

    .logo-text p {
        font-size: 30px;
    }
    .large-screen-section
        {
            display: none;
        }
    .small-screen-section
    {
        display:block;
    }
}