/*@media (max-width: 991px) {*/
/*    #header .header-nav-main {*/
/*        z-index: 2 !important;*/
/*    }*/
/*}*/

.border-dashed {

    border-style: dashed !important;

    border-color: #e4e6ef

}

.table {
    width: 100%;
}

.float-btn {
    /*position:fixed;*/
    /*width:60px;*/
    /*height:60px;*/
    /*bottom:100px;*/
    /*right:40px;*/
    /*background-color:#25d366;*/
    /*color:#FFF;*/
    /*border-radius:50px;*/
    /*text-align:center;*/
    /*font-size:30px;*/
    /*box-shadow: 2px 2px 3px #999;*/
    /*z-index:100;*/

    position: fixed;
    width: 180px;
    height: 80px;
    bottom: 100px;
    right: 0;
    background-color: #25d366;
    color: #FFF;
    padding: 15px;
    /*border-radius: 80px;*/
    text-align: center;
    font-size: 30px;
    /*box-shadow: 2px 2px 3px #999;*/
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.float-btn:hover {
    color: #91f8b5 !important;
}

.my-float-btn {
    /*margin-top: 16px;*/
    text-decoration: none;
}


/* Cookie component section */
.cookie-component-section {
    background-color: #ffffff;
    z-index: 1000;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    left: 2rem;
}

@media screen and (max-width: 600px) {

    .cookie-component-section {
        bottom: .8rem;
        right: .8rem;
        left: .8rem;
    }
}

/* Cookie component section */
.cookie-component-section {
    z-index: 1000;
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    width: 300px;
}

.cookie-component-section p {
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
}

.cookie-component-section .buttons {
    font-size: 13px;
}