
body{
    font-family: "Libre Franklin", sans-serif !important;
    color: #383B3D!important;
}
b.required {
    color: #ff0000ad;
    font-size: 25px;
    position: absolute;
    margin-top: -4px;
    margin-left: 4px;
}
.form-check {
    margin-bottom: 8px;
}
.error-login {
    background: #ff000091;
    color: white;
    padding: 5px 22px;
    border-radius: 10px;
}
.error-profile-basic {
    background: #ff000091;
    color: white;
    padding: 5px 22px;
    border-radius: 10px;
    display: block;
}
.error-profile-company {
    background: #ff000091;
    color: white;
    padding: 5px 22px;
    border-radius: 10px;
    display: block;
}
.error-signin {
    background: #ff000091;
    color: white;
    padding: 5px 22px;
    border-radius: 10px;
}
.new-opp-error {
    background: #ff000091;
    color: white;
    padding: 5px 22px;
    border-radius: 10px;
    margin-bottom: 10px !important;
    display: block;
}
.bg-img {
    background-size: cover;
    background-position: center;
}
.card {
    cursor: pointer;
}
.card.announcement-cards {
    margin-bottom: 5px;
   /* border-radius: 10px;
    */
    overflow: hidden;
    padding: 8px 0;
}
.card-header {
    font-size: 18px;
    font-weight: 600;
    opacity: 0.9;
}
.heading {
    font-weight: 600;
    opacity: 0.9;
}
/* a.comment-button {
    background: #55beff;
    color: white;
    display: block;
    padding: 2px 12px;
    text-align: center;
    border-radius: 15px;
    float: right;
}
*/
/* span.comment-button {
    background: #00B8Bd;
    color: white;
    display: inline-block;
    padding: 2px 12px;
    text-align: center;
    border-radius: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
} */
.announcement-block {
   height: calc(100vh - 412px);
   overflow: auto;
   margin-top: 25px;
}
.charts-block {
    height:calc(100vh - -82px);
    overflow: auto;
}
::-webkit-scrollbar {
    display: none;
}
.announcement-header {
    background: #00468b;
    color: white;
    position: sticky;
    top: 0px;
    padding: 10px;
    text-align: center;
    z-index: 1;
    font-size: 20px;
    margin-top: 0;
    font-family: nunito, sans-serif;
}
.opportunity-header {
    background: #00468b;
    color: white;
    position: sticky;
    top: 0px;
    /* margin-bottom: 10px; */
    padding: 10px;
    text-align: center;
    z-index: 50;
    font-size: 20px;
    font-family: nunito, sans-serif;
}
.commissions-header {
    background: #00468b;
    color: white;
    position: sticky;
    top: 0px;
    /* margin-bottom: 10px; */
    padding: 10px;
    text-align: center;
    z-index: 1;
    font-size: 20px;
    font-family: nunito, sans-serif;
}
.downloads-header {
    background: #00468b;
    color: white;
   /* margin-left: -13px;
    */
    position: sticky;
    top: 0px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    z-index: 1;
    font-size: 20px;
   /* filter: drop-shadow(1px 1px -1px black);
    */
}
.card-head {
    margin-bottom: 7px;
}

