/* _content/Paychannel/Pages/Contact.razor.rz.scp.css */
    .form-group[b-2vlncftpfj] {
        display: flex;
        align-items: center; /* Vertically aligns label and input */
        margin-bottom: 10px; /* Adds space between form groups */
    }

    .form-group label[b-2vlncftpfj] {
        flex: 0 0 100px; /* Fixed width for labels, adjust as needed */
        text-align: left;
        margin-right: 10px; /* Space between label and input */
    }

    .form-group input[b-2vlncftpfj] {
        flex-grow: 1; /* Allows input to take remaining space */
    }
/* _content/Paychannel/Shared/HeadBar.razor.rz.scp.css */
.head-row[b-242hv7br18] {
    /*height: 4rem;*/
    /*background-color: rgba(0,0,0,0.4);*/
    background-color: #fff;
    font-size:small;
}
/* _content/Paychannel/Shared/MainLayout.razor.rz.scp.css */
  body[b-xm910ly9mz] {
    margin: 0;
    font-family: Arial, sans-serif;
  }

  /* Layout container */
  .page[b-xm910ly9mz] {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  /* Main scrollable content */
  .main-content[b-xm910ly9mz] {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 20px;
    padding-left: 280px;
    padding-top: 9rem;
    width: calc(100%-255px);
    height: calc(100vh - 16rem);
    overflow-y: auto;
    font-size: small;
  }
  
  /* Fixed sidebar container */
  .sidebar[b-xm910ly9mz] {
    position: fixed;
    top: 9rem;
    left: 0;
    width: 250;
    height: calc(100vh - 12rem);
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(180deg, rgb(196, 196, 197) 0%, #ffffff 90%);
  }

  /* Each framed block */
  .frame[b-xm910ly9mz] {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
  }

  /* Optional styling for demo */
  .frame h3[b-xm910ly9mz] {
    margin-top: 0;
  }

.magenta-line[b-xm910ly9mz] {
    background-color: magenta;
    border-bottom: 0;
    justify-content: flex-end;
    height: 0.5rem;
    display: flex;
    align-items: center;
}

.white-line[b-xm910ly9mz] {
    background-color: #fff;
    border-bottom: 0;
    justify-content: flex-end;
    height: 0.5rem;
    display: flex;
    align-items: center;
}

.cyan-line[b-xm910ly9mz] {
    background-color: cyan;
    border-bottom: 0;
    justify-content: flex-end;
    height: 1rem;
    display: flex;
    align-items: center;
}

.sticky-footer[b-xm910ly9mz] {
    position: fixed;
    padding: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    border: 0;
    font-size: smaller;
    z-index: 100;
}

.sticky-header[b-xm910ly9mz] {
    position: fixed;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    border: 0;
}

hr[b-xm910ly9mz] {
    color: #000;
    height: 2px;
    border: 0;
    width: 100%;
}

header[b-xm910ly9mz], footer[b-xm910ly9mz] {
    flex-shrink: 0; /* Prevent header/footer from shrinking */
}

/* _content/Paychannel/Shared/MainLayout_Old.razor.rz.scp.css */
.page[b-ggjususnyx] {
    position: relative;
    display: flex;
    flex-direction: column;
    /*margin-top: 8rem;*/
}

main[b-ggjususnyx] {
    /*flex: 1;*/
    display: flex;
    flex-direction: row;
    padding: 20px;
    padding-left: 255px;
    /*padding-right: 250px;
    border-right: 1px solid #ccc;*/
    width: calc(100%-500px);
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    top: 8rem;
    /*
    display: flex;
    min-height: 100vh;
    /*flex-grow: 1; /* Allow main content to take remaining space */
    /*overflow-y: auto; /* Enable vertical scrolling */
}

.sidebar[b-ggjususnyx] {
    position: fixed;
    top: 8rem;
    left: 0;
    width: 250;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #b6b5b5;
    border-right: 1px solid #ccc;
    /*
    background-image: linear-gradient(180deg, rgb(196, 196, 197) 0%, #ffffff 90%);
    overflow: auto;
    flex-grow: 1;
    padding-top: 12rem;
    padding-bottom: 4rem;
    /*height: calc(100vh - 7rem);*/
    /*background-color: #b6b5b5;*/
}

.top-row[b-ggjususnyx] {
    position: fixed;
    /*top: 0;*/
    left: 0;
    width: 100%;
    background-color: #fff;
    /*border-bottom: 1px solid #d6d5d5;*/
    justify-content: flex-end;
    /*height: 7rem;*/
    display: flex;
    align-items: center;
}

.magenta-line[b-ggjususnyx] {
    background-color: magenta;
    border-bottom: 0;
    justify-content: flex-end;
    height: 0.5rem;
    display: flex;
    align-items: center;
}

.white-line[b-ggjususnyx] {
    background-color: #fff;
    border-bottom: 0;
    justify-content: flex-end;
    height: 0.5rem;
    display: flex;
    align-items: center;
}

.cyan-line[b-ggjususnyx] {
    background-color: cyan;
    border-bottom: 0;
    justify-content: flex-end;
    height: 1rem;
    display: flex;
    align-items: center;
}

.top-row[b-ggjususnyx]  a,
.top-row .btn-link[b-ggjususnyx] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-ggjususnyx] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ggjususnyx] {
        display: none;
    }

    .top-row.auth[b-ggjususnyx] {
        justify-content: space-between;
    }

    .top-row a[b-ggjususnyx],
    .top-row .btn-link[b-ggjususnyx] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ggjususnyx] {
        flex-direction: row;
    }

    .sidebar[b-ggjususnyx] {
        width: 250px;
        height: 100vh - 7rem;
        /*position: sticky;*/
        top: 8rem;
    }

    .top-row[b-ggjususnyx] {
        position: sticky;
        top: 8rem;
        z-index: 1;
    }

    .top-row[b-ggjususnyx],
    article[b-ggjususnyx] {
        padding-top: 4rem !important;
        padding-left: 8rem !important;
        padding-right: 1.5rem !important;
        padding-bottom: calc(100vh-16rem-8rem) !important;
    }
}

