html,
body {
    margin: 0;
    font-family: sans-serif;
}

.main-outer{
    background-color: #f7f9fb;
    padding-top: 120px;
}

.tool-box{
    padding: 30px;
    background-color: white;
    box-shadow: 0 0 1px 1px #f5f5f5;
    border-radius: 10px;
    border:1px solid #f0f0f0;
}

.ai-tool-box{
    padding: 30px;
    background-color: white;
    box-shadow: 0 0 1px 1px #f5f5f5;
    border-radius: 10px;
    border:1px solid #f0f0f0;
}

table.dataTable>tbody>tr>th, table.dataTable>tbody>tr>td{
    padding: 8px;
}

table.dataTable>thead{
    background-color: #f5faff;

}

.logo{
    width: 120px;
}

h1{
    background-color: #f5faff;
    background-color: #1d6db3;
    padding: 10px;
    color:#1c69a9;
    color:white;
    padding-left: 20px;
    font-weight: 900;
    margin-bottom: 40px !important;
    border-radius: 5px;
}

a{
    text-decoration: underline !important;
}

.border-indigo-400{

    border-color:#aaa !important;
}


thead tr td{
    font-size: 0.9rem;
    text-align: center !important;
}


input,
textarea,
datalist,
select{
    border:1px solid #eee;
    padding: 10px !important;
    background-color: white;
    border-radius: 5px;
}

select{
    padding-right: 40px !important;
}

.genre-label{
    background-color: #f0f0f0;
    /* border:1px solid #eee; */
    padding: 6px;
    margin:0 4px;
    border-radius: 5px;;
    margin-bottom: 4px;
    display: inline-block;
}

div.dt-container select.dt-input{
    padding-right: 30px !important;
}

textarea.chat_textarea {
    width: 100%;
    height: 100%;
    padding: 10px;
    border: 1px solid #eee;
    box-sizing: border-box;
    resize: none;
    background-color: white;
    border-radius: 10px;
}

.container{
    max-width: 1200px !important;
}

button.btn {
    border-radius: 5px;
    background: #e5f3ff;
    /* color:#0660b0; */
    color:white;
    background-image: linear-gradient(180deg, rgba(30, 110, 180, 1) 10%, rgba(10, 90, 160, 1) 90%) !important;
}

button.btn,
.btn{
    border-radius: 5px;
    padding: 10px 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

button.btn.btn-green{
    background-image: linear-gradient(180deg, rgb(9, 184, 27) 10%, rgb(5, 156, 43) 90%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color:white;
    min-width: 200px;
}

button.btn.btn-normal{
    background-color: white;
}

nav#header-nav{
    background-color: #4179a6 !important;
    background-image: linear-gradient(150deg, rgba(30, 110, 180, 1) 10%, rgba(10, 90, 160, 1) 90%) !important;;
    color:white !important;
    position:fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 9000;
}

nav a{
    color:white !important;
    font-size:1.3rem !important;
    text-decoration: none !important;
}


header {
    /* width: 100vw; */
    border-bottom: 1px solid #ddd;
    position: fixed;
    z-index: 9999;
}

h3{
    background-color: #eee;
    border-radius: 5px;
    padding: 5px 10px;
    margin:30px 0 !important;
}

.sidebar {
    /* width: 100%; */
    width: 800px;
    height: 100%;
    float: left;
    font-size: 0.9rem;
    position: fixed;    
    min-height: 100vh;
    transition: .5s;
    margin-left: -800px;
    background-color: #eff8ff;
    background-color: #fff;
    z-index: 9999;
}

.sidebar a{
    display: inline-block;
    width: 100%;
}

.sidebar.active{
    margin-left: 0;
}

.slide-icon{
    width:18px;
    height: 18px;
    opacity: 0.4;
    cursor: pointer;
}

.sidebar li {
    padding: 15px 15px;
    border-bottom: 1px solid #ddd;
    transition: .5s;
}

.sidebar li div {
    list-style-type: none;
    background-image: url('./doc-icon2.svg');
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: center left;
    /* text-decoration: underline; */
    padding-left: 32px;
}

.sidebar li:hover {
    background-color: #b5dbfb;
}

.table td{
    padding: 10px;
    border-bottom:1px solid #ddd;
}

#artist-list td:nth-child(2){
    text-align-last: left;
}

