:root {
    --primary-color: #16df6d;
    --primary-gradient-color:#30870a;
    --light-bg-color:#7692822c;
    --menu-background-color:#34444c;
    --dark-navy: #102746;
    --orange: #f88535;
    --light-orange: #faf0e3;
    --sky-blue: #4dc2dd;
    --light-blue: #4dc2dd;
    --green: #16df6d;
    --light-green: #e6f7e8;
    --violet: #8c5fe4;
    --light-violet: #ece7fb;
}
.header{
    background: #fff;
    /* height: 80px; */
	/* background: -moz-linear-gradient(left, var(--primary-color) 0%, var(--primary-gradient-color) 100%);
	background: -webkit-linear-gradient(left, var(--primary-color) 0%, var(--primary-gradient-color) 100%);
	background: -ms-linear-gradient(left, var(--primary-color) 0%, var(--primary-gradient-color) 100%);
	background: linear-gradient(to right, var(--primary-color) 0%, var(--primary-gradient-color) 100%); */
}
.navbar-expand-lg .navbar-nav{
    height: 65px;
}




 
/* .mainMenu li:hover,.mainMenu a:hover{
    background: var(--light-bg-color);
} */
.mainMenu .dropdown-menu-new{
    width: 230px;
    height: auto;
    background: #fff;
    position: absolute;
    top: 66px;
    left: 0px;
    border-radius: 3px;
    padding: 0px;
    transition: 0.2s;
    border: 1px solid #16df6d;
}

#main_nav{
    /* margin-right: 80px; */
}

.mainMenu .dropdown-menu-new .sub-menu {
    left: -233px;
    top: 20px;
}
.mainMenu .profile-dropdown {
    top: 67px;
}

.switchBtn{
    height: 45px;
    width: 45px;
    border-radius: 5px;
    position: relative;
}
.circle{
position: absolute;
height: 30px;
width: 30px;
border-radius: 50%;
top: 10px;
right: 18%;
background: transparent;
border: 4.5px solid transparent;
border-left: 4.5px solid #16df6d;
border-right: 4.5px solid #16df6d;
border-bottom: 4.5px solid #16df6d;
}
.bar{
position: absolute;
height: 19px;
width: 5px;
background: #16df6d;
border-radius: 3px;
top: 7px;
right: 46%;
}

.switchBtn:hover .bar{
    background: red;
    cursor: pointer;
    box-shadow: 0px 0px 11px 2px red;
    transition: 0.3s;
}
.switchBtn:hover .circle{
    cursor: pointer;
    border-left: 4.5px solid red;
    border-right: 4.5px solid red;
    border-bottom: 4.5px solid red;
    box-shadow: 0px 0px 11px 2px red;
    transition: 0.3s;
}
/* .content{
    position: relative;
}
.leftheadArtCard{
    position: absolute;
    top: 25%;
}
.rightHead{
    position: absolute;
    top: 25%;
} */
/* .add-btn,.btn-primary {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
} */
.btn-primary.active:not(:disabled):not(.disabled), .btn-primary:active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
    background-color: #fff;
    border-color: var(--primary-color);
    color: var(--primary-color);
    font-family: 'Poppins', sans-serif;
}
.add-btn:hover,.add-btn:focus, .add-btn:active,.btn-primary:hover,.btn-primary:focus ,.btn-primary:active {
    background-color: #fff;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
.account-btn:hover,.account-btn:active,.account-btn:focus {
    background: var(--menu-background-color);
}
.ant-pagination-item-active {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.sidebar-menu ul ul a.active {
    color: var(--primary-color);
}
.dash-widget-icon {
    background-color:var(--light-bg-color);
    color: var(--primary-color);
}
.bg-primary, .badge-primary {
    background-color: var(--primary-color) !important;
}
.noti-dot:before {
  border: 5px solid var(--primary-color);
  background-color: var(--primary-color);
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--primary-color);
}
.page-link:hover {
    color:var(--primary-color);
}
.sidebar {
    background-color: var(--menu-background-color);
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color:var(--light-bg-color);
    border-color:var(--primary-gradient-color);
    color: #000;
}
.navbar .dropdown:hover {
    border-bottom: 3px solid #16df6d;
    background: #cccccc54;
}
.nav-link .small:hover {
    /* color: var(--dark-navy); */
}
.navbar li .dropdown-item .small:hover{
    color: var(--dark-navy);

}

.dropdown-menu li a:hover, .profile-nav li a:hover{
    /* color: var(--orange); */
}
.dropdown-menu li a:hover,.profile-nav li .dropdown-menu  a:hover{
    background: #4dc2dd29;
    border-radius: 2px;
    color: #07127d;
    
}
.dropdown-item:focus, .dropdown-item:hover{
    border-bottom: none;
}
.switch-box{
    height: 45px;
    width: 45px;
    background-color: #11e26e;
    border-radius: 5px;
}
.switch-box:hover{
    background-color: red;

}
@media only screen and (max-width: 991.98px) {
    .navbar .navbar-collapse{
        background-color: var(--menu-background-color);
        z-index: 999;
        
    }
    .navbar li .las, .navbar li .la {
        display: inline;
        text-align: left;
    }
    .navbar button{
        z-index: 10000;
        margin-top: 5px;
    }
    #main_nav .navbar-nav>li {
        float: left;
        margin: revert;
        top: 5px;
        text-align: left;
    }
    .profile-nav{
        display: block;
        position: fixed;
        top: 5px;
        right: 20px;
        z-index: 10000;
    }
    .profile-nav li.nav-item{
        margin-left: 15px !important;
    }
    .profile-nav .notificationAction{
        margin-right: 20px !important;
    }
    .header-left{
        position: fixed;
        top: -10px;
        left: 0px;
    }
}
.ant-table-pagination-right{
    justify-content: center !important;
}

