/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top to .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}

/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

.docs-page .layout-navbar-fixed.layout-wrapper:not(.layout-without-menu) .layout-page,
.docs-page .layout-menu-fixed.layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 62px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
  display: block !important;
}

.demo-inline-spacing>* {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 231px;
    position: relative;
  }

  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}

.layout-demo-placeholder img {
  width: 900px;
}

.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

.user_form .radio-buttons {
  width: 100%;
  margin: 0 auto;
}

.user_form .custom-radio input {
  display: none;
}

.user_form .radio-btn>i {
  color: #ffffff;
  background-color: #696cff;
  font-size: 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) scale(2);
  border-radius: 50px;
  padding: 3px;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
}

.user_form .radio-btn .hobbies-icon {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.user_form .radio-btn .hobbies-icon img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  height: 95px;
  box-shadow: 12px 10px 29px #c3c3c367;
  box-shadow: 0px 18px 18px #232a351a;
  border-radius: 10px;
}

.user_form .radio-btn .hobbies-icon i {
  color: #696cff;
  line-height: 80px;
  font-size: 60px;
}

.user_form .radio-btn .hobbies-icon h3 {
  color: #555;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.user_form .custom-radio input:checked+.radio-btn {
  border: 2px solid #696cff;
}

.user_form .custom-radio input:checked+.radio-btn>i {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.user_form .radio-btn {
  margin: 10px;
  width: 200px;
  height: 200px;
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  text-align: center;
  box-shadow: 0 0 20px #c3c3c367;
  cursor: pointer;
}


#form-tabs-Gallery .drop {
  border: 2px dashed #ccc;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

#form-tabs-Gallery .image-item {
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  height: 100px;
}

#form-tabs-Gallery .image-item img {
  width: 100%;
  height: 100%;
  display: block;
}

#form-tabs-Gallery .image-item__btn-wrapper {
  position: absolute;
  top: 5px;
  right: 5px;
}

#form-tabs-Gallery .remove {
  background-color: #e74c3c;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.trash_btn {
  cursor: pointer;
}


#form-tabs-Gallery  .drop{
  position: relative;
}

#form-tabs-Gallery  .uploader_file .drop input[type=file] {
width: 100%;
height: 100%;
cursor: pointer;
background: red;
opacity: 0;
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}

.participant_logo_container .avatar img {
  width: 40px;
  height: 40px;
  margin-top: -4px;;
}

.participant_logo_container .avatar{
  cursor: default !important;

}

#exhibitionList ul {
  list-style-type: none;
  padding: 0;
}

#exhibitionList li {
  padding: 10px;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s;
}

#exhibitionList li:hover {
  background-color: #f9f9f9;
}

.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete .autocomplete-items {
  position: absolute;
  background-color: #fff;
  border-top: none;
  z-index: 99;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
}

.autocomplete .autocomplete-items div {
  padding: 6px 10px;
  cursor: pointer;
}

.autocomplete .autocomplete-items div:hover {
  background-color: #baad8552;
}


span.flatpickr-day.bookevent {
  color: white !important;
  background: #e74c3c;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.exhibition_date_slot {
  border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 12px;
}

.booking_logs .log-item {
  border-top: 1px solid #dee2e6;
  padding: 10px 0;
  margin-bottom: 10px;
}

.booking_logs .log-item p {
  margin: 0;
}

.booking_logs .log-item .log-time {
  color: #6c757d;
  font-size: 14px;
}


.event_calender .event_id.active {
  border-right: none;
  border: 1px solid #80808042;
}

.event_calender  .event_id{
  margin-bottom: 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  border-radius: 2px 0 2px 0;
  display: block;
}

.event_calender  .event_id:hover {
  background-color: #e0e0e0;
}


.event_calender  .event_id a {
  color: #333;
  text-decoration: none;
}

.event_calender  .nav-item a:hover {
  color: #555;
}

.event_calender  .event_title{
  margin-bottom: 30px;
  font-size: 1.54rem;
}

.delete_representative {
  cursor: pointer;
}


.image-container {
  position: relative;
  display: inline-block;
}

.close-button {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: red;
  color: white;
  border: none;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  padding: 0;
}


.advertising_banner_container{

  background-color:#696cff0f;
  margin-bottom:18px;
}

.yes-resolved {
  background-color: green;
  border: 1px solid green;
}

.lightgreen-circle{
  background-color: #90EE90;
  border: 1px solid #90EE90;
  
}


.yellowishorange-circle{
  background-color: #FFAE42;
  border: 1px solid #FFAE42;
  
}
