﻿body {
    font-family: "Noto sans", sans-serif !important;
    background: #E5E5E5 !important;
}

select:invalid {
    color: #696969 !important;
}
option {
    color: #181c32;
}



h1, h2, h3, h4, h5, h6 {
    font-family: "Noto sans",sans-serif !important;
}
.bg-body {
    --bg-color: #E5E5E5 !important;
}
.bg-gray-200{
    background: #F4F4F4 !important;
}
.cw-text-dark {
    color: #141313 !important;
}
.cw-text-light {
    color: #696969 !important;
}
.cw-text-secondary {
    color: #004381 !important;
}
.cw-text-3xl-semibold {
    font-size: 24px !important;
    font-weight: 600 !important;
}
.border-bottom-1 {
    border-bottom: 1px solid #004381 !important;
}
.link-primary {
    color: #004381 !important;
}
.link-primary-own {
    color: #141313 !important;
}
.text-danger {
    color: #E30000 !important;
}
.excessword {
    width: 120px !important;
    display: -webkit-box; 
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space:pre-wrap; 
    overflow: hidden;
}
.btn-danger {
    background: #E30000 !important;
}
.btn.btn-light {
    color: #004381;
    border-color: #f5f8fa;
    background-color: #f5f8fa !important;
    border-radius: 8px;
    width: 148px;
    height: auto;
    padding: 10px 12px 10px 12px !important;
}
.btn.btn-light-own {
    color: #141313;
    border-color: #f5f8fa;
    background-color: #f5f8fa !important;
    border-radius: 8px;
    width: 148px;
    height: auto;
    padding: 12px 24px 12px 24px !important;
}
.btn.btn-primary {
    color: #fff;
    border-color: #004381 !important;
    background-color: #004381 !important;
}
.btn.btn-primary-own {
    color: #fff;
    border-color: #141313 !important;
    background-color: #141313 !important;
}
.btn.btn-light-primary:active:not(.btn-active), .btn.btn-light-primary:hover:not(.btn-active), .btn.btn-light-primary:focus:not(.btn-active) {
    background-color: #004381 !important;
    color: white !important;
}
.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active), .menu-state-bg-light-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) {
    color: #004381 !important;
}
.menuactive {
    color: #fff !important;
    background-color: #004381 !important;
}

 /*.active{
    color: #000 !important;
    border-bottom: 2px solid #004381 !important;
}*/
    .nav.nav-item.active {
    background-color: #004381 !important;
    color:black !important;
}
.text-hover-primary:hover {
    color: #004381 !important;
}
.page-item.active .page-link {
    background-color: #00284e !important;
    text-decoration: none !important;
}
.page-link:visited {
    text-decoration: none !important;
}
.btn.btn-light-primary {
    border: 1px solid #004381 !important;
}
.btn.btn-light-primary-own {
    border: 1px solid #141313 !important;
}
.btn.btn-primarycustom {
    color: #fff;
    border-color: #004381 !important;
    background-color: #00284e !important;
}
.btn.btn-primarycustom-own {
    color: #fff;
    border-color: #141313 !important;
    background-color: #3A3A3A !important;
}
.bg-primary {
    background-color: #004381 !important;
}
.bg-primary-own {
    background-color: #141313 !important;
}
.text-primary {
    color: #004381 !important;
}
.text-primary-own {
    color: #141313 !important;
}
.btn.btn-primary:hover:not(.btn-active) {
    color: #fff;
    border-color: #004381dd !important;
    background-color: #004381 !important;
}
.btn.btn-primary:active {
    color: #fff;
    border-color: #004381dd !important;
    background-color: #004381 !important;
}
.btn-active-color-primary{
    border-color: #004381dd !important;
}
a.btn.btn-lg.btn-light-primary:hover {
    color: white;
    background-color: #004381 !important;
}
.nav-line-tabs .nav-item .nav-link:visited {
    border-bottom: 2px solid #004381 !important;
}
.nav-line-tabs .nav-item .nav-link.active {
    border-bottom: 2px solid #004381 !important;
}
.text-active-primary.active {
    color: #000 !important;
}
.top-10 {
    top: 10% !important
}
.top-15 {
    top: 15% !important
}
.scrolltop {
    background-color: #004381 !important;
}
[data-kt-scrolltop=on].scrolltop {
    background-color: #004381 !important;
}
.custom-flex {
    display: flex;
    flex-direction: column;
    height:100%;
    justify-content: center;
    align-items: center;
}
.rowcustom-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.close-flex {
    padding:0 !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    
}
.close-flex span a{
    font-size:32px !important;
}
div .col-xxl-4{
    display:flex !important;
    flex-direction: column !important;
    justify-content: end !important;
}
#Avatar {
    display: flex;
    color: white !important;
    font-size: 38px;
    justify-content: center !important;
    font-family: 'Poor Richard';
}
.custom-maxheight{
    max-height:500px !important;
}
.custommodal-maxheight {
    max-height: 625px !important;
}

