/********************************
*       Base
*********************************/


#kt_aside span {
    height: unset;
    color: white;
}

#banner-content span {
    width: 100%;
    height: 0vw;
    display: inline-block;
}

input[type="text"], input[type="date"], input[list="countries"], input[list="selected-project"], input[list="report-types"], select {
    border: 1px solid #edeff1;
    box-shadow: none;
    background: #edeff1 !important;
    color: #5e6278;
    min-height: calc(1.5em + 1.65rem + 2px);
    padding: 0.825rem 1.5rem;
    font-size: 1.15rem;
    border-radius: 0.625rem;
}

textarea {
    border: 1px solid #edeff1;
    box-shadow: none;
    background: #edeff1 !important;
    color: #5e6278;
    min-height: calc(1.5em + 1.65rem + 2px);
    padding: 0.825rem 1.5rem;
    font-size: 1.15rem;
    border-radius: 0.625rem;
}

.form-project {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 25px;
}

.btn-submit, .btn-submit2 {
    background-image: linear-gradient(270deg, #03a9f5 30%, #34c18d);
    margin: 10px;
    padding: 15px 40px;
    letter-spacing: 1px;
    text-align: center;
    font-size: 20px;
    border: 0px;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: none;
    border-radius: 10px;
}

.btn-submit:hover, .btn-submit2:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 12px #999;
}



.form-content2 {
    border-radius: 8px !important;
    /*background: white;*/
    padding: 0 !important;
}

.success-content, .form-content {
    border-radius: 4px !important;
    background: white;
    padding: 0 !important;
}

.btn {
    cursor: pointer !important;
}

#form-close-button {
    cursor: pointer !important;
}

.form-header {
    background-image: linear-gradient(270deg, #34c18d 1%, #03a9f5);
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    align-items: center;
}

.form-header h3 {
    color: white;
    font-weight: 400;
    font-size: 24px;
}

.form-content-bm {
    padding: 20px 20px 60px;
}

.collapsible h4 {
    font-size: 1.25rem;
    margin: 0;
    padding: 0;
}

.collapsible.active {
    background: transparent;
}


/********************************
*       Containers
*********************************/

.container {
    padding: 0 !important;
    display: block;
}

.container-inner {
    width: 100%;
    padding-left: 340px;
    padding-right: 50px;
    padding-top: 100px;
}

.container-dashboard {
    grid-template-columns: 14.8% 40% 45.2% !important;
}

.logout a:link, a:active, a:hover {

}


#wrapper {
    padding-left: 353px !important;
    margin-top: 118px !important;
    min-height: 100vh;
}

@media screen and (max-width: 990px) {
    #wrapper {
        padding-left: 20px !important;
    }
}

.bm-cards {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}

.bm-cards .card {
    width: 240px;
    height: 260px;
    vertical-align: top;
}

.bm-cards .card .card-body {
    height: 100%;
}

.page-title {
    margin-bottom: 15px;
}

.btn.btn-info:hover:not(.btn-active) {
    background-color: #34c18d !important;
}


/********************************
*        Header
*********************************/
div#banner {
    width: calc(100% - 295px);
    margin-left: 295px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    transition: all .4s ease;
}

@media screen and (max-width: 991px) {
    div#banner {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (min-width: 991px) {
    div#kt_aside_toggle {
        display: none;
    }
}


.bannerimage {
    height: 60px;
    position: static;
    left: 0;
    top: 0;
    opacity: 1;
    margin-left: 20px;
}

.banner-content {
    float: none;
    top: 0;
    transform: none;
}

.navimage, img.banner-content :hover, .banner-content :hover {
    height: 30px;
}

div#banner.minimise-sidebar-banner {
    width: calc(100% - 90px);
    margin-left: 90px;
}

/********************************
*       Side Navigation
*********************************/

#kt_aside_menu_wrapper {
    max-height: 55vh;
    overflow-x: hidden;
}

.navigation {
    display: flex;
    width: 100%;
    height: 100%;
}

div#kt_app_sidebar_toggle {
    background: white;
    top: calc(100% - 60px) !important;
    background: white;
    border-radius: 50%;
}

