body {
    margin: 0;
    text-align: left;
    background-color: white !important;
    color: #003362 !important;
}

#root {
    font-family: 'Segoe UI';
    font-weight: 400;
    font-size: 16px !important;
    /* line-height: 20px; */
}

* {
    border: none;
    outline: none !important;
}

a:hover {
    text-decoration: none !important;
}

.whatsappIcon {
    cursor: pointer;
    color: #55cd6c;
    font-size: 16px;
}

.fa-eye {
    margin: 0 1px;
    color: white;
}

.times {
    padding: 10px 12px !important;
}

.pointer {
    cursor: pointer;
}

.spaceBetween {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.icon {
    margin-right: 12px;
}

.yellowIcon {
    margin-right: 12px;
    color: #fbcf14;
}

.spinner-border-sm {
    margin-right: 5px;
    vertical-align: baseline;
}

.select {
    min-width: 150px;
}

.select>div {
    min-height: 48px;
    border: 1px solid #CAD7E3;
    border-radius: 8px;
}

textarea {
    resize: none;
    padding: 13px 16px;
    border: 1px solid #cad7e3;
    border-radius: 8px;
    width: 100%;
}