﻿:root {
    --navy: #273370;
    --pink: #f72b65;
    --light-pink: #ffebf1;
    --light-gray: #c4c4c4;
    --white-gray: #f3f3f3;
    --purple: 9825a1;
    --p-blue: #ebeefa;
}
body {
    font-family: 'Lato', sans-serif;
}
.tablet h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}
.tablet h2 {
    font-size: 24px;
}
.flex-1{
    flex: 1;
}
#user-password-alert, #customer-password-alert {
    display: none;
    color: red;
    font-size: 16px;
}
.dashboard-home .tablet {
    display: flex;
    flex-direction: column;
    gap: 54px;
    padding: 38px 32px;
}
#pageContent .container-fluid{
    padding: 0px;
}
.form-section > div{
    display: grid;
}
.settings-profile .profile-details, .settings-profile .more-profile-details {
    display: grid;
    align-content: center;
}
.settings-profile > .make-flex {
    gap: 26px;
}
.settings-profile{
    padding: 40px 0;
    display: grid;
    gap: 20px;
}
.settings-profile > .make-flex .l-pp {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: 0;
}

aside {
    display: none;
}
.mob-nav-menu{
    display: none;
}
.account-holder .tab-content{
    padding-top: 20px;
}
.mob-nav-menu-holder.active .mob-nav-menu {
    position: absolute;
    left: 0;
    width: 100%;
    background: white;
    top: 100%;
    display: flex;
}

.mob-header {
    display: flex;
    background: white;
    width: 100%;
    position: absolute;
    padding: 10px 23px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    justify-content: space-between;
}
#dashboard_body{
    padding: 86px 16px 0;
}
.mob-header .navbar-brand{
    max-width: 163px;
}
.mob-header .message-notification-container .icon-holder img {
    max-width: 27px;
    height: auto;
    object-fit: cover;
}
.mob-header .message-notification-container {
    gap: 26px;
    align-items: center;
    display: flex;
    border: 0px;
}
.mob-header .message-notification-container > div{
    margin: 0px;
}
.mob-nav{
    margin: 0px !important;
}
.notifications-section.curve-bottom{
    display: none;
}
.title {
    display: none;
}
.info-pills {
    display: grid;
    row-gap: 19px;
    column-gap: 16px;
}
#main-add-container a {
    font-size: 54px;
    font-weight: 700;
    display: flex;
    align-self: center;
}
.add-button-components p {
    font-size: 18px;
    font-weight: 700;
}
.tablet p {
    font-size: 16px;
}
.r-info .form-edit-section{

}
.r-info .brief-section {
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 15px;
    margin-top: 25px;
}
.r-info .brief-section:last-child{
    border-bottom: 0px solid transparent;
}
.brief-section p{
    margin-bottom: 0px;
}
.brief-section > div {
    margin-bottom: 15px !important;
}
.form-edit-section {
    margin-bottom: 20px;
}
.r-info .form-edit-section > div > * {
    margin: 0px;
}
.r-info .form-edit-section > div {
    margin-bottom: 12px;
}
.pill-item-body.make-flex {
    align-items: center;
    gap: 25px;
}
.popup {
    max-width: 400px;
    border-radius: 6px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) scale(.1);
    color: white;
    background-color: rgba(39, 51, 112, .85);
    text-align: center;
    visibility: hidden;
    transition: transform .05s, top .05s;
}
main{
    display: flex;
}
section{
    width: 100%;
}
.asset th, .asset td {
    font-size: 18px;
    padding: 14px;
}
.asset th {
    font-weight: 600;
    background-color: var(--navy);
}

.asset table th:first-child, .asset table tbody tr:nth-child(2n) td:first-child {
    border-radius: 11px 0 0 11px;
}

.asset table th:last-child, .asset table tbody tr:nth-child(2n) td:last-child {
    border-radius: 0 11px 11px 0;
}

.asset table tbody tr:nth-child(2n) td {
    background-color: #F4F4F4;
}

