a{
 text-decoration: none !important;
}
.remove{
    position: absolute;
    bottom: 10;
    right: 20;
    color: #adadad;
    font-size: 25px;
    text-shadow: 0 0 white;
}
.nav-container{
    display: inline-block;
    width: 100%;
}
.login-control{
    padding: 0.5rem;
    border-radius: 14px;
    background: #f7f7f7;
    border: thin #e4e6e7 solid;
    font-size: 13px;
}
.loading-container{
    position: relative;
    min-height: 100px;
}
.loading-ring {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 1001;
    top: 50%;
transform: translateY(-50%);
}
    .loading-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fff transparent transparent transparent;
    }

        .loading-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .loading-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .loading-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.overlay {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: start;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: 0.3;
    z-index: 1000;
}
.formset-item{
    padding: 0 10px;
    border: solid thin #856f6f47;
    background: #cfbdbd2e;
    margin-bottom:10px;
}
.formset-item .title{
    text-align: center;
    color:red;
}

.icon{
    font-size:20px;
    cursor: pointer;
}

.select2-container{
    width:100% !important;
}
.select2-container .select2-selection--single{
    height: 36px !important;
}
.table-responsive{
    position:relative;
}
.bottom-navigation-container{
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    margin-top: 50px;
}
.bottom-navigation{
    /* display: inline-block; */
    margin:auto;
    overflow: hidden;
    width: 100%;
    background-color: aliceblue;
    border-top: #b0b0b447 solid thin;
    padding: 10px;
}

.navigation-item{
    padding: 10px;
    text-align: center;
    
}
.navigation-item svg{
    width:40px;
    height: 40px;
}
.navigation-item svg *{
    stroke: #3d454c !important;

}
.navigation-item.active svg *{
    stroke:black !important;
}
.navigation-item svg .fill{
    
    fill: none !important;
}
.navigation-item.active svg .fill{
    
    fill:#17395b !important;
}
.navigation-item.active svg .none-stroke{
    stroke: white!important;
}
.carousel-control-prev-icon ,.carousel-control-next-icon{
    filter:invert(1) !important;
}
table td{
    vertical-align: middle;
}

.strip-menu{
    position: absolute;
    bottom: 52px;
    margin-right: -24px;
    z-index: 100;
    background: white;
    border: solid thin #c9d6d6;
    display: inline-block;
    box-shadow: 0 4px 5px #00000033;
    text-align: right;
}
.strip-menu ul{
    list-style: none;
    padding: 0;
    /* margin-top: 5px; */
    margin: 0;
}
.strip-menu li{
    padding: 0;
}
.strip-menu li a{
    padding: 10px;
    display: inline-block;
}
.strip-menu li:hover{
    background-color:#c9d8e0 ;
}
.bottom-overlay{
    display: none;
z-index: 99;
position: absolute;
left: 0;
right:0;
top:0;
bottom: 0;

}

.input-field {
    position: relative;
  }
  
  /* .clear-field {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px !important;
    margin: 0 !important;
    color: #999;
    cursor: pointer;

  } */
  .filter-button .fa{
    font-size: 17px !important;;
  }
.filter-box{
    border: solid thin #bbbec1;
    padding: 10px;
    border-radius: 10px;
    background: #f4f5f8;
    position: absolute;
    /* top: 10px; */
    margin-top: 5px;
    box-shadow: rgb(0 0 0 / 23%) 0px 2px 3px;
    display: none;
}
  @media(max-width:767px){
    .container{
        padding: 0;
    }
    .desktop-cell{
        display:none;
    }
}

.table-responsive{
    min-height: 200px;
}
.page-item.active .page-link{
    z-index: 0 !important;
}