.gc-total {
    padding: 35px 0;
    text-align: center;
    background-image: url('../../images/contract/total.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.gc-total h2 {
    margin: 0;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    color: #07111A;
}

.gc-total span {
    display: block;
    color: #0C6AA8;
}

.gc-sidebar {
    background-color: #001526;
    color: #f8f9fa!important;
    padding: 2.5rem!important;
}

.gc-sidebar ::-webkit-scrollbar {
    width: 10px;
}

.gc-sidebar ::-webkit-scrollbar-track {
    background: #fff;
}

.gc-sidebar ::-webkit-scrollbar-thumb {
    background: #ff7900;
}

.gc-sidebar .gc-sidebar-search {
    margin: 1.5rem 0 1rem;
}

.gc-sidebar .gc-sidebar-search .curve-input {
    border-radius: 3px 0px 0px 3px;
}

.gc-sidebar .gc-sidebar-search .curve-btn {
    border-radius: 0px 3px 3px 0px;
    width: 30%;
}
.gc-accordion .card{
    border:none;
    border-radius: .625rem;
    background-color: #eee;
    margin: 1.5rem 0;
}
.gc-accordion .card .card-body{
    padding: 0;
}
.gc-sidebar .gc-sidebar-lable {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #1A2D3C;
    color: #fff;
    padding: 8px 16px;
    font-size: 18px;
    margin: 0;
}
.gc-sidebar .gc-sidebar-lable::before{
    content: "";
    position: absolute;
    top:50%;
    right: 1rem;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.gc-accordion .card .gc-sidebar-lable span{
    display: flex;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff7900;
    outline: 2px solid #fff;
    margin-right: 10px;
}
.gc-accordion .card .gc-accordion-search{
    padding: .75rem 1rem 0;
}
.gc-accordion .card .gc-accordion-search .form-control{
    border: none;
}
.gc-accordion .card .gc-accordion-search .btn{
    padding: 0 .75rem;
}
.gc-accordion .card .gc-accordion-search .btn:focus{
    box-shadow: unset;
}
.gc-sidebar .custom-control {
    min-height: 20px;
    padding-left: 25px;
}
.gc-accordion .card .card-body .custom-control-label{
    color: #143250;
    font-weight: 600;
}
.gc-accordion .card .card-body .due-date-progress{
    display: flex;
    justify-content: space-between;
}
.gc-accordion .card .card-body .due-date-progress .custom-control-label{
    padding-left: 0 !important;
    margin: 0 !important;
    padding: 5px !important;
    border-top-left-radius: .325rem;
    border-top-right-radius: .325rem;
}
.gc-accordion .card .card-body .due-date-progress .custom-control-label.checked {
    background-color: #ff7900;
    color: #fff;
}
.gc-accordion .card .card-body .due-date-progress .custom-control{
    padding: 0;
}
.gc-accordion .card .card-body .due-date-progress input[type=checkbox]+label:before{
    display: none;
}
.gc-accordion .card .card-body hr{
    border-color: #ff7900;
    margin: 0;
}
.gc-accordion .card .card-body .gc-due-date-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gc-accordion .card .card-body .gc-due-date-btn p{
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    padding-top: 5px;
}
.gc-sidebar .custom-control-label::before {
    top: 0;
    border-color: #ff7900;
}

.gc-sidebar .custom-control-label::after {
    top: 0;
    width: 20px;
    height: 20px;
}

.gc-sidebar .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: unset;
}

.gc-sidebar .action-btn {
    display: flex;
    margin-top: 2rem;
}

.gc-sidebar .action-btn .gc-filter-btn {
    display: inline-block;
    font-weight: 600;
    background-color: #fff;
    color: #001526;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}
.gc-sidebar .action-btn .gc-filter-btn.apply_filter{
    color: #fff;
    background-color: #128c7e;
}
.gc-sidebar .action-btn button:focus {
    outline: unset;
}

.gc-list-view {
    background-color: #128c7e;
}

.gc-list-view .curve-input {
    width: 75%;
}

.gc-list-view .gc-data-length {
    text-align: center;
}

.gc-list-view .gc-data-length span {
    color: #fff;
    font-weight: 600;
}

.gc-list-view .gc-data-length select {
    background: #ff7900;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
}

.gc-list-view .input-group {
    flex-wrap: inherit;
}

.gc-list-view .input-group .bootstrap-select>.dropdown-toggle {
    height: 35px;
    padding: 0.25rem 0.75rem;
}

.gc-list-view .bootstrap-select .dropdown-menu li {
    padding: 0;
    border-bottom: 1px solid #ced4da;
}

.gc-list-view .bootstrap-select .dropdown-menu li .dropdown-item {
    padding: .5rem 1.5rem;
    white-space: inherit;
}

.gc-list-view .dropdown-item.active,
.gc-list-view .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #128c7e;
}

.gc-list-view .input-group .curve-btn {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    text-align: center;
}

.gc-table .dataTables_length,
.gc-table .dataTables_filter {
    display: none;
}

.gc-table table.dataTable {
    margin-top: 1rem !important;
}

.gc-table table.dataTable thead {
    background: #001526 !important;
    color: #fff !important;
}

.gc-table thead th {
    font-size: 16px;
}

.gc-table td,
table.dataTable.display tbody tr.odd>.sorting_1 {
    background-color: #fff;
}

.gc-table tbody tr.active td {
    background-color: #F3FBFE;
}

.gc-table tr td:first-child {
    text-align: center;
    vertical-align: middle;
}

.gc-table tbody tr td {
    border-bottom: 2px solid #0C6AA8;
    padding: 10px 18px;
}

.gc-table tr td .btn.addfav i {
    font-size: 20px !important;
}

.gc-table tr td .btn.addfav.orange {
    color: #ff7900;
}

.gc-table .gc-table-content h5 {
    font-size: 18px;
    font-weight: 700;
    color: #001526;
    margin-bottom: 4px;
}

.gc-table .gc-table-content p {
    font-size: 15px;
    margin-bottom: 4px;
}

.gc-table .gc-table-content ul {
    display: flex;
    flex-wrap: wrap;
    color: #0C6AA8;
    padding: 0;
    margin-bottom: 5px;
}

.gc-table .gc-table-content ul li {
    padding-left: 0;
    padding-right: 10px;
    padding-bottom: 0;
    font-size: 15px;
}

.gc-table .gc-table-content ul li span {
    color: #ff7900;
}

.gc-table .gc-table-content ul li span i {
    padding-right: 6px;
}

.gc-table-view {
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 2px solid #128c7e;
    padding: 8px;
    border-radius: 4px;
}

.gc-table-view .gc-header-banner {
    height: 125px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.gc-table-view p {
    font-size: 15px;
    word-break: break-all;
    margin: 4px 0;
}

.gc-table-view p span {
    font-weight: 700;
}

.gc-table-view hr {
    margin-top: .75rem;
    margin-bottom: .75rem;
    border-top: 1px solid rgb(0 0 0 / 25%);
}

.gc-table-view hr.width-50 {
    width: 50%;
    margin: 1.25rem auto;
}

.gc-table-view .gc-footer-banner {
    border-radius: 4px;
}

.gc-budget {
    padding: 100px 0;
    text-align: center;
}

.gc-budget h3 {
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

.gc-budget p {
    color: #fff;
    margin-bottom: 0;
}

.gc-budget h5 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.gc-budget hr {
    border: 2px solid #fff;
    width: 250px;
    margin: 35px auto;
}

.gc-procss {
    padding: 40px 0;
    background-image: url('../../images/contract/G_C_1.jpg');
    background-size: cover;
    background-position: right;
}

.gc-procss h3 {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #081525;
    margin-bottom: 3rem;
}

.gc-procss h3 span {
    font-weight: 400;
}

.gc-procss img {
    margin: 5px 0;
}

.arr-right-1 {
    position: absolute;
    top: 70px;
    right: -100px;
    margin: 0;
}

.arr-left-2 {
    position: absolute;
    top: 180px;
    left: -100px;
    margin: 0 !important;
}

.arr-right-3 {
    position: absolute;
    bottom: 280px;
    right: -100px;
    margin: 0;
}

.arr-left-4 {
    position: absolute;
    bottom: 150px;
    left: -100px;
    margin: 0 !important;
}

.gc-procss h4 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 800;
    text-align: center;
    color: #081525;
    margin-top: 2rem;
}

.gc-procss h4 a {
    background-color: #ff7900;
    color: #fff;
    padding: 0 10px;
    border-radius: 4px;
}

#schedule-modal .modal-content {
    padding: inherit !important;
}

#schedule-modal .modal-body {
    padding: 2rem;
}