.asset table tbody tr:nth-child(2n+1) td {
    background-color: white;
}
.asset .table-content{
    padding: 21px;
}
.view-ormi{
    padding: 15px 26px;
    gap: 12px;
    border-radius: 20px;
}
.view-ormi img{
    width: 74px;
}
.view-ormi p{
    font-size: 20px;
}
.asset .title{
    margin-bottom: 20px;
}
.slide-r-menu h3 {
    font-size: 22px;
    margin-bottom: 0;
    color: #273370;
    font-weight: 400;
}
.workforce #myTab .nav-item {
    flex: 1;
    border-radius: 0px;
    background-color: var(--navy);
}
.workforce #myTab .nav-item:first-child {
    border-radius: 20px 0 0 0;
}
.workforce #myTab .nav-item:last-child {
    border-radius: 0 20px 0 0;
}
.workforce #myTab .nav-item:first-child a {
    border-radius: 20px 0 0 0;
}
.workforce .long-pill .center-p, .outage .center-p {
    margin: 0 auto;
}
.workforce .long-pill p{
    margin-bottom: 0;
    font-size: 19px;
}
.workforce .tab-content {
    padding: 51px 45px;
}
.workforce .long-pill{
    padding: 40px 35px;
    margin-bottom: 25px;
}
.workforce .long-pill .options-key, .outage .options-key{
    margin-left: 30px;
}
.outage .options-menu {
    z-index: 500;
}
.dashboard-home .info-pills{
    column-gap: 19px;
}
.dashboard-home .options-menu {
    flex-direction: column;
    background: white;
}
.pill-item-body img{
    max-width: 36px;
    max-height: 47px;
    object-fit: cover;
}
.workforce #myTab .nav-item a {
    padding-top: 19px;
    padding-bottom: 19px;
    justify-content: center;
    display: flex;
    border: 0px;
    background: var(--navy);
    font-size: 22px;
    color: white;
    border-radius: 0px;
}
.workforce #myTab .nav-item a.active {
    border-radius: 20px 20px 0 0;
    background-color: white;
    color: var(--navy);
}
.workforce #myTab .nav-item a:not(.active) {
    border-radius: 0 20px 0 0;
    background-color: var(--navy);
    color: white
}
.v-reduce {
    font-size: 14px;
}
.litres{
    gap: 13px;
    margin-bottom: 59px;
}
aside .nav-link p {
    font-size: 21px;
}
aside ul {
    list-style-type: none;
}
aside .nav-link .more-arrow {
    margin-left: auto;
    margin-right: 25px;
}
.nav-item .child{
    padding-left: 0px;
}
aside .nav-link, .mob-nav-menu .nav-link {
    padding-left: 26px;
    background-color: #fff !important;
    border-left: 5px transparent solid;
    border-radius: 0px;
    display: flex;
    gap: 22px;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
}
.name-tag.active::after {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    border: 4px solid transparent;
    border-top-color: #B00032;
    border-right-color: #B00032;
}
.nav-item:hover > .nav-link {
    color: #c2c7d0 !important;
}
.nav-item:hover {
    color: #c2c7d0 !important;
}
.footer {
    position: relative;
    margin-top: 83px;
    padding-left: 32px;
    display: none;
}
aside .footer p {
    font-size: 16px;
    line-height: 22.88px;
    margin: 0;
    color: #C4C4C4;
}

