@font-face{
    font-family: 'Raleway';
    src: url("fonts/Raleway-Regular.ttf");
  }
  
  body{
    font-family: 'Raleway';
  }


.text-left {
    text-align: left !important;
  }

.rounded-circle{
    width: 10em!important;
    height: 10em!important;
}

.list-profile {
    margin-top: 1.4em;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: .25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}
.me-2 {
    margin-right: .5rem!important;
}

.list-profile h4{
    font-size: 2vh;
}


.list-profile p{
    font-size: 1vh;
}


#list-item-1 button{
    margin-top: 1.3em;
}

#soglasie{
    font-weight: 600;
    margin-bottom: 2em;
}

.form-check label{
    font-weight: 200;
}

.form-check{
    margin-bottom: 1,3em;
}

#exit{
    margin-top: 1em;
}


.card{
    margin-top: 1.7em;
}

.tab-pane{
    zoom: 1.2;
}

.card-body p{
    font-size: 1.4vh;
}

.nav-pills .nav-link{
    margin-bottom: 1em;
}