.float-right {
    float: right !important;
}

.text-right {
    text-align: right;
}

.mr-1 {
    margin-right: 5px;
}

.display-contents {
    display: contents;
}

.btn-rounded {
    border-radius: 30px;
}

.card-certificate .card-body p {
    color: #343a40 !important;
    margin-bottom: unset !important;
}

.card-certificate:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.custom-nav-tabs .nav-link.active {
    color: #fff;
    background-color: #a9918d;
    border-bottom: 3px solid #a9918d;
}

.custom-nav-tabs li {
    width: 33.3%;
}

.custom-nav-tabs .nav-link,
.custom-nav-tabs .nav-link:hover {
    border-bottom: 3px solid #a9918d;
}

.alphabet {
    margin: 5px;
    font-size: 20px;
    text-decoration: underline;
}

.list-of-products-table th {
    background-color: #4472c4;
    color: #fff;
    font-weight: 800;
}

.list-of-products-table tr:nth-child(odd) {
    background-color: #ccd2e6;
    ;
}

.list-of-products-table tr:nth-child(even) {
    background-color: #e7e9f3;
}

.btn-remove-slider {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    padding: 1px 7px;
    border-radius: 30px;
}

.btn-slide-delete {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 1px 8px;
    font-size: 15px;
}