#artist-list.artist-index td:nth-child(4){
    min-width: 200px;
}

#artist-list.artist-index tr.active td{
    background-color: #bbe0ff;
}

#artistInput{
    color:#0660b0;
    font-weight: bold;
    border:1px solid #eee;
}

.form-box label{
    display: inline-block;
    width: 300px;
}

.form-box input:not([type="checkbox"]),
.form-box textarea{
    width: 100%;
}


.form-box input#dt-search-0,
.form-box input#dt-search-1,
label[for="dt-search-0"],
label[for="dt-search-1"]{
    width: auto;
}



.alert{
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px;
}

.alert-success{
    background-color: #b5dbfb;
}

.label{
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 5px 10px;
    /* display: inline-block; */
}

#artist{
    max-width: 500px;
}

table.table.reply-table{
    width: 100%;
    /* max-width: 700px !important; */
}

table.table.reply-table {
    border-top:1px solid #ddd;
}

table.table.reply-table td:first-child{
    background-color: #e9e5d1;
    font-size: 0.9rem;
    color:#5a4a02;
}

td textarea{
    width: 100%;
}

.guest-input{
    display: flex;
    margin-bottom: 5px;
    width: 100%;
    gap: 8px;
    align-items: center;
    
}

.stage-box{
    /* width: 190mm; */
    /* height: 350px; */
    width: 800px;
    height: 400px;
    border:1px solid #ccc;
    position: relative;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 1px 1px #eee;
}




.table-box{
    width: 100%;
    overflow: scroll;
    height: auto;
}

.page-title{
    color:#73abda;
    color:#1c69a9;

}

.btn-sm{
    border-radius: 5px;
    padding: 5px;
    border:1px solid #eee;
    display: inline-block;
}


.btn-xs{
    border-radius: 5px;
    padding: 10px 5px;
    display: block;
    font-size:0.8rem;
    width: 90%;
    margin:auto;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    color:white;
    background-image: linear-gradient(180deg, rgba(30, 110, 180, 1) 10%, rgba(10, 90, 160, 1) 90%) !important;
    /* background-color: #0660b0; */
}

.copy-invite-url{
    border:0px;
    border:0.5px solid #ddd;
    font-size: 0.6rem;
    padding: 2px 8px;
    border-radius: 5px;
}

.dt-layout-row label{
    font-size: 0.9rem;
    margin:0 5px;
}
.dt-info{
    font-size:0.7rem
}

input[name="artists_memo[]"]{
    min-width: 300px;
}

.check-cell{
    width: 40px;
}

.dropdown-list {
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  position: absolute;
  background: #f8f8fe;
  z-index: 1000;
  width: 200px;
  padding: 10px 0;
  border-radius:5px;
}

.dropdown-list li {
  padding: 5px 10px;
  cursor: pointer;
  font-size: 0.9rem;
}

.dropdown-list li:hover {
  background-color: #73abda;
  color:white;
}

.alert{
    padding: 15px;
}

.alert-success{
    background-color: #bbe0ff;
}

.alert-danger{
    background-color: pink;
}

#flyer-controls{
    /* position: absolute; */
    background-color: #fff;
    width: 100%;
  background-image: 
    linear-gradient(to right, #f5f5f5 1px, transparent 1px),
    linear-gradient(to bottom, #f5f5f5 1px, transparent 1px);
  background-size: 20px 20px; /* 格子の1マスの大きさ */
  z-index: -1;
  left: 0;
  /* height: 0; */
  opacity: 0;
  transition: .5s;
  /* overflow: hidden; */
    padding-bottom: 100px;

}

.flyer-tnumb{
    /* max-width: 200px; */
    width: 100%;
    margin-bottom: 10px;
}

#flyer-controls.active{
    overflow: scroll;
    /* height: auto; */
    z-index: 10000;
    opacity: 1;
    padding-top: 100px;
}

.flyer-header-menu{
    background-color: #0660b0;
    color:white;
    display: flex;
    gap: 10px;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 0.8rem;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
}

.canvas-container{
    left: 50%;
    margin-left: -397px;
}

#draw-controls button,
.font-controls button,
#backgrounds button,
#imgUploadBtn{
    background:#fff;
    border-radius: 5px;
    position: relative;
    /* border:1px solid #a9d8ff; */
    box-shadow: 0 0 1px 1px rgb(186, 201, 213);
    transition: .5s;
    cursor: pointer;
    margin: 10px 0px; 
    padding: 6px; 
}

