﻿.shared_modal_error
{
    color:red;
}

.modal input.flat:not(:focus){
    border:none !important;
}

.modal input[type='text'],
.modal input[type='email'],
.modal input[type='password'] {
    box-sizing: border-box;
    padding: 0.3em;
    /*transition: 0.3s;*/
    letter-spacing: 1px;
    border: none;
    border-bottom: 2px solid #82959e;
    background: transparent;
    outline: none;
}

.d-input {
    padding: 8px 0 18px;
}

.d-dropdown {
    position: relative;
}
    .d-dropdown::after {
        content: '';
        position: absolute;
        top: 8px;
        right: 5px;
        width: 0;
        height: 0;
        padding: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #1b2538;
        pointer-events: none;
    }
    .d-dropdown > select {
        padding: 0 30px 4px 25px;
        border-radius: 0;
        border: none;
        border-bottom: 2px solid #82959e;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
    }
.disable-input .d-dropdown::after {
    border-top: 6px solid #ddd;
}
.disable-input .d-dropdown > select {
    color: #ddd;
    border-bottom: 2px solid #ddd;
    cursor: unset;
    background-color: #fff;
}

.d-import-area {
    border: 1px dashed rgba(0,0,0,.2);
    height: 200px;
    color: #82959e;
}
.d-import-contents {
    text-align: center;
    height: 137px;
}
.d-import-contents__item {
    padding-top: 15px;
}

.imp-file-name {
    text-align: center;
    line-height: 137px;
    font-size: 1.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.imp_image {
    background-image: url(/img/DragandDrop.png);
    height: 24px;
    width: 30px;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    margin: 0 auto;
}

.d-imp-term {
    color: #82959e;
    border-bottom: solid 1px rgba(0,0,0,.2);
    width: 288px;
    padding-top: 15px;
}
    .d-imp-term > label {
        padding: 0 15px 0 10px;
    }
    .d-imp-term > span {
        padding-left: 10px;
    }

.file-select {
    text-align: center;
    padding: 7px 14px;
}

.shared_modal_warning,
.shared_modal_error {
    overflow-y: auto;
    max-height: 85px;
    margin: 15px 0;
}

.select-btn {
    cursor: pointer;
    padding: 7px 14px;
    border-radius: 3px;
    font-size: 1.4rem;
    box-shadow: 1px 2px 4px 1px rgb(0 0 0 / 20%);
    border: 3px #00c3e4 solid;
    white-space: nowrap;
}