.opportuninity-block {
    height: 468px;
    overflow: auto;
  
}
.announcement-cards {
    box-shadow: none;
}
.main-row {
    filter: drop-shadow(4px 4px 10px gray);
   /* color: #f7faff;
    */
}
.row.main-row.second-row {
    margin-top: 40px;
}
#error {
    height: 100vh;
    width: 100%;
    background-color: #f7faff;
}
a.navigo-links {
    color: unset;
}
.announcement-details-img {
    height: 300px;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
span.announce_date {
    float: right;
    font-weight: 100;
    font-size: 16px;
    background: #dfdfdf;
    padding: 5px 15px;
}
h4.card-title.announcement-detail-title {
    margin: 10px 0px 25px;
    font-size: x-large;
}
p.comment-error {
    color: #f87373;
}
.row.loaded-comments {
   /* margin-top: 40px;
    */
    margin-left: 0px;
    margin-right: 0px;
    background: #ededed;
    padding: 18px 0px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.row.comment-box-row {
    margin-bottom: 40px;
}
img.user-pic-on-comment {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
ul.navbar-nav.d-flex.align-items-center.navbar-light {
    margin-left: 40px;
}
.navbar {
    height: 110px;
    padding: 1.5rem;
}
@media (min-width: 992px) {
    li.dropdown.nav-icon {
        display: block;
   }
}
@media (min-width: 200px) and (max-width: 991px) {
    li.dropdown.nav-icon {
        display: none;
   }
    .create-button {
        display: none;
   }
}
.downloads-table.row.header-row {
    padding: 10px;
    text-align: center;
}
.head-title {
    font-weight: 600;
}
.div-seperator {
    margin: 15px 0px;
    height: 1px;
    background: #80808045;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00468b;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #00468b;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.btn-primary {
    color: white;
    background-color: #00B8Bd;
    border-color: #00B8Bd;
}
a {
    color: #00468b;
}
.bg-success {
    background-color: #00B8Bd !important;
}
li.sidebar-item {
    color: #00468b;
}
li.sidebar-item.active {
    color: #5e6366;
}
.table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #727e8c;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #727e8c;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #727e8c;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #727e8c;
    vertical-align: top;
    border-color: #dfe3e7;
    color: #5e6366 !important;
    font-family: 'Libre Franklin', sans-serif !important;
}
img.logoX {
    transform: scale(1.3);
    margin-left: 12px;
}
.or {
    text-align: center;
}
.success-save {
    background: lightseagreen;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.sub-branding {
    position: absolute;
    right: 100px;
   /* z-index: 0;
    */
    top: 25px;
}
span.advance-mode {
    color: #00b8bd;
    display: block;
    margin-top: 7px;
}
button.btn.btn-danger.logout {
    float: right;
    position: absolute;
    z-index: 99;
    right: 54px;
    margin-top: -62px;
}
.action-button {
    background: #00468b;
    color: white;
    padding: 5px 10px;
    display: inline-flex;
    border-radius: 4px;
}
.row.header-posts {
    font-weight: 600;
}
.row.header-posts-body {
    margin-top: 2px;
}
.services-badge {
    background: #1f4286;
    padding: 8px 15px;
    display: inline-flex;
    margin-bottom: 6px;
}
/* .progress-x-container {
    background: #4557bb;
    border-radius: 100px;
    height: 29px;
    padding: 2px 3px;
    text-align: center;
}
*/
.progress-x-container {
    background: #4557bb;
   /* border-radius: 100px;
    */
    height: 29px;
    padding: 2px 3px;
    text-align: center;
    transform: skew(12deg, 0deg)skewX(-17deg);
    font-size: 13px;
    font-weight: 500;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 27px;
    border-top-left-radius: 27px;
    border-bottom-left-radius: 10px;
}
.p-stage {
    display: inline-flex;
    background: gray;
    width: 24%;
    height: 25px;
    padding-left: 5px;
    color: white;
}
.p-filled {
    background: #48bcb6 !important;
}
.p-stage:first-child {
    border-top-left-radius: 27px;
    border-bottom-left-radius: 10px;
}
.p-stage:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 27px;
}
.proj-name {
    text-align: center;
    padding-top: 5px;
    font-size: 14px;
}
.p-rejected {
    background: #ff6155;
}
#auth {
    background: #00b5b3;
    min-height: 100vh;
    padding-top: 100px;
   /* background-image: url(../images/background/auth.jpg);
    */
}
/* test */
.badge-primary {
    background: #00468b;
}
.badge-danger {
    background: #ff5b5c;
}
span.badge.badge-success {
    background: #4caf50;
}
.badge-default {
    background: darkgrey;
}
input.top-search {
    border-style: none;
    background: #00468b;
    border-radius: 20px;
    padding: 2px 10px;
    color: white;
}
.top-search::placeholder {
   /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
   /* Firefox */
}
.badge.badge-info {
    background: #03a9f4;
}
.badge {
    cursor: pointer !important;
}
nav.pager {
    margin-top: 25px;
}
.material-symbols-outlined {
    transform: translate(0px, 6px);
}
.has-nav-bg {
    background: #dbfffd;
    color: #1ec2ba;
    border-radius: 0px !important;
}

.sub-action {
    padding: 4px 10px;
    border-bottom: solid 1px #dbfffd;
    cursor: pointer;
    display: none;
    box-shadow: 00px 1px 4px #00000040;
}
li.has-hovered {
    margin-top: 70px;
}

a.nav-link.is-active {
    color: #00468B!important;
}

.sub-action.hovered {
    background: #dbfffd;
}

span.material-symbols-outlined.has-borders {
    color: #DBEDFF;
    background: #00468b;
    padding: 10px;
    border-radius: 8px;
}

.row.quick-peek {
    filter: drop-shadow(2px 2px 2px grey);
}

.card-body.stats-card {
    background: white;
    border-radius: 8px;
}
p.card-text.mb-0.stat-title {
    color: #00b8b0;
    font-size: 14px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 600;
}

span.stat-values {
    color: #007a74;
    font-weight: 900;
    font-size: 24px;
}
.col-md-8.row-fix {
    width: 70%;
}
i.material-symbols-outlined.on-sidebar {
    transform: translate(0px, -3px);
}

p.text-subtitle.text-muted {
    font-family: "Libre Franklin", sans-serif;
}
.main-row {
    filter: drop-shadow(4px 4px 10px gray);
    margin-top: 15px;
}


.custom-line-chart {
    background: white;
    padding: 40px;
}

.custom-donut-chart {
    background: white;
    padding: 40px;
}


.bg-img {
    background-size: cover;
    background-position: center;
    margin: 5px 5px 5px 20px;
    border-radius: 8px;
}
span.posted-date {
    color: #00468b;
    font-size: 14px;
}

span.comment-button {
    /* background: #00B8Bd; */
    color: #f0528a;
    display: inline-block;
    padding: 2px 12px;
    text-align: center;
    border-radius: 15px;
    /* float: right; */
    position: absolute;
    bottom: 8px;
    right: 20px;
}

a.group.flex.w-full.items-center.cursor-default {
    background: #dfe1e2;
}

a.flex.items-center.px-6.py-4.text-sm.font-medium.cursor-default {
    background: #dfe1e2;
}

li.relative.md\:flex.md\:flex-1.bg-\[\#DFE1E2\] {
    background: #b5e6ff;
}

.create-button {
    background: #f0528a;
    float: right;
    padding: 0px 15px 0px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    line-height: 2;
    margin-top: -2px;
}
/* ====== surajit custom style==== */

 .progress-body {
    float: left;
    width: 100%;
    border-bottom: 2px solid #f9bbd1;
    padding-bottom: 20px;
    margin-top:15px;
}
.progress-body.last{
 border-bottom:none;
}
#progress {
    padding: 0;
    list-style-type: none;
    font-family: arial;
    font-size: 12px;
    clear: both;
    line-height: 1em;
    margin:0px;
    text-align: center;
    float:left;
    width:100%;
    border:1px solid #00468b;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    background: #cccfd1;
    
}

