﻿.image-select-wrapper{position:relative;}.image-select-wrapper .image-select-selected{padding:8px 16px;border:1px solid #ddd;border-radius:4px;background-color:#f8f8f8;cursor:pointer;display:flex;align-items:center;justify-content:space-between;}.image-select-wrapper .image-select-selected:hover{background-color:#f0f0f0;}.image-select-wrapper .image-select-selected .image-select-img{width:20px;height:20px;margin-right:10px;object-fit:contain;}.image-select-wrapper .image-select-selected .image-select-arrow{margin-left:10px;}.image-select-wrapper .image-select-options{display:none;position:absolute;top:100%;left:0;right:0;border:1px solid #ddd;border-top:0;border-radius:0 0 4px 4px;background-color:#fff;z-index:100;max-height:200px;overflow-y:auto;}.image-select-wrapper .image-select-options .image-select-option{padding:8px 16px;cursor:pointer;display:flex;align-items:center;}.image-select-wrapper .image-select-options .image-select-option:hover{background-color:#f0f0f0;}.image-select-wrapper .image-select-options .image-select-option.selected{background-color:#e0e0e0;}.image-select-wrapper .image-select-options .image-select-option .image-select-img{width:20px;height:20px;margin-right:10px;object-fit:contain;}