/* body {
    margin:0;
    padding:0;
    font-family:Montserrat;
    font-family:Geologica;
}
.my__element__class {
    display:flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.form {
    display: flex;
    flex-flow: column nowrap;
    gap:10px;
    max-width: 500px;
}

.form__label {
    min-width: 90px;
}

.form__field {
    display: flex;
    justify-content: flex-start;
}



a {
    color: blue;
    transition: color 0.2s;
}

a:hover{
    color: orange;
}


.container {
    display:flex;
    max-width: 1440px;
    height: 100vh;
    margin: 0 auto;
    justify-content:center;
    align-items:center;
}

.login-form {
    background-color: lightgreen;
    border-radius: 10px;
    min-width: 300px;
}

.reset-list {
    list-style: none;
    margin:0;
    padding:0;
}
.user__list {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(100px,300px));
    grid-template-rows: repeat(auto-fit,1fr);
    gap: 10px;
}

.user__list__item {
    display: flex;
    flex-flow: column nowrap;
    border: 1px solid lightgray;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px;
    border-radius: 10px;
    min-height: max-content;
    box-shadow: lightgray 1px 3px 17px;
}

.person__avatar{
    width: 150px;
    border-radius: 100%;
    height: 150px;
    object-fit: cover;
    object-position: 0px -5px;
    margin-bottom: 15px;
    align-self: center;
}

.person__name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    min-height: 40px;
}

.person__dep {
    font-size: 12px;
    font-weight: 200;
    margin-bottom: 15px;
    min-height: 30px;
}

.person__job {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
    min-height: 30px;
}

.list-btn-group {
    display:flex;
    flex-flow: row nowrap;
    gap: 10px;
}

.btn {
    text-decoration: none;
    color: inherit;
}

.btn-blue {
    background-color: lightgray;
    color: white;
}

.user__list__btn {
    border-radius: 10px;
    padding: 10px;
    font-size: 12px;
} */

/* dashboard style */

* {
    box-sizing: border-box;
}

body {
    font-family: Roboto;
    margin:0;
    padding:0;
}

.main {
    display: flex;
    flex-flow: column nowrap;
}

.header__application {
    display: flex;
    background-color: lightgray;
}

.application__wrapper {
    display:grid;
    grid-template-columns: minmax(100px,250px) 1fr;
}

.reset-list {
    list-style-type: none;
    margin:0;
    padding:0;
}

/* main style */


.main__layout {
    display: flex;
    flex-flow: row nowrap;
    background-color:#0373FF;
    height: 100vh;
    /* width: 20%; */
    /* padding: 40px; */
}

.logo__section {
    flex:1;
    padding: 40px;
}

.login__section {
    display: flex;
    flex:9;
    justify-content: center;
    align-items: center;
    background-color: white;
    
}

.login__form {
    width: 414px;
}

.logo {
    max-height: 62px;
    max-width: 274px;
}

