/**
Theme Name: sponsorship
Author: Soham Joshi
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.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sponsorship
Template: astra
*/
/* #wpadminbar {
    display: none;
} */

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: 'FontAwesome' !important;
}

i.menu-icon.fa-solid {
    font-weight: 400;
}

.dashboard {
    display: grid;
    grid-template-columns: 250px 1fr;
    min-height: calc(100vh - 70px);
    margin-top: 70px;
}

#um-submit-btn {
    background: #012348 !important;
}

.dashboard-content-wrapp {
    padding: 30px;
    width: 100%;
    background-color: #FDF1F4;
    height: calc(100vh - 70px);
    overflow-y: auto;
}

.dashboard-content {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page-template-page-custom-dashboard-template .ast-container {
    display: block;
    /* overflow: hidden; */
}

/* Dashboard-header */
.dashboard-header {
    padding: 20px;
    border-bottom: 1px solid #E0E0E0;
}

.dashboard-header {
    padding: 20px;
    border-bottom: 1px solid #E0E0E0;
}

.dashboard-header {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #fff;
    height: 70px;
    border-bottom: 1px solid #E0E0E0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.dashboard-header h4 {
    text-transform: uppercase;
}

/* Dashboard-sidebar */

.dashboard-sidebar {
    /* position: fixed; */
    height: calc(100vh - 70px);
    z-index: var(--z-index-5);
    border-right: 1px solid #E0E0E0;
    padding: 20px;
}

.page-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.dashboard-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dashboard-sidebar ul li a {
    margin-bottom: 3px;
    padding: 12px 12px;
    display: block;
    width: 100%;
}

.dashboard-menu-item.active a {
    color: #ff6612;
}

.dashboard-sidebar ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

li.dashboard-menu-item.active {
    background: #f2f3f6;
    border-radius: 4px;
}

.dashboard-menu-item:hover {
    background: #f2f3f6;
    border-radius: 4px;
}

ul.sub-menu {
    padding-left: 30px;
}

.menu-icon {
    margin-right: 10px;
}

ul.sub-menu {
    position: relative;
}

ul.sub-menu::before {
    content: "";
    height: 100%;
    width: 1px;
    background: #e0e0e0;
    position: absolute;
    left: 15px;
}

ul.sub-menu a {
    font-size: 12px !important;
    font-weight: 500 !important;
}

ul.sub-menu {
    padding-top: 5px;
}

.sub-menu a.dashboard-menu-item {
    margin-bottom: 0;
}

/* Form css */

.con_forms {
    padding: 50px 0;
    background: #fff;
}

.form-field {
    margin-bottom: 20px;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

input[type="file"] {
    padding: 20px;
    border: 1px dotted #ccc;
    width: 100%;
}

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

.con_forms table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.con_forms th,
.con_forms td {
    border: 1px solid #ccc;
    padding: 8px;
}

.con_forms .btn {
    padding: 5px 10px;
    margin-top: 10px;
    cursor: pointer;
    background-color: transparent;
    color: var(--ast-global-color-0);
    border-bottom: 1px solid var(--ast-global-color-0);
    border-radius: 0;
    padding: 0;
}

.con_forms .remove-row {
    color: red;
    cursor: pointer;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.steps-indicator {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.steps-indicator .step {
    width: 30px;
    height: 30px;
    background: #ccc;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.steps-indicator .step.active {
    background: #007bff;
}


.step-indicators .steps {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #ccc;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.step-indicators .steps.active {
    background: #007bff;
}

.button_wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

/* .sponsor-table-wrapper {
    padding: 20px;
    background: #ccc;
} */

@media (max-width: 768px) {
    .dashboard {
        grid-template-columns: 1fr;
    }

    .sidebar {
        text-align: center;
    }
}

.division_wise_data section h2 {
    margin-bottom: 40px;
}

.division_wise_data .grid {
    display: grid;
    gap: 24px;
    margin-bottom: 20px;
}

.division_wise_data .grid-4 {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
}

.division_wise_data .grid-3 {
    grid-template-columns: repeat(3, minmax(260px, 1fr));
}

.division_wise_data .card {
    background: #f5f7fa;
    color: #222;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(60, 60, 120, 0.08);
    padding: 28px 20px;
    text-align: center;
    transition: transform 0.15s, box-shadow 0.15s;
    border: 1px solid #e3e7f0;
    position: relative;
    min-height: 200px;
    /* Ensures all cards have the same height */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Divisionwise Application cards - faint, different pastel colors */
.division_wise_data .grid-3.divisionwise .card:nth-child(1) {
    background: #e3f0ff;
    color: #234;
}

.division_wise_data .grid-3.divisionwise .card:nth-child(2) {
    background: #ffe3f0;
    color: #342;
}

.division_wise_data .grid-3.divisionwise .card:nth-child(3) {
    background: #e3ffe9;
    color: #243;
}

.division_wise_data .grid-3.divisionwise .card:nth-child(4) {
    background: #fff7e3;
    color: #543;
}

.division_wise_data .grid-3.divisionwise .card:nth-child(5) {
    background: #f3e3ff;
    color: #324;
}

.division_wise_data .grid-3.divisionwise .card:nth-child(6) {
    background: #f6ffe3;
    color: #354;
}

/* Statuswise Applications cards - faint, different pastel colors */
.division_wise_data .grid-3.statuswise .card:nth-child(1) {
    background: #ffe0e0;
    color: #a33;
}

.division_wise_data .grid-3.statuswise .card:nth-child(2) {
    background: #e0f7fa;
    color: #027;
}

.division_wise_data .grid-3.statuswise .card:nth-child(3) {
    background: #fff9c4;
    color: #665c00;
}

.division_wise_data .grid-3.statuswise .card:nth-child(4) {
    background: #e1bee7;
    color: #4a148c;
}

.division_wise_data .grid-3.statuswise .card:nth-child(5) {
    background: #c8e6c9;
    color: #1b5e20;
}

.division_wise_data .grid-3.statuswise .card:nth-child(6) {
    background: #ffe0b2;
    color: #e65100;
}

.division_wise_data .card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 8px 24px rgba(60, 60, 120, 0.13);
    border-color: #b3baf7;
}

.division_wise_data .card .title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.division_wise_data .card p {
    margin: 0;
    font-size: 1rem;
    color: #222;
}

.division_wise_data .counter {
    font-size: 40px;
    /* margin-top: 10px; */
    color: #000;
    transition: color 0.6s cubic-bezier(.4, 2, .6, 1), transform 0.6s cubic-bezier(.4, 2, .6, 1);
    font-weight: 700;
}

.division_wise_data .count-animated {
    color: #388e3c;
    transform: scale(1.15);
}

/* .form-fields-reupload {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
} */

#form-actions legend {
    margin-bottom: 0 !important;
}

#reupload_form_fields fieldset {
    margin: 20px 0;
}