
.nav-link1:after{
    display:block;
    font-family:"Font Awesome 5 Free";
    font-weight: 800;
    content:'\f107';
    margin-left:auto;
    -webkit-transition:
    -webkit-transform 0.3s;
    transition:-webkit-transform 0.3s;
    transition:transform 0.3s;
    transition:transform 0.3s,
    -webkit-transform 0.3s
}

.nav-link1-show:after{
    transform: rotate(-180deg);
}


.activeColor{
    color: black!important;
}


.modal-w90 {
    width: 80vw!important;
    max-width: 90vw!important;
} 

.animmation {
   transition: 0.3s all ease!important;
   color: red!important;
   width: 80vw!important;
}

.my-dropdown-toggle:after {
    display: none!important;
}

.my-dropdown-toggle {
    display: flex!important;
}

.my-dropdown-togglee {
    background-color: red;
    border-radius: 0%;
    border-color: red;
}

.front {
    z-index: 1500!important;

} 

.back {
z-index: -1000!important;
display: none;

}
.navigation1 {
    position: fixed!important;
    left: -400px;
    display: block!important;
    width: 350px!important;
    padding: 1rem;
    transition: 0.15s all ease!important;
    z-index: 2000!important;
    height: 100vh!important;
}

.opennavigation {
    left: 0px!important;

  }
  

.afteranimation {
    max-height: 150px!important;
}


.animation{
    max-height: 0px;
    overflow: hidden;
    animation-delay: 0ms;
    transition: max-height 0.3s ease-out!important;
    -moz-transition: max-height 0.3s ease-out!important;
    -webkit-transition: max-height 0.3s ease-out!important;
    -o-transition: max-height 0.3s ease-out!important;
    animation-delay: 0s;

}

.applicant{
    max-height: 0px;
    overflow: hidden;
    animation-delay: 0ms;
    transition: max-height 0.3s ease-out!important;
    -moz-transition: max-height 0.3s ease-out!important;
    -webkit-transition: max-height 0.3s ease-out!important;
    -o-transition: max-height 0.3s ease-out!important;
    animation-delay: 0s;
}

.show-applicant{
    max-height: 600px!important;
}

.mover {
    width: 50px;
    height: 50px;
    background: #f06d06;
    border-radius: 50%;
    animation: move 5s infinite ease-in-out;
  }
  
@keyframes move {
    20%, 100% {
      opacity: 0;
      transform: translate(200px, 0);
    }
    0% {
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
}


.display{
    display: block!important;
    z-index: -3;
}
.notdisplay{
    display: none!important;
    z-index: -3;

}


.showFilters {
height: auto;
}

.hideFilters {
    height: 0px;
    padding: 0px!important;
}


.filters{
    transition: 0.3s all ease!important;

}

.filterContent{
    display: none;
}


.dropzonee{
    width : 100%;
  height : 20%;
  border : 1px solid black;
}


.noaftericon:after{
    content: none!important;
    display: none!important;

}


.list-alert{
    position: fixed!important;
    bottom: 1.5rem!important;
    left: 50%!important;
    z-index: 1030!important;
    min-width: 420px!important;
    margin-bottom: 0!important;
    transform: translateX(-50%)!important;
}

.alert-dark{
    color: #fff!important;
    background-color: #12263f!important;
}

.alert-dismissible {
    padding-right: 3.90625rem!important;
}

.btn-white-20 {
    background-color: rgba(255,255,255,.2)!important;
    border-color: transparent!important;
    color: #fff!important;
}



.expanded {
    
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 1039;

}

.expanded-animation {
    transition: all 0.3s ease-out!important;
    -moz-transition: all 0.3s ease-out!important;
    -webkit-transition: all 0.3s ease-out!important;
    -o-transition: all 0.3s ease-out!important;
}


.btnGroup {
    border: 1px solid #ccc;
    padding: .375rem 1rem;
    border-radius: 4px;
    line-height: normal;
}


@keyframes increaseHeight {
    from {
      max-height: 0;
    }
    to {
        max-height: 450px;
    }
}


.ques-animation {
    /* overflow-y: hidden; */
    overflow-x: visible;
    transition: all 0.3s ease-out!important;
    -moz-transition: all 0.3s ease-out!important;
    -webkit-transition: all 0.3s ease-out!important;
    -o-transition: all 0.3s ease-out!important;
    animation-name: increaseHeight;
    animation-duration: 0.4s;

}



.react-datepicker-popper {
    z-index: 90090909 !important;
    overflow-x: visible;
}



.mytasks-animation {
    max-height: 0px;
    overflow-y: hidden!important;
    transition: all 0.5s ease-in-out!important;
    -moz-transition: all 0.5s ease-in-out!important;
    -webkit-transition: all 0.5s ease-in-out!important;
    -o-transition: all 0.5s ease-in-out!important;

}

.mytasks-show{
    max-height: 500px!important;
}

.edittask-show{
    max-height: 300px!important;
    border: 1px solid #e3ebf6!important;
    overflow-y: visible!important;
}

.edittask{
    max-height: 0px;
    overflow-y: hidden;
    transition: all 0.2s ease-in-out!important;
    -moz-transition: all 0.2s ease-in-out!important;
    -webkit-transition: all 0.2s ease-in-out!important;
    -o-transition: all 0.2s ease-in-out!important;
    border: 0px solid #e3ebf6!important;
}

/* .row > div {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
} */






.arrow-animate{
    transition: 300ms linear all;
    -webkit-transition:
    -webkit-transform 0.3s;
    transition:-webkit-transform 0.3s;
    transition:transform 0.3s;
    transition:transform 0.3s,
    -webkit-transform 0.3s
}


.smallSelect__control{
    height: 30px!important;
    min-height: 30px!important;
    font-size: .8125rem!important;
    font-weight: 400!important;
    /* width: 130px; */
}

.smallSelect__menu{
    /* display: block; */
    /* height: 30px!important; */
    overflow: scroll;
    /* width: 130px!important; */

    /* background-color: red!important; */
}



.smallSelect__option{
    /* background-color: brown!important; */
    font-size: .8125rem!important;
    /* margin: 0px!important; */
    padding-top: 4px!important;
    padding-bottom: 4px!important;
}

.smallSelect__dropdown-indicator{
    align-items: center!important;
    height: 30px!important;
}

.smallSelect__indicator-separator{
    display: none;
}



.smallSelect__value-container{
    position: static;
    height: 30px!important;
    /* background-color: orange!important; */
    overflow: hidden;
    width: 100px!important;

}





.smallSelect__container{
    display: 'inline-block'!important;
    width: '250px'!important;
    min-height: '1px'!important;
    text-align: 'left'!important;
    border: 'none'!important;
    background-color: purple!important;
}


.survey-select_value-container{
    height: 50px!important;
}

.survey-select__control{
    height: 50px!important;
    /* min-height: 30px!important; */
    /* font-size: 0.9rem!important; */
    /* font-weight: 400!important; */
    /* width: 130px; */
}

.survey-select__indicator-separator{
    display: none;
}

.modal-w70 {
    width: 70vw!important;
    max-width: 70vw!important;
} 


.free-bird {
    box-shadow: 0 2px 1px -1px rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.141), 0 1px 3px 0 rgba(0,0,0,0.122);
    transition: box-shadow 280ms cubic-bezier(0.4,0.0,0.2,1);
   
    border: 1px solid #dadce0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: white;
    margin-left: 10px;
}

