.client-btn {
    background: #ffffff;
    border-radius: 8px;
    margin-top: 15px;
    height: 60px;
    font-weight: 500;
    font-size: 18px;
}

.client-btn:hover {
    background: #a930c1;
}

.tab-btn {
    border-radius: 10px 20px 0px 0px;
    width: 150px;
    background: #e3e3e3;
    margin: 1px;
    margin-bottom: 0;
    /* border-bottom: solid 1px #333333; */
}

.tab-btn-active {
    background: #2a2a2a!important;
    border-bottom: none!important;
    color: #F72585;
    font-weight: bolder;
}

.tab-btn:hover {
    background-color: #F72585;
    color: #C4C4C4;
}

.chart-control-btn {
    /* padding: 5px;
    font-size: 16px; */
    border: none;
    border-radius: 4px;
    cursor: pointer;
    /* color: #c4c4c4; */
    transition: background-color 0.3s ease;
    max-width: 100px;
    margin: 0;
    padding: 0 8px;
    border-radius: 0;
    background-color: #1a1a1a;
    color: gray;
}

.chart-control-btn {
    padding: 4px 8px;
    font-size: 16px;
    /* margin: 0 10px; 
       border: none; */
    border-radius: 4px;
    cursor: pointer;
    color: #F3F3F3;
    background: #2a2a2a;
    transition: background-color 0.3s ease;
    /* Adds a smooth transition effect on hover */
}

.chart-control-btn:hover {
    border: solid 1px #a930c1;
    color: #a930c1!important;
    /* Changes the button's background color when hovered */
}


/* You can add an active class to indicate which view is currently displayed */

.chart-control-btn.active {
    border: solid 1px #a930c1;
    color: #a930c1!important;
}

.select-input {
    height: 40px;
    margin: 0 auto;
    /* text-align: center; */
    color: #a930c1;
    border: none;
    background: #1A1A1A;
    border-radius: 8px;
    font-size: 18px;
    padding: 0 15px;
    margin-top: 0;
}

.head-btn {
    background: #1A1A1A;
    height: 60px;
    font-weight: 500;
    font-size: 18px;
}

.client-btn {
    margin-top: 0;
    height: 40px;
    background: #1A1A1A;
}

.client-report-btn,
.date-container {
    margin-bottom: auto;
    margin-left: 10px;
    color: #a930c1;
}

.header-btn:hover {
    color: #F72585!important;
    border: #F72585 solid 2px;
    background: #1A1A1A;
    cursor: pointer;
}

.class-input:focus,
.header-btn:focus {
    border: solid 1px transparent;
}

.arrow-btn {
    background: #1A1A1A;
    /* color: #a930c1; */
    color: #a1a1a1;
    padding: 0;
    width: auto;
    /* height: 40px; */
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 0 auto auto;
    height: fit-content;
}

.add-category-btn,
.invite-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    font-size: 10px;
    height: 30px;
    background-color: #1a1a1a;
    /* margin: 2px; */
    border-radius: 16px;
    border: solid 1px #c4c4c4;
    color: #C4C4C4;
}

.add-category-btn:hover,
.invite-btn:hover {
    color: #a930c1;
    border: solid 1px #a930c1;
}

.form-checkbox {
    height: 25px;
    margin: 8px;
}

input[type="checkbox"] {
    appearance: none;
    /* This removes the default checkbox styling */
    width: 20px;
    height: 20px;
    border: solid 1px #F72585;
    background-color: #c4c4c4;
    border-radius: 4px;
}

input[type="checkbox"]:disabled {
    appearance: none;
    width: 20px;
    height: 20px;
    border: solid 1px #2a2a2a;
    background-color: #1a1a1a;
    border-radius: 4px;
}

input[type="checkbox"]:checked {
    content: none;
    background: #a930c1;
    border: solid 1px #F72585;
}


/* .dlt-btn
{
    color: #eb5858;
    background: #e3cccc;
    width: fit-content;
    margin: 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
} */