#progress li {
    float: left;
    padding: 20px 30px 20px 40px;
    background: #ffffff;
    color: #747474;
    position: relative;
    width: 24.7%;
    margin: 0 1px;
    font-size: 14px;
    font-weight: 700;
    display:flex;
    height: 51px;
    align-items: center;
}
#progress li:first-child:before {
    content: '';
    border-left: 0px solid #fff;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    
}
#progress li:before {
    content: '';
    border-left: 16px solid #cccfd1;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    
}
#progress li.active + li:before {
    content: '';
    border-left: 16px solid #04ccc2;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    
}
#progress li:after {
    content: '';
    border-left: 16px solid #fff;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 20;
}
#progress li:last-child:after {
    content: '';
    border-left: 0px solid #333;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 20;
}
#progress li:first-child {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius:10px;
    border-bottom-left-radius: 10px;
}
#progress li.active {
    background: #00b8b0;
    color:#fff;
}

#progress li.active:after {
    border-left-color: #00b8b0;
}
#progress li.success {
    background: #dfe1e2;
    color:#747474;
}

#progress li.success:after {
    border-left-color: #dfe1e2;
}

#progress li:last-child {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
lable.progress-content {
    float: left;
    width: 100%;
    text-align: left;
    color: #00468b;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
}
lable.progress-content span {
    float: left;
    width: 100%;
    text-align: left;
    color: #808486;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    margin-top: 2px;
}
.col-sm-12.progress-result {
    text-align: left;
    font-weight: bold;
    margin-top: 10px;
}

.action-headers{
    position:relative;
}
.action-headers .form-group {
    position: absolute;
    left: 200px;
    top: 7px;
}
.action-headers .material-icons {
    float: left;
    line-height: 10px;
}
.action-headers .badge {
    margin:0 5px;
}
.page-title{
    margin-bottom:20px;
}
.action-headers .badge{
    border:1px solid #1f9c95;
    color:#1f9c95;
    font-weight: 700;
    padding: 9px 15px;
}
.action-headers .badge.filter-badge-label{
    border:none;
    color:#868a8c;
    font-weight: 700;
    padding: 9px 15px;
}
thead.opp-table-header {
    background: #00468b;
    color: #fff;
}
th.dt-orderable-asc.dt-orderable-desc {
    padding: 10px 0;
}
.table-wrapper {
    margin-top: 10px;
}
td.oppDetails {
    color: #00b8b0;
}
.filter-badge.is-active {
    color: #fff;
}

@media only screen and (max-width:1790px) {
    .multi-section p.card-text.mb-0.stat-title {
        font-size: 12px;
    }
    
}

.oppmodal .modal-title {
    color: #1c4065;
    font-size: 21px !important;
    line-height: 20px;
    font-weight: bold;
}

.oppmodal .close{
    font-size: 34px;
    line-height: 34px;
}
.oppmodal .modal-header{
    border-bottom: none;
}
.oppmodal .modal-footer{
    border-top: none;
    justify-content: flex-start;
    font-weight:700;
}



@media only screen and (max-width:1550px) {
    .multi-section p.card-text.mb-0.stat-title {
        font-size: 12px;
    }
    .card-body.stats-card {
        background: white;
        border-radius: 8px;
        min-height: 112px;
    }
}
@media only screen and (max-width:1399px) {
    .multi-section p.card-text.mb-0.stat-title {
        font-size: 14px;
    }
    .card-body.stats-card {
        background: white;
        border-radius: 8px;
        min-height:auto;
    }
    .multi-section .m-spaced {
        margin-top: 15px;
    }
    .multi-section span.material-symbols-outlined.has-borders {
        width: 100%;
        text-align: center;
    }
}



.is-side {
    margin-top: -14px;
}















