/* /Features/ManagePnrs/Components/PnrsList.razor.rz.scp.css */
@media only screen and (max-width: 1800px) {
    .k-button-icon[b-6cnxpohxtt] {
        padding-top: 5.5px;
    }
}

[b-6cnxpohxtt] .k-popup .k-item {
    height: 36px !important;
    font-size: 120% !important;
}
/* /Features/ManagePnrs/Pages/Pnrs.razor.rz.scp.css */
.search-div[b-sm79yt0lg6] {
    margin-bottom: 29px;
}

[b-sm79yt0lg6] .k-dropdownlist {
    width: 200px;
}

label[b-sm79yt0lg6] {
    display: block;
    margin-bottom: 5px;
}

[b-sm79yt0lg6] .k-form-submit {
    background-color: #223f3b;
    border-color: #223f3b;
}

/*.k-form-submit:hover {
    background-color: #50871b;
    border-color: #50871b;
}*/

.k-form-submit:hover[b-sm79yt0lg6] {
    background-color: #223f3b;
    border-color: #223f3b;
}

.info-section[b-sm79yt0lg6] {
    margin-left: 8px !important;
    color: #223f3b;
}

p[b-sm79yt0lg6] {
    margin-top: 5px !important;
    color: #575757;
    font-size: 94%;
}

[b-sm79yt0lg6] .k-i-info-circle {
    margin-bottom: 2px !important;
}

/*::deep .test-button-style {
    width: 100px;
    background-color: red;
}*/
/* /Features/Shared/SharedComponents/Paginator/Paginator.razor.rz.scp.css */
.pagination-div[b-i13elowgwp] {
    margin-top: 1rem;
    width: auto;
}

.page-item[b-i13elowgwp] {
    width: 34px;
    height: 34px;
    border: 1px solid lightgrey;
    padding: 7px;
    text-align: center;
    display: inline-block;
    margin: 5px;
    box-sizing: border-box;
    font-weight: 600;
}

[b-i13elowgwp] .previous-next-buttons {
    width: 34px;
    height: 34px;
    border-radius: 0;
    display: inline-block;
    padding: 1px;
    background-color: #ffffff;
    border: 1px solid lightgrey;
    font-weight: 600;
    box-sizing: border-box;
    margin-bottom: 1px;
}

    [b-i13elowgwp] .previous-next-buttons:hover {
        background-color: #ffffff;
    }

[b-i13elowgwp] .next-button {
    margin-left: 5px;
}

[b-i13elowgwp] .previous-button {
    margin-right: 5px;
}

.dotted-right[b-i13elowgwp] {
    margin-left: 5px;
    margin-right: 10px;
    font-weight: 600;
}

.dotted-left[b-i13elowgwp] {
    margin-left: 10px;
    margin-right: 5px;
    font-weight: 600;
}

.selected[b-i13elowgwp] {
    background-color: #363636;
    color: #ffffff;
}

.loading-placeholder[b-i13elowgwp] {
    padding-left: 20px;
    padding-right: 20px;
    color: #363636;
    font-size: 90%;
}

.disabled[b-i13elowgwp] {
    pointer-events: none;
    cursor: none;
    color: #6b6b6b;
}

.page-info-div[b-i13elowgwp] {
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 12px;
    color: #223f3b;
}

.selected-page[b-i13elowgwp] {
    background-color: #223f3b;
    color: #ffffff;
}
/* /Pages/Index.razor.rz.scp.css */
.home-title[b-5uo0zeql7x] {
    float: left;
    margin-top: 29vh;
    margin-left: 4vw;
    font-family: ui-sans-serif;
}

h1[b-5uo0zeql7x] {
    font-size: 4.5rem;
}

.home-image[b-5uo0zeql7x] {
    float: right;
    margin-top: 12vh;
    margin-right: 7.1vw;
}

@media only screen and (max-width: 1800px) {
    h1[b-5uo0zeql7x] {
        font-size: 2.5rem;
    }

    img[b-5uo0zeql7x] {
        width: 369px;
    }
}
/* /Shared/MenuDisplay.razor.rz.scp.css */
.menu-display-container[b-2o8dk4q7to] {
    border: solid;
    border-width: thin;
    border-color: lightgrey;
    background-color: white;
    border-radius: 3px;
    position: absolute;
    left: 10px;
    top: 42px;
    z-index: 10000;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
}

ul[b-2o8dk4q7to] {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 240px;
    background-color: #f1f1f1;
}

li p[b-2o8dk4q7to] {
    display: block;
    color: #000;
    padding: 6px 14px;
    text-decoration: none;
    margin: 0;
}

    /* Change the link color on hover */
    li p:hover[b-2o8dk4q7to] {
        background-color: #eb8c4b;
        color: white;
        cursor: pointer;
    }

.icon-gap[b-2o8dk4q7to] {
    margin-right: 10px;
    margin-bottom: 2px;
}
