.top-margin-25 {
  margin-top: 25px !important;
}

.applogo{
    padding: 30px;
}

.top-margin-50 {
  margin-top: 50px !important;
}

.top-margin-100 {
  margin-top: 100px !important;
}

.padding-top-25 {
  padding-top: 25px;
}

.red-color {
  color: red;
}

.long-question {
  width: 44%;
}

.same-label-width {
  width: 38%;
}

.longest-question {
  width: 60%;
}

.width-65-perc {
  width: 65%;
}

.upload-question {
  width: 38%;
}

.logo-image-preview {
  width: 100%;
  height: auto;
  padding: 5px;
  padding-top: 20px;
}

.height-50 {
  height: 50px !important;
}

.padding-left-25perc {
  padding-left: 25% !important;
}

.padding-left-20perc {
  padding-left: 20% !important;
}

.padding-left-15perc {
  padding-left: 15% !important;
}

.padding-left-10perc {
  padding-left: 10% !important;
}

.padding-left-5perc {
  padding-left: 5% !important;
}

.bottom-margin-25 {
  margin-bottom: 25px !important;
}

.width-100perc {
  width: 100%;
}

.assessment-question {
  width: 82%;
}

.ui.form .inline.fields {
  margin: 0em 0em 0em;
}

.center-radio {
  margin: auto;
  margin-left: 2%;
}

.center-toggle {
  margin: auto;
}

.program-logo {
  height: 35px;
  width: 36px;
}

.program-question {
  width: 35% !important;
}

.ui.fluid.labeled.input {
  border: 1px solid #0267ad;
}

.program-checkbox {
  margin: auto !important;
  zoom: 150%;
}

.auto-margin {
  margin: auto !important;
}

.row {
  padding-bottom: 0 !important;
}

h4.ui.header {
  margin-bottom: 0px;
  margin-top: 15px;
}

.ui.header+p {
  margin-bottom: 0px;
}

.more-top-margin {
  margin-top: 30px !important;
}

.match-same-label-width {
  width: 12%;
  min-width: 132px;
}

input.program-checkbox {
  opacity: 1 !important;
}

.borderless {
  border: none !important
}

.less-top-margin {
  margin-top: -10px;
}

.more-bottom-margin {
  margin-bottom: 10px !important;
}

.ui.form .inline.fields .field> :only-child,
.ui.form .inline.field> :only-child {
  margin: 0.3em !important;
}

@media screen and (max-width: 1200px) {
  a.ui.label.assessment-question {
    width: 75% !important;
  }
}

.hidden {
  display: none;
}

.hidden-until-choice {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.auto-height {
  height: auto !important;
}

.remove-image {
  text-align: center;
  color: red;
  cursor: pointer;
}

.ui.container.border-it-all {
  border: 5px solid #0267ad;
  border-radius: 10px;
  padding: 10px;
}

.width-36-perc {
  width: 36% !important;
}

.blue-header {
  background: #0267ad;
  padding-bottom: 0px;
  color: white;
  border-radius: 10px;
}

h1.ui.dividing.header {
  color: white;
}

.ui.dividing.header {
  border-bottom: 1px solid white;
}

.resize-image {
  width: 260px;
  margin-left: 4%;
}

.apply-now-contain {
  width: 550px;
  padding-top: 25px;
}

.same-line {
  display: flex;
}

.referred-question {
  font-weight: 100 !important;
  font-size: 16px !important;
  width: 28%;
  color: #0267ad !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.not-hidden {
  display: block !important;
}

.blue-head-apply {
  color: #0267ad !important;
}

h1.ui.dividing.header.blue-head-apply {
  border-bottom: 1px solid #0267ad;
}

.checkbox-apply-contain {
 font-size:11px;
}

.bold-apply-text {
  font-weight: 600;
}

.light-blue-apply-text {
  color: #00baff
}

.italic-apply-text {
  font-style: italic;
}

.checkbox-apply-contain {
  padding: 40px 40px 40px 16px !important;
}

.each-check-apply-text {
  padding-bottom: 6px;
  display: -webkit-inline-box;
}

img.each-check-apply-text {
  margin-bottom: -9px;
  margin-right: 2px;
}

.seal-apply-image {
  margin-top: 28px;
}

.form-log
{
    width: 60%;
}
@media screen and (max-width: 767px) {
  .check-right-box {
    width: 97%;
  }

  .bottom-margin-delete-mobile{
    margin-bottom:0px!important;
  }

  .seal-apply-image {
    margin: auto;
    padding:20px;
  }

  .same-line {
    display: block;
    padding: 14px;
  } 

  .apply-now-contain {
    width: 100%;
    text-align: center;
}

}

@media screen and (min-width: 1200px) {

  .seal-apply-image {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 20px;
  }

}