/**
Theme Name: lokshahi-new
Author: Consoft
Author URI: https://consoft.in
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lokshahi
Template: astra
*/

.profile_info .child {
    display: flex;
    flex-wrap: nowrap;
}

.profile_info .child div {
    width: 100%;
    /* padding: 10px; */
    border: 1px solid lightgray;
    text-align: center;
}

.profile_info h4 {
    font-size: 18px;
    color: #656363;
    border-bottom: 1px solid lightgray;
    padding: 10px;
    text-transform: uppercase;
    padding: 15px;
    margin: 0 !important;
}

.profile_info p {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    padding: 15px;
}

input[type="file"] {
    margin: auto;
    padding: 1.5em;
    border: 2px dashed #bbb;
    background-color: #fff;
    transition: border-color .25s ease-in-out;
    width: 100%;
}

input[type="file"]::file-selector-button {
    padding: 1em 1.5em;
    border-width: 0;
    border-radius: 2em;
    background-color: hsl(210 70% 30%);
    color: hsl(210 40% 90%);
    transition: all .25s ease-in-out;
    cursor: pointer;
    margin-right: 1em;
}

.document_wrapper {
    display: grid;
    grid-template-columns: 49.5% 49.5%;
    gap: 1%;
    row-gap: 20px;
}

form#submit_complaint {
    margin: 50px 0;
    padding: 50px;
    border: 1px solid lightgray;
}

#submit_complaint input[type="submit"] {
    margin-top: 20px;
}

.download_doc a {
    padding: 10px;
    margin-top: 20px;
    display: block;
    text-align: center;
}

form#forword_to_dept,
#department_approval,
#complaint_status {
    padding: 50px;
    border: 1px solid lightgray;
    border-radius: 10px;
    margin-top: 50px;
}

.msg {
    display: none;
}

.msg.success {
    display: block;
    padding: 2px;
    border: 2px solid green;
    text-align: center;
    transition: all 0.5s ease;
}

.msg.error {
    display: block;
    padding: 2px;
    border: 2px solid red;
    text-align: center;
    transition: all 0.5s ease;
}

.status_wrapper {
    padding: 10px 20px;
}

.status_wrapper.Completed {
    background: #419c416e;
    border-left: 10px solid green;
}

.status_wrapper.Reject {
    background: rgba(255, 0, 0, 0.253);
    border-left: 10px solid red;
}

.status_wrapper.Reject {
    background: rgba(255, 0, 0, 0.253);
    border-left: 10px solid red;
}

.status_wrapper.In.review {
    background: rgba(255, 196, 0, 0.253);
    border-left: 10px solid orange;
}

.download {
    margin-top: 20px;
    display: block;
    text-align: center;
}