.searchbox {
    position: relative;
    z-index: 1;
    clear: both;
    width: 630px;
    height: 40px;
    margin: 30px auto 30px;
    border: 2px solid #637fe4;
}
.mod_select {
    position: absolute;
    left: 0;
    top: 0;
    width: 98px;
}
.mod_select .select_box {
    position: relative;
    width: 98px;
    height: 36px;
}
.mod_select .select_box .select_txt {
    display: inline-block;
    width: 98px;
    height: 40px;
    padding-left: 28px;
    overflow: hidden;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer; color: #637fe4;
}
.mod_select .select_box .select-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
    width: 10px;
    height: 10px;
    background: url(../img/search_ico.png) center no-repeat;
}
.mod_select .select_box .option {
    display: none;
    position: absolute;
    top: 40px;
    left: -2px;
    width: 100px;
    background-color: #fff;
    border: 2px solid #444786;
    border-top: 0;
}
.mod_select .select_box .option li {
    padding-left: 28px;
    font-size: 16px; color: #637fe4;
    line-height: 2;
    cursor: pointer;
}
.searchbox .import {
    width: 426px;
    height: 40px;
    margin-left: 100px;
    padding-left: 20px;
    border: none;
    outline: none;
}
.searchbox .btn-search {
    position: absolute;
    right: 0;
    width: 100px;
    height: 40px;
    color: #fff;
    background-color: #637fe4;
    border: 0;
}
.dynamic-delete-button {
    cursor: pointer;
    position: relative;
    top: 4px;
    font-size: 24px;
    color: #999;
    transition: all 0.3s;
}

.dynamic-delete-button:hover {
    color: #777;
}

.dynamic-delete-button[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}


.submit {
    appearance: auto;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    color: -internal-light-dark(black, white);
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}