.dlt-btn {
    color: #eb5858;
    background: transparent;
    width: fit-content;
    /* margin: 10px; */
    border-radius: 4px;
    display: flex;
    /* height: 100%; */
    align-items: center;
    margin: auto;
}

.dlt-btn:hover {
    color: #e7e7e7;
    background: #eb5858;
}

.dlt-cat-icon {
    color: #eb5858;
    font-size: 12px;
    margin: 0 4px;
}

.dlt-cat-icon:hover {
    color: #e7e7e7;
    background: #eb5858;
}

.annotator-btn {
    background: #a930c1;
    color: #1A1A1A;
    /* border-radius: 4px; */
    /* margin: 5px; */
    border: solid black 1px;
    /* max-width: fit-content; */
    padding: 0 10px;
    margin: auto 0;
    border-radius: 4px;
}

.play-pause-btn {
    color: #F72585;
    background-color: #1a1a1a;
    border: solid 1px #F72585;
    width: 38px;
}

.play-pause-btn:hover {
    border: solid 1px #a930c1;
    color: #a930c1;
    width: 38px;
}

.frame-control-btn {
    background: #2a2a2a 55%;
    border: solid 1px #F72585;
    font-size: 14px;
    color: #F72585;
    width: 300px;
}

.frame-control-btn:active,
.frame-control-btn:hover {
    border: solid 1px #a930c1 22%;
    color: #a930c1;
}

.request-btn {
    margin: 10px 0;
    background-color: #2a2a2a;
    color: #F72585;
    border-radius: 6px;
    border: #F72585 solid 1px;
    padding: 10px;
}

.request-btn:hover {
    border: solid 2px #a930c1;
    /* background: #5a6f64; */
    color: #a930c1;
}

.down-btn {
    display: flex;
    align-items: center;
    margin: auto;
    padding: 4px;
}

.arrow-btn::before {
    display: none;
}

.flex-form button.annotator-btn {
    margin: 10px 0;
    background-color: #2a2a2a;
    color: #F72585;
    border-radius: 6px;
    border: #F72585 solid 1px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-form button.annotator-btn:hover {
    color: #a930c1;
    border-color: #a930c1;
}


/* .custom-modal button {
    background-color: #1a1a1a;
    border: 1px solid #126C3A;
    color: #126C3A;
    border-radius: 6px;
    padding: 10px 16px;
    margin: 5px;
    font-size: 14px;
    cursor: pointer;
    width: 80%;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;

}

.custom-modal button:hover {
    background-color: #8EC546;
    color: #1a1a1a;
    border-color: #8EC546;
} */

.save-button {
    background: #2a2a2a;
    border-radius: 6px;
    color: #F72585;
    width: 100px;
    height: 40px;
    margin: auto;
}

.save-button:hover {
    color: #a930c1;
    border: 2px solid #a930c1;
}

.save-button:active {
    background: #a930c1;
    color: #333333;
    border: 1px solid #F72585;
}

button:disabled,
button[disabled] {
    border: 1px solid #a1a1a1;
    background-color: #2a2a2a;
    color: #a1a1a1;
}

button:disabled:hover {
    border: 1px solid #a1a1a1!important;
    background-color: #2a2a2a!important;
    color: #a1a1a1!important;
}

.button {
    border: none;
}

.accept-button {
    background: #00bc9c;
}

.reject-button {
    background: #eb4f37;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #a930c1;
    cursor: pointer;
}

button {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 34px;
    font-size: 16px;
    padding: 8px;
    font-weight: bold;
    color: #a930c1;
    border: solid 1px #a930c1;
    background: #2a2a2a;
    border: none;
    box-shadow: 0;
    margin: 8px 0;
}

button:hover {
    color: #F72585;
    border: solid 1px #F72585;
}

.deploy-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    border-radius: 4px;
    margin: 10px 0;
    background-color: #2a2a2a;
    color: #F72585;
    border-radius: 6px;
    border: #F72585 solid 1px;
    padding: 10px;
    margin: 8px 0;
    width: 100px;
}

