/* html elements */
* {
    font-family: 'Work Sans', sans-serif;
    font-size: 1rem;
}

body {

}

a {
    color: inherit;
}

.btn,
.btn.btn-dark{
    background-color: rgba(247, 82, 0, 1) !important;
    border-color: rgba(247, 82, 0, 1) !important;
    color: #fff !important;
}

.bg-warning{
    background-color: rgba(247, 82, 0, 1) !important;
}


.text-warning{
    color: rgba(247, 82, 0, 1) !important;
}

.border-warning{
    border-color: rgba(247, 82, 0, 1) !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Work Sans', sans-serif;
    font-weight: bolder;
    color: rgba(247, 82, 0, 1) !important;
}

.h1, .h2, .h2, .h4, .h5, .h6 {
    font-family: 'Work Sans', sans-serif;
    color: rgba(247, 82, 0, 1) !important;
}

.alignleft {
    display: inline-block;
}

/* header */
.navbar-brand {
    width: auto;
    height: 80px;
}

.brand-name {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 900;
}

.navbar-nav .menu-item a {
}

/* homepage */
.shortText {
    height: 100px;
    overflow: hidden;
}

/* profile */
.profile .languages img {
    width: 24px;
    height: auto;
}

.carousel-control-prev,
.carousel-control-next {
    position: relative;
    top: calc(50% - 50px);
    height: 100px;
}

#youtubeLinksCarousel iframe {
    min-height: 500px;
}

/* profiles */
.profiles .container {
    transition: 0.2s all ease-in-out;
}

.profiles .container:hover {
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari 3-8 */
    transform: scale(1.01);
}

.profiles .profileImageContainer {
    height: 0;
    padding-bottom: 100%;
}

.profiles .profileImageContainer img {
    object-fit: cover;
}

.profiles .whatsAppStatus,
.profiles .channelStatus {
    top: -15px;
}

.profiles .nickname {
}

.profiles .keywords ul {
    height: 25px;
    margin-bottom: 0;
}

.profiles .keywords ul li {
    display: inline-block;
}

.profiles .keywords .bi {
    color: rgba(25, 135, 84, 1)
}

.profiles .shortText {
    height: 100px;
}

.profiles .languages img {
    border: none !important;
    border-radius: 50% !important;
    width: 15px;
    height: 15px;
}


/* whatsApp profiles */
.whatsAppProfiles .container {
    transition: 0.2s all ease-in-out;
}

.whatsAppProfiles .container:hover {
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari 3-8 */
    transform: scale(1.01);
}

.whatsAppProfiles .profileImageContainer {
    height: 0;
    padding-bottom: 100%;
}

.whatsAppProfiles .profileImageContainer img {
    object-fit: cover;
}

.whatsAppProfiles .whatsAppStatus,
.whatsAppProfiles .channelStatus {
    top: -15px;
}

.whatsAppProfiles .nickname {
}

.whatsAppProfiles .keywords ul {
    height: 25px;
    margin-bottom: 0;
}

.whatsAppProfiles .keywords ul li {
    display: inline-block;
}

.whatsAppProfiles .keywords .bi {
    color: rgba(25, 135, 84, 1)
}

.whatsAppProfiles .shortText {
    height: 100px;
}

.whatsAppProfiles .languages img {
    border: none !important;
    border-radius: 50% !important;
    width: 15px;
    height: 15px;
}

/* status */
.statusOnline {
    background-color: rgba(25, 135, 84, 1)
}

.statusInConversation {
    background-color: rgba(220, 53, 69, 1);
}

.statusPause {
    background-color: rgba(220, 53, 69, 1);
}

.statusOffline {
    background-color: rgb(108, 117, 125, 1);
}

/* footer */
footer a {
}

footer .bi {
}

/* google recaptcha */
.grecaptcha-badge {
    visibility: hidden;
}

/* contact form 7 */
.wpcf7 label,
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap input {
    width: 100%;
}

.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap input {
    border: none;
    padding: 14px;
}

.wpcf7-submit {
    color: #fff;
    background-color: #557cbf;
    font-size: 21px;
    padding: 20px 56px;
}


.carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.profileSlider {
    display: flex;
    gap: 10px;
    transition: transform 0.5s ease-in-out;
}

.profileSlider a {
    flex: 0 0 auto;
}

.profileImage {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.left-arrow {
    left: 10px;
}

.right-arrow {
    right: 10px;
}

/* review stars */
.reviewSendForm .star {
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.starContainer {
    display: inline-block;
}

input.star {
    display: none;
}

label.star {
    float: right;
    color: #ced4da;
    font-size: 120%;
    transition: all .2s;
}

label.star:hover {
    cursor: pointer;
}

input.star:checked ~ label.star:before {
    content: '\2605';
    color: #FD4;
    transition: all .25s;
}

label.star:hover {
    transform: rotate(20deg) scale(1.3);
}

label.star:before {
    content: '\2605';
}


.stream-info-card-component__description{
    display: none !important;
}
