/* /Pages/Account/MyPage.cshtml.rz.scp.css */
.fancy-subtitle[b-fis9zd0wo8]{
    margin-top:20px;
}

.EditGroup[b-fis9zd0wo8] {
    width: 94vw;
    height: 50vh;
    margin: 20px 10px;
    border-radius: 5px;
    background-color: #E5F0FF;
}

.BtnGroup[b-fis9zd0wo8]{
    position:absolute;
    bottom:6%;
    width:93vw;
    text-align:right;
}

.div_2row[b-fis9zd0wo8]{
    display:grid;
    grid-template-rows:auto auto;
    margin:auto 0;
    align-items:center;
    height:max-content;
}

.div_flex[b-fis9zd0wo8]{
    align-items:center;
    align-content:center;
}

.hidden[b-fis9zd0wo8]{
    display:none;
}

h2[b-fis9zd0wo8]{
    margin:auto 0 auto 20px;
    width:120px;
}

input[b-fis9zd0wo8]{
    height:18px !important;
    margin-top:15px;
    margin-left:20px;
}
select[b-fis9zd0wo8]{
    margin: auto auto auto 20px;
}

label[b-fis9zd0wo8]{
    margin-left:30px;
}

.fancy-subtitle[b-fis9zd0wo8] {
    position: relative;
    padding-left: 1.5em; /* 図形分の余白 */
    font-family: 'Yu Gothic', sans-serif;
    font-size: 180%;
    font-weight: bold;
    margin-bottom: 1em;
    margin-left:20px;
}

    .fancy-subtitle[b-fis9zd0wo8]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); /* 真ん中に配置 */
        width: 20px;
        height: 45px; /* 縦長の長方形 */
        background-color: #92F3A4; /* 好きな色に変更可能 */
        border-radius: 10px; /* 丸める（角丸長方形） */
    }

    .fancy-subtitle.fixed[b-fis9zd0wo8] {
        margin-top: 120px;
    }

    #system_logs[b-fis9zd0wo8]{
        margin-left:20px;
    }


.textarea[b-fis9zd0wo8] {
    width: calc(85vw - 20px - 20px);
    height: 56vh;
    padding: 20px;
    overflow: scroll;
    background: #3b3a59;
    scrollbar-color: #E84945 #3b3a59;
    color: #FFF;
}

#logArea_outer[b-fis9zd0wo8] {
    margin-left: 20px;
    margin-top: 20px;
    width: 85vw;
    height: 60vh;
    border-radius: 10px;
    background: #3b3a59;
    padding:0.5vh 0.5vw;
}

.log_content[b-fis9zd0wo8]{
    margin:0;
}

.log_date[b-fis9zd0wo8] {
    margin: auto 0 auto 10px;
    overflow-wrap: anywhere;
}

@media screen and (min-width:800px){
    .log_date[b-fis9zd0wo8] {
        width: 160px;
        min-width:160px;
    }

    .Btn[b-fis9zd0wo8] {
        margin: 10px !important;
        height: 40px;
        width: 200px;
    }
}

@media screen and (max-width:800px){
    .log_date[b-fis9zd0wo8] {
        width: 120px;
        min-width: 120px;
    }

    .Btn[b-fis9zd0wo8] {
        margin: 10px !important;
        height: 80px;
        width: 200px;
    }
}

.log_level[b-fis9zd0wo8] {
    margin: auto 0 auto 10px;
    width: 65px;
    min-width: 65px;
    overflow-wrap: anywhere;
}
    .log_level.info[b-fis9zd0wo8] {
        color: #92F3A4;
    }
    .log_level.warn[b-fis9zd0wo8] {
        color: #FFE632;
    }
    .log_level.error[b-fis9zd0wo8] {
        color: #E84945;
    }
    .log_level.fatal[b-fis9zd0wo8] {
        color: #D8368D;
    }

.log_message[b-fis9zd0wo8] {
    margin: auto 0 auto 10px;
    overflow-wrap:anywhere;
}
/* /Pages/Applications/Communication/index.cshtml.rz.scp.css */
@media screen and (max-width:1000px){
    .MarginRight[b-2vd1a9ytl8]{
    }

    .settingSelect[b-2vd1a9ytl8]{
        margin:10px 0 10px auto;
        width:max-content;
    }

    .modelSelect[b-2vd1a9ytl8] {
        width: 200px;
        height: 40px;
        padding: 10px;
        margin: auto;
        border-radius: 10px;
    }

    .pcButton[b-2vd1a9ytl8]{
        display:none;
    }

    .mobileButton[b-2vd1a9ytl8] {
        margin-left: auto !important;
        margin-right: 0 !important;
    }
}