.nav-sidebar .nav-item .nav-link.active, .nav-sidebar .nav-item > .nav-link.active {
    background-color: #fff !important;
    color: #9825a1 !important;
    border-left: 5px #9825a1 solid;
    border-radius: 0px;
}
.popup .btn {
    min-width: 100px;
}
.popup.active{
    visibility: visible;
    top: 40%;
    transform: translate(-50%, -50%) scale(1);
}
#property-map-location {
    display: grid;
    grid-template-columns: minmax(auto, 800px);
    justify-content: right;
    margin-left: auto;
}
.responsive {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.navbar-brand {
    display: flex;
    max-width: 256px;
    justify-content: center;
    margin: 40px;
}
.name-tag {
    margin-left: -53px;
}
.name-tag.active h3 {
    background-color: var(--pink) !important;
    margin: 0px;
    padding: 1rem;
    border-radius: 0rem 2rem 2rem 0rem;
    padding-right: 25px;
}
.name-tag.active h4, .name-tag h3 {
    margin: 1rem;
    color: white !important;
}
.name-tag:not(.active) h4, .name-tag:not(.active) h3 {
    color: var(--navy) !important;
}
.users-items {
    display: flex;
    margin-right: 3rem;
}
.users-items p {
    margin-top: auto;
    margin-bottom: auto;
}
.properties-list .pill-item-info > *{
    margin-top: 14px;
    margin-bottom: 0px;
}
.options-menu > a{
    font-size: 19px;
    font-weight: 400;
}
.name-tag h3 {
    padding-left: 35px;
}
.users-items > * {
    margin-left: 1rem;
}
canvas{
    max-width: 100% !important;
}
.map-section{
    display: grid;
    grid-template-rows: 35vh 10vh 1fr;
}
.tablet.item-user {
    cursor: pointer;
}
.map-section > .map{
    display: grid;
    grid-row: 1 / 3;
    grid-column: 1;
    opacity: .5;
}
.map-section > .info-pills{
    display: grid;
    grid-row: 2 / -1;
    grid-column: 1;
    position: relative;
}
.self-edit-operations {
    display: flex;
    gap: 21px;
    align-items: center;
}
.self-edit-operations a {
    color: var(--light-gray) !important;
    font-size: 21px;
    cursor: pointer;
    display: none;
}
/*====================FONT SIZES======================*/
h1 {
    font-size: 32px;
    font-weight: 700;
    color: var(--navy);
}
.options-key > span {
    width: 4px;
    height: 4px;
    background-color: var(--navy);
    display: block;
    border-radius: 50%;
}
.user-name {
    color: var(--light-gray) !important;
}
h2 {
    font-size: clamp(1rem, 1rem + 1vw, 2rem);
    font-weight: 600;
    color: var(--navy);
}
h3 {
    font-size: clamp(1rem, 1rem + 1vw, 1.65rem);
    font-weight: 600;
    color: var(--navy);
}
p.reduce{
    font-size: clamp(.6rem, .6rem + 1vw, 1rem);
}
h4 {
    font-size: clamp(.9rem, .9rem + 1vw, 1.5rem);
}
.btn {
    border-radius: 5rem;
}
.slide-r-menu .btn {
    border-radius: 20px;
    height: 53px;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
    width: 276px;
}
.add-button-components .btn{
    margin-bottom: 21px;
}
/*====================FONT SIZES======================*/
/*====================COLOURS======================*/
.make-flex {
    display: flex !important;
}
.make-grid {
    display: grid !important;
}
.fill{
    width: 100%;
}
.make-white-gray{
    color: var(--white-gray) !important;
}
.make-light-pink{
    color: var(--light-pink) !important;
}
.make-navy {
    color: var(--navy) !important;
}
.make-p-blue {
    color: var(--p-blue) !important;
}
.make-purple {
    color: var(--purple) !important;
}
.make-white {
    color: white !important;
}
.make-gray {
    color: gray !important;
}
.make-light-gray {
    color: var(--light-gray) !important;
}
.make-pink {
    color: var(--pink) !important;
}
.make-bg-navy {
    background-color: var(--navy) !important;
}
.make-bg-purple {
    background-color: var(--purple) !important;
}
.make-bg-white-gray {
    background-color: var(--white-gray) !important;
}
.make-bg-pink {
    background-color: var(--pink) !important;
}
.make-bg-white {
    background-color: white !important;
}
.make-bg-light-gray {
    background-color: var(--light-gray) !important;
}
.make-bg-light-pink {
    background-color: var(--light-pink) !important;
}
.make-bg-gray {
    background-color: gray !important;
}
.make-bg-p-blue {
    background-color: var(--p-blue) !important;
}
.side-info-graph {
    min-block-size: 180px !important;
}

/*====================COLOURS======================*/
/*====================SHAPES======================*/

.options-key, .options-menu > a {
    cursor: pointer;
}
.dashboard-home .tablet {
    min-height: 280px;
}
.cursor-pointer{
    cursor: pointer !important;
}
.options-key {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-left: auto;
}

.no-border {
    border: 0px solid white;
}
.graph-container{
    min-height: 250px;
}
#sideInfo{
    height: 200px !important;
}
.shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}
.curve-right{
    border-radius: 0rem 2rem 2rem 0rem;
}
.curve-top {
    border-radius: 2rem 2rem 0rem 0rem !important;
}
.curve-bottom {
    border-radius: 0rem 0rem 1.5rem 1.5rem !important;
}
.icon-holder{
    margin: auto 1rem;
}
.message-notification-container {
    border-right: 2px solid var(--light-gray);
}
.notifications-section .user-name{
    margin: auto 1rem;
}
.notifications-section {
    position: fixed;
    top: 0;
    right: 10rem;
    min-height: 4rem;
    z-index: 5;
}
.tank-section .tablet{
    padding: 41px 45px;
}
.tank-section .tablet p{
    font-size: 19px;
}
.form-section {
    margin-top: 40px !important;
}
.title.space {
    margin-bottom: 45px;
}
.tank-section .pill-item-profile > p, .device-page .pill-item-profile > p {
    font-size: 19px;
}
.tank-section .pill-item-profile > *, .device-page .pill-item-profile > * {
    margin: 0;
    align-items: center;
}
.tank-section .pill-item-profile, .device-page .pill-item-profile {
    margin-top: 37px;
    padding: 17px 22px;
    gap: 12px;
}
.brief-info p{
    margin-bottom: 0px;
}
.tank-section .brief-info, .device-page .brief-info {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.outage .long-pill{
    display: flex;
    align-items: center;
    padding: 36px 50px;
}
.profile button{
    padding: 15px 31px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 20px;
}
.outage .long-pill div:nth-child(2) p {
    font-size: 20px;
}
.outage .brief-info p.make-light-gray {
    font-size: 18px;
}
.outage .brief-info p.make-navy {
    font-size: 22px;
}
.reports .tablet{
    padding: 48px 41px;
}
.reports .info-pills{
    margin-bottom: 16px;
}
.reports .label-icon {
    width: 42px;
    height: auto;
}
.outage .brief-info {
    display: flex;
    flex-direction: column;
}
.tank-section .pill-item-header {
    margin-bottom: 31px;
}
.curve-all {
    border-radius: 2rem 2rem 2rem 2rem !important;
}
.s-logo {
    margin: 1rem;
    width: clamp(15px, 15px + 1vw, 30px);
}
.m-logo {
    margin: 1rem;
    width: clamp(20px, 20px + 1vw, 40px);
    margin-left: 0px;
}
.prof-name, .center-v {
    display: flex;
    align-items: center;
    margin: 0;
}
.s-round {
    border-radius: 1rem;
}
.put-top{
    z-index: 3;
}
.s-pp {
    width: clamp(60px, 60px + 1vw, 90px);
    margin: 1rem;
}
.l-pp {
    width: clamp(80px, 80px + 1vw, 130px);
    margin: 1rem;
}
.absolute-right{
    position: absolute;
    right: 0;
}
/*====================SHAPES======================*/
.tablet {
    background-color: white;
    border: 0px solid white;
    border-radius: 1.5rem;
    padding: 2rem;
}
.brief-and-consumption .left-body {
    gap: 25px;
}
.brief-and-consumption .consumption{
    font-size: 28px;
}
.brief-and-consumption > div {
    display: grid;
    flex: 1;
    align-content: center;
}
.brief-and-consumption {
    display: flex;
    margin: 61px auto 0 auto;
}
.meter-info .address {
    font-size: 22px;
    color: var(--light-gray);
    margin-left: 30px;
}
.properties-list .tablet, .map-body-content, .meter-info .tablet {
    padding: 22px 38px 49px 46px;
}
.map-info #coordinates {
    font-size: 17px;
    margin-top: 11px;
    margin-bottom: 40px;
}
.map-info .address{
    font-size: 22px;
    color: var(--navy);
    margin: 0;
}
.settings-nav .nav-item a.active {
    background-color: var(--purple);
    color: white;
}
.each-property-page .pill-item {
    padding: 42px 55px;
}
.settings-nav .nav-item a:not(.active) {
    background-color: var(--light-pink);
    color: var(--purple);
}
.add-btn {
    width: 102px;
    height: 102px;
    border-radius: 50%;
}
.feedback {
    position: fixed;
    right: 0;
    top: 20px;
    z-index: 6;
    transform: translateX(100%);
}
.feedback.success .feedback-icon {
    color: rgb(3, 71, 3);
}
.feedback.failure .feedback-icon {
    color: rgb(71, 3, 3);
}
.feedback.success .feedback-message {
    color: rgb(32, 90, 32);
}
.feedback.failure .feedback-message {
    color: rgb(90, 32, 32);
}
.feedback.success{
    border-left: 6px solid rgb(28, 78, 28);
    background-color: rgba(0, 200, 0, .8);
}
.feedback.failure{
    border-left: 6px solid red;
    background-color: rgba(200, 0, 0, .8);
}

