.hero-title {
    font-size: 2rem;
}

.box-product {
    position: relative;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 18px;
    height: 78px;
    line-height: 27.24px;
    padding: 10px 10px 10px 0;
    overflow: hidden;
    box-shadow: 0 2px 10px rgb(123 123 123 / 20%);
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 15px;
}

.box-product::before {
    content: '';
    position: absolute;
    left: -40px;
    top: -10px;
    width: 103px;
    height: 103px;
    background: rgba(93,91,234,.1);
    border-radius: 75px;
}

.box-product:hover {
    border-color: #ef4223;
    color: #ef4223;
}

.box-product img {
    margin-right: 30px;
    max-height: 77px;
    max-width: 50px;
}

.box-product i {
    font-size: 40px;
    margin-left: 15px;
    margin-right: 30px;
    max-width: 50px;
    max-height: 77px;
}

.icon-tabler {
    width: auto;
    height: auto;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: none!important;
    border-color: rgba(0,0,0,.25)!important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    box-shadow: none!important;
    border-color: rgba(0,0,0,.25)!important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: rgba(0,0,0,.25)!important;
}

.select2-container--bootstrap-5 .select2-selection {
    border: 1px solid #dee2e6!important;
}

.form-group {
    margin-bottom: 1rem;
}

/**
** Timeline
**
**/
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: calc(50% + 70px);
    margin: 0 5px 0 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    float: left;
}
.main-timeline .timeline-content{
    color: #555;
    background: #fff;
    min-height: 96px;
    padding: 0 150px 0 30px;
    border-top: none;
    position: relative;
    display: flex;
    align-items: center;
}
.main-timeline .timeline-content:before{
    content: "";
    background-color: #ef4223;
    height: 100%;
    width: 70px;
    position: absolute;
    top: 0;
    right: 0;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-icon{
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 16px;
}
.main-timeline .timeline-year{
    color: #333;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 95px;
}
.main-timeline .title{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px;
}
.main-timeline .description{
    font-size: 14px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    float: right;
    margin: 0 0 0 5px;
}
.main-timeline .timeline:nth-child(even) .timeline-content{
    padding: 0 30px 0 150px;
    display: flex;
    align-items: center;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    right: auto;
    left: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    right: auto;
    left: 10px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    right: auto;
    left: 95px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before{ background-color: #ef4223; }
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before{ background-color: #ef4223; }
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before{ background-color: #ef4223; }
.main-timeline .timeline:last-child .timeline-content:before {
    display: none;
}
@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        margin: 0 0 30px;
    }
}
@media screen and (max-width:576px){
    .main-timeline .timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        text-align: center;
        padding: 130px 25px 25px;
    }
    .main-timeline .timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        height: 70px;
        width: 100%;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        transform: translateY(0) translateX(-50%);
        top: 16px;
        left: 50%;
        right: auto;
    }
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        transform: translateY(0) translateX(-50%);
        top: 80px;
        left: 50%;
        right: auto;
    }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#columnSelect-table ~ .dropdown-menu {
    top: auto;
}

.card-body-application table th {
    position: sticky;
}

.card-body-application table th, .card-body-application table td {
    white-space: nowrap;
    font-size: 13px;
}

select.form-control {
    display: block;
    width: 100%;
    padding: 0.5625rem 3rem 0.5625rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 14px 12px;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}