@media screen and (min-width:1000px){
    .titleHeader[b-2vd1a9ytl8] {
        display:flex;
    }

    .settingSelect[b-2vd1a9ytl8]{
        display:flex;
        margin-left: auto !important;
        margin-right: 0 !important;
    }

    .modelSelect[b-2vd1a9ytl8] {
        width:200px;
        height:40px;
        padding:10px;
        margin:auto;
        border-radius:10px;
    }

    .pcButton[b-2vd1a9ytl8]{

    }

    .mobileButton[b-2vd1a9ytl8]{
        display:none;
    }
}

#chatArea[b-2vd1a9ytl8] {
    display:block;
    background-color: lightgray;
    border-radius: 10px;
    width:93vw;
    height:66vh;
    margin:auto;
    box-shadow:inset 0px 0px 2px 4px gray;
    padding:10px;
    overflow:scroll;
    scrollbar-width:none;
}

.chatContentLeft[b-2vd1a9ytl8]{
    display:block;
    text-align:left;
    margin:10px;
    border-radius:10px;
    background-color:#EEEEEE;
    width:max-content;
    padding:10px;
    max-width:50vw;
    word-break:break-all;
}

.chatContentRight[b-2vd1a9ytl8] {
    display: block;
    text-align: left;
    margin: 10px;
    border-radius: 10px;
    background-color: lightgreen;
    width: max-content;
    padding: 10px;
    max-width: 50vw;
    word-break: break-all;
}

.sendDateTime[b-2vd1a9ytl8]{
    margin-top:auto;
    margin-bottom:10px;
    color:gray;
    font-size:0.8rem;
}

#userInput[b-2vd1a9ytl8] {
    height: max-content;
    scrollbar-width: none;
    width: 85%;
    max-width: 85%;
}
/* /Pages/Applications/Communication/Settings.cshtml.rz.scp.css */
body[b-v2ikiepcq9] {
}
/* /Pages/Applications/Download/DownloadContentManager.cshtml.rz.scp.css */
table[b-5hvvtxyax0] {
    border-collapse: collapse;
    border-color: #3b3a59;
    border-width:2px;
    width:95vw;
    max-height: 80vh;
    margin:auto;
}

thead[b-5hvvtxyax0] {
    background-color: #3b3a59;
    border-color: #FFF;
    color:#FFF;
}

th[b-5hvvtxyax0]{
    padding:5px;
}

tbody[b-5hvvtxyax0]{
    width:100%;
    overflow:auto;
}

[b-5hvvtxyax0] select{
    height: max-content !important;
}

td[b-5hvvtxyax0]{
    text-align:center;
    padding: 5px;
}

label[b-5hvvtxyax0] {
    color: #3b3a59;
}
    label:hover[b-5hvvtxyax0] {
        color: #E84945;
    }

input[type=date][b-5hvvtxyax0], input[type=time][b-5hvvtxyax0]{
    margin: auto 5px;
}

.div_cell[b-5hvvtxyax0]{
    margin: 0 auto;
}

[b-5hvvtxyax0] .text {
    height: 20px;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
    color: #3b3a59;
    font-size:1rem;
}

.rowBtn[b-5hvvtxyax0]{
    width:60px;
    height: 30px;
    margin:auto;
}

.fileName[b-5hvvtxyax0]{

}

.reDownload[b-5hvvtxyax0]{
    transform: scale(1.2);
}

.dlCount[b-5hvvtxyax0]{
    width:60px;
}

.password[b-5hvvtxyax0]{
    width:340px;
}
/* /Pages/Applications/Download/Index.cshtml.rz.scp.css */
h3[b-g8xlu2ren1]{
    font-size:120%;
}

h2[b-g8xlu2ren1]{
    font-size:150%;
}
/* /Pages/Applications/FileExplorer/Index.cshtml.rz.scp.css */
.ContentBody[b-az6s7sqccn]{
    width:99vw;
    height:94vh;
}

