﻿#fileSelect_div {
    width: 200px;
    height: 35px;
    z-index: 0;
    font-size: 15px;
    line-height: 30px;
    border-radius: 30px;
    background: var(--btn-brdr-bg-color);
    box-shadow: 6px 6px 12px var(--main-shadow-dark), -6px -6px 12px var(--main-shadow-light);
}

#fileUpload_div {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -26px;
    left: 170px;
    z-index: 0;
    font-size: 15px;
    border-radius: 30px;
    background: var(--btn-brdr-bg-color);
    box-shadow: 6px 6px 12px var(--main-shadow-dark), -6px -6px 12px var(--main-shadow-light);
}

#fileSelectHover_div {
    width: 196px;
    height: 31px;
    margin: 2px;
    position: absolute;
    z-index: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 31px;
    color: var(--text-color);
    border-radius: 56px;
    background: var(--main-bg-color);
    box-shadow: inset 6px 6px 12px var(--main-shadow-light), inset -6px -6px 12px var(--main-shadow-dark);
}

#fileUploadHover_div {
    width: 20px;
    height: 20px;
/*    margin: 2px;*/
    position: absolute;
    z-index: 1;
    font-size: 10px;
    text-align: center;
    line-height: 21px;
    border-radius: 23px;
    background: var(--main-bg-color);
}

#fileSelectHover_div:hover {
    cursor: pointer;
    border-radius: 50px;
    background: var(--main-bg-color);
    box-shadow: inset 6px 6px 12px var(--hover-shadow-dark), inset -6px -6px 12px var(--hover-shadow-light) !important;
}

#fileUploadHover_div:hover {
    cursor: pointer;
    border-radius: 50px;
    background: var(--main-bg-color);
    box-shadow: inset 6px 6px 12px var(--hover-shadow-dark), inset -6px -6px 12px var(--hover-shadow-light);
}

#floating_btn {
    position: relative;
    display: none;
}

#fileSelect_text {
    border-radius: 61px;
    width: 198px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uploaded-files_div {
    margin-bottom: 25px;
    background-color: var(--list-bg-color);
    border-radius: 15px 5px 5px 15px;
    box-shadow: var(--depression-shallow);
    border: none !important;
}

.uploaded-files {
    height: 385px !important;
    margin: 1%;
    margin-bottom: 0.5%;
    width: 98%;
    background-color: var(--list-bg-color);
    border-radius: 10px;
    overflow-y: scroll;
    border: none !important;
    padding: 10px 5px 0px 10px;
}

    .uploaded-files:focus {
        outline: none;
    }

    .uploaded-files::-webkit-scrollbar {
        width: 10px;
        background-color: rgba(0,0,0, 0.0);
    }

    .uploaded-files::-webkit-scrollbar-thumb {
        background-color: rgba(75, 75, 75, 0.3);
    }

        .uploaded-files::-webkit-scrollbar-thumb:hover {
            background-color: rgba(50,50,50,0.8);
        }


select option {
    font-size: 12px;
    position: relative;
    background: linear-gradient(var(--list-bg-color), var(--main-bg-color));
    background-color: var(--main-bg-color) !important;
    border-radius: 10px !important;
    box-shadow: var(--list-expression-shallow);
    margin-bottom: 10px !important;
    padding: 5px 5px 5px 10px !important;
}

:root {
    --dwf-bg-color-1: #D2DEB1;
    --dwf-bg-color-2: #C0D4B2;
    --master-bg-color-1: #9CB0C9;
    --master-bg-color-2: #D0D6D9;
    --pdf-bg-color-1: #95A4B6;
    --pdf-bg-color-2: #C3C3C3;
    --sheets-bg-color-1: #ABB8C9;
    --sheets-bg-color-2: #D9D7D7;
}


.master-file {
    font-weight: 700;
    background: linear-gradient(var(--master-bg-color-1), var(--master-bg-color-2));
}

.output-file-pdf {
    font-weight: 500;
    background: linear-gradient(var(--pdf-bg-color-1), var(--pdf-bg-color-2));
}

.output-file-dwf {
    font-weight: 500;
    background: linear-gradient(var(--dwf-bg-color-1), var(--dwf-bg-color-2));
}

/*.output-file-sheets {
    font-weight: 300;
    background: linear-gradient(var(--sheets-bg-color-1), var(--sheets-bg-color-2));
}*/

    select option:hover,
    select option:focus,
    select option:active {
        box-shadow: var(--list-depression-deep);
        margin-bottom: 10px !important;
        padding: 7px 5px 3px 20px !important;
    }

    select option:checked {
        box-shadow: var(--list-depression-shallow);
        margin-bottom: 10px !important;
        padding: 6px 5px 4px 15px !important;
    }

        select option:checked:hover {
            box-shadow: var(--list-depression-deep);
            margin-bottom: 10px !important;
            padding: 7px 5px 3px 20px !important;
        }

.btn-action {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}

#start-plate {
    margin-bottom: 25px;
}


#directions-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
}

#directions {
    margin-bottom: 0px;
}

#uploadListSortBtn_div {
    height: 35px;
    width: 60px;
    margin-top: 0px !important;
    margin-bottom: 0px;
    margin-right: 0px;
}

#uploadListSortBtnHover_div {
    height: 31px;
    width: 55px;
}

#uploadListSort_btn-txt {
    height: 31px;
    width: 31px;
}

.btn-svg {
    margin-left: -8px;
    height: 24px;
    width: 24px;
}

.btn-tiny-svg {
    height: 16px;
    width: 16px;
    margin-left: -8px;
    margin-right: -16px;
}


#file-plate {
    float: right;
}

.main-plate {
    height: fit-content !important;
    overflow: auto;
}

.upload-settings {
    display: none;
    margin: 0 auto;
    margin-top: 20px;
    margin-left: 35%;
    width: 250px;
/*    display: flex;*/
    flex-direction: row;
    /*    justify-content: space-between;*/
/*    vertical-align: middle;*/
}

.settings-label {
    font-weight: 500;
}

.settings-input {
    background-color: var(--btn-brdr-bg-color);
    margin: 0;
/*    margin-top: px;*/
    margin-left: 10px;
    width: 46px;
    height: 25px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    flex-direction: row;
    box-shadow: 6px 6px 12px var(--main-shadow-dark), -6px -6px 12px var(--main-shadow-light);
    place-content: center;
}


.settings-input-checkbox {
    appearance: none;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #A2A2A2;
    transform: translateX(-50%);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

    .settings-input-checkbox:focus {
        padding: 2px;
        border: none;
/*        background-color: #DDE;*/
    }

    .settings-input-checkbox:checked {
        background-color: #18457A;
        transform: translateX(50%);
    }

.settings-input .tooltiptext {
    visibility: hidden;
    width: 175px;
    background-color: var(--list-bg-color);
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    transform: translate(75%, 40%);
    z-index: 1;
}

.settings-input:hover .tooltiptext {
    visibility: visible;
}
/*

    .settings-input:checked.settings-check {
        background-color: var(--btn-brdr-bg-color);
        box-shadow: 6px 6px 12px var(--main-shadow-dark), -6px -6px 12px var(--main-shadow-light);
    }*/

@media (max-width: 1200px) {
    #upload-plate {
        width: 100%;
        margin-bottom: 25px;
    }

    #file-plate {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .main-plate {
        max-width: 80vw;
    }

    #upload-plate {
        vertical-align: top;
        width: 50%;
        display: inline-block;
    }

    #file-plate {
        vertical-align: top;
        width: 50%;
        display: inline-block;
    }
}