.btn-group>.self-btn{
    border-radius: 0 !important;
    font-size: initial !important;
    flex: auto !important;
    margin-right: 5px !important;
}

.btn-cust-group{
    width: 300px;
    margin-right: 5px;
    font-family: 'Poppins', sans-serif;
    flex: inherit;
}
.btn-cust-group .btn-selected{
    font-weight: 100;
    padding: 0px;
}
.btn-group>.btn-secondary{
    width: 35px;
}

.ant-table-wrapper {
    border: 1px solid #0f158e;
    background: #fff;
    padding: 0;
}
.modal-header{
    background: var(--dark-navy);
}
.modal-header h5{
    
    font-size: 25px !important;
}
.modal-title {
    margin-bottom: 20px;
    color: #16df6d;
    
    margin-right: auto;
    font-weight: 500;
}
#MainDiv {
    background-color: #f5f5f5;
    position: absolute;
    /* top: 200px; */
}
.small, small {
    font-size: 90%;
    font-weight: 400;
}
.nav-link{
    padding: 0;
}
.username{
    font-size: 15px;
}
.profile-nav .nav-item{
    height: 70px;
    padding: 11px 0;
}
.notificationAction .fa-bell-o{
    margin-top: 12px;
    font-size: 20px;
}
.leftheadArtCard{
    padding: 15px;
    border-radius: 25px;
    text-align: left;
}
.breadcrumb{
    display: none;
}
.cust-button-group-mr-35 button{
    margin: 0 5px;
}
.btn-warning{
    background-color: #16df6d;
    /* font-size: 18px !important; */
    border: none;
}
.btn-warning:hover{
    background-color: #16df6d;
    border: none;
}
.btn-group>.btn-success{
    flex: none;
    width: 45px;
    border-radius: 50%;
    font-size: 22px;
    margin-right: 9px;
}
.btn-group, .btn-group-vertical{
    justify-content: flex-end;
}
.add-btn{
    flex: none !important;
}
/* Ripple Effect */

