.margin-all {
  margin: 10px;
}

a.white,
.white {
  color: #fff;
}

.select2Img {
  height: 50px;
}

.invalid-feedback-custom {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn {
  border: 1px solid gray;
  color: gray;
  background-color: white;
  padding: 5px 20px;
  cursor: pointer;
}

.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.card-img-top {
  height: 150px;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  height: calc(1.6em + 0.75rem + 2px);
}

.select2-container--default .select2-selection--single {
  border-color: #ced4da;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 1.6;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.375rem 0.75rem;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
}

.linkhide {
  display: none;
}

.login-card {
  display: flex;
  align-items: center;
  height: 100vh;
}
.login-card-content {
  border: solid 1px #999;
  padding: 40px;
  text-align: center;
}
.fixed-save-wrapper {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  border-top: solid 1px #999;
}
.section_bg {
  background-color: #eee;
  margin-bottom: 20px;
  padding: 20px;
}
.pageFormRefresh,
#seoFormRefresh,
#sectionFormRefresh,
#settingsFormRefresh {
  padding-bottom: 150px;
}


.members-input .select2-container--default .select2-selection--multiple {
  min-height:100% !important;

}
.members-input .select2-container{
  border:none !important;
}
.members-input .select2-container .select2-selection--multiple {
  display: flex !important;
}
#loadingOuter_inside {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #fff;
    filter: alpha(opacity=85);
    opacity: 0.85;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.parent {
    display: flex;
    margin: 0 auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);z-index: 9999;
}

.spin2 {
  z-index: 9999;
  width: 76px;
  height: 76px;
  border: 8px solid #f08c36;
  border-radius: 50%;
  border-right-color: #e5d5c98c;
  animation-name: spin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}