.login__layout {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form__item {
    display: flex;
    flex-flow: column nowrap;
}

.form__item__label {
    margin: 0;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #1A1B1C;
    padding-left: 24px;
}

.login__form__header {
    text-align: center;
    font-size: 36px;
    margin:0;
    margin-bottom: 60px;
}

.form__wrapper {
    display: flex;
    flex-flow: column nowrap;
    gap: 24px;
}


button[type="submit"] {
    background-color: #1D63D3;
    border: none;
    border-radius: 12px;
    color: white;
    padding: 20px 0 20px 0;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.form__input[type="password"] {
    letter-spacing: 5px;
}

/* .form__input[type="password"]::after {
    content: url('/images/icons/eye_icon.svg')
} */

.form__input {
    background-color: #F2F4F8;
    padding: 18px 24px 18px 24px;
    border: none;
    border-radius: 12px;
    outline: none;
    position: relative;
    font-size: 16px;
}


.input__wrapper:focus-within{
    outline: 1px solid #1D63D3;
}



.input__wrapper {
    display: flex;
    background-color: #F2F4F8;
    border: none;
    border-radius: 12px;
    outline: none;
    position: relative;
    gap: 10px;
    /* transition: outline 0.5s; */
}

.input__wrapper > .form__input {
    margin-right: auto;
    width: 100%;
}

.input__wrapper > .password__icon{
    margin-right: 10px;
    cursor: pointer;
}

/* dashboard style */


.main_container{
    display: flex;
    /* height: 100vh; */
}

.control__panel{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
    flex: 0 1 210px;
    background-color: #F2F4F8;
    padding: 40px 32px 40px 32px;
    position: fixed;
    height: 100vh;
}

.company-logo {
    margin-bottom: 350px;
}
.menu__wrapper {
    margin-bottom: auto;
}

.main__section {
    background-color: white;
    flex:9;
}

.menu__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu__link {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #1A1B1C;
}

.menu__list__item {
    padding: 16px 0px 16px 0px;
}

.menu__item__img {
    margin-bottom: 8px;
}

.menu__link:hover {
    color:#0373FF;
}

.menu__link:hover > svg > path{
    fill:#0373FF;
}



/* main section style start */

.main__section {
    padding:0;
    margin:0;
    padding: 47px 40px 47px 226px;
}


/* main section style end */



/* main header style start */

.main__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 56px;
}
.form__search {
    flex: 0 1 800px;
}

/* main header style end */



.content__section__header {
    padding-left: 20px;
    text-transform: uppercase;
    line-height: 30.8px;
    margin:0;
    margin-bottom: 12px;
}




.controll__wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 8px;


}

.controll__item{
    display: block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    gap: 8px;
    border-radius: 4px;
}

.item__show__list {
    background-image: url("/images/icons/list_icon.svg");
}

.item__show__grid {
    background-image: url("/images/icons/grid_icon.svg");
}

.item__show__share {
    background-image: url("/images/icons/share_icon.svg");
}

.item--active{
    background-color: white;
}

.user__list {
    display: grid;
    grid-template-columns: auto;
}

.user__list__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.person__info__wrapper {
    display: flex;
    gap: 12px;
}

.person__avatar {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
    object-position: top;
}

.person__info {
    display: flex;
    flex-flow: column nowrap;
    gap: 4px;
}



/*  */

.header__person__info {
    display: flex;
    flex-flow: column nowrap;
}

.user__list__header {
    background-color: #FAFCFF;
    padding: 24px 0px 18px 0px;
    font-size: 16px;
    font-weight: 500;
    align-items: flex-start;
}

.user__list__item {
    display: grid;
    grid-template-columns: 0.1fr 0.1fr 2fr 1fr 1fr 2fr;
    text-decoration: none;
    color: black;
    padding-left: 20px;
}


/* 
.user__list__item:not(:last-child) {
    border-bottom: 1px solid #d3d3d345;
} */




.person {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor:pointer;
}

.person:hover {
    background-color: #FAFCFF;
}


.person__name {
    color: #1A1B1C;
    font-size: 16px;
    font-weight: 400;
}
.person__job {
    color: #85878B;
    font-size: 14px;
    font-weight: 400;
}

.person__email {
    text-transform: lowercase;
}

.select__all {
    align-self: center;
}



.img_wrapper {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.img_wrapper::after {
    content:url('/images/icons/camero.svg');
    position: absolute;
    top:64px;
    left: 64px;
    /* transform: translate(50% 50%); */
    opacity: 0;
    transition: opacity .5s;
}


.img_wrapper:hover::after {
    /* content:url('/images/icons/camero.svg'); */
    /* position: absolute; */
    /* top:64px; */
    /* left: 64px; */
    /* transform: translate(50% 50%); */
    opacity: 1;
}

.img_wrapper:hover > .profile_avatar {
    filter: grayscale(0.8);
}


.select__element {
    padding: 10px;
    border: none;
    background: inherit;
}

.select__element:focus {
    border:none;
    outline: none;
}