body {
    background: linear-gradient(45deg, #bc3ba9, #3269ea);
    background-attachment: fixed;
}

body .form-control.theme-textbox {
    border-radius: 25px !important;
}

.theme-select.form-control.select2-container .select2-selection {
  border-radius: 25px;
}

.select2-results__option[role="option"] {
  border-radius: 25px;
}

.select2-container--bootstrap.theme-select.form-control.select2-container--open .select2-selection {
  border-radius: 25px !important;
}

.theme-select.form-control.select2-container {
   border-radius: 25px;
   width: auto;
}

.select2-container--bootstrap.theme-select.form-control.select2-container--focus .select2-selection {
    border-radius: 25px;
}

.theme-btn-primary.add-replace-photo {
    border-radius: 0px 25px 25px 0px;
}

.theme-photo-btn-box .theme-btn-primary {
    margin-top: 0px;
}
.theme-btn-file-remove {
  border-radius: 25px 0px 0px 25px;
}

.btn-default {
  background-color: #3269ea;
  background-image: none;
}

.theme-btn-primary {
  border-radius: 25px;
}

.theme-btn-secondary {
    color: white;
}

.theme-panel {
  box-shadow: inset 0 -5px 0 0 #3269ea, -2px -2px 20px 0 rgba(0,0,0,0.05), 2px 2px 20px 0 rgba(0,0,0,0.05);
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-colour: #3269ea !important;
}

.col-sm-8 {
    width: 80%;
}

.theme-curved-line {
    height: 0px;
}

.theme-curved-circle {
    height: 16px;
    width: 16px;
    float: left;
    margin-left: -28px;
    border: 0px solid #4690d0;
    border-radius: 50%;
}

input, select, textarea, .file-preview, .input-group, .select2-container {
    max-width: 500px;
}

.theme-photo-btn-box {
    max-width: 500px;
    height: 50px;
    vertical-align: middle;
    border: 1px solid #e2e2e2;
    border-radius: 25px;
    background-color: #fff;
}

h3, .h3 {
    font-size: 14pt;
    color: #000;
    font-family: 'Work Sans', serif;
    font-weight: bold;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.theme-curved-bottom-line {
    border: 1.5px solid #3269ea;
    margin-left: 0;
    margin-right: 0;
}
.theme-curved {
    padding-left: 3%;
    padding-top: 2%;
    padding-bottom: 3%;
    padding-right: 3%;
}

.theme-curved-heading {
    padding-left: 3%;
}

.brand-footer {
    margin-bottom: -15px;
    margin-left: -15px;
    margin-right: -15px;
    max-width: initial !important;
    padding-left: 15px;
    padding-right: 15px;
}

head {
    display: block !important;
}

/* Progress bar coding */
.progress-bar {
    background-image: linear-gradient(to left, #3269ea 0%, #bc3ba9 100%);
}

progress theme-progress background-opacity {
    background-color: black !important;
}

progress theme-progress {
    border-radius: 0% !important;
}

div.splash.big div, div.holding.big div {
    display: block;
    height: 164px;
    width: 164px;
    background-image: url(https://az659834.vo.msecnd.net/eventsairaueprod/production-awitc-public/d874bab3a6294087b5c007ae78329429) !important;
}

.select2-container--bootstrap .theme-select.select2-dropdown {
    border-radius: 25px;
}

.well {
    background: white !important;
}

.review-score-field {
    width: 250px !important;
}

.img-responsive, .carousel-inner>.item>img, .carousel-inner>.item>a>img, .thumbnail>img, .thumbnail a>img {
max-width: 60%;
height: auto;
}

.tag {
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    color: white;
    border-radius: 12px;
    text-align: center;
    margin: 2px 0;
  }

  .seminar { background-color: #3269EA; }
  .tasting { background-color: #BC3BA9; }
  .interactive-session { background-color: #E3224D; }
  .winemaking {background-color: #c0504d; }
  .viticulture {background-color: #9bbb59; }
  .sensory {background-color: #4bacc6;}
  .engingeer {background-color: #8064a2;}
  .business {background-color: #f8a45e;}
  .health {background-color: #ff99ff;}
  .bus {background: linear-gradient(90deg, #3269ea, #E3224D);}