.sticky-footer[b-ggjususnyx] {
    position: fixed;
    padding: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    border: 0;
    font-size: small;
    z-index: 100;
}

.sticky-header[b-ggjususnyx] {
    position: fixed;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    border: 0;
    /*justify-content: flex-end;*/
    height: 12rem;
    /*display: flex;*/
    align-items: left;
    z-index: 100;
}

hr[b-ggjususnyx] {
    color: #000;
    height: 2px;
    border: 0;
    width: 100%;
}

body[b-ggjususnyx] {
    display: flex;
    flex-direction: column;
    /*height: 100vh; /* Make body fill viewport height */
    margin: 0;
}

header[b-ggjususnyx], footer[b-ggjususnyx] {
    flex-shrink: 0; /* Prevent header/footer from shrinking */
}



/* _content/Paychannel/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2sez0doem1] {
    /*background-color: rgba(255, 255, 255, 0.1);*/
    background-color: #c8c8c8;
}

.top-row[b-2sez0doem1] {
    padding-top: 7rem;
    /*height: 7rem;*/
    /*background-color: rgba(0,0,0,0.4);*/
    background-color: #fff;
}

.navbar-brand[b-2sez0doem1] {
    font-size: 1.1rem;
}

.oi[b-2sez0doem1] {
    width: 2rem;
    font-size: small;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-2sez0doem1] {
    font-size: small;
    padding-bottom: 0.3rem;
    top: 7rem;
}

    .nav-item:first-of-type[b-2sez0doem1] {
        padding-top: 0rem;
    }

    .nav-item:last-of-type[b-2sez0doem1] {
        padding-bottom: 0rem;
    }

    .nav-item[b-2sez0doem1]  a {
        color: #2c2c2c;
        border-radius: 4px;
        height: 2rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-2sez0doem1]  a.active {
    background-color: rgba(37, 37, 37, 0.074);
    color: rgb(24, 2, 84);
}

.nav-item[b-2sez0doem1]  a:hover {
    background-color: rgba(27, 0, 91, 0.1);
    color: rgb(121, 1, 1);
}

@media (min-width: 641px) {
    .navbar-toggler[b-2sez0doem1] {
        display: none;
    }

    .collapse[b-2sez0doem1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-2sez0doem1] {
        /* Allow sidebar to scroll for tall menus */
        height: 200vh;
        overflow-y: auto;
    }
}