.ContentController[b-az6s7sqccn] {
    width: 98.5vw;
    height: 30px;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #7B788A;
}

.QuickAccess[b-az6s7sqccn] {
    width: 360px;
    height: calc(94vh - (40px + 1px) - (30px + 1px));
    border-right: 1px solid #7B788A;
    padding: 10px;
    overflow: scroll;
}

.Explorer[b-az6s7sqccn] {
    width: calc(100vw - 360px);
    height: calc(94vh - (40px + 1px) - (30px + 1px));
    padding: 10px;
    overflow: scroll;
}
    .Explorer.ShowDetail[b-az6s7sqccn] {
        width: calc(100vw - 360px - 360px);
    }

.ExplorerColumn[b-az6s7sqccn] {
    display: grid;
    grid-template-columns: max-content max-content max-content max-content max-content max-content max-content max-content max-content max-content;
    column-count: 10;
}

.PathEditor[b-az6s7sqccn] {
    width: 99vw;
    height: 40px;
    padding: 5px;
    border-bottom: 1px solid #7B788A;
}

.Detail[b-az6s7sqccn] {
    width: 360px;
    height: calc((100vw * (9 / 16) ) - 350px);
    border-left: 1px solid #7B788A;
}
    .Detail.hidden[b-az6s7sqccn]{
        display:none;
    }

[b-az6s7sqccn] .PathText{
    height:30px;
    margin:auto 10px;
    width:calc(100vw - 300px);
    border-radius:5px;
    overflow:scroll;
    font-size:1.1rem;
    padding:3px 5px;
}

.IconBtn[b-az6s7sqccn] {
    width: 30px;
    height: auto;
}

.IconBtnColor[b-az6s7sqccn] {
    fill: #7B788A;
}

    .IconBtnColor:hover[b-az6s7sqccn] {
        fill: #91ABD0;
    }

.IconBtnColorDisabled[b-az6s7sqccn] {
    fill: #D8E9FC;
}
[b-az6s7sqccn] .ButtonHidden {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: auto 10px;
    width: auto;
    height: auto;
}

[b-az6s7sqccn] .TextButton {
    font-size: 1.2rem;
    margin: auto 10px;
    color:#000;
}

    [b-az6s7sqccn] .TextButton:hover {
        color: #92F3A4;
    }

[b-az6s7sqccn] .QuickAccessIcon {
    width: 25px;
    height: 20px;
    margin: auto 10px;
}

[b-az6s7sqccn] .QuickAccessContent{
    margin:5px auto;
}

    [b-az6s7sqccn] .QuickAccessContent:hover {
        border-radius: 5px;
        background-color: #BFFFFF;
        opacity: 75%;
    }

    [b-az6s7sqccn] .QuickAccessContent.selected {
        border-radius: 5px;
        background-color: #5A7DFF
    }

[b-az6s7sqccn] .ExplorerDiv {
    display: flex;
    flex-direction: column;
    margin:10px auto 0 auto;
}

    [b-az6s7sqccn] .ExplorerDiv:hover {
        border-radius: 5px;
        background-color: #BFFFFF;
        opacity: 75%;
    }

    [b-az6s7sqccn] .ExplorerDiv.selected {
        border-radius: 5px;
        background-color: #5A7DFF
    }

[b-az6s7sqccn] .ExplorerFileButton {
    border: none;
    background-color: transparent;
    padding: 5px;
    margin: 10px auto auto auto;
    width: auto;
    height: auto;
    max-width:160px;
    overflow:hidden;
}

[b-az6s7sqccn] .ExplorerIcon {
    width: 120px;
    height: auto;
    margin: 5px auto 0 auto;
    background-color:transparent;
}

[b-az6s7sqccn] .ExplorerText {
    width: 140px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow:hidden;
    font-size:0.8rem;
    word-break:break-all;
}

.FEDialog[b-az6s7sqccn]{
    position:sticky;
    max-width:90vw;
    max-height:90vh;
    background-color:#FFF;
    border-radius:10px;
    padding:30px;
    overflow:scroll;
    scrollbar-width:none;
    z-index:9999;
    margin:20px auto;
}

    .FEDialog.Small[b-az6s7sqccn]{
        width:800px;
        height:300px;
    }
    .FEDialog.Big[b-az6s7sqccn] {
        width: 900px;
        height: 825px;
    }

