.shapes-div .shapes-img {
    width: 74px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    background-color: white;
    border: 1px solid #dddddd;
    box-shadow: 0px 0px 5px #ddd;
    margin: 5px;
    padding: 8px;
    cursor: pointer;
    border-radius: 4px;
}
.shapes-div .shapes-img.active {
    background-color: #3172ab;
    color: #fff;
}
.shapes-div .shapes-img img{
    width: 48px;
}
.shapes-div .shapes-title {
    text-transform: uppercase;
    margin-top: 6px;
}

.swal-wide {
    width: 40em !important;
}
.swal2-icon-content img {
    height: 130px;
    width: 180px;
    object-fit: cover;
}

/* select2 styles */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #3172ab;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-dropdown,
.select2-container--default .select2-selection--multiple {
  border-color: #c9ccd7;
}
.select2-container--default .select2-selection--single .select2-search__field,
.select2-container--default .select2-dropdown .select2-search__field,
.select2-container--default .select2-selection--multiple .select2-search__field {
  border-color: #c9ccd7;
}
.select2-container--default .select2-selection--single {
  height: auto;
}
.select2-container--default .select2-dropdown {
  font-size: .8125rem;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #c9ccd7;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 3px;
    padding: 5px 10px 5px 5px;
    font-size: .825rem;
    font-family: inherit;
    line-height: 1;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  margin-right: 5px;
  color: #dc3545;
  font-size: .825rem;
}
.select2-container--open {
    z-index: 99999;
}

@media (max-width: 767.9px) {
    .swal-wide {
        width: 100% !important;
    }
}