﻿body {
}

.td-icon {
    width: 24px;
    text-align:center;
}

.td-tarihsaat {
    width: 135px;
}

.td-kayitno {
    width: 70px;
    text-align: center;
}

@media (min-width: 640.98px) {
    html, form, body {
        background-image: url("/img/doc2.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }    

    .c-m-vh-100 {
    }
}



.file-drop-zone {
    display: flex;
    width: 100%;
    border: 3px dotted #fb275d;
    align-items: center;
    margin-bottom: 2px;
}

.hover {
    border-style: solid;
    background-color: #00ca71;
}

.load-files-label {
    padding: 20px;
    background-color: #f55442;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    margin: 4rem;
    display: block;
}