#draw-controls button{
    margin: 5px 0;
}

#flyer-controls button:hover,
#imgUpload:hover{
    background-color: #a9d8ff;
}
    
#flyer-controls select{ 
    margin: 5px 0; 
    padding: 6px; 
}

.flyer-color-table td{
    padding: 2px 5px;
}

#canvas { 
    border: 1px solid #e4e4e4; 
    box-shadow: 0 0 2px 1px #f0f0f0;
    background-color: white;
}


#backgrounds{
    position: absolute;
    left: 50%;
    margin-left: -450px;
    /* width: 150px; */
    text-align: center;
}

#backgrounds button{
    display: block;
}

#backgrounds img{
    transition: .5s;
    width: 150px;
    margin:auto;
    margin-bottom: 10px;
}

#backgrounds img:hover{
    transform: scale(1.05);
}

.bg-thumb { 
    width: 100%; 
    max-width: 150px;
    margin-bottom: 10px; 
    cursor: pointer; 
    border: 1px solid #ccc; 
}

#draw-controls{
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: 420px;
    width: 230px;
}

#draw-controls button,
#imgUploadBtn{
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#textInput{
    display: none;
}


#imgUpload{
    width: 50px;
    height: 50px;
    position: relative;
}

#imgUploadBtn svg{
    position: absolute;
    top: 8px;
    left: 8px;
}


input[type="color"]{
    height: 30px;
    width: 30px;
    padding: 0 !important;
    border: none;
    border-radius: 5px;
}

#contextMenu{
    border-radius: 5px;
    padding: 10px;
     position:absolute; 
     list-style:none; 
     background:#fff; 
     border:1px solid #ccc; 
     font-size:0.8rem;
     z-index:30000;
}

#contextMenu li{
    padding: 5px;
}



.dt-search input,
.dt-length select.dt-input{

    padding: 2px 5px !important;
}

.table.event-info-table thead td{
    font-size: 0.8rem;
    padding: 5px;
}

.inquirely{
    font-size: 0.7rem;
    color:white;
    background-color: #a00;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
    display: inline;
}

.icon-td{
    width: 25px;
}

tbody tr:nth-child(even){
    background-color: #fafafa;
    
}

td{
    font-size: 0.9rem;
}

.form-table td:first-child{
    max-width: 50px;
    min-width: 50px;
}

.form-table td.genre-box{
    max-width: 400px;
}

td label{
    display: inline-block !important;
}

[type=text], input:where(:not([type])), [type=email], [type=url], [type=password], [type=number], [type=date], [type=datetime-local], [type=month], [type=search], [type=tel], [type=time], [type=week], [multiple], textarea, select {
    border-color:#ddd;
    border-radius: 5px;
}

.tagify__input{
    min-width: 300px;
}

.tagify__dropdown__item {
    font-size: 0.9rem;
}

.confirmation-logo{
    width: 80px;
}

.entryform-header{
    /* background-color: #73abda; */
    display: block;

}

.entryform-box{
    max-width: 800px;
    width: 100%;
    margin: 20px auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 1px 1.5px #eee;
}

.dm-serif-text-regular {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: normal;
}

.invitation-title{
    font-size: 4rem;
    color: #998206;
}

.noto-serif-100 {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.invitation-title {
    display: inline-block;
    position: relative;
    padding: 0 2em;
}

.invitation-title::before,
.invitation-title::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 85px;
    height: 1px;
    background-color: #d0a225;
}

.invitation-title::before {
    left: 0;
}

.invitation-title::after {
    right: 0;
}
.invitation-body{
    background-size: cover;
    background-color: #fefdf7;
}

.invitation-body .invitation-main-outer{
    background-color: rgba(247,250,250,0.97);
    min-height: 100vh;
}

.btn-invitation{
    background:#998206;
    color:white;
    font-weight: bold;
    font-size:0.8rem;
    padding: 10px 20px;
    border-radius: 10px;
    transition: .5s;
}

.btn-invitation:hover{
    transform: scale(1.05);
}



.amp-box1,
.amp-box2,
.mic,
.monitor,
.person-box{
    position: absolute;
}


