﻿
body {
}

.eventive-form-group {
    margin-bottom: 1rem !important;
}

.eventive-label {
    margin-bottom: 0.5rem;
}

.eventive-inputbox {
    display: block;
}

.eventive-selectOption {
    display: block;
}
/* The Modal (background) */
.custom-dform-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.custom-modal-dcontent {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 46%;
    position: relative;
    /* top: -416px; */
    /*margin-top: -28%;*/
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

table, td, th {
}

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    text-align: left;
}

.perticular-td {
    text-wrap: balance;
}

.amount-td {
    text-wrap: nowrap
}

#countdown {
    font-size: 16px;
    /* margin: 20px; */
    color: gray;
}

/* Style for fields with errors */
.eventive-error-element {
    border: 2px solid #ff4d4d; /* Red border to indicate error */
    background-color: #fff0f0; /* Light red background for better visibility */
    border-radius: 4px;
}

/* Style for error message text */
.eventive-error-message {
    color: #ff4d4d; /* Red text to match error border color */
    font-size: 0.9em;
    margin-top: 5px; /* Space between the field and the message */
    display: block; /* Ensure the message spans the full width below the field */
}
