.btn-auth-login {
    margin-top: 15px;
    background: #FEE500;
    border: none;
    height: 60px;
    border-radius: 20px;
    font-size: 16px;
    letter-spacing: 2px;
}

.btn-auth-login > div > img {
    width: 24px;
    vertical-align: middle;
    margin-right: 10px;
}

/* Select2 커스텀 스타일 */
.select2-container {
    min-width: 80%;
    /*margin-left: 15px;*/
    /*margin-right: 15px;*/
    outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field, select2-selection {
    outline: none;
}

.select2-container--default .select2-selection--single {
    background-color: #f8f8f8; /* 배경색 변경 */
    border: 1px solid #e5e5e5; /* 테두리 색상 변경 */
    height: 42px; /* 높이 조정 */
    padding: 4px 12px; /* 패딩 조정 */
}

.select2-search, .select2-search__field {
    height: 40px; /* 높이 조정 */
    border-color: #d6e1ef !important;
    font-size: 16px;
    font-family: 'S-CoreDream-3Light';
    border: 1px solid #e5e5e5; /* 테두리 색상 변경 */
}

.select2-selection--clearable {
    /*background-color: rgb(139, 179, 232) !important;*/
    /*color: white !important;*/
    /*border-color: #d6e1ef !important;*/
}

.select2-search__field, .select2-search {
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px; /* 라인 높이 조정 */
    /*color: white !important;*/
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px; /* 화살표 아이콘 높이 조정 */
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; /* 화살표 아이콘 너비 조정 */
}

/* 화살표 아이콘 스타일 조정 */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent; /* 화살표 색상 변경 */
    border-style: solid;
    border-width: 5px 5px 0 5px; /* 화살표 크기 조정 */
    margin-left: -5px;
}

/* 드롭다운 메뉴 스타일 */
.select2-dropdown {
    border-radius: 10px; /* 둥근 모서리 추가 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 그림자 추가 */
}

.select2-results__option {
    padding-left: 16px; /* 옵션 패딩 조정 */
}

/* 선택된 옵션의 배경색 및 텍스트 색상 변경 */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    /*background-color: rgb(139, 179, 232) ;*/
    /*color: white;*/
    /*border-color: #d6e1ef;*/
}

.select2-selection__choice {
    background-color: rgb(139, 179, 232);
    color: white;
    /*border-color: #d6e1ef;*/
}

.select2-selection {
    border-color: #d6e1ef !important;
}

.select2-search__field {
}

.select2-selection__clear {
    display: none !important;
}

.select2-selection__choice {
    background-color: rgb(139, 179, 232) !important;
    color: white !important;
    border-color: #d6e1ef !important;
}

.custom-checkbox {
    cursor: pointer;
    float: left; /* 좌측으로 정렬 */
    margin-top: 0px !important;
    margin-right: 3px !important;
    margin-bottom: 3px !important; /* 줄 바꿈시의 상하 간격 조정 */
    width: auto;
    padding: 0px !important;
    font-size: 12px;
}

.checkbox-box {
    padding: 10px; /* 박스 내부의 패딩을 줄임 */
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.3s ease;
    display: inline-block;
}

/* 아이콘과 텍스트 크기 조정 */
.checkbox-box i, .checkbox-box p {
    margin: 0;
    line-height: 1; /* 텍스트 라인 높이 조정 */
    font-size: 14px; /* 폰트 사이즈 조정 */
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-box {
    background-color: rgb(139, 179, 232) !important;;
    color: white;
    border-color: #d6e1ef;
}


.select2-selection {
    background: white !important;
}

.select2-dropdown {
    left: -15px !important;
}

.uk-list-divider > li.uk-badge {
    padding: 15px 15px; /* 패딩 조정 */
    margin: 0px; /* 마진 추가 */
    margin-top: 5px;
    margin-right: 3px;
    background-color: rgb(139, 179, 232); /* 메인 색상 사용 */
    color: white; /* 텍스트 색상을 흰색으로 설정 */
    border-radius: 5px; /* 모서리를 둥글게 처리 */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* 약간의 그림자 추가 */
    transition: transform 0.3s; /* 호버시 변형 효과를 위한 트랜지션 추가 */
    font-size: 12px;
}

.uk-list-divider > li.uk-badge:hover {
    transform: scale(1.1); /* 호버시 뱃지를 약간 확대 */
    cursor: pointer; /* 커서를 포인터로 변경 */
}

.uk-form-controls {
    padding-left: 15px;
}

i {
    margin-right: 7px;
}

#toggle-age-selection div.uk-margin {
    transition: all 0.3s ease;
}

.image-upload-label {
    cursor: pointer;
}

.image-preview {
    width: 200px; /* 미리보기 이미지의 너비 */
    height: 200px; /* 미리보기 이미지의 높이, 정사각형이 되도록 너비와 동일하게 설정 */
    position: relative;
    overflow: hidden; /* 요소 크기를 넘어가는 이미지 부분은 숨김 */
    border-radius: 20px;
}

.image-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 이미지가 요소 크기에 맞게 조정되면서 중요한 부분이 잘리지 않도록 함 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 이미지의 중앙을 요소의 중앙에 위치시킴 */
}

.uk-icon-button {
    position: absolute !important;
    right: 10px;
    bottom: 10px;
    background: none;
    color: #d6e1ef;
}

.uk-icon-button:active, .uk-icon-button:focus, .uk-icon-button:hover {
    border: inherit !important; /* 부모 요소의 테두리를 상속받음 */
    box-shadow: none !important; /* 그림자 효과 제거 */
    outline: none !important; /* 포커스 시 생기는 테두리 제거 */
}

.radio-box {
    padding: 10px 20px;
    border: 1px solid #999;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.radio-box.active {
    background-color: rgb(139, 179, 232);
    color: white;
    border-color: #d6e1ef;
}


.wrap-card {
    width: 100%;
}

.card-animal {
    text-align: left;
    box-shadow: #d6e1ef 0px 2px 8px 0px;
    border-radius: 1em;
    font-size: 0.9rem;
    margin-bottom: 20px; /* 카드 간의 여백 조정 */
    width: 95%;
    box-sizing: border-box; /* 패딩과 테두리가 너비에 포함되도록 설정 */
    padding: 15px;
    margin: 15px;
}


.card-content {
    display: flex;
    width: 100%;
    height: 100%;
}

.card-content-right {
    flex: 1; /* 나머지 공간을 모두 차지하도록 설정 */
}

.card-content-left {
    flex-basis: 75px; /* 기본 너비 설정 */
}

.card-content-left > img {
    max-width: 75px;
}

#fileList {
    font-size: 12px;
}

/* 스위치 CSS 영역 */
.switch-container {
    display: flex;
    align-items: center;
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
    margin-right: 10px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px; /* 26px에서 13px로 크기 조정 */
    width: 13px; /* 26px에서 13px로 크기 조정 */
    left: 2px; /* 4px에서 2px로 크기 조정 */
    bottom: 2px; /* 4px에서 2px로 크기 조정 */
    background-color: white;
    transition: .4s;
}

input:checked + .slider {
    background-color: rgb(139, 179, 232);
}

input:checked + .slider:before {
    transform: translateX(13px); /* 26px에서 13px로 크기 조정 */
}

.slider.round {
    border-radius: 17px; /* 34px에서 17px로 크기 조정 */
}

.slider.round:before {
    border-radius: 50%;
}

/* 스위치 CSS 영역 끝 */


