* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-image: url("../images/auth-bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.04);
}

#logo {
  width: 150px;
  height: auto;
}

#login-btn {
  font-size: 1rem;
  background-color: #b91414;
  color: #fff;
}

#demo-btn {
  font-size: 1rem;
  background-color:  #fff;
  color: #b91414;
  border: 1px solid #b91414;
}

.auth-header-box {
  background-color: #ffffff;
}

.auth-header-box h4 {
  color: #b91414 !important;
}

.mained-colors {
  color: #c51623 !important;
}

.form-title {
  position: relative;
}

.form-title::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #b91414;
  position: absolute;
  right: 0;
  top: 0px;
}

.btn-green {
  border: 1px solid #03d87f;
  background-color: #fff;
  color: #03d87f;
}

.btn-green:hover {
  border: 1px solid #fff;
  background-color: #03d87f;
  color: #fff;
}

.btn-orange {
  border: 1px solid #d97100;
  background-color: #fff;
  color: #d97100;
}

.btn-orange:hover {
  border: 1px solid #fff;
  background-color: #d97100;
  color: #fff;
}

.btn-red {
  border: 1px solid #b91414;
  background-color: #fff;
  color: #b91414;
}

/* .btn-red-suspended {
  height: 40px;
} */

.btn-red:hover {
  border: 1px solid #fff;
  background-color: #b91414;
  ;
  color: #fff;
}

a.card-title {
  text-decoration: none;
  font-size: .9rem;
}

a.card-title:hover {
  text-decoration: none;
  color: #b91414;
}

.sign-up-btn,
.sign-up-btn:hover {
  text-decoration: none;
}

.active {
  color: #b91414;
  font-weight: bold;
}

.complete {
  color: #0ea727;
  font-weight: bold;
}

.dropify-wrapper .dropify-message p {
  color: #8495b8;
  font-size: .9rem;
}

.dropify-wrapper .dropify-message span.file-icon {
  color: #1761fd;
}

.form-control {
  border: 1px solid rgb(165, 164, 164) !important;
}

.forget-btn,
.forget-btn:hover {
  text-decoration: none;
}

#ticket-form,
#program-form {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background-color: #fffffff2;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

#datatable_length {
  display: none;
}

.select2-container--default .select2-selection--single {
  border: 1px solid rgb(165, 164, 164);
  height: 30px;
  background-color: #fff;
  margin-top: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #303e67;
  line-height: 29px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  /* margin-top: 8px; */
  right: 8px;
}

.badge-dropdown.dropdown-toggle {
  font-size: 11px;
  padding: 1px 10px;
  border: none;
  background: #f5f5f5;
  color: #7081b9;
  display: flex;
}

.arrow-down-select-drop {
  margin-left: 5px;
}

.iti {
  display: block;
}

.tagify.form-control {
  height: inherit;
}

.bg-red {
  background-color: #b91414 !important;
}

/* td .btn:hover {
  font-size: .85rem;
} */

.showLeft {
  background-color: white !important;
  border: 1px solid white !important;
  text-shadow: white !important;
  color: black !important;
  padding: 10px;
}

.icons li {
  background: none repeat scroll 0 0 #1e1d1d;
  height: 4px;
  width: 4px;
  line-height: 0;
  list-style: none outside none;
  margin-right: 15px;
  margin-top: 3px;
  border-radius: 50%;
  pointer-events: none;
}

.btn-left {
  left: 0.4em;
}

.btn-right {
  right: 0.4em;
}

.btn-left,
.btn-right {
  position: absolute;
  top: 0.24em;
}

.dropbtn {
  background-color: #4caf50;

  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #3e8e41;
}

.dropdown1 {
  position: absolute;
  display: inline-block;
  right: 0.4em;
  width: 5px;
}

.dropdown1-content {
  display: none;
  position: relative;
  margin-top: 60px;
  background-color: #f9f9f9;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown1-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown1 a:hover {
  background-color: #e8eaeb;
}

.show {
  display: block;
}

/* The switch - the box around the slider */

#sub3 {
  position: relative;
  left: 5px;
  top: 20px;
  background-color: #f1f1f1;
  width: 280px;
  padding: 10px;
  color: black;

  display: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-left: 95%;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(27, 146, 47);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: rgb(234, 240, 236);
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #e61515;
}

