@charset "utf-8";
@import 'reset.css';

/* common ------------------------------------------------- */

.areaClose {
    display: none !important;
}

button {
    border-radius: 20px !important;
}
button.tag {
    border-radius: 4px !important;
}
.planToggleWrapper button {
    border-radius: 0px !important;
}

input {
    border: 1px solid #333;
}

.theme-light,
.theme-light input[type="datetime-local"],
.theme-light .title_t,
.theme-light .title_f,
.theme-light .confirm-content,
.theme-light #message-modal,
.theme-light #message-list li,
.theme-light input[type=text],
.theme-light input[type=password],
.theme-light .confirm-content div,
.theme-light .confirm-content h3,
.theme-light .confirm-content h2,
.theme-light #nav_list,
.theme-light #title_pop {
  /* background: hsl(0, 0%, 90%); */
  background: #ffffff;
  color: #333333;
}  


.theme-light input[type=text],
.theme-light input[type=number],
.theme-light input[type=tel],
.theme-light input[type=email],
.theme-light input[type=password] {
  background: #ffffff;
  color: #333333;
}  


nav {
    background: transparent !important;
    z-index: 2;
}

.theme-light #nav_list {
    background:
    linear-gradient(to left, rgba(0,0,0,0.10), rgba(0,0,0,0) 50%) right / 40px 100% no-repeat,
    #fff;
    color: #333333;
}


.theme-light .frame {
    background: #ffffff;
    color: #333333;
}





.theme-light .custom-form-group input[type="text"],
.theme-light .custom-form-group input[type="number"],
.theme-light .custom-form-group input[type="date"],
.theme-light .custom-form-group select,
.theme-light .custom-form-group textarea,
.theme-light .detail-table th,
.theme-light .detail-table td,
.theme-light .normal-table th,
.theme-light .normal-table td,
.theme-light .numbered-table th,
.theme-light .numbered-table td,
.theme-light .list-table th,
.theme-light .list-table td {
  border: 1px solid #333333;
}
/* .theme-light #nav_list ,
.theme-light nav{
   border-right: 1px solid #bbbbbb;
} */

.theme-light table#ratingTable th,
.theme-light table#ratingTable td {
  border: 1px solid #020202; 
  color: #333333; 
}


.theme-light .custom-form-group input,
.theme-light .custom-form-group select,
.theme-light .custom-form-group textarea {
  border: 1px solid #333333;
}
.theme-light table.list td,
.theme-light table.list th,
.theme-light .nft-table th, 
.theme-light .nft-table td {
  border: 1px solid #333333;
}

.theme-light .menu li {
  background-color: #f0f0f0;
  border-bottom: 1px solid #ccc;
}

.theme-light input[type=text],
.theme-light input[type=date], 
.theme-light input[type=textarea], 
.theme-light input[type=password] {
  border: 1px solid #333333;
  color: #333333;
}

.theme-light input[type=text].recorded,
.theme-light input[type=date].recorded, 
.theme-light input[type=textarea].recorded, 
.theme-light input[type=password].recorded {
  border: 1px solid lightgrey;
  color: #333333;
}

.theme-light img.invertible {
  filter: invert(1);
}
.theme-light .main-title,
.theme-light .subject-input,
.theme-light .recipient-input,
.theme-light .amount-input,
.theme-light .quotation-text-input,
.theme-light .info-input {
  border: none !important;
  /* border-radius: 0 !important;  */
  border-bottom: 1px solid #141414 !important;
}

.theme-light .detail-label {
  border: none !important;                       /* Remove the four borders */
  border-bottom: 1px dashed #333333 !important;     /* Bottom line dotted line */
}
.theme-dark .detail-label {
  border: none !important;                       /* Remove the four borders */
  border-bottom: 1px dashed #ffffff !important;     /* Bottom line dotted line */ 
}

.theme-dark img.invertible {
  filter: none;
}
.theme-dark .main-title, 
.theme-dark .subject-input,
.theme-dark .recipient-input,
.theme-dark .amount-input,
.theme-dark .quotation-text-input,
.theme-dark .info-input {
  border: none !important;
  /* border-radius: 0 !important;  */
  border-bottom: 1px solid #fffdfd !important;
}

.theme-dark .menu li {
  background-color: #383838;
  border-bottom: 1px solid #303030;
}
.theme-dark .custom-form-group input[type="text"],
.theme-dark .custom-form-group input[type="number"],
.theme-dark .custom-form-group input[type="date"],
.theme-dark .custom-form-group select,
.theme-dark .custom-form-group textarea
.theme-dark table.list td,
.theme-dark table.list th,
.theme-dark .nft-table th, 
.theme-dark .nft-table td {
  border: 1px solid #ffffff;
}
.theme-dark #nav_list,
.theme-dark nav {
   /* border-right: 1px solid #acaaaa; */
}

.theme-dark table#ratingTable th,
.theme-dark table#ratingTable td {
  border: 1px solid #ffffff; 
  color: #ffffff; 
}

.theme-dark .custom-form-group input,
.theme-dark .custom-form-group select,
.theme-dark .custom-form-group textarea {
  border: 1px solid #ffffff;
}

.theme-dark .detail-table th,
.theme-dark .detail-table td,
.theme-dark .normal-table th,
.theme-dark .normal-table td,
.theme-dark .numbered-table th,
.theme-dark .numbered-table td,
.theme-dark .list-table th,
.theme-dark .list-table td {
  border: 1px solid #ffffff;
}

.theme-dark table.list td,
.theme-dark table.list th,
.theme-dark .nft-table th, 
.theme-dark .menu,
.theme-dark .nft-table td {
  border: 1px solid #ffffff;
}

