.gh_data_source {
    display: none!important;
}

header, .gn-navbar {
    /*background: #779b49;*/
    /*background: linear-gradient( 5deg, white, white, white, #779b49, #779b49 );*/
    /*background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(230, 242, 236, 1) 100%);*/
    background: linear-gradient(0deg, #fff 0%, #e6f2ec 100%);

    /*url(/images/gmf/header-bg.png) center top no-repeat;*/
}
a:hover {
    text-decoration: none;
}
.gn-navbar {
    /*padding: .75rem 1rem 0.5rem;*/
    padding: 0 1rem;
}
.gn-navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.gn-powered-by {
    border-top: 1px solid #999;
}
.gn-footer {
    /*font-size: 14px;*/
    /*margin-top: 60px;*/
    /*background: #00758f!important;*/
    color: white;
    /*padding: 0.5rem 0 0;*/
}
.gn-footer .social-icon img {
    width: 20px;
    margin: 0 3px;
}
.gn-footer .gna-ul {
    list-style: none;
    padding-left: 0;
}
.gn-footer .hga-copyright {
    text-align: center;
    width: 100%;
    margin-top: 1rem;
    font-size: 11px;
}
.gn-footer .contact-details {
    /*margin-bottom: 1.5rem*/
}
.gn-footer .contact-details p {
    margin-bottom: 0.5rem;
}
.fund-pool .pool-values {
    border-top: 1px solid #e4e4e4;
    padding: 0.25rem 0 0 1.5rem;
    margin-top: 0.25rem;
}

/* Ticket View Chat CSS */

.time {
    text-align: center;
    margin-bottom: 10px;
}

.message {
    margin-bottom: 15px;
}

.message .messageText {
    text-align: left;
    color: #FFFFFF;
}

.message.sol {
    text-align: left;
}

.message.sag {
    text-align: right;
}

.message .messageText {
    background-color: #e7e7e7;
    vertical-align: text-top;
    display: inline-block;
    position: relative;
    line-height: 16px;
    max-width: 50%;
    color: #000;
    padding: 10px;
    margin-top: 4px;
    word-wrap: break-word;
}

.message .messageText:before {
    border-color: transparent #e7e7e7;
    border-style: solid;
    position: absolute;
    border-width: 0;
    display: block;
    content: "";
    z-index: 1;
}

.attachment {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 5px;
}

/*  CSS for ticket comment */

.timeline_content {
    padding: 10px;
    background-color: #ebf1fc;
    position: relative;
    border-radius: 6px;
    color: #2a589e;
    word-wrap:break-word;
    margin-top: 15px;
    margin-bottom: 6px;
}
.timeline_left {
    left: 0;
}
.timeline_left_cmt {
    left: 0;
}
.timeline_left_private {
    left: 0;
}
.container_timeline1 {
    padding: 0 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}
.container_timeline {
    padding: 0 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}
.timeline_right {
    left: 50%;
}

.timeline_right_cmt {
    left: 50%;
}
.timeline_right_private {
    left: 50%;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px 0;
}
.timeline_right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 18px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid red;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ebf1fc transparent transparent;
}


.timeline_right_private::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 18px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid red;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f1f0d6 transparent transparent;
}
.timeline_content p {
    font-size: 15px;
    margin: 0;
    color: #666;
}
.timeline_content h2 {
    font-size: 19px;
    margin: 0px 0 5px 0;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #ebf1fc;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    height: 100%;
}
.timeline_right::after {
    left: -10px;
}

.timeline_right_cmt::after {
    left: -10px;
}

.timeline_right_private::after {
    left: -10px;
}

.container_timeline::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    background-color: #fde428;
    border: 4px solid #2a589e;
    top: 18px;
    border-radius: 50%;
    z-index: 1;
}
.timeline_left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 18px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid red;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ebf1fc;
}

.timeline_left_private::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 18px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid red;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #f1f0d6;
}

.closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
    color: red;
  }
  .timeline::before {
    display: none;
}