html {
  font-size: 14px;
}

/*
@media (max-width: 426px) {
  
}*/


@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
    .navbar-nav .nav-link.active {
        font-weight: bold !important;
        color: #ffffff !important;
       
    }

/*    .table_Dev{
        overflow-x:scroll !important
    }*/
}




html {
    position: relative;
    min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/*.Change {
    border: none;
    outline: none;
    padding: 10px 16px;
    background-color: #666;
    cursor: pointer;
    font-size: 18px;
}*/

/* Style the active class, and buttons on mouse-over */
/*.active , .Change:hover {
    background-color: red;
    color: white;
}*/

.navbar-nav .nav-link.active {
    font-weight: bold !important;
    color: #ffffff !important;
}

.down_icon {
    width: 20px !important;
}
.table > thead {
    background-color: #FFFAF0 !important;
    border-bottom: 2px solid lightgray;
}
.table-striped tbody tr:nth-of-type(odd){
    background:white !important;

}
.table-striped tbody tr{
    border-bottom: 1px solid lightgray !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: white !important;
  
}
table thead tr .info {
    background-color: #FBD48E !important;
}
#datatable  tbody tr td {
    border-bottom: 1px solid lightgray !important;
}
.review_table{
    height:280px !important;
}
/*** Layout ***/
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 100vh;
    overflow-y: auto;
    background: var(--secondary);
    transition: 0.5s;
    z-index: 999;
}

.content {
    margin-left: 0px !important;
    min-height: 100vh;
    background: white;
    transition: 0.5s;
    width:100% !important;
}
@media (max-width:1024px) {
    
    .att-filter{
        font-size:11px !important;
    }
    .access-icons{
        width:14% !important;
    }
    .atndnce-search{
        bottom:6px !important;
    }
    .filter-modal{
        left:240px !important;
    }
}

@media (min-width: 992px) {
    .sidebar {
        margin-left: 0;
    }

        .sidebar.open {
            margin-left: -250px;
        }

    .content {
        width: calc(100% - 250px);
    }

        .content.open {
            width: 100%;
            margin-left: 0;
        }
}

@media (max-width: 991.98px) {
    .sidebar {
        margin-left: -250px;
    }

        .sidebar.open {
            margin-left: 0;
        }

    .content {
        width: 100%;
        margin-left: 0;
    }
    .access-icons {
        width: 18% !important;
    }
    .filter-modal{
        left:140px !important;
    }
  
}


/*** Navbar ***/
.sidebar .navbar .navbar-nav .nav-link {
    padding: 7px 5px;
    color: var(--light);
    font-weight: 500;
    border-left: 3px solid var(--secondary);
    border-radius: 0 30px 30px 0;
    outline: none;
}

    .sidebar .navbar .navbar-nav .nav-link:hover,
    .sidebar .navbar .navbar-nav .nav-link.active {
        color: var(--primary);
        background: var(--dark);
        border-color: var(--primary);
    }

    .sidebar .navbar .navbar-nav .nav-link i {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: var(--dark);
        border-radius: 40px;
    }

    .sidebar .navbar .navbar-nav .nav-link:hover i,
    .sidebar .navbar .navbar-nav .nav-link.active i {
        background: var(--secondary);
    }

.sidebar .navbar .dropdown-toggle::after {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.sidebar .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.sidebar .navbar .dropdown-item {
    padding-left: 25px;
    border-radius: 0 30px 30px 0;
    color: var(--light);
}

    .sidebar .navbar .dropdown-item:hover,
    .sidebar .navbar .dropdown-item.active {
        background: var(--dark);
    }

.content .navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 12px 0;
    color: var(--light);
    outline: none;
}

    .content .navbar .navbar-nav .nav-link:hover,
    .content .navbar .navbar-nav .nav-link.active {
        color: var(--primary);
    }

    .content .navbar .sidebar-toggler,
    .content .navbar .navbar-nav .nav-link i {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: var(--dark);
        border-radius: 40px;
    }

.content .navbar .dropdown-item {
    color: var(--light);
}

    .content .navbar .dropdown-item:hover,
    .content .navbar .dropdown-item.active {
        background: var(--dark);
    }

.content .navbar .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.content .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}






@media (max-width: 426px) {
    .content .navbar .navbar-nav .nav-link {
        margin-left: 15px;
    }
}
@media (max-width:768px) {
    
    .access-icons{
        width:70% !important;
    }
    .for-search-font{
        font-size:15px !important;
    }
  /*  .atndnce-search{
        bottom:34px !important;
    }*/
    .filter-modal{
        left:125px !important;
        width:250px;
    }
}
@media (max-width:768px) {
    .detail-login-txt {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}


/*multiselect css*/
.form-group{
margin-bottom:0px !important;
}
.btn-default {
    border: 1px solid #FA9507 !important;
    background: #FFFAF0 !important;
}

    .btn-default:focus {
        border: 1px solid #FA9507 !important;
        background: #FFFAF0;
        box-shadow: none !important;
    }

.multiselect:hover {
    border: 1px solid #FA9507;
    background: #FFFAF0;
}

.form-control:disabled, .form-control:read-only {
    background: #FFFAF0 !important;
}

span.multiselect-native-select {
    position: relative
}

    span.multiselect-native-select select {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        height: 1px !important;
        margin: -1px -1px -1px -3px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important;
        left: 50%;
        top: 30px
    }

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0
}

    .multiselect-container .input-group {
        margin: 5px
    }

    .multiselect-container > li {
        padding: 0
    }

        .multiselect-container > li > a.multiselect-all label {
            font-weight: 700
        }

        .multiselect-container > li.multiselect-group label {
            margin: 0;
            padding: 3px 20px 3px 20px;
            height: 100%;
            font-weight: 700
        }

        .multiselect-container > li.multiselect-group-clickable label {
            cursor: pointer
        }

        .multiselect-container > li > a {
            padding: 0
        }

            .multiselect-container > li > a > label {
                margin: 0;
                height: 100%;
                cursor: pointer;
                font-weight: 400;
                padding: 3px 0 3px 30px
            }

                .multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
                    margin: 0
                }

                .multiselect-container > li > a > label > input[type=checkbox] {
                    margin-bottom: 5px
                }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0
}