.amp-box1{
    padding: 5px;
    border-radius: 5px;
    background-color: #0660b0;
    color:white;
    display: inline-block;
    min-height: 1.5rem;
    min-width: 2rem;
    display: inline-block;
    line-height: 1; /* ←追加して余白を消す */
    vertical-align: top; /* ←必要ならこれも */
    box-sizing: border-box;
}

.amp-box2{
    padding: 5px;
    border-radius: 5px;
    background-color: #3d91da;
    color:white;
    display: inline-block;
    min-height: 1.5rem;
    min-width: 2rem;
    display: inline-block;
    line-height: 1; /* ←追加して余白を消す */
    vertical-align: top; /* ←必要ならこれも */
    box-sizing: border-box;
}

.stage-text{
    position: absolute;
    top: 10%;
    left: 10%;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    border:1px solid #ccc;
    background-color: white;
    width: 200px;
    height: 100px;
}

.stage-text textarea{
    height: 100%;
    width: 100%;
}

.part-box{
    padding: 5px;
    border-radius: 5px;
    border:1.5px solid #aaa;
    display: inline-block;
    min-height: 1.5rem;
    min-width: 2rem;
    background-color: white;
}

.mic{
    width: 40px;
    height: 40px;
    background-image: url('./images/mic.svg');
    background-size: 40px 40px;
    left: 30px;
    top: 50px;
}

.monitor{
    width: 40px;
    height: 40px;
    background-image: url('./images/monitor.svg');
    background-size: contain;
    left: 30px;
    top: 50px;
    /* background-color: white; */
}

.stage-elm.ui-draggable.ui-draggable-disabled{
    opacity: 1 !important;
}

.stage-elm {
  transform-origin: center center;
  position: absolute; 
}



  .rotate-handle {
    background: #f5f5f5;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    cursor: grab;
    display: none;
    padding: 5px;
  }

  .rotate-handle.active{
    display: block;
  }

  .delete-handle {
    background: #f5f5f5;
    border-radius: 50%;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    cursor: grab;
    display: none;
    padding: 5px;
  }

  .delete-handle.active{
    display: block;
  }

  

  #modal,
  #template_modal,
  #template_save_modal{
    background-color: rgba(215,230,250,0.9);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 990;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: .5s;
    z-index:-1;
    opacity: 0;
    position: fixed;
  }

  #modal.active,
  #template_modal.active,
  #template_save_modal.active,
  #modal.active .modal-inner,
  #template_modal.active .modal-inner,
  #template_save_modal.active .modal-inner{
    opacity:1;
    z-index:999;
  }
  
  #template_modal.active{
    z-index: 10000;
  }
  
  .modal-inner{
    border-radius: 20px;
    background-color: white;
    border:1px solid #eee;
    padding: 20px;
    max-width: 800px;
    width: 100%;
    height: 80vh;
    overflow-y: scroll;
  }

  #modal.active .modal-inner,
  #template_modal.active .modal-inner{
    margin-top: 0;
  }

  #template_save_modal.active .modal-inner{
    margin-top: 0;
  }


button.btn.btn-gray{
    background: #888 !important;

    color:white;
}

.add_list_artist_selected{
    display: none;
}

.footer-control{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background-color: rgba(230,240,245,0.8);
}

.footer-control .btn{
    padding: 10px;
}

.modal-outer{
    z-index:-1;
    opacity: 0;
    transition: .5s;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(25,105,175,0.6);
   top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
} 

.modal-inner{
    max-width: 800px;
    width: 90%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 1px 2px #ddd;
    display: inline-block;
    padding: 15px;
    margin-top: 400px;
    transition: .5s;
    opacity: 0;
}

.modal-inner input:not([type="checkbox"]),
.modal-inner textarea{
    width: 100%;
    border-radius: 5px;
    margin:5px 0;
    padding: 5px;
    border:1px solid #aaa;
    background-color: white;
    
}

#mail-modal .modal-inner textarea{
    height: 20vh;
}

#mail-modal .modal-inner textarea#artist-conditions{
    height: 4rem;
}



#mail-modal.active,
#paper-modal.active{
    z-index: 999;
    opacity: 1;
}

#mail-modal.active .modal-inner,
#paper-modal.active .modal-inner{
    margin-top: 0;
    opacity: 1;
}

.dt-container{

    overflow-x: scroll !important;

}

