@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
* {
    box-sizing: border-box;
    /* outline: 1px dashed #f00; */
}

html, body {
    margin: 0;
    width: 100vw;
    height: 100vh;
}

.div_main_layout {
    overflow-y: scroll;
}

body {
    font-family:  "Segoe UI", "Roboto", "Open Sans", -apple-system, BlinkMacSystemFont, "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f6f6f6;
}

::-webkit-scrollbar {
    width: 3px;
    height: 4px;
}
/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #C7C7C7;
    border-radius: 10px;
}
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #B2B2B2;
    }

canvas {
    width: 100%;
    height: 100%;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

pre,
div.error {
    background-color: #e5e5e5;
    padding: 1rem;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin: 1rem 0;
    max-height: 250px;
}

    pre.fixed,
    div.error.fixed {
        height: 200px;
    }

code {
    background-color: #e5e5e5;
    display: inline-block;
    padding: 0px 6px;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

p, span {
    color: #242424;
}

.cursor_pointer {
    cursor: pointer;
}
.text_highlight_color {
    color: #7A7FFF;
}
.text_center {
    text-align: center;
}
.flex_align_center {
    display: flex;
    align-items: center;
}
.w_fit {
    width: fit-content
}
.no_results {
    font-size: 14px;
    font-style: italic;
    margin-left: 10px;
}

h1 {
    margin: 0;
    font-size: 25px;
}
h2 {
    margin: 0;
    font-size: 18px;
}
h6 {
    color: #7A7FFF;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1rem;
}
h7 {
    color: #7A7FFF;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 1rem;
}
.m-0 
{
    margin: 0;
}


.p_loginError {
    color: #ea0029;
    font-size: 14px;
}

.questionListing, .listType {
    font-size: 14px;
}
#curtain {
    z-index: 10;
    display: none;
    position: absolute;
    background-color: #000000;
    opacity: 0.3;
}

.tab_page {
    min-height: 50vh;
    padding: 10px 20px;
    margin-bottom: 8rem;
}
.div_program, .speakers {
    overflow-y: overlay;
    max-height: calc(100vh - 3rem - 215px);
}
    .div_program::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

.div_floating_button {
    left: 0;
    bottom: 2rem;
    position: fixed;
    text-align: center;
    transition: .5s;
    width: 100%;
}
.floating_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: none;
    border-radius: 40px;
    outline: none !important;
    padding: 20px 70px;
    color: #FFFFFF;
    background-color: #7A7FFF;
    font-weight: 600;
    max-width: 645px;
    position: relative;
    transition: all 0.2s;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.11), 0px 5px 12px rgba(0, 0, 0, 0.13);
}
    .floating_button:active {
        transform: scale(0.92);
        background-color: #7278ff;
    }

.floating_rate_button {
    color: #242424;
    background-color: #F1F1F1 !important;
}
.floating_rate_button_rated {
    border-radius: 100% !important;
}
    
.panelDivider {
    width: 100%;
    color: #E8E8E8;
    border-radius: 10px;
    border-width: 0.09em;
    border-style: solid;
    margin: 2rem 0;
}

.div_goTo_icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.goTo_icon {
    rotate: 180deg;
}

#delete_modal {
    --dialog-height: 160px;
    --dialog-width: 560px;
    z-index: 100 !important;
}
.div_node_more_opt {
    align-items: center;
    display: flex !important;
    cursor: default !important;
    padding: 5px 10px !important;
    border-radius: 10px;
}
    .div_node_more_opt:hover {
        background-color: #F8F8FF;
    }
    .div_node_more_opt::after {
        right: 0px !important;
    }

.comments_more_menu {
    z-index: 100;
    display: block;
    width: fit-content;
    height: fit-content;
    border-radius: 10px;
    position: absolute;
    right: -5px;
    top: 0;
}