.dropdown-menu > .active > a {
    background: none !important;
}


/*question surver css*/

.border_div{
    border:1px solid lightgray;
    border-radius:10px;
    padding:15px;
   
}
.f-black{
    color:black;
    font-size:14px;
}

#options label {
    padding-left: 10px;
    font-size: 14px;
    padding-top: 5px;
}

#options1 label {
    padding-left: 10px;
    font-size: 14px;
    padding-top: 5px;
}
#optionsVertical label {
    padding-left: 10px;
    font-size: 14px;
    padding-top: 5px;
}
#optionsDepartment label {
    padding-left: 10px;
    font-size: 14px;
    padding-top: 5px;
}
#optionsDesignation label {
    padding-left: 10px;
    font-size: 14px;
    padding-top: 5px;
}
#optionsRank label {
    padding-left: 10px;
    font-size: 14px;
    padding-top: 5px;
}
#optionsEmp label {
    padding-left: 10px;
    font-size: 14px;
    padding-top: 5px;
}
.multiselect{
    width:100%;
}
.multiselect {
    position: relative;
    display: inline-block;
}

.select-box {
    width: 100%;
}
    .select-box1{
        width:100%;
    }


    .options {
        display: none;
        position: absolute;
        background: #fff;
        border: 1px solid #ccc;
        max-height: 150px;
        overflow-y: auto;
        z-index: 1111;
    }

    .options.show {
        display: grid;
        width: 100%;
    }

::placeholder {
    font-size: 14px;
}

.multiselect:hover {
    border: none !important;
}

/*Dashboard*/
.seagreen-section {
    background: linear-gradient(#A47DFF, #786EFF);
    margin-top: 20px;
    border-radius: 10px !important;
}
.Emp_D{
    display:flex;
    padding:15px;
}
.Emp_img{
    height:20px;
}
.emp_text{
    color:white;
}
.border_bottom{
    border-bottom:1px solid white;
}
.round_border {
    border-bottom: 10px solid #786EFF;
    width:80%;
    margin: 0 auto;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
.round_border_Designation {
    border-bottom: 10px solid #9B77D9;
    width: 80%;
    margin: 0 auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.round_border_survey {
    border-bottom: 10px solid #4DBFF5;
    width: 80%;
    margin: 0 auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.round_border_D {
    border-bottom: 10px solid #F7C498;
    width: 80%;
    margin: 0 auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.lightpink-section {
    background: linear-gradient(#FE8A86, #F7C498);
    margin-top: 20px;
    border-radius: 10px;
}

.lightpurple-section {
    background: linear-gradient(#F1AFBF, #9B77D9);
    margin-top: 20px;
    border-radius: 10px;
}
.Skyblue-section {
    background: linear-gradient(#44DEC5, #4DBFF5);
    margin-top: 20px;
    border-radius: 10px;
}

.lightblue-section {
    background-color: #ECF2FB;
  
    border-radius: 10px;
    margin-top: 2rem;
    box-shadow: 4px 1px 6px 2px lightgray;
    border: none !important;
}

.lightgray-section {
    background-color: #D8D8D8;
    margin-top: 20px;
    border-radius: 10px;
    height: 482px;
}

.extralight-section {
    background-color: #ECF2FB;
    margin-top: 3rem;
    border-radius: 10px;
    height: 300px;
}

.extralightblue-section {
    background-color: #ECF2FB;
  
    border-radius: 10px;
    box-shadow: 4px 1px 6px 2px lightgray;
    border: none !important;
}
.chart_h{
    padding: 20px 0px 0px 20px;
}
.chart_dropdown{
    margin-top:10px;
}
.canvasjs-chart-credit {
    display:none !important;
}
.donut_label{
    text-align:center;
    padding-top:20px;
}
.adj_drop{
    margin:0px;
    height:40px;
}
/*#line-chart {
    height: 250px !important;
    width:100% !important;
}*/
.Policies_text_area{
    font-size:1rem;
    border: 1px solid orange !important;
    outline: none !important;
}
.custom_select {
    border: 1px solid orange !important;
    background-color: #FFFAF0 !important;
}
.Conditional_dateRange {
    font-size: 25px;
    border: 1px solid orange;
    padding: 20px;
    border-radius: 10px;
}
.addSubDateRange{
    float: right;
}
.addDateRange {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #20AE5C;
    color:white;
    border:none;
}
.subDateRange {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #EC1D1D;
    color: white;
    border: none;
}