#schedule-modal .modal-header .close {
    right: 15px;
    top: 15px;
    margin: 0;
    background: #0c6aa8;
    width: 30px;
    height: 30px;
    z-index: 1;
}

#schedule-modal .modal-header .close span {
    color: #fff;
    text-shadow: none;
}

.timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.timeline h1,
.timeline h2,
.timeline h3,
.timeline h4,
.timeline h5,
.timeline h6 {
    line-height: inherit;
}


/*----- TIMELINE ITEM -----*/

.timeline-item {
    padding-left: 30px;
    position: relative;
}

.timeline-item:last-child {
    padding-bottom: 0;
}


/*----- TIMELINE INFO -----*/

.timeline-info {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
    white-space: nowrap;
}


/*----- TIMELINE MARKER -----*/

.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}

.timeline-marker:before {
    border: 3px solid #585c5f;
    border-radius: 100%;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    top: 6px;
    left: 0;
    width: 12px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-marker:after {
    content: "";
    width: 2px;
    background: #CCD5DB;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 5px;
}

.timeline-item:last-child .timeline-marker:after {
    content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
    background: transparent;
    border: 3px solid #0C6AA8;
}

.timeline-title {
    font-size: 18px;
    font-weight: 700;
    color: #0C6AA8;
    margin-bottom: .25rem;
}

.timeline-content p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.schedule-note {
    position: relative;
    background-color: #0C6AA8;
    color: #fff;
    padding: 1rem;
    border-radius: 4px;
    margin: 4px;
    margin-top: 1rem;
}

.schedule-note::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 1px solid #0C6AA8;
    border-radius: 4px;
}

