/**
 * GraffitiControlGroup
 * @license
 * (c) 2024 GraffitiSuite Solutions
 * agcyphers[at]graffitisuite[dot]com
 * https://graffitisuite.com/
 * 
 * License: https://graffitisuite.com/legal/source-eula/
 */

 .input-group-vertical {
  flex-direction: column !important;
}

.input-group-vertical > * {
  width: 100% !important;
  height: auto;
  border-radius: var(--bs-border-radius) !important;
}

.input-group-vertical>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left:0;
}

.input-group-vertical>:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.input-group-vertical:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group-vertical:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group-vertical:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group-vertical:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}