.feedback.active{
    animation: slide_in 5s ease forwards;
}
@keyframes slide_in{
    0%{
        transform: translateX(100%);
    }
    10%{
        transform: translateX(-30%);
    }
    20%{
        transform: translateX(0%);
    }
    40%{
        transform: translateX(-10%);
    }
    80%{
        transform: translateX(-10%);
    }
    100%{
        transform: translateX(100%);
    }

}
.feedback-icon{
    font-size: 30px;
}
.feedback-message{
    color: rgb(32, 90, 32);
    font-size: 20px;
}
.options-menu {
    position: absolute;
    top: 75%;
    right: 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
    pointer-events: none;
    border-radius: 1.5rem;
    padding: 29px !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 190px;
}
.field-validation-error {
    font-size: 12px;
    color: red;
}
.pill-item-header.active > .options-key + .options-menu {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: auto;
}



.summary-popup-holder{
    position: relative;
}
.summary-popup {
    opacity: 0;
    pointer-events: none;
    width: 200px;
    text-align: center;
    position: absolute;
    bottom: -20px;
    transform: translateY(-10px);
    transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
}
.summary-popup-holder.active > img + .summary-popup {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: auto;
}
.summary-popup::before {
    content: "";
    display: block;
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid gray;
    top: -15px;
    border-bottom: 20px solid white;
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,.5));
    filter: drop-shadow(0px 0px 1px rgba(0,0,0,.2));
}
.summary-popup-content {
    position: absolute;
    min-width: 200px;
    background-color: white;
    border-radius: .5rem;
    left: -38%;
}
textarea:read-only:focus, input:read-only:focus {
    outline: none;
}
.summary-popup-content > .bottom-separator{
    border-bottom: 1px solid var(--light-gray);
}
.summary-popup-content > div{
    display: grid;
}