input:focus+.slider {
  box-shadow: 0 0 1px #e61515;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin: 50vh auto 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.switch_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  min-width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

  /* For tablets: */
  .col-s-1 {
    width: 8.33%;
  }

  .col-s-2 {
    width: 16.66%;
  }

  .col-s-3 {
    width: 25%;
  }

  .col-s-4 {
    width: 33.33%;
  }

  .col-s-5 {
    width: 41.66%;
  }

  .col-s-6 {
    width: 50%;
  }

  .col-s-7 {
    width: 58.33%;
  }

  .col-s-8 {
    width: 66.66%;
  }

  .col-s-9 {
    width: 75%;
  }

  .col-s-10 {
    width: 83.33%;
  }

  .col-s-11 {
    width: 91.66%;
  }

  .col-s-12 {
    width: 100%;
  }
}

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

  /* For desktop: */
  .col-1 {
    width: 8.33%;
  }

  .col-2 {
    width: 16.66%;
  }

  .col-3 {
    width: 25%;
  }

  .col-4 {
    width: 33.33%;
  }

  .col-5 {
    width: 41.66%;
  }

  .col-6 {
    width: 50%;
  }

  .col-7 {
    width: 58.33%;
  }

  .col-8 {
    width: 66.66%;
  }

  .col-9 {
    width: 75%;
  }

  .col-10 {
    width: 83.33%;
  }

  .col-11 {
    width: 91.66%;
  }

  .col-12 {
    width: 100%;
  }
}

.hide {
  display: none;
}

.map-container {
  text-align: center;
}

.gray-button {
  text-align: center;
  background-color: #aaa;
  padding: 6px 12px 10px 12px;
  width: 160px;
  height: 33px;
  color: white;
  border-radius: 6px;
  font-size: 13px;
  font-weight: bold;
}

/* modal details */
.modal-dialog {
  position: relative;
  /* display: table; */
  /* This is important */
  width: auto;
  min-width: 500px;
  /*   overflow-y: scroll; */
  overflow-x: auto;
}

/* Get rid of the background fade */
modal-backdrop {
  opacity: 0;
}


.modal-body {
  background: linear-gradient(to top, #ccc 0%);
  background-repeat: no-repeat;
}



form {
  display: block;
  margin: auto;
  padding: 20px;
}

input {
  width: 100%;
  height: 40px;
}

.add-checkbox {
  background-color: rgb(96, 96, 246);
  padding: 20px;
  margin: 10px 0;

  cursor: pointer;
  width: 20%;
  height: 30px;
  display: inline-block;
}


.panel-tooltip {
  position: absolute;
  left: 10px;
  top: 10px;
  transition: opacity 1s;
}

.panel-tooltip>div.panel-heading {
  padding-top: .2em;
  padding-bottom: .2em;
}

.panel-tooltip>div.panel-body {
  padding: .5em;
}

.panel-tooltip>div.panel-heading>span.badge {
  position: relative;
  left: 12px;
}

.logWell {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
  height: 10em;
  overflow-y: scroll;
}

.btn-4 {
  background: #1baf0d;
  transition: all 0.16s ease-in;
}

.btn-4:hover {
  background: none;
  background-color: #b91414;
  color: #0ea727;
  box-shadow: 0 0 0 1px rgba(80, 80, 80, .5);
}

.tab {
  overflow: hidden;

  background-color: #d8d8d8;
}

.tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px;
  align-content: space-around;
  font-size: 16px;
}

.tab button:hover {
  background-color: white;
}

.tab button.active {
  background-color: #4be980ed;
  color: black;
}

.tabcontent {
  display: none;
  padding: 5px 15px 5px 15px;
  background-color: white;
  border-top: none;
}

th,
td {
  white-space: nowrap;
}

div.dataTables_wrapper {
  width: 100%;
  /* position: fixed; */

}

.event-action-drop {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.invalidInput {
  border-color: #b91414 !important;
}

.picker__input {
  background-color: #fff !important;
}

.note-editable ul,
.note-editable ol {
  padding: inherit !important;
}

#english-desk-tab,
#french-desk-tab,
#skip-step,
#next-step,
#save-data {
  display: none;
}

.dt-button.buttons-excel.buttons-html5 {
  display: none;
}

.body-stack {
  height: 0;
  overflow: hidden;
}

input {
  outline: none !important;
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}

.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(34, 34, 34, 0.93);
  display: none;
  z-index: 9999;
}

.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}

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

/* .dataTables_scrollBody {
  padding-bottom: 25px;
} */

td {
  vertical-align: middle !important;
}

.english-form,
.french-from {
  display: none;
}

#newfacilitator {
  display: none;
  margin-bottom: auto;
}

.disabled {
  /* font-size: 25px; */
  padding: 0;
  border: none !important;
}

.force-top {
  margin-top: 4px !important;
}

#close-form {
  cursor: pointer;
}

.facilitators-preview {
  height: 100px;
  object-fit: contain;
}

.english,
.french {
  display: none;
}

#program-form-opener,
#day-activity-creator {
  background-color: #a70707;
  border-color: #a70707;
}

.avatar-logo-program.rounded-circle {
  height: 50px;
  max-height: 50px;
  min-height: 50px;
}

.line-height-14 {
  line-height: 14px;
}

table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 1px solid transparent;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
}

table.dataTable thead .sorting_asc {
  background-image: none !important;
}

table.dataTable thead .sorting_desc {
  background-image: none !important;
}

