.form-control {
    display: block !important;
    width: 100% !important;
    height: calc(1.5em + 1.3rem + 2px) !important;
    padding: 0.65rem 1rem ;
    font-size: 1rem !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    color: #6d6d6d !important;
    background-color: #ffffff !important;
    background-clip: padding-box !important;
    border: 1px solid #E4E6EF !important;
    border-radius: 0.42rem !important;
    box-shadow: none !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    letter-spacing:0.5px;
}
.form-control-new {
    display: block !important;
    width: 100% !important;
    padding: 0.65rem 1rem;
    font-size: 1rem !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    color: #6d6d6d !important;
    background-color: #ffffff !important;
    background-clip: padding-box !important;
    border: 1px solid #E4E6EF !important;
    border-radius: 0.42rem !important;
    box-shadow: none !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    letter-spacing: 0.5px;
}
.form-control-new:focus{outline: 0;}
select.form-control{
    height: auto;
}
.chart_bg{
    background: white;
    padding:10px;
    height: 100%;
}
.chart-section .col-sm-6-l{
    padding-right: 6px;
    padding-left: 0px;
}

.chart-section .col-sm-6-r{
    padding-left: 6px;
    padding-right: 0px;
}

.chart-section{
    padding-bottom: 0px;
    margin: 0px auto 1.5%;
}

.chart-section select{
    display: block;
    width: 50%;
    float: right;
    margin-right: 8%;
    height: calc(1em + 1rem + 2px);
    padding: 0rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #6d6d6d;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #E4E6EF;
    border-radius: 0.42rem;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    letter-spacing: 0.5px;
    z-index: 95;
    position: relative;
}
.dl-cnt .card-stretch .card-view2 .col-lg-8{
    width: 100%;
    max-width: 100%;
}
.dl-cnt .card-stretch .card-view2 .col-lg-4{
    width: 100%;
    max-width: 100%;
}
.dl-cnt .card-stretch .card-view2 .col-lg-8 a, .dl-cnt .card-stretch .card-view2 .col-lg-8 h5{
}
.dl-cnt .card-stretch .card-view2 .dl-cnt-cnt{
    position: absolute;
    right: 4%;
    /* bottom: 0; */
    top: 6%;
    font-size: 20px;
}
.aside-menu .menu-nav .menu-item {
    display: contents;
    flex-direction: column;
    flex-grow: 1;
    float: none;
    padding: 0;
}
.aside-menu .menu-nav > .menu-item > .menu-heading .menu-icon svg,
.aside-menu .menu-nav > .menu-item > .menu-link .menu-icon svg {
    height: 20px;
    width: 20px;
    margin-left: 0px;
}
.jrv-tbl-data .view-eye{
    background: #47b0212e;
    padding: 7px;
    border-radius: 5px;
}

.jrv-tbl-data .view-eye i{
    color: #47b021;
    padding-right: 0px;
}
.jrv-tbl-data .edit svg g [fill] {
    color: #47b021 !important;
}
.jrv-tbl-data .edit{
    background: #47b0212e !important;
    padding: 7px;
    border-radius: 5px;
}
.jrv-tbl-data .edit:hover{
    background: #47b021 !important;
}
.jrv-tbl-data .view-eye:hover{
    background: #47b021;
}
.jrv-tbl-data .view-eye:hover i{
    color: #ffffff;
}
.jrv-tbl-data .edit:hover svg g [fill] {
        fill: #fff !important;s
}
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link{
    border-bottom: 1px solid #dcdada;
    border-top: 1px solid #dcdada;
}
.tbl_dsk_scroll{
    overflow-x: scroll;
    overflow-y: hidden !important;
}
.tbl_dsk_scroll::-webkit-scrollbar{
    background: white;
    border-radius: 20px;
    height: 5px;
}

.tbl_dsk_scroll::-webkit-scrollbar-thumb{
    background: var(--main-yellow-color);
    border-radius: 20px;
    height: 5px;
}

.get_result_score_table{
    table-layout: fixed;
}

.get_result_score_table td input{
    width: 100% !important;
}
.full-width{
    width:100%;
}
.hr-border{
    width: 96%;
}

.result_score_btn_display_in_block{
    display:inline-block;
    margin: 0 5px;
}

.check-all-board .checkbox > span{
    display: inline-block;
    background-color: #ffffff;
    margin-left: 1%;
}

.check-all-board .checkbox > span:after{
    margin-top: 3px;
    margin-left: 8px;
}

.check-all-board {
    background: #eff0f4;
    border-radius: 8px;
}
.check-all-board label{
    font-size: 15px;
    font-weight: 600;
}
.reslt-det-status{
    width: 100%;
    text-align: right;
    font-weight: 900;
    color: #233d8b;
    padding-right: 15px;
}

