


.card-color {

    background: #52b68e14 !important;
}

.card-border{

    border: 2px solid #8f9fa938 !important;

}

.titleNav{
    font-size: 11px; margin: 0px;
    color: #fff !important;

}

.minicolors{

    border: 1px solid #e9ecef !important;
}


 .side-stick-o {
     position: absolute;
     width: 3px;
     height: 35px;
     left: 0;
     background: #8f9fa9;

}
 .stickFooter {

     left: 0;
     position: fixed;
     text-align: center;
     bottom: 0;
     width: 100%;

     background: #d5d9db59;
     padding: 7px;
 }

 .stepCard {

     background-color: #ffffff;
     position: absolute;
     top: -12px;
     left: 6px;
     width: 34px;
     height: 35px;
     line-height: 31px;
     border: 2px solid #ffffff;
     font-size: 15px;
     border-radius: 50%;
     text-align: center;
     bottom: 7px;
     color: #cbd3cfbf;
     font-weight: 600;

 }

.datepicker {
    display: inline-block;
}

.selected-li {

    font-weight: bold !important;
    font-size: 18px !important;
    font-style: normal !important;
}

.btnNav {

    display: block ;
    position: relative;
    bottom: 45px;
    text-align: end;
    width: 100%;

    padding-right: 34px;
}


.navBottom {

    display: none ;
}


@media (min-width: 768px) {

    .btnNav {
        display: block;
    }

    .navBottom {

        display: none;
    }


}

@media (max-width: 1118px) {



    .btnNav {
        display: none;
    }

    .navBottom {

        display: block;
    }


}


.sticky-container{
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -225px;
    top: 130px;
    width: 289px;
    z-index: 1030;
}
.sticky li{
    list-style-type:none;
    background-color:#fff;
    color:#efefef;
    height:43px;
    border-radius: 12px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
    padding: 10px;
}
.sticky li:hover{
    margin-left:-200px;
}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li a{

    display: block; width: 100%; height: 100%

}




.cardContainerTab {

    background: #eaeded8f !important;
    border-radius: 5px !important;
}


.tableDetailPayment table ,tr td{

    padding: 4px   !important;
}
.tableDetailPayment tbody {
    display:block;
    height:400px;
    overflow:auto;
}
.tableDetailPayment thead, .tableDetailPayment tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}

.page-item {

    margin-top: 4px;

}


.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #329093 !important;
    border-color: #46a890 !important;
}

.page-link {
    color: #858e96 !important;
}