.theme-dark,
.theme-dark nav,
.theme-dark .title_t,
.theme-dark .title_f,
.theme-dark .confirm-content,
.theme-dark .confirm-content div,
.theme-dark .confirm-content h3,
.theme-dark .confirm-content h2,
.theme-dark #message-modal,
.theme-dark #message-list li,
.theme-dark input[type="datetime-local"],
.theme-dark .menu,
.theme-dark #nav_list,
.theme-dark #title_pop {
  background: #282f46;
  color: #fff;
}

.theme-dark input[type=text], 
.theme-dark input[type=date], 
.theme-dark input[type=textarea], 
.theme-dark input[type=password] {
  border: 1px solid #ccc;
  background: #282f46;
  color: #fff;
}


.theme-dark #nav_list {
    background:
    linear-gradient(to left, rgba(0,0,0,0.10), rgba(0,0,0,0) 50%) right / 40px 100% no-repeat,
    #333333;
    color: #fff;
}


.theme-dark .frame {
    background: #333333;
    color: #fff;
}

.menu-btn {
    cursor: pointer;
}
.menu-btn span.ellipsis {
    display: block;
    width: 20px;
}


.theme-dark .selected-participant button,
.theme-dark .menu-btn,
.theme-dark .deleteUser {
    color: #fff;
}

.theme-light .selected-participant button,
.theme-light .menu-btn,
.theme-light .deleteUser {
    color: #333333;
}

#dlgSpinner .popupArea{
    background: white;
}


/* nav {
 border: 0.5px solid #ccc;
} */
.theme-light #readUsers,
.theme-light #admitUsers,
.theme-light #relatedBooks,
.theme-light select {
    border: 1px solid #282f46;
    background: hsl(0, 0%, 90%);
    color: #333333;
    margin-bottom: 3px;
}
.theme-dark .popupArea {
    background: #6e6d6d;
}

.theme-light .popupArea {
    background: hsl(0, 0%, 90%);
}

.theme-dark .popupArea .btnLeft p {
  color: #333333;
}

.theme-light .popupArea .btnLeft p {
  color: #333333;
}

.theme-dark .popupArea .btnCenter p {
  color: #333333;
}

.theme-light .popupArea .btnCenter p {
  color: #333333;
}

.theme-dark #readUsers,
.theme-dark #admitUsers,
.theme-dark #relatedBooks,
.theme-dark select {
    border: 1px solid #ccc;
    background: #282f46;
    color: #fff;
    margin-bottom: 3px;
}

.theme-light p{
    color: #333333;
}
.theme-dark p{
    color: #fff;
}

.theme-light a{
    color: #333333;
}
.theme-dark a{
    color: #fff;
}



#tableButton {
    width: 80%;
    height: 40px;
    padding: 0;
    background: #007bff;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
}


.areaClose2 {
    visibility: hidden !important;
}

h1 {
    font-size: 36px;
    line-height: 48px;
    margin: 1px 20px;

}

h2 {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 16px;
    
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

.row-disabled {
    opacity: 0.3; 
    cursor: not-allowed;  
    filter: blur(3px);  
}


.button {
    /* background: #C02450; */
    background: #3b82f6;
    border-radius: 12px;
    padding: 0.5em 2em 0.5em 2em;
    transition: 0s;
    color: #FEFEFE;
    position: relative;
    max-height: 40px;
    white-space: nowrap;
    transition: .4s;
    cursor: pointer;
}
.button.cancel {
    background: #F2F2F2;
    box-shadow: 2px 4px 10px rgba(214, 215, 216, 0.6);
}
.button.cancel p {
    color: #3F444E;
}

.button.disabled {
    background: #d6d7d8;
    box-shadow: 2px 4px 10px rgba(214, 215, 216, 0.6);
}

.button:hover {
    transform: translate(0, -3px);
}

.button.disabled:hover {
    transform: none;
}

.button img {
    max-width: 30px;
    max-height: 30px;
    /* margin-right: 15px; */
}

.button p {
    display: block;
    color: #FEFEFE;
}
.buttonSelect {
    display: flex;
    gap: 10px;
    align-items: center;
}

.styleSelect {
    margin-top: 10px;
}

/* Toolchip */

/* Button body: Secure a margin to place the i on the right */
.btn-with-info {
    position: relative;
    padding-right: 24px;    /* ← Margin (separate from the desired 6px, space for i) */
    cursor: pointer;
}

/* "〇i" in after */

/* Tooltip body (create only one #smartTooltip directly under the body with JS) */
.smart-tip {
    position: fixed;
    z-index: 9999;
    max-width: 320px;
    padding: 8px 12px;
    border-radius: 12px;
    background: rgb(253, 207, 207);
    color: #333333;
    font-size: 12px;
    line-height: 1.4;
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    opacity: 0;
    transform: translateY(2px);
    pointer-events: none;
    transition: opacity .15s ease, transform .15s ease;
    /* initially off screen */
    left: -9999px; top: -9999px;
}

/* Display status */
.smart-tip.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* speech bubble arrow */
.smart-tip::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: inherit;
    transform: rotate(45deg);
}

/* Position variation (JS switches data-placement) */
.smart-tip[data-placement="top"]::before {
    bottom: -4px; left: 16px;
}
.smart-tip[data-placement="bottom"]::before {
    top: -4px; left: 16px;
}
.smart-tip[data-placement="left"]::before {
    right: -4px; top: 12px;
}
.smart-tip[data-placement="right"]::before {
    left: -4px; top: 12px;
}


/* Settings screen --------------------------------------------- */

/*If the screen size is narrower, the size of the input field and button size have been changed accordingly. */
@media (max-width: 957px) {
    .buttonSelect2 {
        display: flex;
        flex-direction: column; /* Vertical orientation of the flex box */
        align-items: flex-start; /* Left-justified (adjustable if necessary) */
    }
}