div#kt_app_sidebar_toggle .svg-icon {
    color: #2b96cb !important;
}

#kt_aside_menu_wrapper .menu {
    width: 260px !important;
}

.aside.minimise-sidebar #kt_aside_menu_wrapper .menu .menu-title {
    opacity: 0;
}

.aside.minimise-sidebar #kt_aside_user .text-center {
    opacity: 0;
}

.aside.minimise-sidebar .btn-logout span:last-child {
    opacity: 0;
}


.aside {
    top: 0;
    width: 295px !important;
    background-color: #2d97cc;
    box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px inset, rgb(0 0 0 / 30%) 0px 18px 36px -18px inset;
    padding: 0 !important;
    overflow: visible;
    transition: width .4s ease;
}

.aside.minimise-sidebar {
    width: 90px !important;
}

.aside.minimise-sidebar > #kt_aside_menu {
    padding-left: 22px !important;
}


.aside-logo {
    border-bottom: 1px solid #ffffff80;
    margin-bottom: 20px;
}

.aside-logo,
.aside-logo a {
    width: 100%;
}

.aside-logo a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.aside-user {
    margin: 20px 0;
}

.aside-user a {
    color: white !important;
}

.aside-user span {
    color: #ffffff !important;
}

.dot {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1vw;
    width: 60px !important;
    height: 60px;
    margin-bottom: 10px !important;
    border-width: 3px !important;
    border-radius: 6px !important;
}


body .menu-item {
    width: 100%;
    position: relative;
    /*cursor: pointer !important;*/
}

.menu-rounded .menu-link {
    border-radius: 0 !important;
}


body .menu-item > .menu-link {
    padding-left: 35px;
}

.menu-item img {
    margin-right: 10px !important;
    width: 32px;
    height: auto;
}

.menu-item img.lockimage {
    width: 18px;
}

.menu-item img.lockimagemini {
    width: 16px;
}

.menu-item .badge {
    color: black !important;
    background-color: #e7fff3 !important;
    font-size: 8px !important;
    width: min-content;
    padding: 5px !important;
}

.menu-link {
    display: flex !important;
    width: 100%;
    font-size: 1.05em !important;
    /*cursor: pointer !important;*/
}

.menu-title {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.menu-link div {
    width: 100%;;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-logout {
    width: 100% !important;
    justify-content: flex-start !important;
}

.btn-logout span {
    width: unset !important;
}

.menu-link .svg-icon {
    width: min-content;
}

.menu-item.hover, .menu-link.active {
    background-color: unset;
    background-image: unset !important;
}

.hover > .menu-link {
    background-color: green;
    background-image: linear-gradient(270deg, #2d97cc 1%, #34c18d) !important;
}


.menu-bullet {
    background-color: white;
    height: 4px !important;
    width: 4px !important;
    border-radius: 50%;
}

.menu-arrow {
    display: none !important;
}

.menu-sub {
    padding-left: 20px;
    margin: 0 !important;
}

.menu-sub .menu-title {
    padding-right: 15px;
}

#kt_aside > #kt_aside_menu {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

#username br:nth-child(1), #username br:nth-child(2),
.aside-logo br {
    display: none !important;
}

.img-responsive.lockimage,
.lockimagemini {
    display: block;
    margin-right: 0 !important;
}

.lockimagemini {
    position: absolute;
    right: 4px;
}


.aside-footer {
    padding: 10px 0
}

.aside-footer span {
    font-size: 16px !important;
    font-weight: 400 !important;
    /* padding: 10px 0; */
}

.aside-footer a {
    cursor: pointer;
}

.aside-footer a:hover {
    position: unset !important;
}

.aside-footer .svg-icon {
    position: relative;
    margin-right: 8px !important;
    left: -5px;
}

.landing-content2 .tile-left,
.landing-content2 .tile-right {
    height: 100% !important;
    text-align: center !important;
}



/***************************
 * Amends 
 ***************************/
 
.landing .menu-icon {
    display: none !important;
}

.menu-bullet{
    display: none !important;
}


.form-content 
{
    border-radius: 10px !important;
    border: unset !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.form-header {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.btn-submit2, #btn-submit{
    padding: 11px 62px !important; 
    border-radius: 15px  !important;
}

label {
    font-size:1vw;
}

.container-dashboard {
    grid-template-columns: 295px calc(50vw - 295px / 2) calc(50vw - 295px / 2) !important
}

.container-dashboard:has(.minimise-sidebar) {
    grid-template-columns: 90px calc(50vw - 90px / 2) calc(50vw - 90px / 2) !important
}

.menu-bullet{
    display: none !important;
}

#project-filter {
    width: 90% !important ;
    margin: 0 auto   !important;
    padding: 0 !important;
    text-align: center;
    margin-bottom: 20px !important;
    min-height: unset !important;
    font-size: 14px !important;
    line-height: 1 !important;
    padding: 8px !important;
}


.minimise-sidebar #project-filter{
    display: none !important;
}


@media screen and (min-width: 1400px) {
    
    #kt_aside_menu_wrapper {
        max-height: 57vh;
        overflow-x: hidden;
    }
}

.menu-item .menu-link{
    cursor: unset !important
}

.menu-item .menu-link,
.menu-item  .menu-link span,
.banner-content img,
select,
.btn,
.btn *,
#kt_app_sidebar_toggle,
#kt_app_sidebar_toggle *{
    cursor: pointer !important;
}

