.blue{
    color:#133273
}
.titlePage {
    color:#133273; font-weight:600
}
.labelred {
    color: #F00 !important;
}

.LabelBlue {
    color: #133273 !important;
}

.input-hidden {
    position: absolute;
    left: -9999px;
    text-align: center;
    color: #133273;
}
input[type=radio] + label>span {
    font-size: 1.2rem;
    text-align: center;
}
input[type=radio]:checked + label>img {
    border: 1px solid #fff;
    box-shadow: 0 0 3px 3px #133273;
    font-size: 1rem;
}

/* Stuff after this is only to make things more pretty */
input[type=radio] + label>img {
    border: 1px dashed #133273;
    transition: 500ms all;
}

input[type=radio]:checked + label>span {
    font-weight: bold;
    color: #133273;
}

.speakerName{
    font-weight: 600;
    color: #133273;
    font-size: 1.2rem;
}
.speakerCountry{
    font-weight: 400;
    color: #133273;
    font-size: 1rem;
}
.speakerSpecialty{
    font-weight: 400;
    color: #133273;
    font-size: 1rem;
}

/*** ID SESSION ***/
.box_icad {
    height: 340px;
    width: 390px;
    margin-top: 10px;
    margin-bottom: auto;
    background: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}

.user_card {
    height: 280px;
    width: 390px;
    margin-top: 20px;
    margin-bottom: auto;
    background: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 20px;

}

.login_btn {
    background: linear-gradient(135deg, #4B2E83, #6B3FB1) !important;
    color: white !important;
    border: none;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 10px;
    transition: filter 0.2s ease;
}

.login_btn:hover {
    filter: brightness(1.1);
    color: white !important;
}


.input-group-text {
    background: #c0392b !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #c0392b !important;
}

.img-responsive {
    display: inline;
}

.img-circle {
    border-radius: 50%;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail img {
    vertical-align: middle;
}

.thumbnail a > img, .thumbnail > img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #133273 !important;
    --bs-btn-border-color: #133273 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg:  #133273 !important;
    --bs-btn-hover-border-color:  #133273 !important;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg:  #133273 !important;
    --bs-btn-active-border-color:  #133273 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #133273 !important;
    --bs-btn-disabled-border-color: #133273 !important;
}

.accordion-button {
    background-color: #F8F8F8!important;
    border: 1px solid #F8F8F8;
}