
.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_1 {
    /*margin: 10px;*/
}

.radio-toolbar_1 input[type="radio"] {
    /*    opacity: 0;
        position: fixed;
        width: 0;*/
    opacity: 0;
    /* position: fixed; */
    width: 1px;
    height: 1px !important;
}

.radio-toolbar_1 label {
    /*    background: #ADD12A;*/
    color: #2c2c2c;
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    /*padding: 16px 20px;*/
    padding: 17px 0px;
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 12px;
    font-weight: 500;
    /*border: 2px solid #444;*/
    border: 2px solid #a75309;
    border-radius: 10px;
    line-height: 1;
    transition: 0.4s;
}

.radio-toolbar_1 label:hover {
    background-color: #eddcc5;
    cursor: pointer;
    color: black;
}

.radio-toolbar_1 input[type="radio"]:focus + label {
    /*border: 2px dashed red;*/
}

.radio-toolbar_1 input[type="radio"]:checked + label {
    /*    background-color: #bfb;
        border-color: #4c4;*/
    background-color: #5d2e03;
    border-color: #5d2e03;
    color: white;
    
}
.radio-toolbar_1 .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;
}
/* //////////////// */

.ui-datepicker .ui-datepicker-title select{
    width: 45% !important;
    font-size: 0.8em !important;
    margin: 0px 1% !important;
    display: unset;
    padding-top: 7px;
    padding-bottom: 7px;
}
table thead th{
    font-size: 0.8rem !important;
}
.input-group-prepend-label{
    cursor: pointer;
    height: 100% !important;
    border-radius: 0 30px 30px 0 !important;
    border: 0.2px solid #0000006b !important;
}
/* //////////////// */

/* toggle Switch 02 */
.switch-toggle {
    --width: 360px;
    --height: 50px;
    --offset: 4px;
    --radius: 25px;
    position: relative;
    width: var(--width);
    height: var(--height);
    padding: var(--offset);
    background: #f5f5f580;
    border-radius: var(--radius);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    font-style: normal;
  }
  .switch-toggle input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    inset: 0;
    appearance: none;
    z-index: 2;
  }
  .switch-toggle input[type=checkbox]:checked + label.switch-toggle-label:before {
    translate: 100% 0;
  }
  .switch-toggle input[type=checkbox]:checked + label.switch-toggle-label span:nth-child(1) {
    color: gray;
  }
  .switch-toggle input[type=checkbox]:checked + label.switch-toggle-label span:nth-child(2) {
    color: #1a1a1a;
  }
  .switch-toggle input[type=checkbox] + label.switch-toggle-label {
    margin: 0;
    position: absolute;
    inset: var(--offset, 0);
    padding: 10px 0;
    display: block;
    user-select: none;
    /* pointer-events: none; */
    pointer-events: auto;
    cursor: pointer;
    display: grid;
    gap: 2px;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    place-items: center;
  }
  .switch-toggle input[type=checkbox] + label.switch-toggle-label:before {
    content: "";
    position: absolute;
    width: 50%;
    inset: 0;
    background: #fff;
    border-radius: calc(var(--radius) - var(--offset));
    box-shadow: 0px 4px 15px 0px rgba(16, 39, 68, 0.1);
    translate: 0 0;
    transition: translate 250ms cubic-bezier(0.93, 0.26, 0.07, 0.69);
  }
  .switch-toggle input[type=checkbox] + label.switch-toggle-label span {
    line-height: 0;
    position: relative;
    transition: 200ms linear;
  }
  .switch-toggle input[type=checkbox] + label.switch-toggle-label span:nth-child(1) {
    color: #1a1a1a;
  }
  .switch-toggle input[type=checkbox] + label.switch-toggle-label span:nth-child(2) {
    color: gray;
  }
/* toggle Switch 02 */