/*CSS By Raghu Acharya*/
:root {
    --primary-text-color: #323232;
}
/** {
    color: var(--primary-text-color);
}*/
.float-right {
    float: right;
}
.button i {
    color: white;
}
.button.gray i {
    color: var(--primary-text-color);
}
[class^="icon-line-awesome-"], [class*=" icon-line-awesome-"] {
    color: white;
}
input, input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
    color: var(--primary-text-color);
}
.intro-banner {
	min-height: 60vh;
}
.services-heading h3 {
	position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    z-index: 50;
    box-sizing: border-box;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #42a2dad6;
    padding: 10px;
    max-width: 90%;
}
.blog-compact-item-content {
	bottom: unset;
	top: 200px;
}
.blog-compact-item-content p {
	color: white;
}
.image-overlay {
    position: relative;
}
.image-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the alpha value for transparency */
    z-index: 1;
}
.img-fluid {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
}

.members-social-media {
    list-style: none;
    padding: 0px;
}
.members-social-media li {
    float: left;
    margin-right: 10px;
}
.members-social-media li a {
    padding: 10px;
    background-color: #fff;
    color: #333;
}
.members-social-media li a:hover {
    background-color: #42a2da;
    color: white;
}
.img-circle {
    position: relative;
    z-index: 10;
    height: 100px;
    border-radius: 60px;
}
.display-none {
    display: none;
}
.table-content {
    padding: 10px;
}
.dashboard-status-button.blue {
    background-color: #E9F7FE;
    color: #3184ae;
}
ul.dashboard-box-list > li {
    display: block;
}
.buttons-to-right a {
    float: right;
}
.text-danger {
    color: #e20000 !important;
    font-size: 14px;
    font-weight: 600;
}
.avatar-wrapper {
    width: auto;
    height: auto;
}
.single-page-header .header-image {
    padding: 0px;
}
.apply-model .mfp-close {
    background-color: #ffffff !important;
    border-left: unset !important;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  box-shadow: 0px 0px 20px 1px #f0f0f0;
  border-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
/*  padding: 1.25rem;*/
}
.card-title {
  margin-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}
.card .inner-body {
    padding: 30px;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-size: 1000px 50px;
    animation: animate 10s linear infinite;
    z-index: 2;
    opacity: 0.5;
    animation-delay: 0s;
}
.wave2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-size: 1000px 50px;
    animation: animate2 5s linear infinite;
    z-index: 1;
    opacity: 0.7;
    animation-delay: -5s;
}
@keyframes animate {
    0%
    {
        background-position-x: 0;
    }
    100%
    {
        background-position-x: 1000px;
    }
}
@keyframes animate2 {
    0%
    {
        background-position-x: 0;
    }
    100%
    {
        background-position-x: -1000px;
    }
}
#info-section .icon-box {
    margin-top: 0px;
    padding: 45px 0px;
}
#info-section .success-box {
    background: #cdffcd;
}
#info-section .error-box {
    background: #fddada;
}
#info-section .icon-box .icon {
    font-size: 5em;
    position: relative;
    z-index: 1;
}
#info-section .success-icon {
    color: green;
}
#info-section .error-icon {
    color: red;
}
a.disabled {
    background-color: #5d7c98 !important;
    cursor: default;
}
a.disabled:hover {
    transform: unset !important;
}
.dashboard-content-inner .job-overview {
    background-color: #ffffff;
}
.dashboard-content-inner .table tr {
    border-bottom: 1px solid #cfcfcf;
}
.dashboard-content-inner .table th,td {
    padding-top: 6px;
    padding-bottom: 6px;
}
.dashboard-content-inner .job-head {
    margin-bottom: 10px;
}

.mr-1 {
    margin-right: 1em;
}
.ml-1 {
    margin-left: 1em;
}
.modal-lg {
    max-width: 60em !important;
}
.dashboard-content-inner {
    padding: 30px;
}
.inline {
    display: inline;
}
.highlight-box {
    background-color: #f4f4f4;
    padding: 10px 20px;
    border-radius: 10px;
}

.highlight-box ul.dashboard-box-list > li {
    border-bottom: 1px solid #e4e4e4;
    padding: 22px 0px;
}