.fancy-subtitle[b-az6s7sqccn]{
    display:block;
    width:220px;
    margin:auto 20px;
}

[b-az6s7sqccn] .margin-content{
    margin:auto 10px auto 10px !important;
    cursor:pointer;
}

.div_flex.dialogcontent[b-az6s7sqccn]{
    margin:30px 10px 30px auto;
}

.div_4col[b-az6s7sqccn]{
    display:grid;
    grid-template-columns:auto auto auto auto;
}

input[type="radio"][b-az6s7sqccn], input[type="checkbox"][b-az6s7sqccn]{
    cursor:pointer;
}

input[type="date"][b-az6s7sqccn], input[type="time"][b-az6s7sqccn]{
    width:auto;
    height:auto;
    font-size:1.2rem;
}

[b-az6s7sqccn] .contentlbl{
    font-size:1.3rem;
    font-weight:bold;
}

.dialogBackground[b-az6s7sqccn]{
    position:fixed;
    top:0;
    left:0;
    background-color:rgba(0,0,0,0.5);
    z-index:9998;
    inset:0;
    justify-content:center;
    align-items:center;
}

[b-az6s7sqccn] .w214{
    width:250px;
}
/* /Pages/Download.cshtml.rz.scp.css */
@media screen and (min-width:1000px){
    .DownloadItem[b-wyyv5knzdj] {
        display: grid;
        grid-template-columns:480px auto;
        margin: 40px 20px;
    }

    .DownloadBtn[b-wyyv5knzdj] {
        margin: auto auto auto 20px;
    }
}
@media screen and (max-width:1000px) {
    .DownloadItem[b-wyyv5knzdj] {
        width: calc(90vw);
        height: max-content;
        display: grid;
        grid-template-rows: 80px auto;
    }

    .DownloadBtn[b-wyyv5knzdj] {
        margin: auto;
    }
}
/* /Pages/Download/FurenELustario.cshtml.rz.scp.css */
@media screen and (min-width:1001px) {
    .ImgBtnList[b-l41365cdz3] {
        display: flex;
        margin: 10px 20px;
    }

    .ImgBtn[b-l41365cdz3] {
        margin-left: 20px;
    }

    .ImgList1[b-l41365cdz3] {
        display:flex;
        margin: 20px 20px 0 0;
        text-align: center;
    }

    .ImgList[b-l41365cdz3] {
        margin: 20px auto 0 auto;
        display: flex;
        text-align: center;
        height:max-content;
    }

    .div_sns_yoko[b-l41365cdz3] {
        width: 90vw;
        display: grid;
        grid-template-columns: max-content max-content;
        align-content: center;
        margin: 20px auto;
    }

    .sns_frame[b-l41365cdz3] {
        width: 40vw;
        height: calc(40vw * 0.5625);
        max-width: 800px;
        max-height: 450px;
    }

    .twitter_furen2434[b-l41365cdz3] {
        width:40vw;
        margin-left: 20px;
    }

    .img_div[b-l41365cdz3] {
        margin: 20px;
    }
}

@media screen and (max-width:1000px){
    .ImgBtnList[b-l41365cdz3] {
        display: grid;
        grid-template-rows: auto auto auto;
        margin: 10px auto 0 auto;
        text-align: center;
        width: calc(80vw - 40px);
        height:max-content;
    }

    .ImgBtn[b-l41365cdz3] {
        margin: 10px auto;
    }

    .ImgList1[b-l41365cdz3] {
        width:max-content;
        margin:10px auto;
        text-align: center;
    }

    .ImgList[b-l41365cdz3] {
        width:calc(80vw - 40px);
        margin: 20px auto;
        text-align: center;
    }

    .div_sns_yoko[b-l41365cdz3] {
        width: calc(80vw - 40px);
        align-content: center;
        margin: 20px auto;
        text-align: center;
    }

    .sns_frame[b-l41365cdz3] {
        width: calc(80vw - 40px);
        height: calc(80vw * 0.5625);
        text-align: center;
        margin: 20px auto;
    }

    .twitter_furen2434[b-l41365cdz3] {
        width: calc(80vw - 40px);
        margin-left: 0 auto;
        text-align: center;
    }

    .img_div[b-l41365cdz3] {
        margin: 10px auto;
        width:auto;
    }
}

