/**
 * Reports and Forms Custom Styles
 *
 * Consolidated CSS from report and form template files:
 * - view_after_action_report.php (187 lines)
 * - view_survivor_need_request_form.php (181 lines)
 * - view_organization_request.php (181 lines)
 * - group_tab_report_forms.php (90 lines)
 * - report-and-forms.php (57 lines)
 * - create_disaster_report.php (45 lines)
 * - survivors_needs_intake_form.php (43 lines)
 * - organization_volunteer_requests.php (41 lines)
 * - after_actions_reports.php (39 lines)
 * - And 6 more files with 21-25 lines each
 * Total: ~1000+ lines of inline styles
 */

/* ===== Form Layout & Structure ===== */

.title_create h4 {
    font-size: 16px;
    color: #132843;
    margin: 1rem 0 1rem 0;
    font-weight: 600;
}

.title_create h4 span {
    color: #F92903;
}

.title_create p {
    font-size: 13px;
    color: #000000;
}

.title_create {
    background: #f8f8f8;
    padding: 3px 26px;
    margin: 5px 0px 10px;
}

.main_flow {
    display: flex;
}

.main_flow div {
    margin: 1rem 2rem 1rem 0rem;
}

.main_flow h4 {
    font-size: 14px;
    color: #132843;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.main_flow p {
    font-size: 13px;
    color: #71706F;
    font-weight: 500;
}

/* ===== Radio & Checkbox Styling ===== */

.radio_sec.flow_radio_Sec label {
    font-size: 14px;
    color: #132843;
    font-weight: 500;
}

.radio_sec.flow_radio_Sec .container_radio .checkmark {
    top: 0px;
    left: -3px;
    height: 20px;
    width: 20px;
    border: unset;
    border-radius: 50%;
    background: #EEEEEE 0% 0% no-repeat padding-box;
}

.radio_sec.flow_radio_Sec .container_radio .checkmark:after {
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #F9671D;
}

.radio_right {
    margin: 0.5rem 1.5rem 0.5rem 0rem;
}

/* ===== Input Fields & Form Controls ===== */

.input_sec .form-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 16px #00000012;
    border-radius: 12px;
    font-size: 13px;
    color: rgba(36, 36, 36, 0.35);
    padding: 1rem 0.5rem;
}

.marker {
    float: right;
    color: red;
}

/* ===== Report Display ===== */

.situation_report {
    visibility: unset;
}

.course-details1-temp .main_footer_sec {
    background: #134793 0% 0% no-repeat padding-box;
    border-radius: 50px 0px 0px 0px;
    padding: 3rem 0rem 0rem 0rem;
}

.print_btn a {
    background: #F9671D 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 99px #ccd6ff3e;
    border-radius: 9px;
    font-size: 13px;
    color: #FFFFFF;
    padding: 1rem 1.5rem;
    margin-right: 1rem;
    display: flex;
}

.back_btn {
    margin-top: 0;
}

/* ===== Dashboard Report Tables ===== */

.donation_tab_pills {
    background: unset;
    box-shadow: none;
}

table,
td,
th {
    border: 0px;
}

.table td,
.table th {
    border: 0;
}

/* ===== Report Tabs ===== */

.blog_u {
    height: 30px;
}

.blog_u li a img {
    margin-right: 5px;
}

.blog_u .dropdown-menu {
    position: absolute;
    right: 0;
    top: 0;
}

.dropdown-menu {
    position: absolute;
    top: 47px;
    right: 10px;
    z-index: 1000;
    left: -168px;
    width: 400px;
    padding: .5rem 0;
    font-size: 1rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

/* ===== Dashboard Header ===== */

.Coordination_main .top_title h5 {
    font-size: 27px;
}

.g_donation_tab_pills .title_create {
    background: #f8f8f8;
    padding: 3px 26px;
    margin: 5px 0px 10px;
}

/* ===== Modal Styling ===== */

.modal {
    visibility: unset;
}

.modal-groups {
    border-radius: 1.5rem;
}

.modal-groups .form-control {
    height: 55px;
    background: #f5f5f5;
}

.modal .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-footer {
    display: flex;
    justify-content: center;
    border: none;
}

.modal-footer button {
    background: #F96703;
    border-radius: 9px;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 17px;
    width: 300px;
}

/* ===== Report Page Spacing ===== */

.topOff {
    margin-top: 35px;
    padding-top: 35px;
}

/* ===== Responsive Design ===== */

@media only screen and (max-width: 1024px) {
    .Coordination_main .top_title h5 {
        font-size: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .print_btn a {
        display: flex;
        justify-content: center;
    }

    .modal-footer button {
        width: 100%;
    }

    @media (min-width: 768px) and (max-width: 992px) {
        .temp-calendar {
            justify-content: flex-end !important;
            display: inline !important;
        }

        .top_title {
            margin-left: 70px !important;
        }

        .serch_sec_top {
            margin-left: 70px !important;
            margin-bottom: 50px !important;
        }

        .right_top_sec {
            display: flex;
            align-items: center;
            justify-content: end;
            margin-top: -115px;
        }
    }
}

/* ===== Form Floating Labels ===== */

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.8rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.55;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    font-size: 15px;
}

.form_time1 {
    margin: 0px 42px;
}

.form_time1 .form-floating1 {
    width: 50%;
    float: left;
}

.form_time1 .form-floating2 {
    width: 50%;
    float: left;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    margin-right: .75rem;
}