.nav-link:hover:not(.disabled) {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #004381 !important;
    transition: color .2s ease,background-color .2s ease;
}

.menu-state-bg .menu-item .menu-link:hover:not(.disabled):not(.active), .menu-state-bg .menu-item.hover > .menu-link:not(.disabled):not(.active) {
    background-color: #3A3A3A !important;
}

.me-xl-18 {
    margin-right: 0 !important;
}
/*---------font-weights font-sizes-----------*/
fs-2{
    font-size:24px !important;
}
.fs-3{
    font-size: 20px !important;
}
.fs-4{
    font-size:16px !important;
}
.fs-5 {
    font-size: 14px !important;
}
.fs-6 {
    font-size: 12px !important;
}
.fs-7 {
    font-size: 11px !important;
}
.fs-8{
    font-size: 10px !important;
}
.fs-40 {
    font-size:40px;
}
.fs-18{
    font-size: 18px
}
/*------fontsend-------------*/
#projectsbadge .badge{
    color: #000 !important;
}
/*------------Create project Modal---------*/
.required::after {
    color: red !important;
}
.choose-file {
    background-color: #f4f4f4;
    color: #141313;
    padding: 6px;
    border-radius: 4px;
    font-size:11px !important;
    cursor: pointer;
}
.stepper.stepper-links .stepper-nav .stepper-item .stepper-title {
    color: #c9c9c9 !important;
    font-weight: 600;
    font-size: 14px !important;
}
.stepper.stepper-links .stepper-nav .stepper-item.current .stepper-title {
    color: #004381 !important;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
    background-color: #3A3A3A !important;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted {
    background-color: #c9c9c9 !important;
    color: #3f4254 !important;
}
.select2-container--bootstrap5 .select2-selection--single .select2-selection__placeholder {
    color: #c9c9c9 !important;
}
.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    color: #141313 !important;
}
.btn.btn-active-color-primary:hover:not(.btn-active), .show > .btn.btn-active-color-primary {
    color: #004381 !important;
}
.btn-check:active + .btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:checked + .btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-primary.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-primary.show .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-primary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #004381 !important;
}
.btn-warning {
    background-color: #ff8a00 !important;
    border-color: #ff8a00 !important;
}
textarea {
    resize: none;
}
input{
    color: #141313 !important;
}
.form-control.form-control-solid {
    border-radius: 4px;
    height:  auto !important;
    background-color: #e6e9ef !important;
}
.form-control.form-control-white {
    height: auto;
    background-color: #fff;
    border-color: #c9c9c9 !important;
}
/*form input border*/
.form-select.form-select-white {
    background-color: #fff;
    border-color: #696969 !important;
    color: #181c32;
}
.form-control.form-control-solid::-moz-placeholder {
    color: #696969 !important;
}
/*project info and create project modal*/
/*----project scope----*/
.icon-box {
    position: relative;
    display: flex;
    padding: 6px 16px;
    flex-direction: column;
    cursor: pointer;
    align-items: center;
    border: 1px solid #c9c9c9;
    color: #c9c9c9;
    border-radius: 100px;
    box-sizing: border-box;
    font-size: 14px !important;
    transition: 0.5s;
    user-select: none;
}
/*-------buillding scope project summary-----------*/
.bs {
    position: relative;
    display: flex;
    padding: 8px 16px;
    flex-direction: column;
    background: rgba(0, 67, 129, 0.1);
    align-items: center;
    color: #004381;
    border-radius: 100px;
    box-sizing: border-box;
    font-size: 12px !important;
    font-weight: 600;
}