.novisible[b-l41365cdz3] {
    visibility: hidden !important;
    width: 0px;
    height: 0;
}

.img_div[b-l41365cdz3] {
    width:max-content;

    text-align: center;
}

.img_title[b-l41365cdz3]{
    width:max-content;
    margin:20px auto;
    font-size:24px;
}
/* /Pages/Download/ShortcutDeck.cshtml.rz.scp.css */
.detailsTitle[b-d52nn1v38s] {
    font-size: 22px;
    font-weight: bold;
}

.detailsItem[b-d52nn1v38s]{
    margin:0 0 0 10px;
    cursor:default
}

.linkLabel[b-d52nn1v38s]{
    cursor:pointer;
}

    .linkLabel:hover[b-d52nn1v38s] {
        color: #92F3A4
    }

details[b-d52nn1v38s] {
    margin:20px 0 0 40px;
    cursor:pointer;
}
/* /Pages/Download/ShortcutDeck3.cshtml.rz.scp.css */
.detailsTitle[b-prjkmpus8h] {
    font-size: 22px;
    font-weight: bold;
}

.detailsItem[b-prjkmpus8h]{
    margin:0 0 0 10px;
    cursor:default
}

.linkLabel[b-prjkmpus8h]{
    cursor:pointer;
    margin:auto 10px;
}

    .linkLabel:hover[b-prjkmpus8h] {
        color: #92F3A4
    }

details[b-prjkmpus8h] {
    margin:20px 0 0 40px;
    cursor:pointer;
}
/* /Pages/Index.cshtml.rz.scp.css */
div.container[b-3fsjlu6bl3] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !Important;
    padding: 0 !important;
}

.top_Image[b-3fsjlu6bl3] {
    margin-top: -40px !important;
}

.top_Title[b-3fsjlu6bl3]{
    margin-left:auto;
    margin-right:auto;
}

.top_Message[b-3fsjlu6bl3] {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 801px) {
    .top_Title[b-3fsjlu6bl3] {
        font-size: 40px;
        margin: 30px auto;
    }

    .top_Message[b-3fsjlu6bl3] {
        font-size: 26px;
    }
    .scrollBox_title[b-3fsjlu6bl3] {
        width: 50vw;
        min-width: 800px;
        padding: 5px;
    }

    .scrollBox_content[b-3fsjlu6bl3] {
        width: 50vw;
        min-width: 800px;
        max-height: 500px;
        padding: 5px;
    }

    .latest_content_box[b-3fsjlu6bl3] {
        width: 100%;
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: left;
    }

    .latest_content_datetime[b-3fsjlu6bl3] {
        width: 8vw;
        font-size: 1.5rem;
        margin-top: auto;
        margin-bottom: auto;
        word-break: break-all;
    }

    .latest_content_title[b-3fsjlu6bl3] {
        width: 8vw;
        overflow: hidden;
        margin-top: auto;
        margin-bottom: auto;
        word-break: break-all;
    }

        .latest_content_title.link[b-3fsjlu6bl3] {
            text-decoration: underline solid #0000FF;
            color: #0000FF;
        }

            .latest_content_title.link:hover[b-3fsjlu6bl3] {
                text-decoration: underline solid #0FF;
                color: #0FF;
                cursor: pointer;
            }

    .latest_content_message[b-3fsjlu6bl3] {
        width: 34vw;
        overflow: hidden;
        margin-top: auto;
        margin-bottom: auto;
        word-break: break-all;
    }
}

@media screen and (max-width:800px) {
    .top_Title[b-3fsjlu6bl3] {
        font-size: 30px;
        padding: 20px;
    }

    .top_Message[b-3fsjlu6bl3] {
        font-size: 20px;
        padding: 10px 20px;
    }
    .scrollBox_title[b-3fsjlu6bl3] {
        width: 55vw;
        min-width: 375px;
        padding: 5px;
    }

    .scrollBox_content[b-3fsjlu6bl3] {
        width: 55vw;
        min-width: 375px;
        max-height: 500px;
        padding: 5px;
    }

    .latest_content_box[b-3fsjlu6bl3] {
        width: 100%;
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: left;
    }

    .latest_content_datetime[b-3fsjlu6bl3] {
        width: 24%;
        font-size: 1rem;
        margin-top: auto;
        margin-bottom: auto;
        word-break: break-all;
    }

    .latest_content_title[b-3fsjlu6bl3] {
        width: 20%;
        overflow: hidden;
        margin-top: auto;
        margin-bottom: auto;
        word-break: break-all;
        font-size:1rem;
    }

        .latest_content_title.link[b-3fsjlu6bl3] {
            text-decoration: underline solid #0000FF;
            color: #0000FF;
        }

            .latest_content_title.link:hover[b-3fsjlu6bl3] {
                text-decoration: underline solid #0FF;
                color: #0FF;
                cursor: pointer;
            }

    .latest_content_message[b-3fsjlu6bl3] {
        width: 55%;
        overflow: hidden;
        margin-top: auto;
        margin-bottom: auto;
        word-break: break-all;
        font-size:0.9rem;
    }
}