.ripple {
    background-position: center;
    transition: background 0.8s;
  }
  .ripple:hover {
    background: inherit radial-gradient(circle, transparent 1%, #f8f8f84f 1%) center/15000%;
  }
  .ripple:active {
    background-color: #f8f8f84b;
    background-size: 100%;
    transition: background 0s;
  }  

/* Ripple Effect */

.overtime-label{
    position: absolute;
    color: #fff;
    left: -70px;
    margin-top: 8px;
    margin-bottom: auto;
    font-size: 17px;
}
.doc-label{
    left: -100px;
}
.pay-btn-group{
    margin-right: 5px;
    margin-left: auto;
}
.earning-deduc-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.taskForm-page{
    background-color: #fff;
    border: 1px solid #102746;
    border-radius: 5px;
}
.page-wrapper-margin-top{
    margin-top: 30px;
}
.page-80-margin{
    margin-top: 80px;
}
a[disabled] {
    color: rgb(69 197 109) !important;
}
.row-top-margin-30{
    margin-top: 30px;
}
.line-tabs{
    display: flex;
    align-items: flex-end;
    
}
.line-tabs>ul>li>.nav-link {
    height: 50px;
    width: max-content;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    border-bottom: none;
    color: #FFF;
}
.refresh-btn-label{
    position: absolute;
    top: 10px;
    left: -95px;
}
.ant-picker-calendar-header{
    padding: 12px;
}
.ant-picker-calendar, .ant-picker-calendar .ant-picker-calendar-full, .ant-picker-panel{
    background: #dfefe6 !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background: linear-gradient(0deg, #dfefe6 0%, rgba(134,214,168) 100%);
}
.nav-tabs {
    border-bottom: none;
}

.ant-pagination-item a {
    color: #fff;
}
.ant-pagination-prev a, .ant-pagination-next a{
    color: #16df6d !important;
}

.ant-pagination-item:hover a {
    color: #16df6d !important;
}

#navbg{
    background-color: #102746 !important;
    color: white;
}
/* #navText{
    color: white;
} */

.survey-card{
    border: 1px solid #102746 !important;
    border-radius: 0;
    padding: 15px; 
}

