
/* ADDITIONAL DIMENSIONS */

.w-17px {
    width: 17px !important;
}

.h-17px {
    height: 17px !important;
}

.h-254px {
    height: 254px !important;
}

.min-w-136px {
    min-width: 136px !important;
}

.mw-1200px {
    max-width: 1200px !important;
}

.mw-1300px {
    max-width: 1300px !important;
}

.mw-1400px {
    max-width: 1400px !important;
}

.mw-1500px {
    max-width: 1500px !important;
}

/* END OF ADDITIONAL DIMENSIONS */

/* Fix select2 clear button alignment with bootstrap5 theme */
.select2-container--bootstrap5 .select2-selection__clear {
    margin-top: 0 !important;
}

.form-control.form-control-solid:focus {
    box-shadow: none !important;
}