body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f7f7f7;
}
.sidebar-modal {
	z-index: 99 ;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
	height:550px; 
}
.sidebar-modal-footer {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    border-top: 1px solid #eaeaea;
}
.sidebar-modal-okay {
    padding: 10px 20px;
    background-color: #518BA1;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.login-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensure modal is on top */
}

.login-modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 900px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 2px solid #518BA1;
}

.login-modal-content label {
/*    display: block; */ 
    margin-top: 10px;
    font-weight: bold;
    color: #518BA1;
}

.login-modal-content input[type="text"] {
    width: calc(100% - 24px);
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.login-modal-content input[type="checkbox"] {
    margin-right: 5px;
}

.login-modal-content button {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #518BA1;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.login-modal-content button:hover {
    background-color: #3f6c7d;
}

.login-modal-content .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 10px;
}


.plain-login-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.plain-login-modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    width: 950px;
}

.section {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.lyric-section-title { 
  font-size: 18px;
  margin: 0;
  padding: 10px 0;
  cursor: pointer;
}
.section-title {
  font-size: 18px;
  margin: 0;
  padding: 10px 0;
  cursor: pointer;
}



.expand-btn {
  font-weight: bold;
  font-size: 18px;
  margin-right: 10px;
  transition: transform 0.2s ease-in-out;
}

.section.expanded .section-content {
  display: block;
}

.section.expanded .expand-btn {
  transform: rotate(180deg);
}

.section.collapsed .section-content {
  display: none;
}

.section.collapsed .expand-btn {
  transform: rotate(0deg);
}

.blueButton {
    background-color: #fff; /* White background */
    border: 2px solid #518BA1; /* Border with the specified color */
    border-radius: 8px; /* Rounded corners */
    padding: 10px; /* Padding inside the dropdown */
    font-size: 22px; /* Font size */
    color: #518BA1; /* Text color */
    outline: none; /* Remove outline on focus */
    appearance: none; /* Remove default arrow */
    cursor: pointer; /* Pointer cursor on hover */
}

.tipRecipientSelect {
    background-color: #fff; /* White background */
    border: 2px solid #518BA1; /* Border with the specified color */
    border-radius: 8px; /* Rounded corners */
    padding: 10px; /* Padding inside the dropdown */
    font-size: 16px; /* Font size */
    color: #518BA1; /* Text color */
    outline: none; /* Remove outline on focus */
    appearance: none; /* Remove default arrow */
    cursor: pointer; /* Pointer cursor on hover */
}

.tipRecipientSelect:hover {
    background-color: #e1f0f5; /* Light background on hover */
}

.tipRecipientSelect:focus {
    border-color: #396b80; /* Darker border on focus */
}

.tipRecipientSelect::placeholder {
    color: #aac3cc; /* Placeholder text color */
}

/* Adding a custom arrow for the dropdown */
.tipRecipientSelect::after {
    content: '▼';
    font-size: 12px;
    color: #518BA1;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.tipRecipientSelect {
    background-color: #fff; /* White background */
    border: 2px solid #518BA1; /* Border with the specified color */
    border-radius: 8px; /* Rounded corners */
    padding: 10px; /* Padding inside the dropdown */
    font-size: 16px; /* Font size */
    color: #518BA1; /* Text color */
    outline: none; /* Remove outline on focus */
    appearance: none; /* Remove default arrow */
    cursor: pointer; /* Pointer cursor on hover */
}

.tipRecipientSelect:hover {
    background-color: #e1f0f5; /* Light background on hover */
}

.tipRecipientSelect:focus {
    border-color: #396b80; /* Darker border on focus */
}

.tipRecipientSelect::placeholder {
    color: #aac3cc; /* Placeholder text color */
}

/* Adding a custom arrow for the dropdown */
.tipRecipientSelect::after {
    content: '▼';
    font-size: 12px;
    color: #518BA1;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}


.tipAmount {
    background-color: #fff; /* White background */
    border: 2px solid #518BA1; /* Border with the specified color */
    border-radius: 8px; /* Rounded corners */
    padding: 10px; /* Padding inside the input */
    font-size: 16px; /* Font size */
    color: #518BA1; /* Text color */
    outline: none; /* Remove outline on focus */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

.tipAmount:hover {
    background-color: #e1f0f5; /* Light background on hover */
}

.tipAmount:focus {
    border-color: #396b80; /* Darker border on focus */
}

.tipAmount::placeholder {
    color: #aac3cc; /* Placeholder text color */
}
.general-jar { 
	text-align: left; 
	width: 550px ; 
}
#workshopActions .msg { 
	text-align: center ; 
	width:85%;
}

#historyDiv{
	width: 80%; 
}
        .history-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
        }
        .history-table th, .history-table td {
            border: 1px solid #ddd;
            padding: 8px;
        }
        .history-table th {
            background-color: #f2f2f2;
            text-align: left;
        }
        .history-table tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        .history-table tr:hover {
            background-color: #ddd;
        }