@media (max-width: 957px) {
    .buttonSelectRow {
        display: flex;
        flex-direction: row; 
        align-items: flex-start; 
    }
}

#screenhalfcreateBtn {
    margin-right: 12px;
}

.buttonSelectRow {
    display: flex;
    flex-direction: row; 
    align-items: flex-start; 
}

@media (max-width: 970px) {
    input#txtPass2,
    input#txtPass {
        width: 374.56px; 
    }
}

@media (max-width: 957px) {
    input#txtName,
    input#txtEmail,
    input#txtPass2,
    input#txtPass {
        width: 250px; 
    }
}

@media (max-width: 1000px) {
    #btnKeyFile{
    background: #3b82f6;
    box-shadow: 2px 4px 10px rgba(238, 120, 0, 0.4);
    border-radius: 12px;
    padding: 0.5em 2em 0.5em 2em;
    transition: 0s;
    color: #FEFEFE;
    position: relative;
    height: 40px;
    width: 180px;
    white-space: nowrap;
    transition: .4s;
    cursor: pointer;
    font-size: 1px;
    }
}

@media (max-width: 1000px) {
    #screenhalfcreateBtn{
    background: #3b82f6;
    box-shadow: 2px 4px 10px rgba(238, 120, 0, 0.4);
    border-radius: 12px;
    padding: 0.5em 2em 0.5em 2em;
    transition: 0s;
    color: #FEFEFE;
    position: relative;
    height: 40px;
    width: 140px;
    white-space: nowrap;
    transition: .4s;
    cursor: pointer;
    font-size: 1px;
    margin-right: 10px;
    }
}

@media (max-width: 1000px) {
    #screenhalfcancelBtn{
    background: #F2F2F2;
    box-shadow: 2px 4px 10px rgba(214, 215, 216, 0.6);
    border-radius: 12px;
    padding: 0.5em 2em 0.5em 2em;
    transition: 0s;
    color: #3F444E;
    position: relative;
    height: 40px;
    width: 100px;
    white-space: nowrap;
    transition: .4s;
    cursor: pointer;
    font-size: 1px;
    }
}

/*If the screen size is narrower, the button arrangement has been changed. */
@media (max-width: 1280px) {
    .flexBox3 {
        display: flex;
        flex-direction: column;
        align-items: flex-start; 
    }
}

@media (max-width: 1352px) {
    .flexBox4 {
        display: flex;
        flex-direction: column;
        align-items: flex-start; 
    }
}

@media (max-width: 957px) {
    .flexBox1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start; 
    }
}

@media (max-width: 957px) {
    .flexBox2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start; 
    }
}

.flexBox1 {
    display: flex;
    gap: 20px;
}

.flexBox2 {
    display: flex;
    gap: 20px;
}

.flexBox3 {
    display: flex;
    gap: 20px;
}

.flexBox4 {
    display: flex;
    gap: 20px;
}

/* Scroll */
/* common */
.scrollable {
    overflow: auto;
    /* For Firefox (initial transparent) */
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    overflow-y: auto;   
    overflow-x: hidden;   
    /* max-height: 90vh;      */
}
.nologin .scrollable {
    height: calc(100% - 20px);
}

.scrollableList {
    overflow: auto;
    /* For Firefox (initial transparent) */
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    overflow-y: auto;   
    overflow-x: hidden;     
}

/* Web kit series (chrome/edge/safari) initially transparent */
.scrollable::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: transparent;
}
.scrollable::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 12px;
}
.scrollable::-webkit-scrollbar-track {
    background: transparent;
}

/* Displayed while scrolling or hovering (light color) */
.scrollable.scrolling,
.scrollable:hover {
    scrollbar-color: rgba(0,0,0,0.35) transparent; /* Firefox */
}
.scrollable.scrolling::-webkit-scrollbar-thumb,
.scrollable:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.35);            /* Web kit */
}


/* body ---- */

body {
    font-family: "Helvetica", sans-serif;
    padding: 50px 30px 30px 30px;
}

/* Header ----  */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 150px;
    height: 50px;
    text-align: center;
    z-index: 1;
}

header .fr {
    padding: 1px 20px;
}

header .logo {
    position: fixed;
    top: 0px;
    margin-top: 24px;
    margin-left: 40px;
    z-index: 5;
}

header p.appName {
    font-family: 'Gothic A1';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.08em;
    display: block;
    z-index: 5;
    margin-left: 240px;
}
html {
  overflow-x: hidden;
  overflow-y: hidden;
}

/* div fixed on the left 240px */
.logo-box {
    padding: 10px;
    margin: 0 auto;
}

/* Image fixed size */
.logo-img {
    height: 30px;
}

/* Body color picker */

.colorWrapper {
  position: relative; /* 讓裡面的 header-tools 以它為基準 */
}

.header-tools {
  position: absolute;
  top: 0;
  left: 100%; /* 在按鈕右邊 */
  margin-left: 8px;
  z-index: 10;
}

.color-dropdown {
  background: white;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}


#toggleColorBtn {
  position: relative; 
}


.color-dropdown {
    position: absolute;
    bottom: 100%;
    width: 260px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    padding: 10px 12px;
    z-index: 1000;
    white-space: nowrap;
}
.color-dropdown.hidden {
    display: none;
}

.picker-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 8px 0;
    color: #333333;
}

.preset-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 6px;
    margin: 10px 0;
    color: #333333;
}
.preset {
    width: 32px;
    height: 24px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.08);
    cursor: pointer;
}

#hueBar {
    width: 150px;
    appearance: none;
    height: 8px;
    border-radius: 999px;
    outline: none;
    border: none;
    background: linear-gradient(to right,
        #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
}
#hueBar::-webkit-slider-thumb {
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #999;
}
#hueBar::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #999;
}

