﻿
.icon-far {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.icon-far h5 {
    margin: 0 !important;
}

.icon-far .icon {
    background-color: rgba(73, 115, 139, 0.07);
    color: #49738B;
    height: 36px;
    width: 36px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}

.hidden {
    display: none;
}

.btn-orange-outline {
     background-color: #fff; 
     border: 1px solid #ca4300; 
     color: #ca4300; 
     transition: all 0.3s; 
}