﻿
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    font-family: 'Poppins', sans serif;
    font-size: var(--tipo-small, 16px);
    line-height: var(--tipo-medium, 18px);
}


.navbar {
    min-height: 60px !important;
    max-height: 110px;
    padding-top: 5px;
    background-color: #008dff !important;
}

.navbar-default {
    border-bottom: 4px solid #e3f786 !important;
    min-height: 65px !important;
    background-color: #008dff !important;
}

.dropdown-menu {
    background-color: #008dff !important;
    border-bottom: 4px solid #e3f786 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #008dff;
}

.k-state-selected {
    background-color: #e3f786 !important;
    color: black;
}

a {
    color: #222222;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #e3f786;
    border-color: #e3f786;
}

.navbar-nav > li a {
    color: #fff !important;
    background-color: #008dff
}

li a:hover {
    background-color: #e3f786 !important;
    color: #000 !important;
}

.action-button, .btn-primary {
    background-color: #e3f786 !important;
    color: #008dff !important;
}


.btn-default {
    background-color: #f8f8f8 !important;
    color: #008dff !important;
}

.navbar-default .navbar-nav > .active > a {
    color: black !important;
    background-color: #e3f786;
}

#divInvitationSummary .panel-body p{
    margin:  20px 0
}

#divInvitationSummary .panel-body a {
    color: #008DFF;
    font-weight: 700;
    background-color: #D9EDF7;
    padding: 10px;
    border-radius: 70px;
    border: 1px solid #BCE8F1
}

#lDescProduct {
    white-space: pre-line;
    text-align: left;
    display: flex;
}

.expo-catalogue .caption a {
    border: 2px solid #433c87;
    border-radius: 70px;
    transition: background-color 0.5s linear, border-color 0.5s linear, color 0.4s linear
}

.expo-catalogue .btn-default {
    background-color: #433c87 !important;
    font-weight: 600 !important;
    color:#fff!important
}
.expo-catalogue .thumbnail {
    background-color: #008DFF
}

.expo-catalogue .caption .alert {
    border-color: #008DFF
}

.thumbnail h4 {
    color:#fff 
}

.expo-catalogue .fa-solid.fa-triangle-exclamation {
    color: #2a3479
}
.expo-catalogue .fa-regular.fa-circle-check {
    color: #369536
}
.expo-catalogue .caption a:hover {
    border-color: #E3F786;
    background-color: #E3F786 !important;
    color: #433c87 !important
}