.custom-dropdown{width:100%;position:relative}.custom-dropdown-header{cursor:pointer;color:#212529;background:#f8f9fa;border:1px solid #0000001a;border-radius:6px;justify-content:space-between;align-items:center;height:46px;padding:10px 15px;display:flex}.custom-dropdown-list{z-index:1060;overscroll-behavior:contain;background:#fff;border:1px solid #0000001a;border-radius:0 0 6px 6px;width:100%;max-height:250px;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.custom-dropdown-item{cursor:pointer;border-bottom:1px solid #f0f0f0;justify-content:space-between;padding:10px 15px;font-size:14px;display:flex}.custom-dropdown-item:hover{color:var(--primary-color);background-color:#f8f9fa}.custom-dropdown-item:last-child{border-bottom:none}.modal,.modal-dialog,.modal-content{overscroll-behavior:contain}.modal-dialog-scrollable .modal-body{-webkit-overflow-scrolling:touch;touch-action:pan-y;overscroll-behavior:contain;overflow-y:auto!important}body.modal-open{padding-right:0!important;overflow:hidden!important}