.summary-popup-content p{
    margin: .5rem auto;
    font-size: 16px;
}
.summary-popup-content .notifications-item{
    cursor: pointer;
}
.summary-popup-content .notifications-item:hover{
    background-color: #FDF1FF;   
}

#self-edit-user input::placeholder {
    color: #C4C4C4;
}
#self-edit-user button {
    font-size: 20px;
    padding: 12px 27px;
    font-weight: 700;
    border-radius: 20px;
    margin-top: 21px;
}
#self-edit-user input {
    font-size: 21px;
    color: gray;
    margin-bottom: 21px;
    padding: 15px 24px;
    width: 100%;
    background: white;
    max-width: 415px;
    display: flex;
    border: 1px solid #D3D3D3;
}
#self-edit-user input#self-edit-user-password-confirmation {
    display: none;
}
#password-alert{
    color: red;
    display: none;
    margin: 8px 0 0;
}
.password-section {
    display: grid;
    gap: 21px;
}
.item-user .img-user{
    display: flex;
    gap: 24px;
    align-items: center;
}
.item-user .img-user p{
    font-size: 18px;
    font-weight: 700;
}
.account-summary p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.img-user img {
    width: 67px;
    height: 67px;
    object-fit: cover;
    margin: 0;
}
.settings-profile h2 {
    font-size: 27px;
}
.previllage {
    max-width: 345px;
}
.previllage select {
    font-size: 18px;
    font-weight: 700;
    color: #F72B65;
    width: 100%;
}
.settings-profile p {
    font-size: 17px;
}
.settings-profile p, .settings-profile h2{
    margin-bottom: 0;
}
.password-section > * {
    margin: 0 !important;
}
.password-section a{
    color: #5A5A5A;
    font-size: 20px;
}
.more-arrow {
    margin: auto 0px auto auto;
    cursor: pointer;
}
.r-info h4{
    font-size: 20px;
    font-weight: 700;
}
.r-info h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px !important;
}
.r-info > div:first-child{
    display: flex;
    margin-bottom: 40px !important;
}
.r-info > div > *{
    margin-bottom: 0px;
}
.col-1-row-1 {
    grid-column: 1;
    grid-row: 1;
}
.fill-height{
    height: 100vh;
}
.fill-container-height{
    height: 100% !important;
}
.property-container-height{
    min-height: 300px;
}
.slide-r-menu input, .slide-r-menu select {
    width: 276px;
    margin-bottom: 8px;
    height: 54px;
    background: white;
}
.slide-r-menu .r-info{
    max-width: 300px;
}
.slide-r-menu {
    margin-left: auto;
    padding: 3rem 30px;
    height: 100vh;
    box-shadow: 0px 0px 10px 0px #aaa;
    display: none;
    z-index: 4;
    position: fixed;
    right: 0;
    overflow: scroll;
    padding-top: 6rem;
}
.more-options {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-top: 3rem;
    padding: .5rem 1.5rem 0rem;
    margin-bottom: auto;
    display: none;
}
.next{
    margin-top: 42px;
}
.add-button-components{
    display: none;
}
.fix-right {
    position: fixed;
    right: 3%;
    bottom: 5%;
}