.bsg {
    position: relative;
    display: flex;
    padding: 8px 16px;
    flex-direction: column;
    background: rgba(0, 140, 31, 0.15);
    align-items: center;
    color: #008c1f;
    border-radius: 100px;
    box-sizing: border-box;
    font-size: 12px !important;
    font-weight: 600;
}
.bsclosed {
    display: inline-block;
    padding: 12px;
    flex-direction: column;
    background: rgba(0, 226, 50, 0.05);
    align-items: center;
    color: #008c1f;
    border-radius: 8px;
    box-sizing: border-box;
    font-weight: 600;
}
.bsr {
    position: relative;
    display: flex;
    padding: 8px 16px;
    flex-direction: column;
    background: rgba(0, 67, 129, 0.1);
    align-items: center;
    color: #004381;
    border-radius: 100px;
    box-sizing: border-box;
    font-size: 12px !important;
    font-weight: 600;
}
/*-------buillding scope project summary end----------*/
.form-check.form-check-solid .form-check-input:checked {
    background-color: #004381 !important;
}
.customcheckbox label input[type="checkbox"]:checked ~ .icon-box{
    border: 1px solid #004381 ;
    background-color: #004381;
    color: #fff;
}
.form-check-input:checked {
    background-color: #004381 !important;
    border-color: #004381 !important;
}
/* ----project scope ends----*/
/*----------Doc upload----------*/
#custom-btn {
    width: 93px;
    height: 24px;
    background: #F4F4F4;
    border: none;
    border-radius: 4px;
}
/*----------Doc upload ends---------*/
/*--------Projects-----*/
.pn{
    color: #c9c9c9;
    background-color: #000;
    box-sizing: border-box;
    font-size: 14px !important;
    border-radius: 100px;
}
.fill-btn {
    background: #F4F4F4;
    border-radius: 8px;
    color:#004381;
}
.badge {
    border-radius: 100px !important;
}

.badge-light-dark{
    background: rgba(229,229,229,0.5) !important;
}

.badge-light-warning {
    color: #ff8a00 !important;
    background-color: rgba(255, 138, 0, 0.15) !important;
    display: inline-block;
    padding: .5em .85em;
    font-size: .85rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .475rem;
}
.btn-circle{
    width: 7px !important;
    height: 7px !important;
    border-radius: 50%;
    display: inline-block;
}
.btn-circle.btn-circle-s {
        width: 3px !important;
        height: 3px !important;
        background-color: #000;
        border-radius: 50%;
        display: inline-block;
}
.btn-circle-s {
    width: 3px !important;
    height: 3px !important;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
}

    /*----------- For Datatable Search ---------*/
.dataTables_filter label {
    display: block !important;
    visibility: hidden !important;
}

.dataTables_filter label input {
        margin-left: 0 !important;
        display: block !important;
        visibility: visible !important;
}

div.dataTables_wrapper div.dataTables_filter {
     padding: 0 !important;
}
/*----------- For Datatable Search Ends ---------*/
.content {
    padding: 130px 0 10px 0 !important;
}
/*----------- Media Query for the Menu ---------*/

@media (min-width: 992px) {
    .container-xxl {
        padding: 0 20px !important;
    }
    .show-needhelp {
        display: none;
    }
}

@media (min-width: 1400px) {
    .container-xxl {
        max-width: 1350px !important;
    }
    .show-needhelp {
        display: none;
    }
}

/******larg devices******/
@media (min-width: 1200px) and (max-width: 1300px) {
    #modalform {
        padding: 20px !important;
    }

    .content {
        padding: 130px 0 30px 0 !important;
    }
    .show-needhelp {
        display: none;
    }
}
    /*----------- Medium devices ---------*/
@media (min-width:992px) and (max-width: 1199px) {
    #modalform {
        padding: 25px !important;
    }
    .show-needhelp {
        display: none;
    }
    .fs-4 {
        font-size: 13px !important;
    }

    .fs-18 {
        font-size: 14px !important;
    }

    .fs-6 {
        font-size: 11px !important;
    }
    .header a {
        font-size: 13px !important;
        font-weight: 600 !important;
    }

    .header #cp-btn {
        font-size: 13px !important;
        font-weight: 600 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 5px !important;
        padding-top: 5px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .header span {
        font-size: 13px !important;
        font-weight: 600 !important;
    }


    .header #avatar-label {
        font-size: 10px !important;
        width: 30px !important;
        height: 30px !important;
    }
}

