/* input(15,20): run-time error CSS1046: Expect comma, found '243'
input(15,28): run-time error CSS1046: Expect comma, found 'u'
input(15,29): run-time error CSS1047: Expected number or percentage value in rgb function, found '/'
input(15,31): run-time error CSS1034: Expected closing parenthesis, found '70%'
input(15,31): run-time error CSS1042: Expected function, found '70%'
input(15,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')' */
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
    z-index: 1001;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgb(243 243 243 u/ 70%);
}

.select-placeholder {
    color: #aaaaaa !important;
}

.cancelled {
    background-color: lightcoral;
}

.form-control .bootstrap-select {
    width: 100% !important;
}

.form-control .bootstrap-select button:hover {
    background-color: #f8f8f8;
}


.form-control .bootstrap-select .filter-option-inner-inner {
    padding-top: 5px;
    text-align: start;
    color: rgb(0, 0, 0);
}

.form-control .bootstrap-select .bs-placeholder .filter-option-inner-inner {
    color: rgb(105, 105, 105) !important;
}

.form-control .bootstrap-select button {
    padding-left: 16px;
    border-left-width: 0px;
    height: calc(2em + 1.25rem + 2px);
}

/* .input-group-lg .bootstrap-select {
    width: 100% !important;
    height: calc(2em + 1.25rem + 4px);
    font-size: 0.875rem;
    line-height: 2;
    border-radius: 3px;
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #696969;
    background-color: #f8f8f8;
    background-clip: padding-box;
    border: 2px solid #ededed;
    border-radius: 3px;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
} */

.navbar-nav .nav-item .img-profile {
    height: 2rem;
    width: 2rem;
    max-width: 100%;
}

/*.table{
    width: 100% !important;
}*/

/*Fix interference between jquery datatables and bootstrap datetimepicker*/
table.dataTable.table-condensed .bootstrap-datetimepicker-widget thead>tr>th {
    padding-right: 0;
}

table.dataTable.table .bootstrap-datetimepicker-widget thead>tr>th {
    padding-right: 0;
}

.loading {
    background: transparent url('https://c.tenor.com/I6kN-6X7nhAAAAAi/loading-buffering.gif') center no-repeat;
    width: 50%;
}

.register-progress {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.register-progress div {
    max-height: 60px;
}

.register-progress ul {
    padding: 0;
    margin: 0;
    outline: none;
    display: flex;
    list-style: none;
}

.register-progress ul li {
    margin-right: 50px;
    position: relative;
}

.register-progress ul li:last-child {
    margin-right: 0;
}

.register-progress ul li.active:before {
    background: #3381FD;
}

.register-progress ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 55px;
    width: 100%;
    height: 2px;
    background: #A7A5A6;
}

.register-progress ul li div {
    padding: 5px;
    border-radius: 50%;
}

.register-progress ul li.active p {
    background: #3381FD;
}

.register-progress ul li p {
    width: 50px;
    height: 50px;
    background: #A7A5A6;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}

.register-progress ul li:last-child {
    margin-right: 0;
}

.register-progress ul li:last-child:before {
    display: none;
}

.ck-editor__editable_inline {
    min-height: 200px;
}

.form-control {
    border: 2px solid #dcdcdc;
}

.cursor-pointer {
    cursor:pointer;
}

.border-3 {
    border-width: 3px !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

#cookieConsent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0; /* This will center the element horizontally */
    margin: auto;
    width: 50%;
    z-index: 1000;
    background-color: #f8f8f8;
    border: 2px solid #dcdcdc;
}

.button-container {
    display: flex;
    justify-content: center;
}

div.dropdown-menu.show {
    transform: none !important;
    top: auto !important;
}

.h3-list > li::marker {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #333;
}

.far{
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.fa {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}


.cookie-btn-container {
    margin-left: 2rem;
}
