.confsystem_login {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.confsystem_panel_login .fgiga_order_page_section_login_main {
    padding: 0;
    box-shadow: none;
}
.confsystem_panel_login {
    /*padding: 30px 20px;*/
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    background: #FFF;
    border-radius: 5px;
    /*overflow-y: auto;*/
    max-height: 60vh;
    width: 60vw;
}
.confsystem_panel_login_logo {
    display: flex;
    justify-content: center;
    /* margin-bottom: 35px; */
    max-width: 130px
}
.confsystem_panel_login_logo a.custom-logo-link {
    width: 40%;
    display: flex;
}
.confsystem_panel_login label {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 500;
}
.confsystem_panel_login input:not(.uk-checkbox) {
    background: none;
    border: none;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
    font-size: 13px;
    line-height: 15px;
    padding: 5px;
    transition: all 0.3s;
}
.confsystem_panel_login input:not(.uk-checkbox):hover, .confsystem_panel_login input:not(.uk-checkbox):focus {
    background: #f8f8f8;
    border-bottom: 2px solid #555;
    transition: all 0.3s;
}
.confsystem_panel_login input.uk-checkbox{
    padding: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.confsystem_panel_login input.uk-checkbox:focus{
    outline: 0;
    border-color: #1e87f0;
}
.confsystem_panel_login input.uk-checkbox:checked {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}
.confsystem_panel_login button, .confsystem_panel_login .button, .confsystem_panel_login input[type="submit"] {
    background: #3f51b5;
    border: none;
    color: #FFF;
    padding: 8px 25px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400;
}
.confsystem_panel_login button:hover, .confsystem_panel_login .button:hover, .confsystem_panel_login input[type="submit"]:hover {
    background: #e8eaf6;
    color: #3f51b5;
}
.confsystem_change_type {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.confsystem_change_type h5 {
    font-size: 13px;
    color: #555;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin: 15px 0;
    font-weight: 400;
}
.confsystem_change_type button {
    background: #009688;
}
.confsystem_change_type button:hover , .confsystem_change_type button:focus {
    background: #26a69a;
}
.confsystem_change_type h5:before, .confsystem_change_type h5:after {
    content: "";
    background: #ddd;
    width: 100%;
    height: 1px;
    margin: 0 5px;
}
ul.confsystem_panel_menu.navbar-nav.flex-column {
    margin-left: 0;
}
.confsystem-ticket {
    padding: 0 20px;
}
.confsystem-ticket-manage {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-left-sidebar .navbar-nav .nav-item {
    margin-left: 0;
}
.last-row {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}
.event-table-buttons .btn {
    margin: 2px;
}
.order_panel_details_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    flex-wrap: wrap;
}
.order_panel_details_top h3 {
    margin-bottom: 15px;
}
tr.not_seen_notification {
    background: #eee;
}
.no_notification_in_bar {
    margin: 10px;
    text-align: center;
    background: #f1f1f1;
    padding: 15px;
    border-radius: 3px;
}
.confsystem_panel_login_main {
    display: flex;
}
.confsystem_panel_login_left, .confsystem_panel_login_right {
    width: 50%;
    padding: 20px;
}
.confsystem_panel_login_left {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(9,30,121);
    background: -moz-linear-gradient(225deg, rgba(9,30,121,1) 35%, rgba(0,212,255,1) 100%);
    background: -webkit-linear-gradient(225deg, rgba(9,30,121,1) 35%, rgba(0,212,255,1) 100%);
    background: linear-gradient(225deg, rgba(9,30,121,1) 35%, rgba(0,212,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#091e79",endColorstr="#00d4ff",GradientType=1);
    color: #FFF;
    border-radius: 5px 0 0 5px;
}
h3.confsystem_panel_login_title {
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
}
.login_page_section_title h4 {
    font-size: 18px;
    font-weight: bold;
}
.confsystem_login_page_row_element {
    display: flex;
}
.confsystem_login_page_row_element .fgiga_order_page_section_login_form_element {
    width: 50%;
}
.fgiga_order_page_section_login_form_last .fgiga_order_page_section_login_form_element label a {
    font-size: 11px;
}
button.confsystem_login_change_button {
    background: none;
    color: #444;
    border-radius: 0 !important;
    padding: 5px !important;
    border-bottom: 1px dashed #ddd !important;
}
.fgiga_login_change_type_forget_element button.fgiga_login_change_type_forget.confsystem_login_change_button {
    border-bottom: none !important;
}
#strengthMessage {
    margin-top: -2px;
}
.confsystem_panel_login_right {
    background: #FFF;
    border-radius: 0 5px 5px 0;
}
.confsystem_panel_login_text {
    margin-bottom: 20px;
}
.nav-user-name , #first_name , #last_name , .confsystem_name_column {
    text-transform: capitalize;
}
a.navbar-brand {
    width: 250px;
    height: 50px;
    padding: 0;
}
.navbar-brand .confsystem_panel_login_logo {
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    display: flex;
}
.navbar-brand .confsystem_panel_login_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
button.view_conference_settings_button {
    padding: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: #FFF;
    border: 1px solid #ddd;
    color: #666;
    margin: 0 auto;
}
.list_conference_settings_main{
    position: relative;
}
.view_conference_settings {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    width: 200px;
    padding: 15px;
    background: #FFF;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 5px;
    z-index: 100;
}
.view_conference_settings_toggle{
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s;
}
.view_conference_settings_toggle_active{
    opacity: 1;
    max-height: 500px;
}
table.events-table.table-with-buttons{
    overflow: unset;
}
div#wpadminbar {
    display: none;
}
.dashboard-header i {
    font-size: 25px;
    color: #71748d;
}
.dashboard_header_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.dashboard_header_right {
    display: flex;
    align-items: center;
}

.indicator {
    top: 21px;
    right: 31px;
}
.top-search-bar {
    padding: 5px !important;
}
.nav-user a.nav-link.nav-user-img {
    padding: 0;
}
.confsystem_dashboard_panel_box{
    overflow-x: auto;
}
.nav-user-dropdown .dropdown-item{
    display: flex;
    align-items: center;
}
.confsystem_table_modal_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(2px);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s;
}
.confsystem_table_modal {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.confsystem_table_modal_main {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    height: 50vh;
    overflow: auto;
    background: #FFF;
    z-index: 2;
    border-radius: 15px 15px 0 0;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    transition: all 0.5s;
}
.confsystem_table_modal_show .confsystem_table_modal_overlay{
    opacity: 1;
}
.confsystem_table_modal_show .confsystem_table_modal_main{
    bottom: 0;
}
.confsystem_table_modal_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    color: #333;
    font-size: 16px;
}
button.confsystem_table_modal_close {
    padding: 5px;
    margin: 5px 0;
    border: none;
}
.confsystem_table_modal_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    flex-wrap: wrap;
    border-bottom: 1px solid #f1f1f1;
}
.confsystem_table_modal_item:last-child{
    border-bottom: none;
}
.confsystem_table_modal_item_title {
    font-weight: bold;
    color: #444;
}
.confsystem_table_modal_item.confsystem_table_modal_item_buttons .view_conference_settings_toggle {
    max-height: 500px;
    opacity: 1;
    width: 100%;
}
.confsystem_table_modal_item.confsystem_table_modal_item_buttons .view_conference_settings_toggle .view_conference_settings {
    position: unset;
    width: 100%;
    box-shadow: none;
}
.confsystem_table_modal_item.confsystem_table_modal_item_buttons .confsystem_table_modal_item_value {
    width: 100%;
}
.confsystem_table_modal_item.confsystem_table_modal_item_buttons .confsystem_table_modal_item_value button.view_conference_settings_button {
    display: none;
}
.modal_button_column{
    display: none;
}
button.open_table_modal {
    border-radius: 50%;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 15px;
    border: 1px solid #ddd;
}

