#page-topbar {
    background-color: #404040;
}

.header-item {
    color: #ffffff;
}

.topnav {
    margin-top: 82px;
    position: fixed;
    background-color: #000000;
}

.topnav .navbar-nav .nav-link {
    font-size: 12px;
}

.header-profile-user {
    height: 50px;
    width: 50px;
}

.nav-link {
    color: #ffffff !important;
    font-weight: bold;
}

.nav-link.active {
    color: #fcfc00 !important;
}

.text-bold,
.font-bold {
    font-weight: bold;
}

.text-small,
.font-small {
    font-size: small;
}

.font-size-normal {
    font-size: revert;
}

.text-orange,
.text-orange a {
    color: darkorange;
}

.page-item.active .page-link {
    color: #000;
    background-color: #f1cb28;
    border-color: #f1cb28;
}

.vh-80 {
    height: 80vh !important;
}

dt {
    float: left;
    width: 150px;
}

dd {
    width: calc(100% - 155px);
    min-width: 260px;
    float: left;
}

.text-emphasised {
    font-style: italic;
    font-weight: bolder;
}

.ribbon_buttons .disabled {
    color: #aaa !important;
    border-color: #aaa !important;
    background-color: transparent !important;
}

.thumbnail-box {
    width: 100%;
    max-height: 200px;
    text-align: center;
}

.thumbnail {
    max-width: 80%;
    max-height: 80%;
}

label {
    font-weight: 600;
    color: #333;
}

@media (min-width: 992px) {
    body[data-layout="horizontal"][data-topbar="light"] .topnav {
        background-color: #000000;
    }

    body[data-layout="horizontal"][data-topbar="light"] .topnav .navbar-nav .nav-link {
        white-space: nowrap;
    }
}

@media (max-width: 1366px) {
    .topnav .navbar-nav .nav-link {
        padding: .5rem;
    }
}


.noti-icon i {
    color: #ffffff;
}

.navbar-header {
    height: 82px;
}

.page-title-box {
    background-color: #f7da0200;
}

.page-title-box h4 {
    color: #000000;
}


.footer {
    color: #ffffff;
    height: fit-content;
    position: relative;
    background-color: #404040;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer li {
    margin-bottom: 0.3rem;
}

.footer a {
    color: #ffffff;
}

.footer h3 {
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
}

.footer .social-links li {
    font-size: 25px;
    display: inline-block;
}

.footer .social-links i {
    background-color: #fff;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    padding: 2px 5px;
    color: rgb(0, 123, 238);
}

.footer .yellow-buttons li {
    width: 200px;
    margin-bottom: 0.8rem;
    background-color: #eed202;
}

.footer .yellow-buttons a {
    padding: 3px 10px;
    color: #000000;
    width: 300px;
}

.payment-logos {
    border: 1px solid #e8f369;
    border-radius: 25px;
    width: fit-content;
    padding-right: 10px;
    background-color: #fff;
}

.payment-logos li {
    display: inline-block;
}

.payment-logos img {
    height: 30px;
    padding: 3px;
}

.payment-logos>li:first-child>img {
    height: 48px;
    padding-left: 15px;
}

.payment-logos>li:first-child {
    border-right: 1px solid #e6f168;
}

.payment-logos>li:nth-child(1) {
    margin-bottom: 0px;
}

