
.box-date-details{
    /* border: 3px solid #3c2304; */
  background-color: #ffffff; /* white box */
  border-left: 6px solid #90caf9; /* light blue accent */
}
.srip-box-1{
    background-color: #ec1c28;
    padding: 1.3rem;
}
.text-color-1{
    color: #34220c;
}
/*/////////////////RAdio Button Group////////////*/
/*/////////////////2/////////////////////////*/
.radio-toolbar_2 {
    /*margin: 10px;*/
}

.radio-toolbar_2 input[type="radio"] {
    /*    opacity: 0;
        position: fixed;
        width: 0;*/
    opacity: 0;
    /* position: fixed; */
    width: 1px;
    height: 1px !important;
}

.radio-toolbar_2 label {
    /*    background: #ADD12A;*/
    color: #2c2c2c;
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    /*padding: 16px 20px;*/
    padding: 0px 0px;
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 12px;
    font-weight: 500;
    /*border: 2px solid #444;*/
    border: 2px solid #ec1c28;
    border-radius: 4px;
    line-height: 1;
}

.radio-toolbar_2 label:hover {
    text-decoration: underline;
    cursor: pointer;
    color: black;
}

.radio-toolbar_2 input[type="radio"]:focus + label {
    /*border: 2px dashed red;*/
}

.radio-toolbar_2 input[type="radio"]:checked + label {
    /*    background-color: #bfb;
        border-color: #4c4;*/
    background-color: #2c2c2c;
    border-color: #ec1c28;
    color: white;
    
}
.radio-toolbar_2 .form-group{
    /*height: 80%;*/
}
/*/////////////////RAdio Button Group////////////*/
.attendance-radio{
    width: 20px;
    height: 20px;
}
.submit_overlay{
    background: #00000073;
    top: 0;
}
.submit-btn{
    background-color: #ec1c28;
    color: #fff;
    padding: 0.5em 2.5em;
    transition: 0.5s;
    font-weight: bold;
    border: none;
}
.submit-btn:hover{
    background-color: #8a050c;
}
.submit-btn:disabled {
    background-color: #f99696;
}
.color-red{
    color: #ec1c28;
}
.cs-h4{
    font-size: 1.5rem;
}
.cs-h3{
    font-size: 1.75rem;
}
.cs-h5{
    font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
    .cs-h4{
        font-size: 1.15rem;
    }
    .cs-h3{
        font-size: 1.4rem;
    }
    .cs-h5{
        font-size: 1.1rem;
    }
}

/* ///////only for this page//// */
.nav-space{
    background: #183134;
}
/* //// */
.basic_style1 label{
    letter-spacing: unset !important;
}