.container{
    overflow: hidden !important;
}

.organizer-label{
    background-color: aliceblue;
    border-radius: 5px;
}

.event-image-box{
    height: 335px;
    background-color: #f5f5f5;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image:url('./images/no-image.png');
    /* background-image:url('https://cdn.fujirockfestival.com/smash/top/57VS8iT3i1LWbemILXy0fWd489XWAcl9SRTz7Nplpc.jpg'); */
}

 .event-slot-item{
    border-radius: 5px;
    color:#156ab4;
    background-color: #def0ff;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:4px;
 }

 .event-slot-item.fixed-number{
    background:#61bb1d;
    color:white;
    font-weight: bold;
 }

 .nav-flyer-btn,
 .nav-ai-btn{
    background-color: white;
    color:#0660b0;
    border-radius: 5px;
    margin: 15px 10px;
    padding: 5px 20px;
    font-size:1rem;
 }

 input[name="image_url"]{
    font-size:0.8rem;
    color:#555;
 }

 .flyer-nav-menu-box{
    position: absolute;
    top: 40px;
    left: 0px;
    background: white;
    padding: 0px;
    border:2px solid #0660b0;
    color: #0660b0;
    z-index:2000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    text-align: center;
    opacity: 0;
    z-index:-1;
    transition: .5s;
 }

  .flyer-nav-menu-box.active{
    opacity: 1;
    z-index:2000;
    top: 50px;
 }


 .flyer-nav-menu-box button{
    width: 100%;
    padding: 10px 15px;
    font-weight: bold;
    font-size:0.8rem;

 }

 .flyer-nav-menu-box button:hover{
    background-color: #0660b0;
    color:white;
 }

 .flyer-nav-menu-box button+button{
    border-top:2px solid #0660b0;
 }

 .flyer-control-box{
    background-color: white;
    border-radius: 10px;
    font-size: 0.8rem;
    margin-bottom: 10px;
 }
 .flyer-control-box label{
    font-size: 0.8rem;
    padding: 5px;
    width: 100%;
    text-align: center;
    background-color: #0660b0;
    display: inline-block;
    color:white;
    margin-bottom: 10px;
 }

 .booking-request-box{
    border-radius: 10px;
    background-color: #f1f8ff;
    padding: 20px;
 }

 .booking-paper-box{
    border-radius: 10px;
    /* background-color: #fffbe2; */
    background-color: #e7f5fa;
    padding: 20px;
 }

 .booking-request-box .btn,
 .booking-paper-box .btn{
    font-size:0.8rem;
 }

.booking-paper-box .btn{
    background-image:linear-gradient(180deg, rgb(50 174 217) 10%, rgb(6 161 213) 90%) !important;
     /* linear-gradient(180deg,  rgb(203, 177, 83) 10%,rgb(180, 165, 30) 90%) !important; */
}

 .artist-all-check-btn{
    color:#0660b0;
 }

.view-invite-page,
.view-paper-page {
    border:2px solid #b5dbfb;
}

.contact-label,
.status-label,
.fixed-label{
    border-radius: 5px;
    font-size: 0.9rem;
    padding: 10px;
}

/* 未送信 */
.contact-label{
    background-color: #eee;
    color:#888;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:4px;
    max-width: 135px;
    font-size: 0.8rem;
    margin:auto;
}

.contact-label.active {
    background-color: #6bb8be;
    color:white;
    font-weight: bold;
}

.status-label0{
    background-color: #eee;
}

.status-label1{
    background-color: #61bb1d;
    color:white;
    font-weight: bold;
    font-size:0.8rem;
}
.status-label2{
    background-color: #b5dbfb;
    color: #1c69a9;
}