/********smalll devices*******/
@media (min-width:768px) and (max-width: 991px) {
    #modalform {
        padding: 25px !important;
    }
    .show-needhelp {
        display: none;
    }


    .toolbar {
        display: none;
    }
    
    .content {
        padding:10px 0 10px 0 !important; 
    }
    .fs-4 {
        font-size: 13px !important;
    }

    .fs-18 {
        font-size: 13px !important;
    }

    .fs-6 {
        font-size: 10px !important;
    }
    .fs-7{
        font-size: 9px !important;
    }
    .header #menu {
        display: flex !important;
    }
    .header a{
        font-size:13px !important;
        font-weight:600 !important;
    }
    .header #createproject_button {
        font-size: 13px !important;
        font-weight: 600 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 5px !important;
        padding-top: 5px !important;
        margin-left:10px !important;
        margin-right:10px !important;
    }

    .header span {
        font-size: 13px !important;
        font-weight: 600 !important;
    }
    .header #avatar-label {
        font-size: 10px !important;
        width: 30px !important;
        height: 30px !important;
    }
    .fs-18{
        font-size: 14px !important;
    }
    .fs-40{
        font-size: 30px !important;
    }
    .fs-4{
    font-size: 11px !important;
    }
    .fs-5 {
        font-size: 11px !important;
    }
    .fs-7 {
        font-size: 9px !important;
    }
}

/****smalll devices*****/
@media (max-width: 767px) {
    .show-needhelp {
        display: none;
    }

    .profile.col-sm-3 {
        width: 25%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .profile.col-sm-9 {
        width: 75%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .toolbar {
        display: none;
    }

    .content {
        padding: 10px 0 30px 0 !important;
    }

    #modalform {
        padding: 20px !important;
    }

    #saveprojectinformation, #btnsubmitprojectform {
        margin-top: 15px;
        float: left !important;
    }

    .col-sm-6 {
        width: 50%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .fs-18 {
        font-size: 14px !important;
    }

    .fs-40 {
        font-size: 30px !important;
    }

    .fs-4 {
        font-size: 11px !important;
    }

    .fs-5 {
        font-size: 11px !important;
    }
    .fs-6 {
        font-size: 9px !important;
    }
    .fs-7 {
        font-size: 9px !important;
    }
}

/****extrasmalll devices*****/
@media (max-width: 480px) {
    .min-w-50{
        width:100% !important;
    }
    .menu-needhelp {
        display: none;
    }
    .show-needhelp{
        display:inherit;
    }

    .profile.col-sm-3 {
        width: 25%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .profile.col-sm-9 {
        width: 75%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .toolbar {
        display: none;
    }
   

    .content {
        padding: 10px 0 30px 0 !important;
    }
    .col-sm-6{
        width: 100%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .fs-18 {
        font-size: 14px !important;
    }

    .fs-40 {
        font-size: 25px !important;
    }

    .fs-4 {
        font-size: 11px !important;
    }

    .fs-5 {
        font-size: 11px !important;
    }
    .fs-6 {
        font-size: 9px !important;
    }
    .fs-7 {
        font-size: 9px !important;
    }
    .w-sm-350px {
        width: 350px !important
    }
}
@media (max-width: 280px) {
    .min-w-50 {
        width: 100% !important;
    }

    .menu-needhelp {
        display: none;
    }

    .show-needhelp {
        display: inherit;
    }

    .profile.col-sm-3 {
        width: 25%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .profile.col-sm-9 {
        width: 75%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .toolbar {
        display: none;
    }


    .content {
        padding: 10px 0 30px 0 !important;
    }

    .col-sm-6 {
        width: 100%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .fs-18 {
        font-size: 14px !important;
    }

    .fs-40 {
        font-size: 25px !important;
    }

    .fs-4 {
        font-size: 11px !important;
    }

    .fs-5 {
        font-size: 11px !important;
    }

    .fs-6 {
        font-size: 9px !important;
    }

    .fs-7 {
        font-size: 9px !important;
    }

    .w-sm-350px {
        width: 350px !important
    }
}