#main-add-container.active {
    background-color: white !important;
    color: var(--pink) !important;
}
#main-add-container:not(.active){
    background-color: var(--pink) !important;
    color: white !important;
}

.dropdown-holder {
    position: relative;
}

.dropdown-m {
    position: absolute;
    left: 0;
    top: calc(65% + .25rem);
    background-color: white;
    padding: .75rem;
    border-radius: .25rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
    pointer-events: none;
}

.dropdown-holder > a:focus + .dropdown-m {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.normal-link-button {
    padding: .5rem 1rem;
    margin: 0px;
    border-radius: 4rem;
    margin-left: 0px;
    white-space: nowrap;
}
.settings-nav {
    flex-wrap: nowrap;
    gap: 18px;
}
.settings-nav .normal-link-button {
    white-space: nowrap;
}
.normal-input {
    padding: 1rem;
    border-radius: 1rem;
}
.title h1 {
    font-size: 22px;
    font-weight: 700;
    color: var(--navy);
    margin: 0;
    align-items: center;
    display: flex;
}
.title .profile img{
    margin: 0px;
}
.title .profile {
    display: flex;
    gap: 12px;
    padding: 12px 15px;
}
.pill-item .pill-item-profile p {
    font-size: 16px;
}
.pill-item .pill-item-profile img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    display: flex;
    align-self: center;
}
.title .profile p{
    font-size: 15px;
}
.normal-button {
    padding: 1rem;
    margin: 1rem;
    border-radius: 1rem;
    margin-left: 0px;
}
.dashboard-home {
    gap: 19px;
    display: grid;
    padding: 0px;
}
.small-pills-items > div {
    margin-bottom: 1rem;
    padding: .5rem 3rem !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}
