@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700&display=swap');

* {
    font-family: 'Poppins', sans-serif;
}

.mainColor {
    color: #FEB898;
}

.mainBgColor {
    background-color: #FEB898;
}

.secondaryColor {
    color: #64B2CD;
}

.secondaryBgColor {
    background-color: #64B2CD;
}

table tr {
    height: 40px;
    vertical-align: middle;
}

table * {
    font-size: 14px
}

p, a {
    font-size: 14px !important;
}

p {
    margin-bottom: 0;
    color: #000000;
}

.letraPeq {
    font-size: 12px !important;
}

.pointer {
    cursor: pointer;
}

.border-secondary {
    border-color: #DCDCDC !important;
}

.form-control:focus {
    border-color: rgba(254, 184, 152, 0.26) !important;
    box-shadow: 0 0 0 0.15rem rgba(254, 184, 100, 0.25) !important;
}

input {
    border-radius: 50px !important;
    padding-left: 25px !important;
}

label {
    padding-left: 25px !important;
}


.selectizeSearch{
    width: 100%;
}

.selectize-input{
    box-shadow: none;
    border-radius: 5px;
    height: 38px;
}

.selectizeSearchBig .selectize-input{
    font-size: 1rem;
    height: 58px;
    display: flex;
    align-items: center;
}



















