.sidebar-brand {
    height: 70px;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0px 10px;
}

.sidebar-logo {
    width: 60px;
    float: left;
    padding-left: 15px;
}

.sidebar-logo img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.sidebar-name {
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.user-profile {
    display: flex;
    align-items: center;
}

.user-profile span.user {
    font-weight:700;
    margin-right: 7px;
}

p.top__bar__setting {
    margin-bottom: 10px !important;
}

p.top__bar__setting a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.v-list-item {
    min-height: 30px !important;
}

/* .v-list-item a{
    color: rgba(0,0,0,.87) !important; 
} */


.border-blue{
    border-top: 3px solid blue;
}


.border-green{
    border-top: 3px solid #1abc9c
}

.border-red{
    border-top: 3px solid hsl(0, 78%, 62%);
}

/* Dashboard Css */
.container_row {
    margin-left: -35px !important;
    margin-right: 0px !important;
}

.person_counter {
    padding-right: 5%;
    color: #1d2671;
}

.box-gradiant {
    background: -webkit-linear-gradient(to right, #c33764, #1d2671);
    background: linear-gradient(to right, #c33764, #1d2671);
}

.sub_info {
    font-size: 24px;
    color: #fff;
    margin-top: 0px;
    position: absolute;
    margin-left: 20px;
}

.money_icon {
    font-size: 26px;
}

h3 {
    font-size: 20px;
    font-weight: 500;
}

:root {
    --red: hsl(0, 78%, 62%);
    --cyan: hsl(180, 62%, 55%);
    --orange: hsl(34, 97%, 64%);
    --blue: hsl(212, 86%, 64%);
    --varyDarkBlue: hsl(234, 12%, 34%);
    --grayishBlue: hsl(229, 6%, 66%);
    --veryLightGray: hsl(0, 0%, 98%);
    --weight1: 200;
    --weight2: 400;
    --weight3: 600;
}

body {
    font-size: 15px;
    font-family:  sans-serif;
    background-color: var(--veryLightGray);
}

.attribution {
    font-size: 11px;
    text-align: center;
}
.attribution a {
    color: hsl(228, 45%, 44%);
}

h1:first-of-type {
    font-weight: var(--weight1);
    color: var(--varyDarkBlue);
}

h1:last-of-type {
    color: var(--varyDarkBlue);
}

@media (max-width: 400px) {
    h1 {
        font-size: 1.5rem;
    }
}

.header {
    text-align: center;
    line-height: 0.8;
    margin-bottom: 50px;
    margin-top: 100px;
}

.header p {
    margin: 0 auto;
    line-height: 2;
    color: var(--grayishBlue);
}


.preview_image{
    width: 100px
}

.v-text-field__details {
    display: none !important;
}
/* Dashboard Css */

/* Scroll bar */
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #464DEB;
    border-radius: 10px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #2F37E9;
  }
/* Scroll bar */



.container_row {
    margin-left: -35px !important;
    margin-right: 0px !important;
}

.person_counter {
    padding-right: 5%;
    color: #1d2671;
}

.box-gradiant {
    background: -webkit-linear-gradient(to right, #c33764, #1d2671);
    background: linear-gradient(to right, #c33764, #1d2671);
}

.sub_info {
    font-size: 18px;
    color: #fff;
    margin-top: 0px;
    position: absolute;
    margin-left: 20px;
}


.attribution {
    font-size: 11px;
    text-align: center;
}
.attribution a {
    color: hsl(228, 45%, 44%);
}

h1:first-of-type {
    font-weight: var(--weight1);
    color: var(--varyDarkBlue);
}

h1:last-of-type {
    color: var(--varyDarkBlue);
}

@media (max-width: 400px) {
    h1 {
        font-size: 1.5rem;
    }
}

.header {
    text-align: center;
    line-height: 0.8;
    margin-bottom: 50px;
    margin-top: 100px;
}

.header p {
    margin: 0 auto;
    line-height: 2;
    color: var(--grayishBlue);
}


.d_img_icon {
    margin-top: -75px;
    float: right;
    width: 60px;
}



.error_msg {
    color: red;
    font-size: 13px;
    margin-left: 10px;
    margin-top: 3px;
}

.v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line {
    padding-inline: 16px;
    padding: 5px 10px 5px 7px !important;
}

.v-field.v-field--active.v-field--appended.v-field--center-affix.v-field--dirty.v-field--no-label.v-field--variant-filled.v-theme--light.v-locale--is-ltr {
    padding: 0 !important;
    height: 35px !important;
}


.v-field__input {
    min-height: 35px !important;
    min-width: 0!important;
    padding-inline: 0!important;
    padding: 0 10px !important;
    position: relative;
    width: 100%;
}

div.error {
    color: red;
    font-size: 13px;
    margin-left: 5px;
}



