@font-face {
    font-family: 'Co Headline Regular';
    src: url('/static/fonts_files/Co Headline Regular.woff') format('woff');
    /* You can add more src definitions for different formats if needed */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Indivisible-Regular';
    src: url('/static/fonts_files/Indivisible-Regular.woff') format('woff');
    /* You can add more src definitions for different formats if needed */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Agency FB';
    src: url('/static/fonts_files/AGENCYB.TTF') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Athletic Script';
    src: url('/static/fonts_files/AthleticScript.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'College Block';
    src: url('/static/fonts_files/College Block.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jersey M54';
    src: url('/static/fonts_files/Jersey M54.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Machine Font';
    src: url('/static/fonts_files/Machine Font Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Marker Felt';
    src: url('/static/fonts_files/Marker Felt Wide.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'News Gothic';
    src: url('/static/fonts_files/news_gothic_bold_condensed_bt.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Serifa';
    src: url('/static/fonts_files/Serifa Condensed Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Stahls Tiffany';
    src: url('/static/fonts_files/Stahls Tiffany - 2000.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Superstar M54';
    src: url('/static/fonts_files/Superstar M54.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TREKRFR';
    src: url('/static/fonts_files/TREKRFR.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trekker';
    src: url('/static/fonts_files/Trekker.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Co Headline Regular', 'Poppins', Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    /* Changed to min-height for full viewport coverage */
    background-color: #f0f0f0;
}

.container {
    max-width: 600px;
    /* Increased for better layout */
    margin: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #e0e0e0;
}

.section_position {
    margin-bottom: 20px; /* Space between sections */
    padding: 15px;
    border-radius: 8px;
    background-color: #f9f9f9; /* Light background for separation */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

h1 {
    margin-bottom: 8px;
    text-align: center;
}


h2 {
    font-size: 20px;
    margin-bottom: 15px; /* Space below the section title */
    color: #333;
    text-align: center; /* Centered section title */
    
}


label {
    /* padding-top: 5px; */
    display: block;
    margin-bottom: 10px;
}

select,
input[type="file"] {
    width: calc(100% - 1px);
    /* Adjusted for border width */
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type="number"] {
    width: calc(100% - 60%);
    /* Adjusted for border width */
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.btn {
    text-decoration: none;
    background-color: #70a5ff;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    outline: none;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
}

.btn:hover {
    background-color: #ffffff;
    color: #005af0;
    border: 1px solid #010101;
}

input[type="submit"] {
    background-color: #2273ff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
}

input[type="submit"]:hover {
    background-color: #005eff;
}

/* Styling for file upload box */
.drop_box {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 3px dotted #a3a3a3;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;

}

.drop_box h4 {
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
}

.drop_box p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #a3a3a3;
}

.drop_box.dragover {
    background-color: #f0f0f0;
}

#csv_font_family {
    font-family: 'Indivisible-Regular', Arial, sans-serif;
}

#csv_font_family option[value="Indivisible-Regular"] {
    font-family: 'Indivisible-Regular', Arial, sans-serif;
}

#height {
    font-family: 'Indivisible-Regular', Arial, sans-serif;
}

#height option[value="Indivisible-Regular"] {
    font-family: 'Indivisible-Regular', Arial, sans-serif;
}

#font_family {
    font-family: 'Indivisible-Regular', Arial, sans-serif;
}

#font_family option[value="Indivisible-Regular"] {
    font-family: 'Indivisible-Regular', Arial, sans-serif;
}

#name {
    width: 100%;
    /* Adjusted width */
    height: 40px;
    /* Adjusted height */
    font-family: 'Poppins', Arial, sans-serif;
    /* Adjusted font-family */
    font-size: 16px;
    /* Adjusted font-size */
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}



:root {
    --border-radius: 8px;
    --border: 1px solid #8e929c;
}

.colour-picker-field {
    display: flex;
    justify-content: center;
}

.colour-picker-field__item {
    border: var(--border);
    border-radius: var(--border-radius);
}

.colour-picker-field__item--text {
    width: 175px;
    padding: 1rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.colour-picker-field__item--picker {
    width: 50px;
    height: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}



/* .toggle {
    font-size: 30px;
    border: 1px solid black;
    border-radius: 30px;
    display: inline-block;
    height: 40px;
    width: 40px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #1a1a1a;
    color: white;
    text-align: center;
    line-height: 40px;
}

.ico {
    margin-left: 7px;
    margin-top: -4px;
}

.toggle:hover {
    transform: rotate(360deg);
} */

.toggle {
    font-size: 20px;
    border: 1px solid black;
    border-radius: 30px;
    display: inline-block;
    height: 40px;
    width: 120px; /* Increased width for text */
    cursor: pointer;
    position: fixed; /* Fixed position to stay in place */
    top: 10px;
    right: 10px;
    background: #1a1a1a;
    color: white;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.ico {
    margin-left: 10px; /* Adjusted for text alignment */
}

.toggle:hover {
    transform: rotate(360deg);
}

.sidebar {
    position: fixed;
    width: 300px;
    right: -300px;
    box-shadow: 0px 0px 10px 3px black;
    background: linear-gradient(to bottom right, #58d5ff, #ff6980, #ffff90);
    border-left: 1px solid black;
    height: 100%;
    top: 0;
    transition: right 0.3s;
    overflow-y: auto;
}

.sidebar h2 {
    color: white;
    text-align: center;
    font-family: 'Muli', sans-serif;
}

.sidebar.active {
    right: 0;
}

.notibox {
    color: white;
    font-family: 'Muli', sans-serif;
    background-color: #0d0d0d;
    width: calc(100% - 60px);
    padding: 15px;
    margin: 15px;
    border-radius: 4px;
    position: relative;
}

.task-name {
    max-width: 150px; /* Adjust the width as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}


.cancel {
    position: absolute;
    right: 7px;
    top: 10px;
    cursor: pointer;
    padding: 3px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 20px;
}

.cancel:hover {
    color: black;
    background-color: white;
}

.close-btn {
    font-size: 20px;
    color: white;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #333;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    transition: background 0.3s;
}

.close-btn:hover {
    background: #555;
}

.gone {
    display: none;
}

.task-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.status {
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    text-transform: uppercase;
}

.status.completed {
    background-color: #4CAF50;
    color: white;
}

.status.in_progress {
    background-color: #FFC107;
    color: white;
}

.status.failed {
    background-color: #F44336;
    color: white;
}

.task-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.btn {
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

.download-btn {
    background-color: #4CAF50;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.download-btn:hover {
    background-color: #45a049;
}

.delete-btn {
    background-color: #f44336;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.delete-btn:hover {
    background-color: #e53935;
}


#flash-messages {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 300px;
}

.flash-message {
    padding: 15px;
    border-radius: 8px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease;
}

.flash-message.success {
    background-color: #4CAF50;
}

.flash-message.error {
    background-color: #f44336;
}

.flash-message.info {
    background-color: #2196F3;
}

.flash-message.warning {
    background-color: #FF9800;
}

.close-button {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    margin-left: 15px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.close-button:hover {
    opacity: 1;
}



.button-container {
    position: fixed;
    top: 20px;
    left: 20px;
    display: flex;
    flex-direction: column; /* Stack buttons vertically */
    gap: 10px; /* Space between buttons */
    z-index: 1000;
}

.top-left-btn {
    padding: 10px 20px;
    /* position: fixed; */
    background-color: #2273ff;
    color: white;
    text-decoration: none; /* Remove underline */
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    /* z-index: 1000; Ensure the button is on top of other elements */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}


.top-left-btn:hover {
    background-color: #005eff;
}


h3 {
    margin-top: 20px;
    font-size: 24px;
    color: #333;
    margin-left: 13%;
}