.schedule-note p {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.bs-actionsbox .btn-group {
    display: none;
}

#bs-select-1 .dropdown-menu li a::after {
    content: "";
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border: 2px solid #128c7e;
    border-radius: 50%;
}

#bs-select-1 .dropdown-menu li a .check-mark {
    display: none;
}

#bs-select-1 .dropdown-menu li a.selected::after {
    background-color: #ff7900;
}

#bs-select-1 .dropdown-menu.inner {
    max-height: 300px;
    overflow-y: auto;
}

#bs-select-1 .apply-btn,
#bs-select-1 .clear-btn {
    border-color: #128c7e;
    background-color: #128c7e;
}

#bs-select-1 ::-webkit-scrollbar {
    width: 10px;
}

#bs-select-1 ::-webkit-scrollbar-track {
    background: #001526;
}

#bs-select-1 ::-webkit-scrollbar-thumb {
    background: #ff7900;
}

.dropdown.v-center.d-flex.justify-content-center {
    color: #fff;
}

.gc-table tr th:first-child {
    width: 100px !important;
}

.gc-table-content .read-more-btn {
    display: none;
}

.gc-table-content-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(max-width: 1199.98px) {
    .gc-table {
        padding-right: 15px;
    }
    .gc-table-content .read-more-btn {
        display: block;
        white-space: nowrap;
        background-color: #B3B3B3;
        border: none;
        padding: 5px 10px;
        box-shadow: unset;
        color: #fff;
        font-weight: 600;
        font-size: 15px;
        border-radius: 3px;
        transition: 0.3s;
    }
    .gc-table-content .read-more-btn:hover {
        background-color: #ff7900;
        border-color: #ff7900;
    }
    .gc-table .gc-table-content ul {
        display: block;
        background-color: #E0E0E0;
    }
    .gc-table-content-box {
        background-color: #E0E0E0;
        padding: 5px 10px;
        border-radius: 4px;
    }
}