.deploy-btn:hover,
.fleet-deploy-btn:hover {
    color: #a930c1;
    border: #a930c1 solid 2px;
}

.annotate-toggle:hover {
    border: solid 2px #a930c1!important;
    background: #2a2a2a!important;
    color: #a930c1!important;
}

.annotate-toggled:hover {
    border: solid 2px #F72585!important;
    background: #2a2a2a!important;
    /* color: #e0e0e0; */
    color: #F72585;
}

.annotate-toggled {
    margin: 10px 0;
    background-color: #a930c1!important;
    color: #1a1a1a;
    border-radius: 6px;
    border: none;
}

.annotate-toggle {
    margin: 10px 0;
    font-weight: bold;
    background: #F72585 22%;
    /* border:solid 1px #126c3a 100%; */
    color: #333333;
}

.form-submit,
input[type="button"], .status-btn {
    display: block;
    font-size: 16px;
    padding: 8px;
    font-weight: bold;
    color: #a930c1;
    /* background: #006a3d; */
    border: solid 1px #a930c1;
    box-shadow: 0;
    margin: 16px 0;
    height: 40px;
}
.status-btn{
        margin: 2px 0;
        height: 30px;
        font-size: 10px;
        width: 100px;
        border-radius: 4px;
}

.status-btn:hover
{
    color: #a930c1;
    border: #a930c1;

}
.form-submit:hover,
input[type="button"]:hover, .status-btn {
    color: #F72585;
    border: solid 1px #F72585;
}

input::file-selector-button {
    background-color: #2a2a2a!important;
    color: #a2a2a2!important;
    border: solid 1px #a930c1;
    color: #a930c1;
    margin: 0;
    height: 100%;
    margin: 0;
    border-radius: 4px;
    margin-right: 8px;
    min-width: 120px;
    height: 36px;
}

input::file-selector-button:hover {
    border: solid 1px #F72585;
    color: #F72585;
}

.review-btn {
    border: solid 1px #F72585;
    color: #F72585;
    background-color: #2a2a2a;
    margin-left: 4px;
}

.hide-assessment
{
    color: #e0e0e0;
    padding: 8px 16px;
    background: #2a2a2a;
    border: #e0e0e0 solid 1px;
    border-radius: 4px;
}
.hide-assessment:hover
{
    color: var(--primary-accent);
    /* padding: 4px; */
    border: solid 1px var(--primary-accent);
}
.open-modal-class{
    max-height: 80%;
    font-size: 14px;
    padding: 0;
    max-width: 120px;
    margin: auto 0;
}

.draw-box {
    width: fit-content;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    height: fit-content;
    padding: 4px 8px;
    font-weight: bold;
    color: var(--primary-accent);
    border: solid 1px var(--primary-accent);
    background: #2a2a2a;
    border: none;
    box-shadow: 0;
    margin: 8px 0;
    border-radius: 8px;
}

.draw-box:hover {
    color: var(--primary-accent);
    border: solid 1px var(--primary-accent)
    ;
}

/* .switch {
    --secondary-container: #3a4b39;
    --primary: #84da89;
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 3.7em;
    height: 1.8em;
   }
   
   .switch input {
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
   }
   
   .btn-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #313033;
    transition: .2s;
    border-radius: 30px;
   }
   
   .btn-slider:before {
    position: absolute;
    content: "";
    height: 1.4em;
    width: 1.4em;
    border-radius: 20px;
    left: 0.2em;
    bottom: 0.2em;
    background-color: #aeaaae;
    transition: .4s;
   }
   
   input:checked + .slider::before {
    background-color: var(--primary);
   }
   
   input:checked + .slider {
    background-color: var(--secondary-container);
   }
   
   input:focus + .slider {
    box-shadow: 0 0 1px var(--secondary-container);
   }
   
   input:checked + .slider:before {
    transform: translateX(1.9em);
   } */