select {
    border: 1px solid #ccc;
    vertical-align: top;
    height: 20px;
}

input, select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.img-responsive {
    max-width: 100%;
}

ol li {
    color: #858993;
}

ul li {
    color: #858993;
}

body::-webkit-scrollbar {
    width: 0.55em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.16);
}

body::-webkit-scrollbar-thumb {
    background-color: #b3c2e6;
    border-radius: 4px;
}

/* Utilities */
.g-width-180 {
    width: 180px;
}

.u-btn-linkedin {
    color: #fff;
    background-color: #0077B5;
}

    .u-btn-linkedin:hover {
        color: #fff;
        background-color: #0b83c4;
    }

.u-btn-whatsapp {
    color: #fff;
    background-color: #075e54;
}

    .u-btn-whatsapp:hover {
        color: #fff;
        background-color: #086d61;
    }

.img-cover {
    object-fit: cover;
    object-position: center;
}
.display-hidden {
    display: none;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.as-mb-70-minus {
    margin-bottom: -70px;
}


.cc-height-25 {
    height: 25px !important;
}

.cc-width-20 {
    width: 20px !important;
}

.cc-height-20 {
    height: 20px !important;
}

.cc-height-65 {
    height: 65px !important;
}

.cc-height-70 {
    height: 70px !important;
}

.cc-height-160 {
    height: 160px !important;
}

.cc-height-260 {
    height: 260px !important;
}

.cc-border-radius-0 {
    border-radius: 0px !important;
}