.dropdown-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 6px;
}
.linklike {
    background: none;
    border: none;
    color: #2563eb;
    cursor: pointer;
    padding: 4px 6px;
}


/* Footer -----------------------------  */
footer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    text-align: center;
    z-index: 5;
}

footer p {
    font-size: 14px;
    line-height: 20px;
}


/* frame ---- */

.frame {
    position: absolute;
    padding: 20px 0;
    width: calc(100vw - 520px);
    height: calc(100vh - 90px);
    border-radius: 0 12px 12px 0;
    margin-left: 470px;
}
.frame.nologin {
    position: relative;
    width: 1080px;
    margin: 0 auto;
    height: calc(100vh - 100px);
    border-radius: 12px;
    padding-top: 20px;
}

.frame_all #nav_list {
    display: none;
}
.frame_all .frame {
    width: calc(100vw - 170px);
    border-radius: 12px;
    margin-left: 120px;
}

/* Main -------------------------------  */
main {
    width: 100%;
    /* height: 100%; */
    overflow-x: hidden;
    overflow-y: scroll;
}

main#login {
    overflow-y: hidden;
}



/* Navigation ------------------------  */
nav {
    position: fixed;
    top: 0;
    width: 500px;
    left: 0px;
    height: 100%;
    margin: 0 auto;
    background-color: #282F46;
    padding-top: 50px;
    z-index: 0;
    overflow-y: auto;
}

#navList {
    height: calc(100% - 240px);
    padding: 4px 0px 4px 8px;
    width: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
    border-bottom: 1px solid lightgray;
}

#navList * {
    max-width: 100%;
    text-overflow: ellipsis;
}

nav li img {
    max-width: 30px;
    max-height: 30px;
    margin-left: 5px;
}

nav a {
    transition: 0S;
    align-items: center;
}

nav a img:hover,
nav li img:hover:not(.loginUserInfo) {
    /* background-color: #C02450; */
    background-color: #3b82f6 !important;
    /* border-radius: 4px 0 0 4px; */
    border-radius: 4px;
}
nav a img.selected,
nav li img.selected {
    background-color: #3b82f6;
    /* border-radius: 4px 0 0 4px; */
    border-radius: 4px;
}

nav p {
    vertical-align: top;
    width: 60px;
    font-size: 9px;
}

nav p.listTop {
    margin-left: 0px;
}

nav .profile {
    position: fixed;
    bottom: 165px;
    left: 0px;
    width: 150px;
    padding: 4px 8px;
    text-align: center;
}

nav .profile p {
    font-size: 9px;
    font-weight: 400;
}

nav .profile .barcode {
    margin: 1em;
}

nav .bottom {
    position: fixed;
    bottom: 40px;
    height: 90px;
    width: 150px;
    padding: 4px 8px;
    left: 0;
}

.page-container {
     position: relative;
}

nav .nav-current {
    border-radius: 12px 0 0 12px
}

ul.folderList li {
    margin-top: 4px;
}
ul.folderList li a {
    width: 66px;
    margin: 0 auto;
    font-size: 3px;
}



ul.folderList li img {
    margin-left: 5px;
    width: 40px;
    vertical-align: middle;
}

ul.folderList li p {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 16px;
    vertical-align: middle;
    font-size: 12px;
    word-break: break-all;
}


nav .folderList a {
    display: inline-block;
}

nav li.flexBox img.shareButton {
    margin-top: 6px;
    cursor: pointer;
}

.userList .userName, 
.userList .role {
    display: block;
    padding: 0 10px;
    display: block;
    background-color: #4a90e2;
}
.userList .userName {
    width: 70%;
    text-align: left;
}

/* Rapper ---------------------------------------------------------------------------------------------------------------  */
.wrapper {
    padding: 55px 40px 24px 30px;
}

.inner {
    width: 100%;
    margin: 0px auto 0px;
    /* padding-bottom: 20px; */
    position: relative;
    counter-reset: h3;
}
.list1 .listHeader {
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list1 .listHeader .title {

}
.list1 .listHeader .subtitle {
    padding-left: 40px;
}

#redTitle {
    color: red; 
    margin-top: 1em;
}

#subtitle_span {
    font-size: 1.2em;
}

/* .list1 .inner {
    padding: 20px 20px 0;
} */

/* General-purpose style ------------------------------------------------  */
.fl {
    float: left;
}

.fr {
    float: right;
}

.dispNone {
    display: none;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 3;
}
.center {
    text-align: center;
}

.selectBox {
    background: #F0F0F0;
    border-radius: 12px;
    width: 300px;
    margin: 10px auto;
    padding: 0 10px;
}
select {
    padding: 4px;
    height: 42px;
    width: 100%;
    cursor: pointer;
}
select option {
    line-height: 42px;
}

/* Login screen --------------------------------------  */
#login {
    z-index: 12;
    position: fixed;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 534px;
    /* height: 558px; */
    height: auto;
    border-radius: 12px;
    background-color: #FEFEFE;
    margin: 0;
    border: 0;
    box-shadow: 2px 2px 90px 10px rgba(27, 35, 55, 0.2);
    padding: 0;
}

#login .wrapper {
    /* padding: 45px 55px 105px; */
    padding: 45px 55px 75px;
}

#login h3 {
    font-size: 16px;
    line-height: 160%;
    font-weight: 500
}

#login p {
    font-size: 12.5px;
    margin-top: 6px;
}

#login .hBar {
    width: 20px;
    height: 1px;
    margin-top: 21px;
    /* background-color: #C02450; */
    background-color: #3b82f6;
}

#login label {
    margin-bottom: 6px;
}

#login .inputBox {
    margin: 18px auto 37px;
    position: relative;
}

#login input.idImg {
    background-image: url(../img/personGray.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 12px, center;
}

