.add-btn {
    z-index: 3;
    bottom: 1.5em;
    right: 1.5em;
    width: 3em;
    height: 3em;
    border-radius: 1.5em;
    background: #bada55;
    color: white;
    text-decoration: none;
    text-align: center;
    border: 1px solid white;
    /* box-shadow: 0 0 0.3em rgba(0,0,0, 0.1); */
    box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.3);
    line-height: 2.9em;
    cursor: pointer;
}

.modal-window {
    width: 100% !important;
    background: #ffffff !important;
    top: 0 !important;
    left: 0 !important;
    min-height: 100% !important;
}

body {
    height: 100% !important;
}

html {
    min-height: 100%; /* make sure it is at least as tall as the viewport */
    position: relative;
}

.modal-window input[type="text"], .modal-window input[type="email"], .modal-window input[type="password"], .modal-window input[type="number"] {
    /*border: 1px solid transparent;*/
    /*background-color: #f1f1f1;*/
    padding: 10px;
    font-size: 16px;
}

.close-btn {
    background-color: var(--danger);
    position: fixed !important;
    z-index: 1000 !important;
}
