.card:hover{
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    cursor: pointer;
}

.card-custom-height {
    height: 93%;
}

.au-input-icon-custom {
    top: 1px;
    right: 12px;
    width: 63px;
    height: 63px;
    line-height: 63px;
    text-align: center;
    display: block;
    font-size: 30px;
}

.back-arrow {
    font-size: 30px;
    padding-left: 20px;
    line-height: 45px;
}

.nick {
    font-weight: bold;
    text-transform: capitalize;
    line-height: 45px;
}

.archive-button {
    position: absolute;
    top: 1px;
    right: 12px;
    text-align: center;
    display: block;
}

.archive-button-icon {
    font-size: 20px;
    line-height: 30px;
    display: block;
}

.selected-type-messages {
    border-bottom: solid #fff 2px;
}

.type-message {
    padding-right: 20px; 
    font-size: 20px; 
    color: aliceblue; 
}

.type-message:hover {
    padding-right: 20px; 
    font-size: 21px; 
    color: aliceblue; 
}

.text-header {
    color: #222 !important;
    font-family: "Josefin Sans",sans-serif !important;
    font-size: 12px !important;
    line-height: 1.41em !important;
    letter-spacing: .1em !important;
    font-weight: 700;
    padding: 0 19px;
    text-transform: uppercase;
}

.text-header:hover {
    color: #5874a7 !important;
}

.header-desktop {
    background: #fff !important;
    box-shadow: none !important;
}

.table-data2.table tbody td {
    padding: 15px 40px;
}

#boatSelectable {
    outline: 2px solid #5874a7;
}

.main-content {
    background: rgba(204, 223, 253, 0.37);
}