#login input.pwImg {
    background-image: url(../img/lockGray.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 12px, center;
}

#login .loginBtn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    border-radius: 0 0 12px 12px;
    text-align: center;
    cursor: pointer
}

#login .loginBtn a {
    width: 100%;
    font-size: 14px;
    line-height: 60px;
    max-height: 60px;
    /* background-color: #C02450; */
    background-color: #3b82f6;
    color: #fff;
    border-radius: 0 0 12px 12px;
    padding: 0;
    transition: 0.4S;
    bottom: 0;
    left: 0;
    position: absolute;
}

#login .loginBtn a:hover {
    transform: none;
    background-color: #FEFEFE;
    /* color: #C02450; */
    color: #3b82f6;
}

#login input[type=text], #login input[type=password] {
    padding-left: 50px;
}

#login .eye {
    cursor: pointer;
    position: absolute;
    content: "";
    top: 36px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-position: right 0px center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    display: none;
}

#login .eyeOff {
    background-image: url(../img/visibility.svg);
}

#login .eyeOn {
    background-image: url(../img/visibility_off.svg);
}

#login .loginErrorMessage {
    text-align: center;
    color: red;
    display: none;
}

/* text password -------------------------------------------------  */
input[type=text], input[type=password] {
    width: 420px;
    line-height: 46px;
    /* color: #7A8491; */
    border-radius: 12px;
    padding: 0 20px;
}

textarea {
    border-radius: 12px;
    padding-left: 30px;
}
.nologin textarea {
    border: 1px solid #333;
    padding: 10px 20px;
}

#userList_chat .no-member {
    /* color: #fff;       White font */
    text-align: left; /* Center display */
    padding: 10px;     /* Leave some space up and down */
    font-size: 15px;   /* Can be adjusted as needed */
}


/* Table (Table) --------------------------------  */
table {
    width: 100%;
    table-layout: fixed; 
    
}

table.list tr {
    height: 42px;
}
table.list tbody tr {
    background: none;
}
table.list tbody tr:hover {
    box-shadow: 2px 6px 40px rgba(27, 35, 55, 0.3);
}
#history table.list tbody tr:hover {
    box-shadow: none;
}

table.list th {
    font-size: 14px;
    border: none;
    border: 1px solid #ffffff;
}
table.list th, table.list td {
    word-break: break-all;
    padding-top: 19px;
    padding-bottom: 21px;
    line-height: 22px;
    padding: 10px;
    text-align: center;
}

table.list td .fileNameD {
    text-align: left;
}
/* table.list td .fileNameD span {
    cursor: pointer;
} */
table.userListTable td .groupsD span {
    display: inline-block;
    margin-left: 10px;
}

.top-right-button {
    position: absolute;
    top: 45px;
    right: 40px;
    background-color: #007BFF; 
    color: white;               
    padding: 10px 20px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.top-right-button:hover {
    background-color: #0056b3; 
}


th.admit {
    width: 12.5%;
}
th.status {
    width: 12.5%;
}
th.name {
    width: 12.5%;
}
th.time {
    width: 12.5%;
}
th.fileName {
    width: 12.5%;
}
th.nft {
    width: 20%;
}

th.nft-token {
    width: 10%;
}

th.nft-txHash {
    width: 50%;
}

th.nft-value {
    width: 20%;
}


tr.level02>*:first-child {
    padding: 10px 10px 10px 24px;
}
tr.level03>*:first-child {
    padding: 10px 10px 10px 48px;
}
tr.level04>*:first-child {
    padding: 10px 10px 10px 72px;
}
tr.level05>*:first-child {
    padding: 10px 10px 10px 96px;
}
tr.level06>*:first-child {
    padding: 10px 10px 10px 120px;
}
tr.level07>*:first-child {
    padding: 10px 10px 10px 144px;
}
tr.level08>*:first-child {
    padding: 10px 10px 10px 168px;
}
tr.level09>*:first-child {
    padding: 10px 10px 10px 192px;
}
tr.level10>*:first-child {
    padding: 10px 10px 10px 216px;
}

td p.folderNameD {
    text-align: left;
    line-height: 32px;
}

td p.folderNameD input {
    background-color: #F0F0F0;
    width: 28%;
    line-height: 32px;
    color: #7A8491;
    border-radius: 0px;
    padding-left: 10px;
    border: 1px solid #333333;
}

td p.folderNameD.opened .f_name {
    text-decoration: underline;
}
td p.folderNameD img {
    max-height: 42px;
    vertical-align: middle;
    padding-right: 10px;
}
td p.folderNameD .editName img {
    padding-right: 0px;
}

.bcStatusD img {
    max-height: 42px;
    vertical-align: middle;
}
.bcStatusD.bcRecording {
    color: #d6d7d8;
}
.bcStatusD.bcRecorded {
    color: #C6E2FF;
}
.bcStatusD.bcVerified {
    color: #333333;
}

.folderBar .f_name {
    cursor: pointer;
}
.folderBar .editName,
.folderBar .editName img:hover,
li.addFolderLi {
  display: flex;
  align-items: center;      
  justify-content: center;  
  height: 60px; 
}

li.addFolderLi .addFolder {
  display: flex;
  align-items: center;
  justify-content: center;
}

li.addFolderLi .addFolder img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}


.files .addImg img,
.folderBar .deleteImg img,
.files .deleteImg img {
    cursor: pointer;
}

.files .addImg img:hover,
.files .deleteImg img:hover {
    transform: translate(0, -3px);
    transition: 0.4s;
}