.fixed-label{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed-label.active{
    color: #6bb8be;
    /* color:white; */
}

.tagify{
  --tag-bg: #f5f5f5 !important; /* 背景色 */
  --tag-text-color: #333;        
}

.send-setting-label{
    width: 150px;
    max-width: 150px;
    min-width: 150px;
    border-radius: 5px;
    background-color: #d3e6f6;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
}

.ticket-delete-btn{
    opacity: 0.3;
}

.fixed_event td{
    background-color: #e2f2fc;
}

tr.over-time td{
    opacity: 0.8;
    background-color: #eee;
}

.table .member-list td{
    vertical-align: top;
}

.table.members td:first-child{
    width: 120px;
}

.table.members thead{
    background-color: #f1f8ff;
    /* font-weight: bold; */
    font-size: 0.5rem;
}
/* .table.members input[type="text"],
.table.members input[list]{
    width: 100% !important;
} */

.amp-option-box {
    min-width: 70px;
    max-width: 70px;
    width: 70px;
}

.amp-option-box input{
    display: none;
}

.amp-option-box label{
    border-radius: 5px;
    border:0.5px solid #aaa;
    padding: 2px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.amp-option-box label.active{
    background-color: #61bb1d;
    color:white;
}

.hint-display{
    display: inline-block;
}

.performance-artist-name-box{
    background: #998208;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 1.5rem;
    margin-top: 20px;
    display: inline-block;
}

button.btn.btn-white{
    background:#fff;
    background-image: linear-gradient(180deg, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 90%) !important;
    color:#555;
    border:1px solid #888;
}

button.btn.btn-blue{
    background-image: linear-gradient(180deg, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 90%) !important;
    color:#ddd;
    border:1px solid #ddd;
    border-radius: 20px;
}

button.btn.btn-blue.active{
    color:#2589d0;
    border:1px solid #2589d0;
}

button.btn.btn-blue svg{
    transform: scale(1);
    margin: 0;
}

button.btn.btn-blue svg.icon{
    transform: scale(1.5);
    margin: 5px auto 15px;
}



.ticket-logo-box img{
    height: 30px;
    margin-bottom: 15px 0 10px 0;
}

.set-list {
  cursor: grab;
  user-select: none;
  touch-action: none;
  position: relative; /* transformを使うために必要 */
  transition: transform 0.5s ease;
}


.set-list.dragging {
  opacity: 0.7;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  background-color: #e0edf7;
  transform: scale(1.02);
}

.scroll0,
.scroll1,
.scroll2{
    display: none;
}

.scroll0.active,
.scroll1.active,
.scroll2.active{
    display: flex;
}

.stage-elm{
    position: absolute;
}

.line-logo{
    width: 30px;
    height: 30px;
}

.line_id_label{
    background-color: #61bb1d;
    color:white;
    font-size:0.7rem;
    font-weight: bold;
    border-radius: 10px;
    padding: 5px;
    margin:auto;
}

.url-btn,
.url-btn2{
    color:#348ac1;
    border:0px;
}

.url-sub-menu,
.url-sub-menu2{
    position: absolute;
    border-radius: 5px;
    box-shadow: 0 0 1px 1px #aaa;
    top: 100px;
    overflow: hidden;
    display: none;
    z-index: -1;
}

.url-sub-menu.active,
.url-sub-menu2.active{
    display: block;
    z-index: 2000;
}

.url-sub-menu tr td,
.url-sub-menu2 tr td{
    padding: 8px 10px;
    transition: .5s;
    background-color: white;
}
.url-sub-menu tr td:hover,
.url-sub-menu2 tr td:hover{
    background-color: #73abda;
    color:white;
}

.url-sub-menu tr:nth-child(2) td,
.url-sub-menu2 tr:nth-child(2) td,
.url-sub-menu2 tr:nth-child(3) td{
    /* background-color: #f5f5f5; */
    border-top: 1px solid #ccc;
    border-bottom:1px solid #ccc;
}




.view-btn{
    border-radius: 5px;
    /* background-color: white; */
    /* border:1px solid #aaa; */
}

.work-tab{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 10px;
    font-weight: bold;
    text-align: center;
    color:#aaa;
    border:1px solid #ccc;
    border-bottom:2px solid #1c69a9;
    cursor: pointer;
    transition: .5s;
}

.work-tab.active{
    border:2px solid #1c69a9;
    border-bottom: 0px solid #ccc;
    color:#1c69a9;
}

.work-tab:hover{
    color: #1c69a9;
    /* background-color: rgba(129, 205, 255, 0.3); */
}


.tab-content{
    display: none;
}

.tab-content.active{
    display: block;
}

.pin{
    width: 15px;
    height: 15px;
    fill:#1c69a9;
    opacity: 0.2;
}

.pin.active{
    opacity: 1;
}

.work-tab input{
    display: none;
}

.work-tab label{
    width: 30px;
}


.house_table{
    border-right:1px solid #bbb;
    border-top:1px solid #bbb;
}

.house_table td{
    border-left:1px solid #bbb;
    border-bottom:1px solid #bbb;
    padding: 5px;
}

.house_table #houses_tr_body td{
    border-bottom:0px;
}

.house_table tbody td{
    height:100px;
}

button.btn.circuit-btn{
    display: none;
}

button.btn.circuit-btn.active{
    display: flex;
}

.tt-btn-box{
    display: none;
}

.tt-btn-box.active{
    display: flex;
    gap:5px;
}

#artist-list-fix td svg{
    margin:auto;
    cursor:pointer;
}