@media screen and (min-width: 992px) {
    .header_tool_item {
        padding: 10px;
        border-right: 1px solid #ddd;
        display: flex;
    }
    .dashboard_header_right {
        flex-direction: row-reverse;
        align-items: unset;
    }
    .header_tool_item:first-child {
        padding: 10px 0;
        border-right: none;
    }
}
@media screen and (max-width: 992px) {
    .dashboard-header .navbar button.navbar-toggler {
        border: none;
        background: none;
    }
    .dashboard-header .navbar button.navbar-toggler span.navbar-toggler-icon{
        background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
    }
    .nav-left-sidebar .navbar-toggler {
        background: none;
    }
    .nav-left-sidebar  .navbar-toggler span.navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
    }
    .dashboard-main-wrapper {
        padding-top: 60px;
    }
    .admin-bar .dashboard-main-wrapper {
        padding-top: 10px;
    }
    .navbar-brand .confsystem_panel_login_logo {
        justify-content: flex-start;
    }
    .dashboard-header ul.navbar-nav {
        flex-direction: revert;
    }
    .dashboard-header ul.navbar-nav > li.nav-item:first-child {
        width: 100%;
    }
    .navbar-right-top .nav-item .nav-link {
        padding: 13px 10px;
    }
    .top-search-bar {
        padding-left: 20px;
    }
    .navbar-right-top .nav-item .nav-link .avatar {
        width: 45px;
        height: 32px;
    }
    .navbar-nav .dropdown-menu{
        position: absolute;
    }
}

@media screen and (max-width: 768px){
    .confsystem_panel_login{
        max-height: unset;
        width: 80vw;
    }
    .confsystem_panel_login_main {
        flex-wrap: wrap;
    }
    .confsystem_panel_login_left, .confsystem_panel_login_right {
        width: 100%;
    }
    .confsystem_panel_login_left {
        border-radius: 5px 5px 0 0;
    }
    .confsystem_panel_login_right{
        border-radius: 0 0 5px 5px;
    }
    .header_search_section{
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
    }
    div#custom-search input.form-control {
        height: 60px;
    }
    .panel_menu {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -10000;
        opacity: 0;
        max-width: 0;
        max-height: 0;
        transition: opacity 0.5s;
    }
    .panel_menu_overlay {
        position: absolute;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.7);
        backdrop-filter: blur(4px);
        top: 0;
        bottom: 0;
    }
    .panel_menu_main {
        z-index: 1;
        position: relative;
        width: 70%;
        height: 100%;
        background: #0e0c28;
    }
    .panel_menu_show{
        z-index: 1000000;
        opacity: 1;
        max-width: 1000000px;
        max-height: 1000000px;
    }
    .table_responsive_has_modal th:not(.column_show_in_mobile),
    .table_responsive_has_modal td:not(.column_show_in_mobile){
        display: none;
    }
    .modal_button_column{
        display: table-cell;
    }
}