* {
    font-family: "Manrope", sans-serif;
}

body {
    margin: 0;
}

.main-content {
    margin: 0;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.header__inner {
    height: 200px;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 10px;
    background-image: url(/img/bg.png);
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.more-info{
    padding: 10px 16px;
    font-size: .875rem;
    border-radius: 6px;
    background-color: #007DF2;
    color: #fff;
    transition: .15s;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
}

.card-container{
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: auto;
}

.more-info:hover{
    color: black;
    border: none;
    background-color: #e4e4e4;
}

.hidden-div{
    display: none;
}

.hidden-buttons{
    display: flex;
    justify-content: space-between;
}

.del-btn{
    display: block;
    width: 180px;
    height: 48px;
    background-color: #444444;
    border-radius: 8px;
    color: #FFFFFF;
    border: none;
    font-family: 'Manrope', sans-serif;
    transition: .15s
}

.del-btn:hover{
    color: black;
    border: none;
    background-color: #e4e4e4;

}
.edit-btn{
    display: block;
    width: 180px;
    height: 48px;
    background-color: #007DF2;
    border-radius: 8px;
    color: #FFFFFF;
    border: none;
    font-family: 'Manrope', sans-serif;
    transition: .15s
}

.edit-btn:hover{
    color: black;
    border: none;
    background-color: #e4e4e4;
    transition: .15s
}

.header__logo {
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.title-logotype {
    display: flex;
    flex-direction: column;
    margin-left: 150px;
}

.title-logo {
    text-align: center;
}

.span1{
    font-size: 14px;
    font-weight: 400;
    color: #8E8E8E;
}

.span::before{
    content: "\002F ";
}

.span{
    font-size: 14px;
    font-weight: 400;
    color: #606060;
}

.header__logo-title {
    font-size: 20px;
    font-weight: 700;
    color: #007DF2;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-left: 15px;
}

.visit-container {
    display: flex;
    gap: 10px;
}

.header__btn {
    padding: 10px 16px;
    font-size: .875rem;
    border-radius: 6px;
    background-color: #007DF2;
    color: #fff;
    transition: .15s;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
}

.header__btn:hover {
    color: black;
    border: none;
    background-color: #e4e4e4;
}


.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    transition: all .8s ease;
    opacity: 0;
    visibility: hidden;
}

.modal__body {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__content {
    width: 300px;
    height: 230px;
    background-color: #fff;
    color: #212529;
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.modal__close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #000;
    transition: .2s;
}

.modal__close:hover {
    color: rgba(0, 0, 0, .5);
}

.modal--open {
    opacity: 1;
    visibility: visible;
}

.visit-title {
    margin: 0;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}


.visit__field__inner {
    height: 100px;
    margin-top: 30px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    display: flex;
    justify-content: center;

}

.visit__field__default-text {
    margin-left: 100px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #212529;
    text-transform: uppercase;
}

.visit__field__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 10px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.card-list {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-color: #fff;
    color:rgba(0, 0, 0, .8);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.card-list a{
    color:rgba(0, 0, 0, .8);
    font-size: 18px;
}

.card--before {
    height: 120px;
}

.card__list--before {
    justify-content: flex-start;
    line-height: 30px;
}

.card-item {
    padding-left: 5px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
}

.card-delete {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 18px;
    color: #000;
    transition: .2s;
}

.card-delete:hover {
    color: rgba(0, 0, 0, .5);
}

.edit-card {
    position: absolute;
    right: 15px;
    top: 40px;
    color:rgba(0, 0, 0, .8);
} 

.form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.email-label {
    text-align: center;
    margin-bottom: 10px;
}

#loginEmail {
    height: 25px;
    width: 170px;
    border-radius: 4px;
    border: 1px solid;
}

.password-label{
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

#loginPassword {
    height: 25px;
    width: 170px;
    border-radius: 4px;
    border: 1px solid;
}

#loginSubmit{
    margin-top: 20px;
    height: 25px;
    width: 130px;
    border-radius: 4px;
    border: 1px solid;
}

.modal-title {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
}

.createVisit-title {
    margin-top: 35px;
}

.errInput {
    border-color: red;
    outline-color: red;
}

.errSpan {
    font-size: 10px;
    font-weight: 700;
    color: red;
    transform: translateY(-15px);
}

.search__field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    border-bottom: 1px solid #E2E2E2 ;
}

#search-input {
    width: 330px;
    border: 1px solid #E2E2E2;
    height: 30px;
}

#search-btn {
    width: 250px;
    border: 1px solid #E2E2E2;
    height:33px;
}

#priority, #open-done {
    width: 250px;
    border: 1px solid #E2E2E2;
    height: 34px;
    color: #8E8E8E;
}

#search-btn {
    width: 100px;

    border-radius: 6px;
    background-color: #007DF2;
    color: #fff;
    border: none;
    cursor: pointer;
}

#search-btn:hover {
    background-color: #c0bebe;
    color: black;
}

#search-btn:focus {
    outline: none;
}