button:focus {
    outline: unset;
}

@media(max-width: 991.98px) {
    .offcanvas-menu {
        position: absolute;
        top: 67px;
        left: -300px;
        width: 300px;
        height: 100%;
        color: #fff;
        padding: 20px;
        transition: left 0.3s ease;
        z-index: 999;
    }
    .offcanvas-menu.menu-open {
        left: 0;
    }
    .open-menu-btn {
        display: block !important;
    }
    .gc-list-view .col-lg-8 {
        background-color: #ff7900;
    }
    .gc-list-view .col-lg-4 {
        background-color: #128c7e;
    }
    .gc-list-view .input-group .curve-btn {
        display: none !important;
    }
    .gc-sidebar {
        padding: 1.25rem !important;
        padding-left: 2rem !important;
    }
    .gc-table {
        padding-left: 15px;
    }
    .gc-list-view .bootstrap-select {
        min-width: 100% !important;
    }
    .gc-budget h3 {
        font-size: 40px;
    }
    .arr-right-1,
    .arr-left-2,
    .arr-right-3,
    .arr-left-4 {
        display: none;
    }
    .gc-procss h3 {
        font-size: 30px;
    }
    .gc-procss h4 {
        font-size: 20px;
        line-height: normal;
    }
}

@media(max-width: 767.98px) {
    .gc-total {
        padding: 30px 0;
    }
    .gc-total h2 {
        font-size: 35px;
    }
    .gc-list-view .bootstrap-select {
        margin-right: 24px;
    }
    .gc-list-view .bootstrap-select {
        min-width: 100% !important;
        width: 220px !important;
    }
    .gc-budget h3 {
        font-size: 35px;
    }
    .gc-procss .row {
        display: flex;
        justify-content: center;
    }
    .gc-procss h3 {
        font-size: 25px;
    }
    .gc-procss h3 br {
        display: none;
    }
}

@media(max-width: 575.98px) {
    .gc-total {
        padding: 25px 0;
    }
    .gc-total h2 {
        font-size: 26px;
        line-height: normal;
    }
    .bootstrap-select .dropdown-menu {
        max-width: 400px;
    }
    .gc-list-view .bootstrap-select {
        min-width: 97% !important;
        width: 220px !important;
    }
    .gc-list-view .col-6 {
        display: none;
    }
    .gc-table-content-box {
        flex-wrap: wrap;
    }
    .gc-table tr th:first-child {
        width: 0 !important;
        padding-right: 0 !important;
    }
    .gc-budget h3 {
        font-size: 30px;
    }
    .gc-budget h5 {
        font-size: 25px;
    }
    .gc-procss h3 {
        font-size: 22px;
    }
    .gc-budget p br {
        display: none;
    }
}

@media(max-width: 399.98px) {
    .gc-total {
        padding: 20px 0;
    }
    .gc-total h2 {
        font-size: 22px;
    }
    .gc-budget h3 {
        font-size: 25px;
    }
    .gc-budget h5 {
        font-size: 20px;
    }
}

@media(max-width: 349.98px) {
    .gc-total {
        padding: 16px 0;
    }
    .gc-total h2 {
        font-size: 20px;
    }
    .gc-budget h5 {
        font-size: 18px;
    }
}

.open-menu-btn {
    background-color: #ff7900;
    color: #fff;
    border: none;
    width: 75px;
    min-width: 50px;
    cursor: pointer;
}

.close-menu-btn {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    margin-bottom: 20px;
}