/* /Pages/Privacy.cshtml.rz.scp.css */
h6[b-8xy30rqtft]{
    margin-left:20px;
}

li[b-8xy30rqtft]{
    margin-left:20px;
}

.NoNumList[b-8xy30rqtft]{
    list-style-type:none;
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
@media screen and (min-width: 1001px) {
    #logo_img_mobile[b-f0ak6brm28]{
        display:none;
    }

    #menuButton[b-f0ak6brm28] {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: rgb(253 250 250);
        border: none;
        box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
        animation: outHover-b-f0ak6brm28 0.3s ease-in-out forwards;
    }

        #menuButton:hover[b-f0ak6brm28] {
            background-color: rgb(255 255 255);
            animation: onHover-b-f0ak6brm28 0.3s ease-in-out forwards;
            opacity: 1;
        }

    #menuButtonIcon[b-f0ak6brm28] {
        width:40px;
        height: 40px;
        background-image: url('/res/SVG/Button/menu_off.svg');
        background-repeat: no-repeat;
        transform: translateZ(0);
        border: none;
        outline: none;
        box-shadow: none;
        appearance: none;
        background-color: transparent;
        padding: 0;
        margin: auto;
    }

        #menuButtonIcon.close[b-f0ak6brm28] {
            animation: menuBtnToClose-b-f0ak6brm28 0.3s ease-in forwards;
            background-image: url('/res/SVG/Button/menu_on.svg');
        }

        #menuButtonIcon.open[b-f0ak6brm28] {
            animation: menuBtnToOpen-b-f0ak6brm28 0.3s ease-in forwards;
            background-image: url('/res/SVG/Button/menu_off.svg');
        }

    @keyframes menuBtnToOpen-b-f0ak6brm28{
        from{
            transform:rotate(0deg);
        }

        25%{
            transform:rotate(90deg);
        }

        50% {
            transform: rotate(180deg);
            background-image: url('/res/SVG/Button/menu_on.svg');
        }

        75% {
            transform: rotate(270deg);
            background-image: url('/res/SVG/Button/menu_on.svg');
        }

        to {
            transform: rotate(360deg);
            background-image: url('/res/SVG/Button/menu_on.svg');
        }
    }

    @keyframes menuBtnToClose-b-f0ak6brm28{
        from {
            transform: rotate(0deg);
        }

        25% {
            transform: rotate(-90deg);
        }

        50% {
            transform: rotate(-180deg);
            background-image: url('/res/SVG/Button/menu_off.svg');
        }

        75% {
            transform: rotate(-270deg);
            background-image: url('/res/SVG/Button/menu_off.svg');
        }

        to {
            transform: rotate(-360deg);
            background-image: url('/res/SVG/Button/menu_off.svg');
        }
    }

        .navbar_outer.open[b-f0ak6brm28] {
            animation: navbarToOpen-b-f0ak6brm28 0.3s ease-in;
        }

        .navbar_outer.close[b-f0ak6brm28] {
            animation: nabvarToClose-b-f0ak6brm28 0.3s ease-in forwards;
        }

        .navbar_outer.hidden[b-f0ak6brm28]{
            display:none;
        }

    .navbar[b-f0ak6brm28] {
        height: 80px;
        margin: 0 20px;
        display: flex;
        align-items: center;
        background-color: rgb(253 250 250);
        border-radius: 20px;
        box-shadow: 0 0 20px 10px rgba(0,0,0,0.1);
        animation: outHover-b-f0ak6brm28 0.3s ease-in-out forwards;
        opacity: 0.75;
    }
        .navbar:hover[b-f0ak6brm28] {
            background-color: rgb(255 255 255);
            animation: onHover-b-f0ak6brm28 0.3s ease-in-out forwards;
            animation-delay: 0s;
            opacity: 1;
        }

    @keyframes navbarToOpen-b-f0ak6brm28{
        from {
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            background-color: transparent;
            box-shadow:none;
        }

        to {
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        }
    }

    @keyframes nabvarToClose-b-f0ak6brm28{
        from {
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            background-color: transparent;
            box-shadow:none;
        }

        to {
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            box-shadow: none;
            display: none;
        }
    }
        
    @keyframes onHover-b-f0ak6brm28{
        from{
            opacity: 0.75;
        }

        to{
            opacity:1;
        }
    }

    @keyframes outHover-b-f0ak6brm28{
        from{
            opacity: 1;
        }

        to{
            opacity:0.75;
        }
    }

    .nav-item[b-f0ak6brm28] {
        margin: auto 20px;
        width:max-content;
    }

    .navbar-toggler[b-f0ak6brm28] {
        display: none;
    }

    .nav-link[b-f0ak6brm28] {
        font-size: 20px;
        width:max-content;
        overflow-wrap:anywhere;
    }

    #hiddenBtn[b-f0ak6brm28] {
        margin: auto 0 auto auto;
        cursor: pointer;
    }

    #main-header[b-f0ak6brm28] {
        height: 80px;
        position: fixed;
        bottom: 20px;
        left: 40px;
        width: max-content;
    }

        #main-header:hover[b-f0ak6brm28] {
            opacity: 1;
        }

    .div-nav[b-f0ak6brm28]{
        width:max-content;
        max-width:90vw;
        overflow:scroll;
        scrollbar-width:none;
    }

    .navbar-nav[b-f0ak6brm28] {
        display: flex;
        padding:0;
    }

    .mobileMenu[b-f0ak6brm28] {
        display: none;
    }

    #logo_text[b-f0ak6brm28] {
        width: auto;
        height: 25px;
        cursor: pointer;
    }

    .pin_btn[b-f0ak6brm28] {
        width: 1fr;
        margin: auto 40px auto auto;
        text-align: right;
    }

    #logo_img[b-f0ak6brm28] {
        width: 50px;
        height: 50px;
        cursor: pointer;
        margin: auto 20px;
    }
}

