/*
Custom CSS for TemplateMo 561 Purple Buzz

https://templatemo.com/tm-561-purple-buzz

*/
.error-text{
    font-size: small;
    color: #dc3545;
    margin-top: 5px !important;
    margin-bottom: 0px !important;
}

.warning-text{
    font-size: small;
    color: #ffc107;
    margin-top: 5px !important;
    margin-bottom: 0px !important;
}

.small-text{
    font-size: small;
    color: #000000;
    margin-top: 5px !important;
    margin-bottom: 0px !important;
}

.nav-link-black-hover:hover {
    color: #1da1f2 !important;
}

.btn-success {
    color: #ffffff !important;
}

.bi {
    display: inline-block;
    vertical-align: -.05em !important;
}

.float{
    position:fixed;
    width:40px;
    height:40px;
    bottom:5px;
    right:5px;
    border-radius:50px;
    text-align:center;
}

.my-float{
    margin-top: 2px;
    font-size: 35px;
}

.pagination {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.page-link {
    margin: 0 !important;
}