/*  */
.fileArea {
    width: 100%;
    background: #FCFCFC;
    border: 1px dashed #CFCFCF;
    border-radius: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.fileArea.fileshow {
    background: #EEFBED;
    border: 1px solid #6FD965;
}

.messageArea {
    padding: 10px 4px;
}

.btnArea {
    padding: 10px 4px;
    text-align: center;
}

.fileup {
    width: 200px;
    height: 200px;
    margin: 20px auto;
}
.fileup img {
    width: 100%;
}

/* Pop up */

.screen {
    /* position: absolute; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(27, 35, 55, 0.7);
    z-index: 20;
}

.popupArea {
    position: fixed;
    top: 47%;
    /* left: max(50%, 800px); */
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    z-index: 15000;
    text-align: center;
    padding: 40px 20px 20px;
    width: 640px;
    padding-bottom: 80px;
}
.popupArea p {
    width: 400px;
    margin: 0 auto;
}
.popupArea button p {
    width: auto;
}

.popupArea button p.addBtn {
    width: 40px;
    margin-left: -11px;
}


.popupArea h3 {
    text-align: left;
    width: 400px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.popupArea .popupBtn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 44px;
    border-radius: 0 0 12px 12px;
    text-align: center;
    cursor: pointer;
    background: #F0F0F0;
}

.popupArea .btnLeft {
    width: 50%;
    background: #F0F0F0;
    border-radius: 0px 0px 0px 12px;
    display: inline-block;
}
.popupArea .btnRight {
    width: calc(50% + 1px);
    left: 50%;
    /* background-color: #C02450; */
    background-color: #3b82f6;
    border-radius: 0px 0px 12px 0px;
    display: inline-block;
}
.popupArea .btnRight p {
    color: #ffffff;
}
.popupArea .popupBtn p {
    width: 100%;
    font-size: 14px;
    line-height: 44px;
    border-radius: 0 0 12px 12px;
}

.popupArea .target {
    background: #C6E2FF;
    overflow-wrap: break-word;
    min-height: 42px;
    margin: 10px;
    border-radius: 4px;
    line-height: 42px;
}
.popupArea .target p {
    line-height: 42px;
    padding: 0 10px;
}
.popupArea .target_select {
    display: flex;
    gap: 20px;
    width: 516px;
    margin: 10px auto 0;
    align-items: center;
}
.popupArea .target_select .user_select {
    width: 416px;
    height: 192px;
    /* 1 additional row to increase 46px */
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #d6d7d8;
}
.popupArea .target_select .user_select .user_select_inner::-webkit-scrollbar{
    display: none;
  }
.popupArea .target_select .user_select .user_select_inner {
    width: 416px;
    text-align: left;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.popupArea .target_select .user_select .userButton {
    background-color: #3F444E;
    border-radius: 12px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 180px;
    margin: 10px;
    float: left;
}
.popupArea .target_select .user_select .userButton p {
    color: #ffffff;
    padding-left: 10px;
}

.popupArea .target_select .user_select .userButton img {
    cursor: pointer;
}
.popupArea .target_select .user_select .userButton img:hover {
    transform: translate(0, -3px);
    transition: 0.4s;
}
.popupArea .target_select .user_select .user_input {
    width: 180px;
    margin: 10px;
    float: left;
    position: relative;
}
.popupArea .target_select .user_select .user_input input {
    width: 100%;
}
.popupArea .target_outer .user_SelectArea {
    position: absolute;
    /* width: 500px; */
    /* Margin: 0 cars; */
    z-index: 10;
}

/* .popupArea .target_outer .user_SelectArea.left {
    margin-left: -200px;
} */

/* .popupArea .user_SelectArea ul {
    position: absolute;
    top: 0px;
    left: 200px;
    width: 200px;
    height: 24px;
} */
.popupArea .user_SelectArea li {
    width: 200px;
    padding: 10px;
    line-height: 24px;
    background-color: #3F444E;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
}

.popupArea .target_select button {
    width: 80px;
    margin-top: 10px;
}


.popupArea .urlArea {
    margin-top: 20px;
}
.popupArea .urlArea button {
    margin-top: 10px;
}

.popupArea .nameInput {
    margin: 10px 0 20px;
}
.popupArea .nameInput input {
    width: 300px;
}

.popupArea .closeBtnArea {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 40px;
    height: 40px;
    background: #1B2337;
    border-radius: 0px 12px 0px 0px;
    background-image: url(../img/batsuWhite.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
}


#titleSharingUsers {
    text-align: left;
}

.userList {
    margin: 20px auto 0;
    width: 500px;
}
.userList li {
    width: 100%;
    line-height: 42px;
    border: 1px solid transparent;
    display: flex;
}
.userList .listUserName, 
.userList .role {
    display: block;
    padding: 0 10px;
    background-color: #4a90e2;
}
.userList .delbtn {
    display: block;
    background-color: #F0F0F0;
}
.userList .listUserName {
    width: 70%;
    text-align: left;
}
.userList .role {
    width: 20%;
    text-align: center;
}
.userList .delbtn {
    width: 10%;
    text-align: center;
    line-height: 24px;
}
.userList .delbtn img {
    line-height: 42px;
    padding-top: 8px;
}

.userListTitle {
    margin-top: 16px;
}

#popup_folder_user_list {
    margin-top: 2px;
    height: 126px;
    overflow-y: scroll;
}

.contents {
    padding: 30px;
}
.nologin .contents {
    padding: 0 30px 20px;
}

.inputBox {
    margin: 20px 10px 0px 10px;
}

.inputBox input {
    width: 400px;
}

.inputBox input[type=checkbox] {
    width: 24px;
}

.inputBox.right {
    float: right;
}
.inputBox.setLeft {
    float: left;
}

.flexBox {
    display: flex;
    gap: 10px;
}

/* PAGINATION ------------------------------------------- */
.pagination {
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.pagination ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.pagination .arrow_left,
.pagination .arrow_right {
    position: relative;
}
.pagination .arrow_left p.prev:before {
    position: absolute;
    content: "";
    top: 7.2px;
    left: 7.2px;
    width: 20px;
    height: 20px;
    background-image: url("/img/icon=arrow-leftGray.svg");
}
.pagination .arrow_right p.next:before {
    position: absolute;
    content: "";
    top: 7.2px;
    right: 7.2px;
    width: 20px;
    height: 20px;
    background-image: url("/img/icon=arrow-rightGray.svg");
}

.pagination p {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
}
.pagination p:hover {
    background: #888FA6;
    border: 1px solid #282F46;
    color: #282F46;
}
.pagination p.selected,
.pagination p:active {
    background: #282F46;
    color: #888FA6;
}

.pagination p.no-focus {
    border: 1px solid transparent;
    pointer-events: none;
}
.pagination p.no-focus:hover {
    background: inherit;
    border: 1px solid transparent;
    color: inherit;
    pointer-events: none;
}

/* Other styles ------------------------------------------- */

div.debug {
    background-color: blanchedalmond;
}

p.error {
    color: red;
}

.folderNameD,
.downloadD,
.shareD {
    cursor: pointer;
}

.userListTable tr.user {
    cursor: pointer;
}

.copied {
    color: salmon;
}

.top-right-button {
    font-size: 16px;
    font-weight: bold;
    /* Add the style you want */
}

.top-right-button .plus-icon {
    font-size: 24px;
    font-weight: bold;
    display: none;
}

.userList .userName, 
.userList .role {
    display: block;
    padding: 0 10px;
    display: block;
    background-color: #4a90e2;
}
.userList .userName {
    width: 70%;
    text-align: left;
}


.scaleContainer {
    /* width: 96%; */
    /* height: 100%; */
    transform-origin: top left;
    transition: transform 0.2s ease;
    /* min-width: 800px; */
    height: calc(100vh - 120px);
}

.scaleContainer.scaled::after {
    content: '';
    display: block;
    width: calc(var(--scale-factor, 1) * 100%);
    height: 0;
    padding-bottom: calc(var(--scale-factor, 1) * 100%);
}

div.meeting-lock-card div.meeting-lock-card-content {
  background: #fff;
  border: 2px solid #4a7efc;
  border-radius: 12px;
  padding: 20px;
  margin-top: 30px;
  display: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

div.meeting-lock-card h3 {
  color: #222;
  font-size: 18px;
  margin: 0 0 12px;
}

div.meeting-lock-card p {
  color: #555;
  font-size: 14px;
  margin: 0 0 16px;
}

div.meeting-lock-card .meeting-lock-upgrade-btn {
  background-color: #4a7efc !important;
  color: #fff !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 10px 16px !important;
  cursor: pointer !important;
}

.file-title-text {
  white-space: normal;
  word-wrap: break-word; 
  overflow-wrap: break-word;
}

li.li_selected,
li.selected {
  background-color: #3b82f6;            
  border-radius: 4px;      
  transition: background-color 0.2s ease, color 0.2s ease;
}


.buttonSelectRow {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* button style */
.createBtn {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}

/* Exclamation mark style */
.info-icon {
  position: relative;
  display: inline-block;
  margin-left: 6px;
  color: #e74c3c;
  font-weight: bold;
  font-size: 16px;
  cursor: help;
}

/* tooltip bubble */
.info-icon::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 130%; /* Show above */
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 10;
}

/* small arrow */
.info-icon::before {
  content: "";
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 10;
}

/* Shown on mouseover */
.info-icon:hover::after,
.info-icon:hover::before {
  opacity: 1;
}


/* settings */

.settings h3 {
    margin: 20px 0 10px;
    font-weight: 700;
}

.keyExists h3 {
    color: red;
    margin: 20px 0 10px;
}

.keyExists p.error {
    margin: 10px 0;
}

.keyExists label {
   line-height: 24px;
}

.settings textarea {
    border: 1px solid #333;
    padding: 10px 20px;
}


/* Guidance */

.tip-target {
    display: block;
    position: relative;
}

.tip-target-nav {
    display: block;
    position: relative;
}

.tip {
    position: absolute;
    width: 145px;
    padding:28px 10px 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,.5);
    border: 2px solid red;
    border-radius: 4px;
    line-height:1.45;
    white-space:normal;
    pointer-events: auto;
    cursor: default;
    user-select: none;
    overflow-wrap: anywhere;
    display: none;
    align-items: center;
    gap: 8px;
    text-align: left;
    z-index: 18;
}

.maxTipWidth {
    max-width: none !important;
}



.tip {
    background: #f4ff93;
    color: red;
}

.pageWidthNav {
    width: 145px;
}
.pageWidthNavSet {
    width: 135px;
}
.pageWidth {
    width: 240px;
}
.pageWidthNav  > span {
    padding-left: 1px;
}
.pageWidth  > span {
    padding-left: 48px;
}

.tip > span {
    position: relative;
    display: inline-block;
}

.tip.vertical > span {
  position: relative;
  display: flex;
  flex-direction: column; 
  align-items: center;    
  gap: 6px;             
}

.tip.vertical > span::before {
  content: "";
  position: static;
  width: 40px;
  height: 40px;
  background: url("/img/yubi_red2.png") no-repeat center / contain;
  transform: none;
}


.tip > span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url("/img/yubi_red2.png") no-repeat center / contain;
    border: 0;
    border-radius: 0;
}
.tip::before {
    content:"";
    position:absolute;
    border:10px solid transparent;
}
.tip::after {
    content:"";
    position:absolute;
    border:8px solid transparent;
}

.tip.top {
    right: auto;
    left: 50%;
    top: auto;
    bottom: calc(100% + 12px);
    transform: translateX(-50%);
}
.tip.top::before {
    right: auto;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border-top-color: red;
}
.tip.top::after {
    right: auto;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border-top-color: #f4ff93;
}

.tip.bottom {
    right: auto;
    left: 50%;
    top: calc(100% + 12px);
    bottom: auto;
    transform: translateX(-50%);
}
.tip.bottom::before {
    left: 50%;
    top: auto;
    bottom: 100%;
    right: auto;
    transform: translateX(-50%);
    border-bottom-color: red;
}
.tip.bottom::after {
    left: 50%;
    top: auto;
    bottom: calc(100% + 0px);
    right: auto;
    transform: translateX(-50%);
    border-bottom-color: #f4ff93;
}

.tip.bottomFix {
    right: auto;
    left: 80%;
    bottom: auto;
    transform: translateX(-50%);
}
.tip.bottomFix::before {
    left: 50%;
    top: auto;
    bottom: 100%;
    right: auto;
    transform: translateX(-50%);
    border-bottom-color: red;
}
.tip.bottomFix::after {
    left: 50%;
    top: auto;
    bottom: calc(100% + 0px);
    right: auto;
    transform: translateX(-50%);
    border-bottom-color: #f4ff93;
}

.tip.bottomNav {
    right: auto;
    left: 20px;
    top: calc(100% + 12px);
    bottom: auto;
    transform: translateX(-50%);
}

.tip.bottomNavFix {
    right: auto;
    top: calc(100% + 12px);
    bottom: auto;
}

.tip.bottomNavFix::before {
    left: 50%;
    top: auto;
    bottom: 100%;
    right: auto;
    transform: translateX(-50%);
    border-bottom-color: red;
}

.tip.bottomNavFix::after {
    left: 50%;
    top: auto;
    bottom: calc(100% + 0px);
    right: auto;
    transform: translateX(-50%);
    border-bottom-color: #f4ff93;
}

.tip.bottomNav::before {
    left: 50%;
    top: auto;
    bottom: 100%;
    right: auto;
    transform: translateX(-50%);
    border-bottom-color: red;
}

.tip.bottomNav::after {
    left: 50%;
    top: auto;
    bottom: calc(100% + 0px);
    right: auto;
    transform: translateX(-50%);
    border-bottom-color: #f4ff93;
}

.tip.left {
    left: auto;
    right: calc(100% + 12px);
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.tip.left::before {
    top: 50%;
    left: 100%;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
    border-left-color: red;
}
.tip.left::after {
    top: 50%;
    left: calc(100% + 0px);
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
    border-left-color: #f4ff93;
}

.tip.right {
    left: calc(100% + 12px);
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}
.tip.right::before {
    top: 50%;
    right: 100%;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    border-right-color: red;
}
.tip.right::after {
    top: 50%;
    right: calc(100% + 0px);
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    border-right-color: #f4ff93;
}


.tip.right-btn {
    left: 125px;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}
.tip.right-btn::before {
    top: 50%;
    right: 100%;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    border-right-color: red;
}
.tip.right-btn::after {
    top: 50%;
    right: calc(100% + 0px);
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    border-right-color: #f4ff93;
}


.tip.bottom.bottomleft {
    left: 0px;
    transform: translateX(0%);
}
.tip.bottom.bottomleft::before,
.tip.bottom.bottomleft::after {
    left: 30px;
}


#navList .tip.bottom.fixed {
    position: fixed !important;
    z-index: 100000;
    left: 75px;
    transform: translateX(-50%);
    width: auto;
    height: auto;
    max-width: 140px;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
    padding: 10px 12px;
}



#navList .tip.fixed {
  position: fixed !important;
  z-index: 100000;
  left: 75px;
  transform: translateX(-50%);
  width: auto;
  max-width: 140px;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  padding: 10px 12px;
  pointer-events: auto;
  cursor: default;
}