@media screen and (max-width: 1000px){
    .navbar[b-f0ak6brm28] {
        height: 60px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100vw;
    }

    #menuButton[b-f0ak6brm28]{
        display:none;
    }

    #hiddenBtn[b-f0ak6brm28] {
        visibility: hidden;
    }

    #main-header[b-f0ak6brm28] {
        height: 60px;
        width:100vw;
    }

    .navbar-toggler[b-f0ak6brm28] {
        width: 40px;
        height: 40px;
        border: none;
        background-color: transparent;
        color: black;
        font-size: 35px;
        position: fixed;
        top: 3px;
        left: 87vw;
    }

    .navbar-nav[b-f0ak6brm28] {
        display: none;
    }

    .mobileMenu[b-f0ak6brm28] {
        height: 100vh;
        width: 100vw;
        position: fixed;
        top: 60px;
        background-color: rgb(255, 255, 255);
        margin: 0 auto;
        text-align: center;
        font-size: 50px;
        overflow:scroll;
    }

        .mobileMenu.open[b-f0ak6brm28] {
            opacity: 1;
            max-height: 100vh;
            pointer-events: auto;
            transition: opacity 0.4s ease, max-height 0.4s ease;
            pointer-events: auto;
            z-index: 9980;
        }

        .mobileMenu.close[b-f0ak6brm28] {
            opacity: 0;
            max-height: 0;
            overflow: hidden;
            transition: opacity 0.4s ease, max-height 0.4s ease;
            pointer-events: none;
        }

    .mobileMenuItem[b-f0ak6brm28] {
        margin-top: auto;
        margin-bottom:auto;
    }

        .mobileMenuItem.active[b-f0ak6brm28] {
            color: #E84945 !important;
            font-weight: bold;
        }

        .mobileMenuItem:hover[b-f0ak6brm28] {
            font-weight: bold;
            color: #92F3A4 !important;
        }

    #logo_text[b-f0ak6brm28] {
        display: none;
    }

    .pin_btn[b-f0ak6brm28] {
        display: none;
    }

    #logo_img_mobile[b-f0ak6brm28] {
        width: 50px;
        height: 50px;
        cursor: pointer;
        position: fixed;
        top: 6px;
        left: 48vw;
    }
}