.tab-content .card .accordion-header{
    background: #FFF !important;
}
.tab-content .card .accordion-header h3{
    margin: 0 !important;
}
.message-label{
    font-size: 20px;
    font-weight: 500;
    margin-left: 22px;
}
.answer-type-options{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.option-deduct-but{
    margin-left: 9px;
    border-radius: 3px;
    background: red;
    height: 40px;
    width: 30px;
    border: 0.5px solid #ccc;
    color: #fff;
}
.option-input-div{
    border: 1px solid darkgray;
    width: 470px;
    padding: 8px;
    font-size: 15px;
}
.number-selection-option{
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.scale-number-design{
    border: 1px solid #dee2e6;
    background-color: #11e26e;
    border-radius: 3px;
    padding: 0px 7px;
}
.collapse-body{
    padding: 8px;
    background: rgb(248, 249, 250);
    border: 1px solid rgb(234, 228, 228);
}
.each-question{
    /* border: 1px solid #dc35455e; */
    padding: 15px;
    margin: 0px;
    /* border-radius: 5px; */
}
.timer-countdown{
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    background: #cccccc4a;
    border-radius: 5px;
}
.timer-countdown p{
    margin: 0;
}
.timer-countdown .survey-start-text{
    display: none;
}
.starting-time .survey-start-text{
    display: block;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #102746;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 25px;
}
.timer-countdown .count{
    margin: 2px 5px;
    width: 70px;
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    background: #fff;
    color: navy;
    border-radius: 5px;
    border-bottom: 2px solid red;
}
.timer-text h5{
    font-size: 21px;
    font-weight: 400;
    margin: 0 12px 0 6px;
    color: rgb(239, 239, 239);
}
.starting-time{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.starting-time .second-timer-text{
    display: none;
}
.survey-header-sticky{
    position: sticky;
    top: 0;
    z-index: 11;
}
.survey-body{
    margin: 0;
}
.survey-backround{
    background: #dfefe6;
}
.survey-backround2{
    padding: 1rem;
    background: #dfefe6;
    width: 900px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.survey-details-section .desc-box{
    height: auto;
    /* background: #fff;  */
    border-radius: 5px;
    overflow-y: auto;
    padding: 10px 15px;
    /* border: 3px solid #fff; */
}
legend {
    background: #e9f2ff;
    border-radius: 5px;
    border: 1px solid #e7e6e6;
    box-shadow: 1px 1px 4px -1px black;
}
.survey-part-info h4, .survey-part-info-desc h4{
    font-weight: 400;
    
}
.survey-part-info-right{
    display: flex;
    align-items: baseline;
    justify-content: end;
}
.survey-part-info-left{
    display: flex;
    align-items: baseline;
}
.survey-part-info-left h4{
    font-weight: 400;
}
.survey-part-info-left p{
    margin-left: 4px;
    font-size: 20px;
    font-weight: 500;
}
.survey-part-info-center{
    justify-content: center;
    display: flex;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 0;
    
}
.survey-part-info-center p{
    font-size: 20px;
    font-weight: 500;
}
.survey-part-info-right h4{
    font-weight: 400;
}
.survey-part-info-right p{
    margin-left: 4px;
    font-size: 20px;
    font-weight: 500;
}
.survey-part-info p{
    font-size: 20px;
    font-weight: 500;
}
.starting-time .timer-countdown{
    height: 150px;
    padding: 0;
    background: none;
    /* background: linear-gradient(325deg, rgba(255,255,255,1) 0%, rgba(16,39,70,1) 50%);
    border-right: 5px solid #16df6d;
    box-shadow: 6px 6px 11px 2px #414141;
    animation: gradient 3s ease infinite; */
}
.starting-time .days,
.starting-time .hours,
.starting-time .minutes,
.starting-time .seconds{
    width: 130px;
    /* background: #00800036; */
    background: #fff;
    margin: 0 5px;
    border-radius: 5px;
    border-bottom: 2px solid #15df6d;
}
.starting-time .days p,
.starting-time .hours p,
.starting-time .minutes p,
.starting-time .seconds p{
    font-size: 66px;
    color: #15df6d;
}
.starting-time .timer-countdown .timer-metric-text{
    font-size: 15px;
    color: #102746;
    padding-bottom: 8px;
}
.starting-time .survey-part-info{
    text-align: center;
    margin: 25px 25px 0 25px;
    border-radius: 5px;
    padding: 12px;
    background: #FAF0E3;
    border-left: 3px solid orange;
    /* box-shadow: 6px 6px 11px 2px #414141; */
    /* animation: bouncback .9s 1.5s infinite ease-out alternate; */
}
.starting-time .survey-part-info p{
    font-size: 25px;
    font-weight: 400;
    color: #102746;
}
.starting-time .survey-part-info h4{
    font-size: 14px;
    color: #102746;
}
.survey-label{
    font-size: 14px;
    margin-left: 2px;
}
.survey-label2{
    margin-left: 25px;
    
}
.survey-label3{
    margin-left: 25px;
   
}
.survey-check-label{
    font-size: 16px;
    font-weight: 400;
    margin-left: 45px;
}
.survey-check-input{
    position: static;
    margin: auto;
}
.survey-check-input, .scale-btn-wrapper{
    margin-left: 1.75rem;
}
.multi-answer-type-label{
    margin-left: px;
}
.each-question{
    /* border: 1px solid #dc35455e; */
    padding: 16px;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 30px;
}
.each-question2{
    background: #E9F2FF;
    /* border: 1px solid #dc35455e; */
    padding: 16px;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 30px;
}
.each-question:nth-child(even){
    background: #E9F2FF;
}
.each-question:nth-child(odd){
    background: #FAF0E3;
}
.dnf-wrapper{
    height: auto;
    /* border: 2px solid red; */
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    background: #dd414136;
    border-radius: 10px;
}
.dnf-exclam{
    height: 100px;
    width: 100px;
    background: #FAF0E3;
    border-radius: 50%;
    box-shadow: 0px 1px 10px -2px #000000a1;
}
.dnf-exclam-mark{
    font-size: 60px;
    font-family: fantasy;
    text-align: center;
    color: #f88535;
}
.dnf-text{
    text-align: center;
}
.dnf-text .dnf{
    font-size: 60px;
    color: #102746;
}
.survey-input-muted{
    box-shadow: none;
    font-size: 15px;
    height: 44px;
    border: 0;
    padding: 12px 8px;
    border-radius: 5px;
    background: #e9ecef; /*#ccc*/
    margin: 0 0 15px 15px;
}
.survey-muted-textarea{
    height: 90px !important;
}
.answer-type-options{
    display: flex;
    flex-direction: column;
}
.scale-btn-wrapper .yellow {
  margin-right: 15px;
  border: 1px solid #ccc;
  background: orange;
  border-radius: 3px;
}

.scale-btn-wrapper button.yellow.green {
  background: var(--green);
}

.scale-btn-wrapper button.yellow:hover,
.scale-btn-wrapper button.yellow:focus {
  background: var(--green);
}


.not-fount-no{
    font-size: 160px;
    color: #424242;
    text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15);
}
.survey-expaired-icon, .survey-complete-icon{
    font-size: 160px;
    color: var(--orange);
    text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15);
}
.survey-complete-icon{
    color: #15df6d;
}
.invalid-exp-title,
.session-exp-title{
    font-size: 40px;
    color: #424242;
}
.session-exp-text{
    font-size: 20px;
    color: #102746;
}
/* @keyframes bouncback {
	0% {
        bottom: 5px;
      }
        100% {
        bottom: 10px;
      }
} */