.bird-container{
    position: absolute;
    transition: all .3s cubic-bezier(0.4,0.0,0.2,1);
    display: block;
   
}

.bird-item{
    padding: 10px;
}



.text-input-light{
    background-color: #f2f5f7!important;
}


.text-input-light:hover{
    background-color:#EDF2F9!important;
}

.input-border-bottom-active{
    border-radius: 0px!important;
}

.input-border-bottom-active:hover{
    border-bottom: 0.3px solid #0000001c!important;
    border-radius: 0px!important;
}

.input-border-bottom-active:focus{
    border-bottom: 1px solid #000000!important;
    border-radius: 0px!important;
}


.options-survey:hover #dragHandler {
    color: #95aac9!important
}

.card-highlight-hover:hover{
    border: 1px solid #2c7be5!important
}

.template-gallery:hover{
    background-color: #c1c3c7;
}

.description-class{
    height: 10px;
    padding-left: 1rem;
    font-size: .8125rem;
    border-bottom-color: #c1c3c7!important;
    margin-bottom: 1rem;
    resize: none;
}

.description-class:focus{
    border-bottom-color: #39afd1!important;
}


.input-range{
    height: 10px;
    border-radius: 0px;
    border-top: 0px;
    border-bottom:1 px solid #000000!important;
    border-left: 0px;
    border-right: 0px;
    padding-left: 0px;
}



.smallSelect-range__control{
    height: 30px!important;
    min-height: 30px!important;
    font-size: .8125rem!important;
    font-weight: 400!important;
    width: 60px;
    text-align: center;
}

.smallSelect-range__menu{
    /* display: block; */
    /* height: 30px!important; */
    overflow: scroll;
    /* width: 130px!importan7 */

    /* background-color: red!important; */
}



.smallSelect-range__option{
    /* background-color: brown!important; */
    font-size: .8125rem!important;
    text-align: center;
    /* margin: 0px!important; */
    padding-top: 4px!important;
    padding-bottom: 4px!important;
}

.smallSelect-range__dropdown-indicator{
    align-items: center!important;
    height: 30px!important;
}

.smallSelect-range__indicator-separator{
    display: none;
}



.smallSelect-range__value-container{
    position: static;
    height: 30px!important;
    /* background-color: orange!important; */
    overflow: hidden;
    width: 100px!important;

}


.smallSelect-range__container{
    display: 'inline-block'!important;
    width: '250px'!important;
    min-height: '1px'!important;
    text-align: 'left'!important;
    border: 'none'!important;
    background-color: purple!important;
    text-align: center;
}



.survey-textinput {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-radius: 0px!important;
    padding-left: 0px;
}


.time-picker {
    border: 0px!important;
}

.calendar-class {
    z-index: 1000!important
}

.leaflet-container {
    width: 100%;
    height: 100%;
    border-bottom-left-radius: calc(.5rem - 1px);
    border-bottom-left-radius: calc(.5rem - 1px);
  }


.translucent-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    color: rgba(130, 130, 130, 0.5);
    font-size: 50px;
    text-align: center;
    line-height: 100px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}



.pointer{
    cursor: pointer;
}
.not-allowed{
    cursor: not-allowed;
}

.tc-pending{
    color: #E23939;
    font-weight: 700;
}

.tc-draft{
    color: #E23939;
    font-weight: 700;
}

.tc-submitted{
    color: #3D3D3D;
    font-weight: 700;
}

.tc-approved{
    color: #1E4BC9;
    font-weight: 700;
}