.status {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.status-active {
    background: #7eed05;
}
.status-unassigned {
    background: #e20b0b;
}
.title {
    display: block;
    font-size: 29px;
    margin: 10px 20px 20px 20px;
}
.subtitle {
    display: block;
    margin: 10px 20px 20px 20px;
}
.text-center {
    text-align: center;
}
.link {
    display: block;
    margin: 10px 20px 20px 20px;
    text-align: center;
    font-size: 20px;
}
.field {
    padding-bottom: 20px;
    display: block;
    margin: 0 auto;
    width: 90%;
}
.table {
    display: table;
    margin: 0 auto;
}
.picture {
    display: table;
    margin: 0 auto;
}
.banner {
    width: 100%;
    padding-top: 10px;
}
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
}
.full-height {
    min-height: 75vh;
}
.responsive {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.width-full {
    width: 100% !important;
}
.align-middle {
    display: flex;
    align-items: center;
}
.align-middle-wrap {
    flex-wrap: wrap;
}
.align-center {
    margin: 0 auto;
}
.align-video-center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.spin {
    animation: rotation 2s infinite linear;
}
.clearfix {
    overflow: auto;
}
.hidden {
    display: none;
}
.autocomplete-input {
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    border-radius: 25px;
    border: 1px solid #FFFFFF;
    text-align: left;
    padding: 10px 20px 10px 20px;
    background: white;
    color: #d1d0d0;
    font-size: 20px;
    cursor: pointer;
}
.autocomplete {
    width: 100%;
    max-height: 200px;
    box-sizing: border-box;
    border-radius: 25px;
    border: 1px solid #FFFFFF;
    text-align: left;
    padding: 20px;
    background: white;
    overflow-y: auto;
    color: black;
}
.autocomplete-option {
    padding: 10px 5px 10px 5px;
    border-bottom: 1px solid gray;
    border-radius: 25px;
    cursor: pointer;
}
.autocomplete-option:hover {
   background-color: gray;
}
.container {
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto
}
.no-decoration {
    text-decoration: none !important;
}
.disabled-button {
    background-color: #6c6c6c !important;
    border: none !important;
    color: white !important;
    opacity: 0.5;
}
.overflow-y {
    overflow-y: auto;
}
.table td {
    color: white;
    padding: 10px;
    white-space: nowrap;
}
.l-h-30 {
    line-height: 30px !important;
}
.p-l-0 {
    padding-left: 0 !important;
}
.p-r-0 {
    padding-right: 0 !important;
}
.m-t-10 {
    margin-top: 10px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.f-s-5 {
    font-size: 5px !important;
}
.f-s-7 {
    font-size: 7px !important;
}
.f-s-10 {
    font-size: 10px !important;
}
.f-s-12 {
    font-size: 12px !important;
}
.f-s-15 {
    font-size: 15px !important;
}
.f-s-17 {
    font-size: 17px !important;
}
.f-s-20 {
    font-size: 20px !important;
}
.f-s-23 {
    font-size: 23px !important;
}
.f-s-25 {
    font-size: 25px !important;
}
.f-s-27 {
    font-size: 27px !important;
}
.f-s-30 {
    font-size: 30px !important;
}
.h-100 {
    min-height: 100vh !important;
}
.h-90 {
    min-height: 90vh !important;
}
.h-80 {
    min-height: 80vh !important;
}
.h-70 {
    min-height: 70vh !important;
}
.h-60 {
    min-height: 60vh !important;
}
.h-50 {
    min-height: 50vh !important;
}
.h-40 {
    min-height: 40vh !important;
}
.h-30 {
    min-height: 30vh !important;
}
.h-20 {
    min-height: 20vh !important;
}
.h-10 {
    min-height: 10vh !important;
}
.h-5 {
    min-height: 5vh !important;
}
.w-100 {
    width: 100% !important;
    float: left;
}
.w-90 {
    width: 90% !important;
    float: left;
}
.w-80 {
    width: 80% !important;
    float: left;
}
.w-70 {
    width: 70% !important;
    float: left;
}
.w-60 {
    width: 60% !important;
    float: left;
}
.w-50 {
    width: 50% !important;
    float: left;
}
.w-40 {
    width: 40% !important;
    float: left;
}
.w-30 {
    width: 30% !important;
    float: left;
}
.w-20 {
    width: 20% !important;
    float: left;
}
.w-10 {
    width: 10% !important;
    float: left;
}
.w-5 {
    width: 5% !important;
    float: left;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 650px
    }
}
@media (max-width: 645px) {
    input, textarea, select {
        vertical-align: middle;
        font-size: 20px;
    }
    label {
        font-size: 15px;
    }
}
@media (orientation: landscape) {
    .portrait-orientation {
        display: none;
    }
    .landscape-orientation {
        display: block;
    }
}
@media (orientation: portrait) {
    .portrait-orientation {
        display: block;
    }
    .landscape-orientation {
        display: none;
    }
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