.property-map-content {
    background: linear-gradient(to left, white, transparent, white, white, white);
}
.water {
    background: linear-gradient(transparent, white), linear-gradient(135deg, white, white, transparent), url("../images/Background/img-water@1x.png") top right no-repeat white;
    object-fit: cover;
}
.electricity {
    background: linear-gradient(transparent, white), 
        linear-gradient(to right, white, white, transparent), 
        url("../images/Background/img-electricity@1x.png") top right no-repeat white;
    object-fit: cover;
}
.properties {
    background: linear-gradient(transparent, white), 
        linear-gradient(to right, white, white, transparent), 
        url("../images/Background/img-properties@1x.png") top right no-repeat white;
    object-fit: cover;
}
.customers {
    background: linear-gradient(transparent, white), 
        linear-gradient(to right, white, white, transparent), 
        url("../images/Background/img-customers-1@1x.png") top right no-repeat white;
    object-fit: cover;
}
.trends {
    background: linear-gradient(transparent, white), 
        linear-gradient(to right, white, white, transparent), 
        url("../images/Background/img-customers@1x.png") top right no-repeat white;
    object-fit: cover;
}
.tank {
    background: linear-gradient(transparent, white), 
        linear-gradient(to right, white, white, transparent), 
        url("../images/Background/img-tanks@1x.png") top right no-repeat white;
    object-fit: cover;
}

@media (min-width: 768px) {
    .title {
        display: flex;
    }
    .mob-header{
        display: none;
    }
    .notifications-section.curve-bottom {
        display: flex;
    }
    .info-pills {
        grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    }
    .graph-summary > div:last-child{
        margin-left: 3rem;
    }
    .child .nav-item .nav-link {
        padding-left: 75px;
    }
    .settings-profile > div:first-child > div {
        padding-right: 2rem;
        border-right: 1px #C9C9C9 solid;
        margin: 11px 1rem 3px 0px;
    }
    .settings-profile {
        gap: 0px;
    }
    .footer {
        display: block;
    }
    .settings-profile > div:nth-child(2) {
        padding-left: 1rem;
    }

    .settings-profile, .item-user, .graph-summary {
        display: flex;
    }
    .item-user :last-child{
        margin-left: auto;
    }
    .dashboard-home .tablet {
        padding: 52px 59px;
    }
    aside {
        display: block;
        position: relative !important;
        max-width: 350px;
        width: 100%;
    }
    .title h1 {
        font-size: 32px;
    }
    .title .profile p {
        font-size: 19px;
    }
    .pill-item .pill-item-profile p {
        font-size: 19px;
    }
}
@media (min-width: 992px){
    #dashboard_body {
        padding: 86px 36px 0rem;
    }
    .dashboard-home {
        gap: 45px;
    }
    
    .info-pills {
        gap: 45px;
    }
    .dashboard-home .info-pills {
        column-gap: 42px;
    }
    .pill-item-body img {
        max-width: 51px;
        max-height: 60px;
    }
    .dashboard-home .tablet {
        gap: 62px;
    }
    .tablet h2 {
        font-size: 28px;
    }
    .tablet h3 {
        font-size: 24px;
    }
    .tablet p {
        font-size: 20px;
    }
    .password-section {
        grid-template-columns: repeat(auto-fill, 415px );
    }
}

@media (max-width: 600px) {
    .item-user > div:last-child{
        display: flex;
    }
    .item-user > div:last-child > select{
        flex: 1;
    }
    
}