.common-input {
    border-radius: 10px;
    padding-left : 10px;
    padding-right : 10px;
    font-size : 13px;
    height : 40px;
    width: 100%;
}

.neumorph-input-field {
    background: #eee;
    padding: 16px;
    width: 100%;
    font-size: 14px;
    border: 0;
    outline: none;
    border-radius: 20px;
    box-shadow: inset 7px 2px 10px #babebc, inset -5px -5px 12px #fff;
}

.custom-select {
    font-family: 'HakgyoansimAllimjangTTF' !important;
    appearance: none;         /* 기본 화살표 없애기 */
    -webkit-appearance: none;
    -moz-appearance: none;

    color:black;

    background: #eee url("data:image/svg+xml,%3Csvg fill='%23666' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 16px center;
    background-size: 20px;
    padding: 16px;
    padding-right: 40px; /* 화살표 공간 확보 */
    width: 100%;
    font-size: 14px;
    border: 0;
    outline: none;
    border-radius: 20px;
    box-shadow: inset 7px 2px 10px #babebc, inset -5px -5px 12px #fff;
}

.team-select {
    margin : 10px 0 10px 0;
    color : rgb(60, 60, 60);

    background: #eee;
    padding: 8px;

    text-align: center;
  
    box-shadow: rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    
    border-color: #d4d4d4;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;

    background: #eee url("data:image/svg+xml,%3Csvg fill='%23666' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 16px center;
    background-size: 20px;
    padding: 16px;
    padding-right: 40px; /* 화살표 공간 확보 */
}