﻿* {
    font-family: sans-serif;
}

.table-wrap .btn_create_ex {
    top: 10px;
    position: absolute;
    margin-left: 5%;
}

.btn_qr {
    margin-bottom: 10px;
}

.index_btn {
    margin-top: 3px;
}

.btn_delete {
    text-decoration: none;
    color: #7070f4;
    font-size: 1.2em;
}

.btn_save {
    margin-right: 5px;
}

.ov-scroll {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.btn_create_ex {
    box-sizing: border-box;
    outline: none;
    top: 10px;
    left: 10px;
    padding: 0 15px;
    border: none;
    border-radius: 6px;
    font-weight: 300;
    line-height: 20px;
    font-size: 17px;
    margin: auto 10px 10px 0;
    text-decoration: none;
    color: #385898;
    background-color: #e7f3ff;
    cursor: pointer;
    user-select: none;
    appearance: none;
    touch-action: manipulation;
}



.btn_link {
    appearance: none;
    border: 0;
    border-radius: 6px;
    background: #7070f4;
    color: #fff;
    padding: 8px 16px;
    font-size: 16px;
    cursor: pointer;
}

    .btn_link:hover {
        background: #8d8df0;
    }

.table-wrap .btn_create {
    top: 10px;
    position: absolute;
    margin-right: 5%;
}

.add_palitra {
    /*margin-left: 145px;*/
}

.btn_create {
    box-sizing: border-box;
    outline: none;
    top: 10px;
    right: 10px;
    padding: 0 15px;
    border: none;
    border-radius: 6px;
    font-weight: 300;
    line-height: 20px;
    font-size: 17px;
    margin: auto 10px 10px 0;
    text-decoration: none;
    color: #385898;
    background-color: #e7f3ff;
    cursor: pointer;
    user-select: none;
    appearance: none;
    touch-action: manipulation;
}


.table-wrap .btn_icon {
    top: 10px;
    position: absolute;
    margin-right: 5%;
}

.btn_icon {
    box-sizing: border-box;
    outline: none;
    top: 10px;
    right: 10px;
    padding: 0 15px;
    border: none;
    border-radius: 6px;
    font-weight: 300;
    line-height: 20px;
    font-size: 17px;
    margin: auto 10px 10px 0;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    appearance: none;
    touch-action: manipulation;
}

.table-wrap .btn_create_ex {
    top: 10px;
    position: absolute;
    margin-left: 5%;
    margin-top: -5px;
}

.btn_create_ex {
    box-sizing: border-box;
    outline: none;
    top: 10px;
    left: 10px;
    padding: 0 15px;
    border: none;
    border-radius: 6px;
    font-weight: 300;
    line-height: 20px;
    font-size: 17px;
    margin: auto 10px 10px 0;
    text-decoration: none;
    color: #385898;
    background-color: #e7f3ff;
    cursor: pointer;
    user-select: none;
    appearance: none;
    touch-action: manipulation;
}

.btn_create:focus-visible {
    box-shadow: 0 0 0 2px #666;
}

.btn_create:hover {
    background-color: #DBE7F2;
}

.btn_create:active {
    transform: scale(0.96);
}

.btn_create:disabled {
    pointer-events: none;
    opacity: 0.65;
}


.btn {
    box-sizing: border-box;
    outline: none;
    border: none;
    padding: 0 15px;
    border-radius: 6px;
    font-weight: 300;
    line-height: 30px;
    font-size: 17px;
    text-decoration: none;
    color: #385898;
    margin: 0 10px 10px 0;
    background-color: #e7f3ff;
    cursor: pointer;
    user-select: none;
    appearance: none;
    touch-action: manipulation;
}

    .btn:focus-visible {
        box-shadow: 0 0 0 2px #666;
    }

    .btn:hover {
        background-color: #DBE7F2;
    }

    .btn:active {
        transform: scale(0.96);
    }

    .btn:disabled {
        pointer-events: none;
        opacity: 0.65;
    }

.button-panel {
    margin: 2em 0 0;
    border-radius: 24px;
    width: 100%;
}

    .button-panel .button {
        background-color: #7070f4;
        border: none;
        border-radius: 24px;
        color: #fff;
        cursor: pointer;
        height: 50px;
        font-family: 'Open Sans', sans-serif;
        font-size: 1.2em;
        letter-spacing: 0.05em;
        text-align: center;
        transition: background 0.3s ease-in-out;
        width: 100%;
    }

.button-panel_log {
    display: flex;
    align-items: center;
    justify-content: right;
    margin-top: 20px;
}

    .button-panel_log .button_log {
        background-color: #7070f4;
        border: none;
        border-radius: 24px;
        color: #fff;
        cursor: pointer;
        height: 40px;
        font-family: 'Open Sans', sans-serif;
        font-size: 1.2em;
        letter-spacing: 0.05em;
        text-align: center;
        transition: background 0.3s ease-in-out;
        width: 40%;
    }

.button:hover {
    background: #4800ff;
}

form .buttons {
    display: flex;
    align-items: center;
}

.delete-size {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}