#main-header[b-f0ak6brm28] {
    z-index: 1000;
    transition: top 0.4s ease, opacity 0.4s ease;
    display:block;
    opacity:1;
}

    #main-header.fixed[b-f0ak6brm28] {
        position: fixed;
        top: 0;
        left: 0;
    }

    #main-header.slide-out[b-f0ak6brm28] {
        transform: translateY(-100%);
        opacity: 0;
    }

    #main-header.slide-in[b-f0ak6brm28] {
        transform: translateY(0);
        opacity: 1;
    }


a.navbar-brand[b-f0ak6brm28] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.header_adjust[b-f0ak6brm28]{
    padding-left:20px !important;
    padding-right:20px !important;
}

a[b-f0ak6brm28] {
  color: #0077cc;
}

.headerAndfooter[b-f0ak6brm28]{
    margin:0 !important;
    width:100% !important;
}

.btn-primary[b-f0ak6brm28] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}



.navbar-bland[b-f0ak6brm28]{
    margin:auto;
}



.nav-item[b-f0ak6brm28]{
    list-style-type:none;
    background:none;
}

.nav-link[b-f0ak6brm28] {
    background: none;
    font-weight: bold;
    text-decoration: none;
    cursor:pointer
}

    .nav-link.active[b-f0ak6brm28] {
        color: #E84945 !important;
        font-weight:bold;
    }

    .nav-link:hover[b-f0ak6brm28] {
        color: #92F3A4 !important;
        border-color: #92F3A4 !important;
    }

.nav-link.active[b-f0ak6brm28] {
    font-weight: bold;
    color: #E84945;
}

.border-top[b-f0ak6brm28] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-f0ak6brm28] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-f0ak6brm28] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-f0ak6brm28] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-f0ak6brm28] {
  position: relative;
  top:20px;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.text-dark[b-f0ak6brm28]{
    color:black;
}

.mainContent[b-f0ak6brm28]{
    position:relative;
}

.container[b-f0ak6brm28]{
    position:relative;
    width:95vw;
    height:max-content;
}

.body[b-f0ak6brm28]{
    width:100vw;
}
/* /Pages/Terms.cshtml.rz.scp.css */
h6[b-baa7wjk0dl]{
    margin-left:20px;
}

li[b-baa7wjk0dl]{
    margin-left:20px;
}

.NoNumList[b-baa7wjk0dl]{
    list-style-type:none;
}
/* /Pages/Test.cshtml.rz.scp.css */
body[b-0d0bvvsa4o] {
}
.base1[b-0d0bvvsa4o] {
    position: fixed;
    top: 0;
    left: -50vw;
    width: 50vw;
    height: 100vh;
    background-color: red;
    z-index:1000;
    animation-name:base1-b-0d0bvvsa4o;
    animation-duration:1s;
    animation-fill-mode:forwards;
    animation-timing-function:ease-in;
}
    .base1.rev[b-0d0bvvsa4o] {
        animation-name: base1-2-b-0d0bvvsa4o;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in;
    }

.base2[b-0d0bvvsa4o] {
    position: fixed;
    top: 0;
    left: 100vw;
    width: 50vw;
    height: 100vh;
    background-color: blue;
    z-index: 1000;
    animation-name: base2-b-0d0bvvsa4o;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
}
    .base2.rev[b-0d0bvvsa4o] {
        animation-name: base2-2-b-0d0bvvsa4o;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in;
    }

@keyframes base1-b-0d0bvvsa4o{
    from{
        left: -50vw;
    }
    to{
        left:0;
    }
}

@keyframes base2-b-0d0bvvsa4o{
    from{left:100vw;}
    to{
        left:50vw;
    }
}
@keyframes base1-2-b-0d0bvvsa4o {
    from{
        left:0;
    }
    to {
        left: -50vw;
    }
}

@keyframes base2-2-b-0d0bvvsa4o {
    from{
        left:50vw;
    }
    to {
        left: 100vw;
    }
}