.form, .form-content2 {
    z-index: 100000;
    border: unset !important;
}

.new-card {
    // background-color: #ffffff40;
    background-color: transparent;
    border: 2px dashed #00000020;
}

.bm-cards {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
}

.form-header  {
    background: unset !important;
    // border-bottom: 1px solid #000 !important;
    background-color: #00000010 !important;
}

.form-header * {
    color: #333 !important;
}

#form-content {
    background-image: unset !important;
}

.form label {
    width: 100%;
}
.form label,
.form h6 {
    font-size: 16px !important;
    line-height: 1.5;
}

.form input {
    font-size: 16px;
    line-height: 1 !important;
}

.form .hoverBubble p {
    margin-top: 0 !important;
}

.form .infoimage {
    margin-bottom: 4px;
    margin-right: 5px;
}


.banner-content {
    width: 20vw !important;
}


.brand-header {
    padding: 20px ;    
    display: flex;
    background: #edeff1 !important;
    border-bottom: none;
    border-radius: 20px;
    margin: 20px 0;
}


.form-project {
    margin: 0 !important;
}


.brand-remove {
    font-weight: 800 !important;
}
 
 
.brand-remove span {
    color: #e24444;
    margin-left: 5px;
}

.brand-title span {
    font-weight: 800 !important;
}

.add-brand span {
    color: #33b533;
    font-weight: 800 !important;
    top: -1px;
    position: relative;
}

.add-brand {
    border-top: 1px solid #eaeaea !important;
    padding: 20px 10px;
}

.form {
    overflow: hidden;
}

.form-content-bm {
    max-height: 80vh;
    overflow: scroll;
}

.brand-title,
.brand-title span,
.brand-remove span{
    pointer-events: cursor !important;
}

.project-details-labels3,
.project-details-labels2{
    display: flex;
    align-items: center;
}


.cursor-pointer * {
    cursor: pointer !important; 
}


.form-close {
    border-bottom: 0 !important;
}



.bm-hidden-fields .project-details-labels3 {
    grid-area: project-details-labels3;
}

.bm-hidden-fields .project-detail2 {
    grid-area: project-details2;
}
.bm-hidden-fields .project-details3 {
    grid-area: project-details3;
}

.bm-hidden-fields .project-details-labels2,
.bm-hidden-fields .project-detail2{
    display: none;
}


.bm-hidden-fields  .project-details-labels2 {
    grid-area: project-dates-labels;
}

.bm-hidden-fields .project-detail2 {
    grid-area: project-dates;
}


.form-project {
    grid-template-areas: "project-details-labels project-details project-dates-labels project-dates"
"project-details-labels2 project-details2 project-dates-labels2 project-dates2"
"project-details-labels3 project-details3 project-dates-labels3 project-dates3";
}


.brand-remove {
    display: flex !important;
    justify-content: center;
    align-items: center;
}