/* html elements */
* {
    font-family: 'Belleza', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
    background-color: rgba(211, 174, 234, 1) !important;
}

.bg-grey {
    background-color: rgba(96, 123, 139, 1) !important;
}

.bg-grey-transparent {
    background-color: rgba(29, 50, 81, .8) !important;
}

.bg-blue {
    background-color: rgba(80, 113, 172,1) !important;
}

.text-green {
    color: rgba(255,255,255,1) !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bolder;
    color: rgba(80, 113, 172,1) !important;
}

.h1, .h2, .h2, .h4, .h5, .h6 {
    font-weight: bolder;
    color: rgba(80, 113, 172,1) !important;
}

.font-updock {
    font-family: 'Updock', cursive;
}

/* navbar */
nav .navbar-nav .menu-item > a,
nav .navbar-nav .menu-item > a.show,
nav .navbar-nav .menu-item > a.active {
    font-weight: bolder;
    color: rgba(255,255,255,1);
}

.navbar .dropdown-toggle::after {
}

.hamburger-line {
    display: block;
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    border-radius: 2px;
    background-color: rgba(255,255,255,1);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar .dropdown-toggle::after {
    color: rgba(255,255,255,1);
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active {
    background-color: transparent;
    color: inherit;
}

/* header banner */
.headerBanner img {
    height: 100%;
    max-height: 100px;
    width: auto;
}

.headerTitle {

}

/* bread crumbs */
.breadcrumb .breadcrumb-item:before {
    color: rgba(255, 255, 255, 1);
}

main {

}

/* homepage */
.btn.btn-dark,
.btn.btn-dark:hover {
    background-color: rgba(171, 198, 244,1) !important;
    border: none;
}

/* footer */
footer a {
    color: rgba(255, 255, 255, 1);
}

/* 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 .ref {

}

.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: 20px;
    height: 20px;
}

.profiles .btn{
    width: 50px;
    height: 50px;
}

/* footer */
footer a {
    color: rgba(255, 255, 255, 1);
}

/* 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 .ref {

}

.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: 20px;
    height: 20px;
}

.whatsAppProfiles .btn{
    width: 50px;
    height: 50px;
}

/* status */
.statusOnline {
    background-color: rgba(25, 135, 84, 1);
    color: rgba(255, 255, 255, 1);
    width: 100px;
}

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

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

.statusOffline {
    background-color: rgba(96, 123, 139, 1);
    color: rgba(255, 255, 255, 1);
}

/* blog cards on the homepage */
.blogCard .blogCardImageContainer {
    height: 0;
    padding-bottom: 100%;
}

.blogCard .blogCardImageContainer img {
    object-fit: cover;
}

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

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

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

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

.profile .ref {

}

.profile .channelStatus {
    top: -15px;
}

.profile .nickname {
}

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

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

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

.profile .shortText {
    height: 100px;
}

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

.profile .btn{
    width: 50px;
    height: 50px;
}

.reviewScore .bi-star-fill {
    color: rgba(255, 193, 7, 1);
}

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

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

.wpcf7-form-control-wrap textarea {
    height: 100px;
}

/* blog template */
/* pagination */
.blog-pagination span,
.blog-pagination a {
    text-decoration: none;
    border: rgba(29, 50, 81, 1) !important;
    background-color: rgba(29, 50, 81, 1) !important;
    border-radius: 0;
    color: #fff !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    line-height: 1.5;
    cursor: pointer;
}

.page-link {
    color: rgba(0, 0, 0, 1);
}

.active > .page-link, .page-link.active {
    /*border: solid 1px rgba(54, 67, 135, 1);*/
    /*background-color: rgba(54, 67, 135, 1);*/
}

/* employee control */

/* user editor */

/* messenger */

/* widgets */
.spotlightWidget .profileImageContainer {
    height: 0;
    padding-bottom: 100%;
}

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

.spotlightWidget .channelStatus {
    top: -15px;
}

.spotlightWidget .shortText {
    height: 150px;
}

/* review template */
.reviews .review {
    height: 190px;
}

.reviews .reviewPaginationLink.active {
    border-color: rgba(29, 50, 81, 1) !important;
    background-color: rgba(29, 50, 81, 1) !important;
}


