.campaign-bot-color {
  /*color:#c00000;*/
  color: black;
}
.date {
  color: #bfbfbf;
  font-family: arial;
  font-size: 14px;
}
.campaign-heading {
  font-weight: bold;
  font-size: 32px;
}
.campaign-heading-underline {
  background-color: #ffcc00;
  height: 5px;
  outline: none;
  border: none;
  margin: 0;
  width: 220;
}

.col-heading {
  font-size: 16px;
  font-weight: bold;
  /*color:#c00000;*/
  color: black;
  padding-left: 40px;
}

.col-border {
  border: solid 1px #bfbfbf;
}

.location-icon {
  color: black;
  position: absolute;
  top: 3px;
  right: 15%;
  cursor: pointer;
}

input[type="date"],
input[type="text"],
input[type="number"] {
  height: 30px;
  width: 90%;
  padding: 5px !important;
  border: solid 1px #bfbfbf;
}

input[type="time"] {
  height: 30px;
}
input[type="button"] {
  height: 30px;
  width: 90%;
  padding: 5px !important;
  border-radius: 25px;
  border: none;
}
input[type="date"],
input[type="text"],
input[type="button"],
input[type="number"]:focus {
  border: solid 1px #bfbfbf;
  outline: none;
}

input[type="number"]::-webkit-inner-spin-button {
  opacity: 0.5;
  background-color: yellow;
}

input[type="date"]:invalid::-webkit-datetime-edit {
  color: #bfbfbf;
}

.focused {
  background-color: #ffdddd;
}

select {
  height: 30px;
  width: 90%;
  border: none;
  outline: none;
  color: black;
  border: solid 1px #bfbfbf;
  /* -webkit-appearance: menulist-button; */
}

select:invalid {
  color: #bfbfbf !important;
}

select:focus {
  border: solid 1px #bfbfbf;
  outline: none;
}

option {
  background-color: #f2f2f2;
  opacity: 0.2;
  border: none;
  outline: none;
  color: #595959;
  box-shadow: none;
}

::placeholder {
  color: #bfbfbf;
}

input[type="button"] {
  width: 130px;
  height: 40px;
  background-color: #ffcc00;
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.index {
  font-size: 16px;
  font-weight: bold;
  color: black;
}
.msg {
  padding-left: 0px;
}

.select_input_col1 {
  width: 90%;
}

.select_input_col2 {
  width: 90%;
}

.select_input_col3 {
  width: 90%;
}
/* SPINNER */
#overlay {
  background: #ffffff;
  color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 20%;
  opacity: 0.8;
}
.spinner {
  margin: 0 auto;
  height: 64px;
  width: 64px;
  animation: rotate 0.8s infinite linear;
  border: 10px solid #0a32d1;
  border-right-color: transparent;
  border-radius: 50%;
}

.mandatory {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: red;
  padding-left: 2px;
  display: none;
}

.section-padding {
  padding-bottom: 0.25rem !important;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.popover .arrow {
  display: none;
}
.popover {
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  border: none;
  background-color: #e8e5e8;
  opacity: 0.85;
  font-size: 13px;
  width: auto;
  word-wrap: break-word;
}
.popover-content {
  font-size: 13px;
}
/* 'medium' multiple input css */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 90% !important;
  height: 30px;
  border: solid 1px #bfbfbf;
  background: white;
}

.btn-light {
  background-color: transparent;
  height: 30px;
  font-size: 14px;
  padding-left: 5px;
}

.multiselect-selected-text {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100px !important;
}

.multiselect-container li {
  margin-left: 5px;
}

.multiselect-container li:hover {
  color: blue !important;
}

.btn {
  font-size: 14px !important;
  /*border: solid #bfbfbf 1px;*/
  transition: none;
  height: 28px;
  border-radius: 0px;
  background-color: white;
  /*padding:0 5px;*/
  /*width:150px !important;*/
  text-align: left;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn-light:hover {
  background-color: white;
  border-radius: 0px;
  outline: none;
  border: none;
}

.show > .btn-light.dropdown-toggle {
  background-color: white;
  border-color: white;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder {
  background-color: transparent;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  background-color: transparent;
  transform: false;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus {
  background-color: transparent;
}

div.dropdown-menu {
  border-radius: 0;
}
.dropdown-item {
  font-size: 14px;
  color: grey;
}
.bootstrap-select .dropdown-toggle .filter-option {
  border: none;
  outline: none;
}
.filter-option-inner {
  margin-top: -2px;
  color: #c0c0c0;
}

.dropdown-item li.disabled.selected {
  color: #bfbfbf;
}
/* select input with multiple values and add option */
.field {
  background-color: transparent !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: transparent !important;
  border: solid 1.5px #ffcc00 !important;
  color: black !important;
  margin-bottom: 5px;
}
.select2-container--default .select2-selection--multiple {
  border-radius: 0 !important;
  font-size: 12px !important;
}
.select2-container--default .select2-selection--multiple:focus {
  border: none !important;
  outline: none !important;
}
.select2-container--default .select2-selection--single {
  border: none !important;
  background-color: transparent !important;
}
.select2-container--default .select2-selection--single:focus {
  border: none !important;
  outline: none !important;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #bfbfbf !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  /*color: #c00000 !important;*/
  color: black !important;
  padding-left: 5px !important;
}
.select2-container--default .select2-selection--single {
  border: none !important;
  background-color: transparent !important;
  /*color:#c00000 !important;*/
  color: black !important;
}
.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  outline: none !important;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #ddd !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 13px !important;
}
/* campaign master name css */
.campaign_master_name
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  border: solid 1px #bfbfbf !important;
  color: black !important;
}
.select2-selection__placeholder {
  color: #c0c0c0 !important;
}
.campaign_master_name .select2 .select2-container .select2-container--default {
  width: 90% !important;
}
.campaign_master_name .select2-search__field {
  font-size: 13px !important;
}

li {
  font-size: 13px;
  color: grey !important;
}
li:hover {
  color: white !important;
}
/*radio button*/
.radio-span {
  cursor: pointer;
  color: #b2b2b2;
  text-transform: lowercase;
  font-weight: bold;
  font-size: 16px;
}
input[type="radio"] {
  display: none;
}

/* width */
ul::-webkit-scrollbar {
  width: 10px;
}

/* Track */
ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  box-shadow: inset 0 0 5px grey;
}

/* Handle */
ul::-webkit-scrollbar-thumb {
  background: #888;
  /*border-radius: 10px;*/
}

/* Handle on hover */
ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */

  .section-padding {
    padding-bottom: 15px !important;
  }

  .msg {
    padding-left: 15px;
  }

  .hyphen {
    display: none;
  }

  .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 993px) {
  /* For mobile phones: */

  .section-padding {
    padding-bottom: 15px !important;
  }

  .msg {
    padding-left: 15px;
  }

  .number {
    width: 40%;
    margin-bottom: 12px;
  }

  .hyphen {
    display: none;
  }
}

.edit-box {
  border: none;
  width: auto;
  resize: none;
}

.edit-box:focus {
  outline: none;
}

.display-block {
  display: block;
}

.display-none {
  display: none;
}

#view-all-ex,
#view-less-ex {
  color: #0a32d1;
  cursor: pointer;
  text-decoration: underline;
}
