﻿.menuclass {
        margin-bottom:30px;
}
@media screen and (max-width: 768px) {
    .menuclass {
        margin-bottom:0px;
    }
}

/* CssClass="textbox" */
input.textbox, select, textarea {
    font-family: verdana, arial, snas-serif;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    width: 100%;
    font-size: 14px;
    padding: 4px;
    box-sizing: border-box;
    transition: border-color 0.3s, box-shadow 0.3s;
}

input.textbox:focus, input.input_text_focus, select:focus, textarea:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.1rem rgba(0,123,255,.25);
}

/* Dropdown Class */
.select-dropdown {
    font-family: verdana, arial, sans-serif;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    width: 100%;
    font-size: 14px;
    padding: 6px;
    box-sizing: border-box;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.select-dropdown:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.1rem rgba(0,123,255,.25);
}

/* blue Button */
.btn-blue {
     display: inline-block;
    padding: 5px 8px;
    font-size: 14px;
    border: none;
    border-radius: 0.25rem;
    color: #fff;
    background-color: #1EB6F0;
    border-color: #1EB6F0;
}
.btn-blue:hover {
     background-color: #0FA9E3;
    border-color: #0FA9E3;
}

/* reset Button */
.btn-reset {
    display: inline-block;
    padding: 5px 8px;
    font-size: 14px;   
    border: none;
    border-radius: 0.25rem;
    color: #fff;
     background-color: #1EB6F0;
    border-color: #1EB6F0;
}
.btn-reset:hover {
    background-color: #0FA9E3;
    border-color: #0FA9E3;
}

/* export Button */
.btn-export {
    display: inline-block;
    padding: 5px 8px;
    font-size: 14px;   
    border: none;
    border-radius: 0.25rem;
    color: #fff;
    background-color: #1EB6F0;
    border-color: #1EB6F0;
}
.btn-export:hover {
    background-color: #0FA9E3;
    border-color: #0FA9E3;
}
.btn-upload {
    display: inline-block;
    padding: 2px 8px;
    font-size: 13px;   
    border: none;
    border-radius: 0.25rem;
    color: #fff;
     background-color: #1EB6F0;
    border-color: #1EB6F0;
}
.btn-upload:hover {
    background-color: #0FA9E3;
    border-color: #0FA9E3;
}
.btn-clear {
    display: inline-block;
    padding: 2px 8px;
    font-size: 13px;
    border: none;
    border-radius: 0.25rem;
    color: #fff;
    background-color: #1EB6F0;
    border-color: #1EB6F0;
}
.btn-clear:hover {
    background-color: #0FA9E3;
    border-color: #0FA9E3;
}
/* green Button */
.txtboxalign {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 4px;
    margin-top: 25px;
}
    
@media only screen and (max-width: 996px) {
    .txtboxalign {
        flex-direction: row; 
        margin-top: 12px;
        padding-top: 7px;
        padding-bottom:10px;
    }
}
    .counter-box1 {
        display: block;
        background: #F5F5F5;
        padding: 20px 10px;
        text-align: center;
        margin-top: 10px; /* Added margin for spacing between cards */
        margin-bottom: 10px;
        border-radius:7px ;
       
    }

    .counter-box1 p {
        margin: 5px 0 0;
        padding: 0;
        color: #909090;
        font-size: 18px;
        font-weight: 500;
    }

    .counter-box1 i {
        font-size: 30px;
        margin: 0 0 10px;
        color: #d2d2d2;
    }
    @media (max-width: 991px) {
        .counter-box1 i {
             font-size: 29px;
             margin: 0 0 7px;
             color: #d2d2d2;
        }
    }
    .counter1 { 
        display: block;
        font-size: 17px;
        font-weight: 600;
        color: #666;
        
    }
.lnkfont {
    font-size:14px;
    color:#1EB6F0;
}
.lnkfont:hover {        
 color: #0FA9E3;
}
    @media (max-width: 991px) {
    .lnkfont {
        font-size:13px;
           
    }
}
    /* card*/
.boxcard {
  padding: 20px;
  height:100%;
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}

@media only screen and (max-width: 768px) {
.boxcard {
    margin-top: 25px;   
    margin-left: 20px;  
    margin-right: 20px;  
  }
}
@media only screen and (max-width: 768px) {
.box {
    margin-top: 10px;   
    margin-left: 5px;  
    margin-right: 5px;  
  }
}
.gridview-table {
    border-collapse: separate; /* Change to 'separate' to fix border issues */
    border-spacing: 0; /* Removes default spacing between cells */
    width: 100%;
    font-size: 14px;
    margin-top: -1px;
}

    .gridview-table th, .gridview-table td {
        border: 1px solid #dddddd; /* Ensure consistent borders */
        text-align: left;
        padding: 8px;
        white-space: nowrap;
        background-clip: padding-box; /* Ensures borders stay within padding */
        vertical-align: top;
    }

.gridview-table th {
    background-color: #f2f2f2;
    font-weight: 600;
    color: #777777;
    position: sticky; /* Makes the header sticky */
    top: 0; /* Keeps the header at the top of the container */
    z-index: 2; /* Ensures the header stays above other table rows */
}

.lblmsg
{
    padding: 4px;
    margin-top:9px;
    margin-bottom:0px;
    font-size:14px;
}
    
/* asterisk sign */
.asterisk {
    padding-right: 3px;
    color: red;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}
  .radio-box {
    padding: 13px 10px 4px 10px;
    background-color: #f2f2f2;
    display: flex;
    flex-wrap: wrap;
    align-items: left;
    justify-content: left;
    margin: 0px auto;
    gap: 10px;
    font-size: 14px;
    color: #333;
    font-family: "Poppins", sans-serif;
}

.radio-box Radiobtn {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.radio-box input[type="radio"] {
    margin-right: 10px;
    accent-color: #007bff;
    cursor: pointer;
} 
