@font-face {
    font-family: 'inter';
    src: url(Inter_18pt-Light.ttf);
}

body {
    margin: 0;
    padding: 0;
    font-family: 'inter';
    position: relative;
}

.mainHeading {
    background: #F3D5A6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:  13px 5px;
}

.mainHeading .logo img {
    width: 60px;
    height: auto;
}



.mainHeading .headingNav p {
    margin: 0;
    color: #323131;
    font-size: 7px;
    font-weight: 600;
    display: flex;
}

.mainHeading .headingNav p a {
    margin: 0 5px;
    color: #E41839;
    font-size: 16px;
    font-weight: 600;
}


.mainImgbody img {
    width: 100%;
    height: auto;
    margin-top: -15px;
}


.btmBodypst {
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 160px 130px;
}


.pstBoxTable {
    padding:  5px;
} 


.pstBoxTable h4 {
    color: #751113;
    font-size: 46px;
    text-align: center;
    margin: 0;
    padding: 41px;
    font-weight: 600;
}
.pstBoxTable .leftrightDate {
    display: flex;
    padding: 0px 50px;
    align-items: center;
    justify-content: space-between;
}

.cursorPointer {
    cursor: pointer;
}


.pstBoxTable .leftrightDate .dtBtn {
    background: #F7E2C0;
    color: #751113;
    padding: 5px 30px;
    border: 1px solid #D18B18;
    font-size: 20px;
    cursor: pointer;
    overflow: none;
}

.pstBoxTable .tablereports {
    margin: 10px;
    padding: 10px 40px;
}

.pstBoxTable .tablereports table {
    border-collapse: collapse;
    width: 100%;
}


.tablebodyContain {
    color: #771113;
    font-size: 31px;
    border-bottom: 1px solid #BDBDBD;
    padding: 8px 0;
}



  #app-cover {
    display: table;
    width: 600px;
    margin: 80px auto;
    counter-reset: button-counter;
  }
  
  .row {
    display: table-row;
  }
  
  .toggle-button-cover {
    display: table-cell;
    position: relative;
    width: 50px;
    box-sizing: border-box;
  }
  
  .button-cover {
    margin: 20px;
    border-radius: 4px;
  }
  
  .button-cover:before {
    counter-increment: button-counter;
    content: counter(button-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
  }
  
  .button-cover,
  .knobs,
  .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
 
  .button {
    position: relative;
    top: 50%;
    width: 45px;
    height: 23px;
    margin: -36px auto 0 auto;
    overflow: hidden;
}
  
  .button.r,
  .button.r .layer {
    border-radius: 100px;
  }
  
  
  
  .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
  }
  
  .knobs {
    z-index: 2;
  }
  
  .layer {
    width: 100%;
    background-color: #FFFFFF;
    transition: 0.3s ease all;
    z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  }
  
  /* Button 1 */
  #button-1 .knobs:before {
    content: "த";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 13px;
    height: 7px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    line-height: 0.6;
    padding: 6px 3px;
    background-color: #323131;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
  }
  
  #button-1 .checkbox:checked + .knobs:before {
    content: "En";
    left: 23px;
  }
  
  #button-1 .checkbox:checked ~ .layer {
    background-color: #ffffff;
  }
  
  #button-1 .knobs,
  #button-1 .knobs:before,
  #button-1 .layer {
    transition: 0.3s ease all;
  }
  


@media only screen and (max-width: 600px) {
    .mainHeading .logo img {
        width: 50px;
        height: auto;
    }

    .headingNav {
        margin: 0 5px;
    }

    .mainHeading .headingNav h4 {
        font-size: 14px;
    }

    .mainHeading .headingNav p {
        font-size: 7px;
        padding-left: 10px;
    }

    .mainHeading .headingNav p a {
        font-size: 7px;
    }
    .pstBoxTable {
        top: 12px;
    }

    .pstBoxTable h4 {
        font-size: 16px;
        margin: 5px 0;
    }
    .pstBoxTable .leftrightDate {
        padding: 0px 25px;
    }
    .pstBoxTable .tablereports {
        margin: 0 10px;
        padding: 5px 15px 30px 15px;
        height: 235px;
        overflow: auto;
    }
    .button-cover {
        margin: 24px 0;
        border-radius: 4px;
    }
    .button {
        height: 22px;
    }
    .btmBodypst {
        position: absolute;
        bottom: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 5px 12px;
    }
    .pstBoxTable h4 {
        font-size: 16px;
        padding: 5px;
    }
    .pstBoxTable .leftrightDate .dtBtn {
        font-size: 16px;
    }
    .tablebodyContain {
        font-size: 16px;
    }
    .mainImgbody img {
        margin-top: -5px;
    }
  
}