/*Fonts*/
@font-face {
    font-family: flat;
    src: url('../../fonts/flat/JF-Flat-regular.woff');
}

body{
    font-family: flat !important;
    font-size: 1rem;
}
.form_login{
    box-shadow: 10px 0 10px 0 rgb(18 25 33 / 10%);
    background-color: #fafafa;
    padding: 40px;
    border-radius: 10px;
}
.arabic{
    text-align: right;
    direction: rtl;
}
.english{
    text-align: left;
    direction: ltr;
}
body[data-topbar=dark] #page-topbar{
    background-color: #66c;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding: 0 .5rem !important;
}
.blueColor{
    background-color: #66c !important;
    border-color: #66c !important;
    color: #FFF;
}
#records_table_filter{
    text-align: left;
}
.custome_blue_radio input{
    display: none;
}

.custome_blue_radio .active{
    background-color: #66c !important;
    border-color: #66c !important;
    color: #FFF;
    padding: 0 15px;
    line-height: 40px;
    border-radius: 0;
}
.green_back{
    background: #f0f9fd !important;
    border: 1px solid #c5e7f7 !important;
}
.icons_added{
    font-weight: bolder;
    cursor: pointer;
}
.chair_category{
    display: inline-grid;
    width: 30px;
    border-radius: 5px;
    height: 30px;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.white_font{
    color: #fff;
}
.blue_status{
    padding: 5px;
    background-color: #6666cc;
}
.green_status{
    padding: 5px;
    background-color: #38b96e;
}
.red_status{
    padding: 5px;
    background-color: #f44336;
}
.border-r-5{
    border-radius: 5px;
}
.invitation_info{
    width: 800px;
    margin: auto;
    text-align: center;
    color: black;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    font-family: 'flat';
    line-height: 33px;
    background-color: #fff;
    padding: 25px 25px;
}
.info_qrcode{
    margin-top: 50px;
}
.info_category{
    width: 50%;
    white-space: nowrap;
    text-align: left;
    margin-right: auto;
    padding: 17px 17px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 35px;
}
.info_name, .info_surnames{
    font-size: 17px;
    font-weight: bold;
    font-family: 'flat';
}
#download_buttons{
    margin-top: 25px;
}
.back_gray{
    background-color: #f8f8fb;
    padding: 25px;
}
#download_buttons .pdf{
    background-color: rgba(255, 255, 255, 0);
    color: #66c;
    border: 1px solid #66c;
    padding: 10px 45px;
}

#header_info{
    color: white;
    padding: 15px 5px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
}
.blue22{
    background: #66c;
}
.span_submit{
    color: #66c;
    cursor: pointer;
    font-family: "flat" !important;
    font-size: 1rem;
}
.gray_font{
    color: #666;
}
.bold_font{
    font-weight: bold;
}
.info_chair{
    color: #fff;
    width: auto;
    margin: auto;
    padding: 15px;
}
.info_organization{
    margin-bottom: 20px;
}
.day_info{
    display: grid;
}
.day_info span{
    padding: 10px 12px;
    color: #666;
}
.day_info .day_date,
.day_info .day_place{
    background-color: #fff;
}
.day_info .day_name{
    background-color: #6666cc;
    color: #fff !important;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
}