.navbar-area {    
    border-bottom: 3px solid orange;
}
table {  
  font-size: small;  
  border-color: #6c757d;
}

table,tr,td,th {    
  border-color: #6c757d;
}


h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

.bg-info {
    background-color: #0dcaf040!important;
}


.table-sm>:not(caption)>*>* {
    padding: 0.1rem 0.1rem;    
}

.scroll-top {
    width: 45px;
    height: 45px;    
    bottom: 20px;
    right: 20px;
}

.footer .copyright-area {
    border-top: 1px solid rgba(106, 124, 146, 0.44);
    padding: 10px 0;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.box-style {
    padding: 20px 10px;
    border: 1px solid #F4EEFB;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: all 0.3s ease-out 0s;
}

.box-style .box-icon-style {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    margin-bottom: 25px;
    background: #fff;
    border: 2px solid #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dc3545;
    font-size: 40px;
    transition: all 0.3s ease-out 0s;
    position: relative;
}

.pt-130 {
    padding-top: 100px;
}