@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

* {
    font-family: 'Ubuntu', sans-serif;
}

.content-wrapper {
    padding: 0 !important;
}


@media only screen and (max-width: 850px) {
    .content-box,
    .overlay > .mud-container,
    .mud-main-content, pt-16, px-16 > .mud-container
    .overlay > .pl-16, .px-16,
    .overlay > .pr-16, .px-16,
    .overlay > .mud-main-content, .pt-16 .px-16,
    body .mud-main-content,
    body .overlay .mud-main-content.pt-16.px-16 {
        max-width: 100% !important;
        padding-left: 1px !important;
        padding-right: 1px !important;
        padding-top: 52px !important;
    }
}
@media only screen and (max-width: 850px) {
    .content-box,
    .overlay > .mud-container,
    .mud-main-content, pt-16, px-16 > .mud-container
    .overlay > .pl-16, .px-16,
    .overlay > .pr-16, .px-16,
    .overlay > .mud-main-content, .pt-16 .px-16,
    body .mud-main-content,
    body .overlay .mud-main-content.pt-16.px-16 {
        max-width: 100% !important;
        padding-left: 1px !important;
        padding-right: 1px !important;
        padding-top: 52px !important;
    }
}

.mud-table{
    margin-top:20px;
}

/*.mud-table-row:nth-child(even) {*/
/*    background-color: #f7f7f7;*/
/*}*/

/*.mud-table-row:nth-child(even) {*/
/*    background-color: #f7f7f7;*/
/*}*/

�.mud-table-container {
    border-radius: 5px;
}


.content-box {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid #e5ebec;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-width: 0 1px 1px 1px;
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    width: 100%;
}



.main-sideBar {
    min-height: 92.42vh;
    border-right: 0;
}

#szobatukor th, #szobatukor td {
    border: 3px solid black;
}

.headerLang {
    text-align: right;
}

.iconBtn {
    font-size: 0 !important;
}

.steps-action {
    margin-top: 24px;
}

/* improved for chat text box */
textarea {
    border: 1px dashed #888;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 80%;
    overflow: auto;
    background: #f7f7f7
}

/* improved for speech bubbles */
.received, .sent {
    position: relative;
    font-family: arial;
    font-size: 1.1em;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

    .received:after, .sent:after {
        content: '';
        border: 20px solid transparent;
        position: absolute;
        margin-top: -30px;
    }

.sent {
    background: #03a9f4;
    color: #fff;
    margin-left: 10%;
    top: 50%;
    text-align: right;
}

.received {
    background: #4CAF50;
    color: #fff;
    margin-left: 10px;
    margin-right: 10%;
}

.sent:after {
    border-left-color: #03a9f4;
    border-right: 0;
    right: -20px;
}

.received:after {
    border-right-color: #4CAF50;
    border-left: 0;
    left: -20px;
}

/* div within bubble for name */
.user {
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
}

.msg {
    /*display: inline;*/
}

#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;
    }


.formInputGroup {
    display: inline-block;
    width: 25%;
    padding: 0 5px;
    box-sizing: border-box;
}

.formInput {
    width: 33%;
}

.noMinWidth {
    min-width: 0px !important;
}

/* el responsio supremo */
@media screen and (max-width: 576px) {
    .headerWelcome, .headerLang {
        text-align: center;
    }

    .formInputGroup, .formInput {
        width: 100% !important;
    }

    .content-box {
        width: 100%;
    }

    .cikkekRadioGroupFix {
        -ms-border-radius: 0 !important;
        border-radius: 0 !important;
        margin: 5px auto;
    }


}
.mud-table-head {
    background-color: #cbd0cf !important;
}