* {
    font-family: "Inter", sans-serif;
}
body {
    color: #515151;
}
.page-header-bg {
    background-size: cover !important;
    padding: 250px 0;
    text-align: center;
    color: #ffffff;
}
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}
.custom-navbar  .navbar-nav {
    gap: 15px;
    margin-right: 120px !important;
}
.custom-navbar .nav-link {
    color: #ffffff;
    font-size: 18px;
}
.cta-banner {
    padding: 150px 0;
    text-align: center;
    background-size: cover !important;
    color: #ffffff;
}
.footer-bottom {
    border-top: 1px solid rgba(0,0,0,0.5);
    padding-top: 20px;
    padding-bottom: 20px;
}
.social-link a {
    color: #515151;
    font-size: 20px;
}
.social-link a:not(:last-child) {
    margin-right: 25px;
}
.footer-top {
    padding: 60px 0;
}
.footer-top ul li a {
    color: #515151;
}
.cta-banner h2 {
    font-size: 56px;
    font-weight: 700;
}
.layout-container {
    display: flex;
    height: 100%;
    overflow: hidden;
}
.sidebar {
    width: 285px;
    min-width: 285px;
    padding-right: 16px;
    padding-top: 30px;
    padding-bottom: 50px;
    border-right: 1px solid #E5E7EB;
}
.main-content {
    flex: 1;
    padding: 60px;
    padding-top: 30px;
    padding-bottom: 50px;
    overflow-y: auto;
}
.aside-list .list-group-item {
    padding: 10px 10px 10px 14px;
    border-radius: 4px;
    color: #4F5560;
    position: relative;
}
.aside-list .list-group-item i {
    font-size: 18px;
    color: #9FA3AD;
    width: 22px;
}
.aside-list .list-group-item:hover,
.aside-list .list-group-item.active {
    background: #F1F6FE;
    color: #376BE1;
}
.aside-list .list-group-item:hover i,
.aside-list .list-group-item.active i {
    color: #376BE1;
}
.aside-list {
    gap: 5px;
    display: flex;
    flex-direction: column;
}
.aside-list .list-group-item:before {
    content: '';
    width: 4px;
    height: calc(100% - 8px);
    position: absolute;
    background: #376BE1;
    top: 4px;
    left: 0;
    border-radius: 0 10px 10px 0;
    display: none;
}
.aside-list .list-group-item:hover:before,
.aside-list .list-group-item.active:before {
    display: block;
}
.page-title {
    margin-bottom: 20px;
}
.page-title h5 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 2px;
}
.page-title p {
    font-size: 18px;
    margin-bottom: 0;
}
.tab-wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
}
.tab-wrapper .nav-link {
    color: #353544;
    font-size: 18px;
    font-weight: 600;
    min-width: 120px;
}
.tab-wrapper .nav-link.active {
    color: #2F67E6;
    border-bottom: 3px solid #2F67E6;
}
.main-content .tab-pane .card:not(:last-child) {
    margin-bottom: 20px;
}
.main-content .tab-pane .card-body .fa-ticket {
    color: #446aac;
    background: #F0F2FC;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.main-content .tab-pane .card-body h6 {
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 700;
    color: #000000;
}
.main-content .tab-pane .card-body {
    color: #515151;
}
.main-content .badge.bg-primary {
    color: #2144AB !important;
    background: #DDEAFD !important;
}
.main-content .badge.bg-success {
    color: #3AA32E !important;
    background: #E0FDDD !important;
}
.main-content .tab-pane .card-body .fa-chevron-right {
    text-decoration: none;
    color: #9DA3AF;
}
.custom-card {
    border: 1px solid #D6D6D6;
    border-radius: 7px;
}
.row-card {
    background: #F5F5F5;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
}
.comment-card {
    position: relative;
    padding-bottom: 30px;
}
.comment-card:before {
    content: '';
    height: 100%;
    border-left: 1px solid #D6D6D6;
    display: block;
    position: absolute;
    top: 25px;
    left: 20px;
}
.avatar-img {
    z-index: 9;
}
.comment-wrap .comment-wrap{
    margin-left: 60px;
}
.comment-wrap .comment-wrap .comment-card:after {
    content: '';
    width: 50px;
    border-top: 1px solid #D6D6D6;
    display: block;
    position: absolute;
    top: 25px;
    left: -40px;
}
.last-comment.comment-card:before {
    display: none;
}
.last-comment.comment-card {
    padding-bottom: 0px;
}
.textarea-wrap {
    background: #F2F2F2;
    border-radius: 16px;
}
.textarea-wrap .form-control {
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 15px;
}
.textarea-wrap button {
    margin: 15px 15px 20px;
}