#artist-list-fix td svg.material-check{
    fill:#eee !important;
}

#artist-list-fix td svg.material-check.active{
    fill:#6bb8be !important;
}

#artist-list-fix td:nth-child(2){
    text-align-last: left;
}

h2.confirm-title{
    background: aliceblue;
    padding: 15px;
}

.upload-message{
    border-radius: 10px;
    padding: 5px;
    width: 100%;
    text-align: center;
    background-color: #ffe694;
    margin:15px 0;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #0000;
  border-right-color: #ffa50097;
  position: relative;
  animation: l24 1s infinite linear;
}
.loader:before,
.loader:after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: inherit;
  animation: inherit;
  animation-duration: 2s;
}
.loader:after {
  animation-duration: 4s;
}

.guestlist-loading,
.guestlist-loaded{
    display: none;
}

.guestlist-loading.active{
    display: flex;
}

.guestlist-loaded.active{
    display: block;
}

table.set-list-box2 td{
    padding: 5px;
}



    .switch_outer {
        width: 40px;
        height: 20px;
        background-color: #aaa;
        border-radius: 20px;
        position: relative;
        cursor: pointer;
        transition: background-color .2s ease-in-out;
        /* transform:scale(0.5); */
    }

    .switch_outer.active {
        background-color: #51E373;
    }

    .toggle_switch {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        position: absolute;
        background-color: white;
        top: 0;
        bottom: 0;
        left: 0px;
        margin: auto;
        box-shadow: 1px 1px 2px #B7B7B7, -1px -1px 4px #CECECE inset;
        transition: left .3s ease-in-out;
    }

    .toggle_switch.active {
        left: 20px;
    }
    .fix-label{
        font-size:0.8rem;
    }

.artist-upload-box{
    border-radius: 10px;
    background:#f5f5f5;
    padding: 20px;
}

#performance h3{
    background-color: #3189d0;
    color:white;
    font-weight: bold;
    padding-left: 20px;
    display: flex;
    align-items: center;
    gap:4px
}

.event_info_btn{

}



.event_info_box{
    display: flex;
    overflow-x: scroll;
    height: 50px;
    width: 200px;
}

.event_info_box .genre-label{
    height: 2rem;
    padding: 5px;
    word-break: keep-all;
    white-space: nowrap;
    background:#f7f7df;
}

.event_artist_memo_box{
    height: 1.5rem;
    white-space: nowrap;
    overflow-x: scroll;
    width: 100px;
}

#event-list thead td,
thead.text-sm td{
    font-size:0.8rem;
}

/* input[name="email2"]{
    display: none;
} */

input[name="email2"].active{
    display: block;
}

input.remind-setdate{
    width: 65px !important;
}

.guarantee-outer-box label{
    border-radius: 50%;
    background-color: #3189d0;
    width: 30px;
    height: 30px;
    font-size:0.9rem;
    text-align: center;
    line-height: 30px;
    color:white;
}

.guarantee-select-text{
    position: absolute;
    right: -90%;
    width: 100%;
    background: white;
    padding: 10px;
    box-shadow: 0 0 2px 1px #aaa;
    border-radius: 10px;
    z-index: 999;
}

.page-text-textarea{
    height: 70%;
}

input[type="file"]{
    border:1px solid #ccc;
    border-radius: 10px;
    background-color: white;
}


@keyframes l24 {
  100% {transform: rotate(1turn)}
}

.loaded-guestlist-btn{
    margin:auto;
}

@media screen and (max-width:700px) {
    .invitation-title{
        font-size: 8vw;
        line-height: 10.5vw;
    }
    .reply-table td{
        width: 100%;
        display: block;
    }
}
@media screen and (max-width:500px) {

.performance-footer-control{
    position: relative;
}

}