.authentication-bg {
    background-image: url(../images/authentication-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-link {
    color: #373435;
}

.btn-primary {
    color: #000;
    background-color: #f1cb28;
    border-color: #f0cb28;
}

.btn-primary:hover {
    background-color: darkorange;
    border-color: darkorange;
}

.project .header-title {
    font-size: 1.6rem;
}

.detail-label {
    font-weight: bold;
}

.ul-no-style {
    list-style: none;
    padding-left: 0;
}

.client-comment .card-header {
    background-color: #f8db02;
    color: black;
    font-weight: bold;
}

.card.client-comment {
    border: 1px solid #f8db0260;
}

.project-documents-item i {
    font-size: 1.4rem;
}

.project-drawings-item i {
    font-size: 1rem;
}

.project-documents-item,
.project-drawings-item {
    border: 1px solid #f8db0260;
}

.home-page .hero-section {
    background-image: url(/images/home-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5rem 0;
}

.home-page .page-title-box {
    background-color: #ffffff00;
    margin: 0 -24px 0 -24px;
    padding: 0 24px 55px 24px;
}

.hero-left-btns a {
    background-color: #e7e6e6;
    color: black;
    font-weight: bold;
    display: inline-block;
    width: 220px;
    padding: .1rem .7rem;
    margin-left: 1rem;
    border: 1px solid #eed202;
}

.hero-left-btns a {
    background-color: #e7e6e6;
    color: black;
    font-weight: bold;
    width: 250px;
    display: inline-block;
    padding: .1rem .7rem;
    border: 1px solid #eed202;
    margin-left: 1rem;
}

.hero-box {
    background: #0007;
    border: 2px solid #eed202;
    padding: 1rem;
    color: #fff;
}

.hero-box h3 {
    color: #eed202;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
}

.hero-box a {
    color: #f72319;
    font-weight: bold;
    font-style: italic;
}

.hero-box {
    background: #00000092;
}

.page-subheading {
    font-size: 1.1rem;
    font-weight: bold;
}

.btn.btn-orange {
    background-color: #eed202;
    color: black;
}

.btn {
    font-weight: bold;
}

.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000065;
}

.btn-small {
    font-size: 12px;
    padding: 0 .3rem;
    height: 20px;
}

.btn-small i {
    font-size: 12px;
}

.action-buttons .btn-small {
    width: 100%;
}

.has-error input,
.has-error select {
    border-color: #f14e4e;
    padding-right: calc(1.5em + .94rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f14e4e'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f14e4e' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .235rem) center;
    background-size: calc(.75em + .47rem) calc(.75em + .47rem);
}

.has-error .help-block {
    font-weight: bold;
    font-size: 0.8rem;
}

.custom-delete-file-name img {
    height: 120px;
    margin-left: 15px;
}

.form-group {
    margin-top: .8rem;
}

/* Form Wizard */
.nav-tabs-custom .nav-item .nav-link::after {
    background: #f2d501;
}

.nav-tabs-custom .nav-item .nav-link.active {
    color: black;
}

/* Temporarily hide previous and next buttons */
.pager.wizard.mt-3 {
    display: none;
}

/* Media items */
.kjz-media-item img {
    width: 80px;
}

.kjz-media-item * {
    margin-top: 0;
    margin-bottom: 0;
}

.col-30 {
    width: 30%;
}

/* Error list styles */
ul.alert.alert-danger {
    list-style: none;
}

/* */
.company-show-hero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
    position: relative;
    z-index: 10;
}

.company-show-hero * {
    z-index: 15;
}

.company-show-hero h5 {
    margin-top: 140px !important;
    color: white;
}

.company-show-hero h5 {
    margin-top: 140px !important;
    color: white;
    font-weight: bold;
}

.company-show-hero p {
    font-weight: bold;
    color: white;
}

.company-show-hero img {
    margin-top: 220px;
}

.company-show-hero .overlay {
    z-index: 12;
}

.company-show-body .youtube-thumbnail {
    min-height: 300px;
}

.video-overlay-icon {
    font-weight: bold;
    font-size: 10rem;
    color: #ffffff;
    position: absolute;
    bottom: calc(50% - 5rem);
    left: calc(50% - 5rem);
}

.portfolio-grid-item .product-img img {
    max-width: 100%;
    max-height: 280px;
}

.font-italic {
    font-style: italic;
}

.help-block {
    font-weight: bold;
    color: #f14e4e;
}

.wrap-anywhere {
    overflow-wrap: anywhere;
    hyphens: auto;
}

.topnav .navbar-nav .nav-link {
    padding: .5rem 1rem;
}

.message-list {
    white-space: nowrap;
}

.cursor-pointer {
    cursor: pointer
}

.cursor-revert {
    cursor: revert;
}

.chat-conversation .chat-day-title::before {
    background-color: var(--bs-info);
}

.panel-heading.clearfix {
    display: flex;
    justify-content: space-between;
}

.panel-heading>.pull-right {
    margin-top: 3rem;
}

.memberships .card-body,
.memberships .card-footer {
    background-color: #404040;
    color: #ffffff;
}

.memberships .card-header {
    background-color: #f1cb28;
    color: #000 !important;
}

.nav-tabs-custom .nav-item .nav-link {
    border-block-color: gray;
}

.nav-tabs-custom .nav-item {
    background-color: gray;
}

.nav-tabs .nav-link.active {
    color: #000 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #f1cb28;
}

.twitter-bs-wizard .twitter-bs-wizard-pager-link button {
    display: inline-block;
    padding: .47rem .75rem;
    background-color: #f1cb28;
    color: #000;
    border-radius: .25rem;
    border: none;
}

.existing-file-badges .badge {
	font-size: revert;
}

.card-header {
	background-color: transparent;
	border-bottom: 2px solid #eee;
}

.project-details-list li {
    display: flex;
    padding: 5px;
}

.project-details-list li:nth-child(even) {
    background-color: whitesmoke;    
}

.project-details-list .detail-label {
    min-width: 185px;
    display: inline-block;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.truncate-18 {
    max-width: 18ch;
}

.align-end {
    text-align: end;
}

@media (max-width:400px) {
    .hero-left-btns.ul-no-style > li > a > img {
        display: none;
    }
    .hero-left-btns.ul-no-style > li > a {
        width: 200px;
    }
    .footer .yellow-buttons li {
        width: 100% !important;
    }

    .project-details-list li {
        flex-direction: column;
        padding: 10px;
    }
}