@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.t-primary-bgcolor {
    background-color: #252c3d;
}

a {
    color: #4b77e6;
}

body {
    background-color: #fff;
}

.container {
    width: 1170px;
}

.header {
    width: 100%;
    background-color: #252c3d;
    font-family: "Poppins", sans-serif;
}

.header a,
.header span {
    color: #fff;
}

.top__bar,
.header__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

.top__bar {
    height: 31px;
    font-size: 12px;
    font-weight: 500;
}

.top__bar a {
    transition: 0.4s all ease-in-out;
}

.top__bar a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.top-left,
.top-right {
    display: flex;
    gap: 15px;
}

.top-left i {
    margin-right: 2px;
}

.header__main {
    height: 80px;
}

.header__logo img {
    max-width: 262px;
}

.header__logo {
    padding-left: 5px;
}

.header__nav a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    transition: 0.4s all ease-in-out;
}

.header__nav a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.header__nav {
    display: flex;
    gap: 22px;
}

.page-projects.is-guest main::before {
    content: "Create a New Account: To continue receiving project invitations and accessing bid documents, please register/login through the link above.";
    white-space: pre-wrap;
    display: block;
    width: 100%;
    border: 1px solid #9cd0f0;
    padding: 15px;
    margin-bottom: 20px;
    color: #08415c;
    background-color: #d6f0ff;
    /* light blue */
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
}