#navList .tip.fixed > span {
  padding-left: 0;
  padding-top: 48px;
}
#navList .tip.fixed > span::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto 6px;
  background: url("/img/yubi_red2.png") no-repeat center / contain;
}

#navList .tip.top.fixed::before,
#navList .tip.top.fixed::after {
  position: absolute;
  left: 18px;
  border-style: solid;
  border-color: transparent;
  content: "";
}

#navList .tip.bottom.fixed::before,
#navList .tip.bottom.fixed::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-color: transparent;
  content: "";
}

#navList .tip.fixed.bottom::before {
  bottom: 100%;
  border-width: 10px;
  border-bottom-color: red;
}
#navList .tip.fixed.bottom::after {
  bottom: calc(100% + 0px);
  border-width: 8px;
  border-bottom-color: #f4ff93;
}

#navList .tip.fixed.top::before {
  top: 100%;
  border-width: 10px;
  border-top-color: red;
}
#navList .tip.fixed.top::after {
  top: calc(100% + 0px);
  border-width: 8px;
  border-top-color: #f4ff93;
}

#navList .tip.bottom.fixed01 {
    top: 160px;
}
#navList .tip.bottom.fixed02 {
    top: 255px;
}
#navList .tip.bottom.fixed03 {
    top: 340px;
}
#navList .tip.bottom.fixed04 {
    top: 370px;
}

#navList .tip.top.fixed01 {
    bottom: 212px;
}
#navList .tip.top.fixed02 {
    bottom: 132px;
}

#navList .tip.top.fixedPoint {
    bottom: 102px;
}

.tip-close {
  position: absolute;
  top: 4px;   
  right: 6px;
  width: 16px;  
  height: 16px;
  cursor: pointer;
  opacity: 1;
  pointer-events: auto !important;
  transition: opacity 0.2s ease;
  z-index: 20;
}

/* error_msg */

.error_msg {
    display: block;
}

.error_msg input {
    border: 1px solid red;
    background: rgb(255 122 127 / 0.1);
}

p.error_msg_area {
    color: red;
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
}