table.dataTable thead .sorting {
  background-image: none;
}

.vertical-center {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  font-size: 22px;
  width: 100%;
  margin: 0;
}

.sponsor-gallery {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: contain;
  /* mix-blend-mode: color-burn; */
}

.speackers-pictures {
  object-fit: fill;
  aspect-ratio: 1/1;
  height: 100px;
  margin-right: 10px;
  border: 1px solid #ecbec173;
  box-shadow: 0 0 0 1px #ecbec173;
}

.sponsors-exhibit {
  height: 180px;
}

.d-grid {
  display: grid;
}

.custom-files {
  font-size: 23px;
  margin: 0 15px 0 0;
  color: var(--main-color);
}

.subject-label {
  border-color: #ced4da !important;
}

.button-checkmate {
  position: absolute;
  top: 35px;
  right: 13px;
  border-radius: 0;
  height: 27px;
}

#pre-existing-speaker {
  overflow-y: scroll;
  max-height: 300px;
}

.list-group-item-action {
  cursor: pointer;
}

.list-group-item-action img {
  aspect-ratio: 1/1;
  height: 65px;
  object-fit: contain;
}

.list-group-item-action-button {
  display: flex;
  align-content: center;
  align-items: center;
}

.character_count {
  color: #c51623;
  margin-left: 55%;
}

.custom-card-height {
  height: 100px;
  max-height: 100px;
  border-color: #c51623 !important;
  border-radius: 5px;
  cursor: pointer;
}

.custom-card-height:hover {
  background-color: #c51623;
}

.custom-card-height:hover>* {
  color: #fff !important;
}

.typcn.typcn-edit.custom-button {
  font-size: 40px;
  line-height: 40px;
  color: #c51623;
}

.available-app-names {
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 50px;
  color: #c51623 !important;
  border: 1px solid #c51623;
}

.appslist {
  height: 70px;
}

.custom-checkbox {
  position: absolute;
  margin-top: -10px;
  width: 18px;
  right: 8px;
}

.selected-template {
  background-color: #fff;
  color: var(--main-color);
  position: absolute;
  right: 21%;
  height: 20px;
  line-height: 18px;
  top: 1px;
  font-size: 17px;
}

.inner-box-sel {
  font-size: 8px;
  position: absolute;
  color: #fff;
  padding: 0 5px;
  border: 1px solid;
  line-height: 18px;
}

.templator:hover {
  background: #ffffff69 !important;
  color: #c51623 !important;
}

.available-app-names:hover {
  background: #c51623 !important;
  color: #fff !important;
}

.modal-content .modal-header {
  background: #c51623 !important;
  text-transform: uppercase;
}

#previewTab {
  all: initial;
  margin: auto;
  display: flex;
  justify-content: center;
}

.invoice-legend {
  font-size: 15px !important;
}

.invoice th,
.invoice td {
  white-space: inherit !important;
}

.custom-no-absolute {
  position: relative !important;
  width: 100%;
  margin: initial;
  right: inherit;
}

.custom-control-label::after {
  background-position: 45.7% 73%;
}

.dataTables_scrollBody thead {
  display: none;
}

div.dataTables_wrapper div.dataTables_processing {
  z-index: 100 !important;
}

.dataTables_filter {
  display: none;
}

.dt-buttons {
  display: flex;
  justify-content: space-between;
  margin: 25px auto;
}

.file-upload .file-upload-select {
  display: block;
  cursor: pointer;
  text-align: left;
  background: #fff;
  overflow: hidden;
  position: relative;
  border: 1px solid #74787c;
  height: 35px;
  padding: 0;
  width: 96%;
  border-radius: 5px;
  line-height: 14px;
}

.file-upload .file-upload-select .file-select-button {
  background: #b91414;
  padding: 10px;
  display: inline-block;
  height: 35px;
  color: #fff;
}

.file-upload .file-upload-select .file-select-name {
  display: inline-block;
  padding: 10px;
}

#registration-form input,
#registration-form select {
  height: 35px;
}

#registration-form input[type="checkbox"],
#registration-form input[type="radio"] {
  height: 15px;
  width: 15px;
}

#registration-form .form-check-label {
  margin-left: 5px;
}

.widt-96 {
  width: 96% !important;
}

.pdf-sliders-left {
  left: 3%;
}

.pdf-sliders-left,
.pdf-sliders-right {
  position: absolute;
  z-index: 1;
  top: 50%;
}

.pdf-sliders-right {
  right: 3%;
}

.image-previewer-form {
  width: 100%;
  aspect-ratio: 5/2;
  object-fit: contain;
  margin: 30px 0;
}

#successAnimation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: #c51623; /* Updated color */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  color: #fff; /* Tick icon color */
  opacity: 0;
  transform-origin: center;
  animation: scaleUp 0.5s ease-out infinite;
}

@keyframes scaleUp {
  0%, 100% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