.buttons-to-right, .dashboard-box-list .button.to-right {
    opacity: 1;
}
.box-footer {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #dddddd;
    height: 64px;
}
.modal {
    color: #666;
    max-width: 540px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    background: #fff;
    padding: 40px;
    padding-top: 0;
    text-align: left;
    max-width: 610px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    max-width: 550px;
}

.mfp-close {
    color: #333 !important;
    width: 62px !important;
    height: 61px !important;
    top: 0 !important;
    right: 0 !important;
    border-radius: 0 !important;
}
.form-group {
    position: relative;
}
.form-group button {
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    width: 36px;
    padding: 0;
    color: #fff;
    background-color: #0E67B4;
    border-radius: 4px;
    margin: 6px;
    font-size: 19px;
    text-align: center;
    line-height: 36px;
}

.form-group input {
    margin: 0 0 15px 0;
}

.mail-body {
    padding: 10px;
}

.mail-body .with-border {
    border: none !important;
    border-bottom: 1px solid #e0e0e0 !important;
}
.mail .attachments-container {
    width: calc(50% + 20px);
}
.mail-content {
    color: black;
    margin-top: 10px;
}

.mail-body .attachment {
    width: fit-content !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.mail-body .gray {
    background-color: #eee;
    color: #666;
    box-shadow: none !important;
}

.fileNameContainer .btn-xs {
    padding: 0.125rem 0.25rem !important;
    font-size: 0.75rem !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
}

.input-with-icon-left span {
    position: absolute;
    top: 0;
    color: var(--primary-text-color);
    text-align: center;
    line-height: 48px;
    width: 68px;
    height: 48px;
    font-size: 15px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
    display: block;
}

.sharp-edge {
    border-radius: 0px !important;
    box-shadow: none !important;
}
.input-with-icon-left input {
    padding-left: 78px;
}
.fun-fact span {
    color: var(--primary-text-color);
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
    margin-top: 10px;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #28a745;
    transition: width .6s ease;
    font-size: 16px;
    text-align: center;
}
.header-notifications-trigger-custom {
    font-size: 22px; color: #333; position: relative; top: 55%; transform: translate3d(0, -50%, 0);
}
.header-notifications-trigger-custom a {
    font-size: 22px;
    color: #333;
    position: relative;
    top: 55%;
    transform: translate3d(0, -50%, 0);
}
.header-notifications-trigger-custom span {
    background-color: #0E67B4;
    display: inline-block;
    top: -15px;
    margin-left: -10px;
    font-weight: 700;
    height: 19px;
    width: 19px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
    position: relative;
}
.job-listing-details .job-listing-footer {
    margin-top: 20px;
}

.category-list,
    .subcategory-list {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .category-button,
    .subcategory-button {
        display: block;
        width: 100%;
        padding: 10px;
        margin-bottom: 5px;
        background-color: #f1f1f1;
        border: none;
        text-align: left;
        cursor: pointer;
    }

    .category-button:hover,
    .subcategory-button:hover {
        background-color: #e1e1e1;
    }

    .subcategory-checkbox {
        margin-right: 10px;
        vertical-align: middle;
    }

    .subcategory-label {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
    }

    .selected-subcategory {
        background-color: #cfe2ff;
        color: #1e1e2f;
    }

    .subcategory-container {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

    .subcategory-checkbox {
        width: 18px;
        height: 18px;
        margin-right: 8px;
        cursor: pointer;
    }
.notification-table {
    width: 100%;
}
.notification-table td {
    width: 50%;
    padding: 10px;
    border-color: #dddddd;
}
.notification-table p {
    float: right;
}
.bid-info {
    top: 20%;
}
#inbox-drop .notification-text {
    strong, p, span {
        display: block;
    }
}

#inbox-drop .notification-text span {
    font-size: 12px;
}
.border-left .card-body {
    border-left: 3px solid green;
}
.custom-card .heading {
    font-weight: 600;
}

.custom-card .card-text {
    font-size: 20px;
}

.revisions-page .card-header p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
}

.card-footer {
    border-top: 1px solid #dfdfdf;
    flex: 1 1 auto;
    padding: 1.25rem;
}

#accept-dialog {
    padding: 0px !important;
}

#reject-dialog {
    padding: 0px !important;
}

.img-pop {
    border-radius: 15px;
    box-shadow: 0px 0px 4px 2px #c3c3c3;
}