html, body {
   height: 100%;
}
body{
	max-width: 100vw;
	overflow-x: hidden;
}
#loader{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-animation: changecolor 2s linear infinite;
  	animation: changecolor 2s linear infinite;
}
@-webkit-keyframes changecolor {
  0% { filter: grayscale(1); }
  100% { filter: grayscale(0); }
}

@keyframes changecolor {
  0% { filter: grayscale(1); }
  100% { filter: grayscale(0); }
}

#navbarText{
    overflow:hidden;
    max-width:100%;
}
#navbarText .navbar-nav{ 
    width:100%;
    max-width:88vw;
    position: relative; 
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-left: 0;
}
/*.dropdown-toggle::after {*/
/*    display: inline-block;*/
/*    margin-left: .255em;*/
/*    vertical-align: .255em;*/
/*    content: "";*/
/*    border-top: .3em solid;*/
/*    border-right: .3em solid transparent;*/
/*    border-bottom: 0;*/
/*    border-left: .3em solid transparent;*/
/*}*/

/* Hide scrollbar for Chrome, Safari and Opera */
#navbarText .navbar-nav::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#navbarText .navbar-nav {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.right_hover{
    position:absolute;
    right:0;
    top:5%;
}
.float_btn {
    position: absolute;
    background: #fe4918;
    color: #fff;
    padding: 5px 20px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    z-index: 100;
    display:inline-block;
    width:max-content;
    font-size:1rem;
}
.float_btn i.bi{
    margin-right:10px;
}
.float_right {
    border-radius: 5px 0 0 5px;
}
.float_login{
    right:-75px;
}
.float_dashboard{
    right:-111px;
}
.float_logout{
    right:-85px;
}
.float_dashboard,.float_login{
    top:0;
}
.float_logout{
    top:6vh;
}
.dropdown-menu{
    font-size:inherit;
}

.float_right:hover,.float_right:active,.float_right:focus{
    right:0px;
}
.btn-darkcyan{
    background:#0069b5;
    color:#ffffff;
}
.btn-yellow{
    background:#ffff00;
}
.text-yellow{
    color:#ffff00;
}
.btn-grey{
    background:#B7B7A9;
}
.text-grey{
    color:#B7B7A9;
}
.btn-red{
    background:#FF0000;
}
.text-red{
    color:#FF0000;
}
.text-available{
    color:#E0E0DE;
}
.text-blocked{
    color:#6e6e6e;
}
.text-booked{
    color:#fc9826;
}

#displayCardBtn:hover{
    background:#0075c5;
    color:#ffffff;
}
#displayCard{
    display:none;
    width:150px;
    max-width:150px;
    font-size:1rem;
    z-index:9;
}
#sponsor_logos_row{
	max-width:100%;
	overflow-x: hidden; 
}
.no_focus:focus {
    outline: none;
  }
.sponsor_logos{
	max-height:50px;
}
#h_ruler_wrapper{
    width:100%;
    max-width: calc(100% - 1px) ;
    overflow-x:hidden;
}
#viewport_wrapper{
    position:absolute;
    top:0%;
    left:0%;
}
[role="switch"]{
	cursor: pointer;
}
.btn:disabled{
	border:0;
}
#grid_wrapper{
    width:100%;
    height:100%;
    display:block;
}
#canvas_content{
	padding: 0;
	max-height:calc(100vh - 75px);
	overflow:hidden;
}
#canvas-card{
    max-height: 98%;
}
#canvas_table{
	width: 100%;
	height: 100%;
	max-width: 100%;
	overflow:auto;
}
#canvas_area{
    max-width:100vw;
    max-height:100%;
    overflow:hidden;
}
#fixed-bottom{
	position: absolute;
	right: 2vw;
	bottom: .4vh;
	z-index:1060;
}
.btn-white {
    --bs-btn-color: #000;
    --bs-btn-bg: #fefefe;
    --bs-btn-border-color: #fefefe;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #cbced1;
    --bs-btn-hover-border-color: #bfc2c5;
    --bs-btn-focus-shadow-rgb: 203,206,209;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #bfc2c5;
    --bs-btn-active-border-color: #b3b6b9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fefefe;
    --bs-btn-disabled-border-color: #fefefe;
}
#sidebar_front{
	min-width: 350px;
	max-width: 350px;
}
#categoryTableLegnds{
	position: absolute;
	bottom:5%;
	right:2%;
	width: 350px;
	overflow-x: hidden;
	cursor: pointer;
	overflow: hidden;
	z-index:1053;
}
.front_exhibitor_logo{
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position:center ;
}
.form-control-sm{
    font-size:.75rem;
}
.disabled{
 pointer-events: none;
}
.wp-100{
	width: 100%;
}
.w-90{
    width: 90%;
}
.h-70{
	height: 70%;
}
.h-60{
	height: 60%;
}
.picturesRow{
    overflow-x:hidden;
}
.max-vh-10{
    max-height:10vh;
}
.max-vh-15{
    max-height:15vh;
}
.min-vh-70{
    min-height:70vh;
}
.min-vh-75{
    min-height:75vh;
}
.max-vh-75{
	max-height: 75vh;
	overflow-y:auto;
}
.max-vh-65{
	max-height: 65vh;
}
#sidebar_front .input-group-text{
	background: unset;
	border: 0;
}
#sidebar_front .form-control{
	border: 0;
}
#sidebar_front .form-control:focus
{
	box-shadow:none;
}
#basic-addon2{
	display: none;
}
#sidebar_front .form-control:not(:placeholder-shown) + #basic-addon2
{
	display: block;
}
#canvas_wrapper{
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
}
#design_wrapper{
    position: absolute;
    display: none;
    top: 5%;
    left:2%;
    z-index: 50;
    width: 100%;
    max-width: 300px; 
}
.doorBtn:hover{
    background-color:#cccccc;
}
#brush_style_wrapper{
    position: absolute;
    display: none;
    top: 5%;
    left:2%;
    z-index: 50;
    width: 100%;
    max-width: 300px;
}
#properties_wrapper{
	position: absolute;
    display: none;
    top: 5%;
    right:2%;
    z-index: 500;
    width: 100%;
    max-width: 300px;
}
#properties_wrapper .card .card-body{
    background: aliceblue;
    overflow-x:hidden;
    overflow-y:hidden;
}
/* Hide scrollbar for Chrome, Safari and Opera */
#properties_wrapper .card .card-body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#properties_wrapper .card .card-body{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
#indexes{
    position:relative;
    padding:0;
    width:100%;
    top:-1rem;
}
.draggable{
    position:absolute;
    cursor:pointer;
    top:12px;
}
.color_picker{
    border:1px solid black;
}
.ellipse-text {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%; /* Adjust as needed */
}
.draggable.active button.color_input{
    outline:0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.patterns_icons:hover{
    cursor:pointer;
    outline:0;
    box-shadow: 0 0 0 0.15rem rgb(13 110 253 / 25%);
}
.draggable .color_input{
    
    width:15px;
    height:15px;
    
}
.draggable .dropdown-menu{
    width:250px;
}
#colorPickerWrapper{
    position:fixed;
    top:50%;
    z-index:100;
}
#layers_wrapper{
	position: absolute;
    display: none;
    top: 5%;
    right:2%;
    z-index: 50;
    width: 100%;
    max-width: 300px;
}
.btn-group .dropdown-toggle:after{
	display: none;
}

#formFileMultipleLabel{
	position: absolute;
	left: 50%;
	transform: translate(-50%,0%);
	border: 1px solid #0d6efd;
	background: #0d6efd;
	padding: 1rem;
	text-align: center;
	color: white;
	border-radius: .5rem;
}
#previewImagesDir{
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
}
.preview_image_box{
	display: inline-block;
	height: 100px;
	background-color: #111111;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    margin:0 0 .1rem .5rem;
    cursor: pointer;
}
.preview_image_box .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
}
.preview_image_box i{
	position: absolute;
	top: 1%;
	right: 1%;
	color: #ffffff;
}
.preview_images{
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}
.max-vh-40{
    max-height:40vh;
    overflow-x:hidden;
    overflow-y:auto;
}
.max-vh-50{
	max-height: 50vh;
	overflow-y:auto;
}
.bg-blue{
	background: #0d6efd;
}
.bg-indigo{
	background: #6610f2;
}
.bg-purple{
	background:#6f42c1;
}
.bg-pink{
	background: #d63384;
}
.bg-red{
	background: #dc3545;
}
.bg-orange{
	background:#fd7e14;
}
.bg-yellow{
	background: #ffc107;
}
.bg-green{
	background: #198754;
}
.bg-teal{
	background:#20c997;
}
.bg-cyan{
	background: #0dcaf0;
}
.bg-gray-500{
	background: #adb5bd;
}
.bg-gray-200{
	background: #e9ecef;	
}
.bg-blue-100{
	background: #f8f9fa;;
}
.bg-black{
	background:#000000;
}
.bd-blue-100 {
    color: #000;
    background-color: #cfe2ff;
}

.simplebar-scrollbar:before {
    background: #444343;	
}
.dropstart .dropdown-toggle:before{
	display: none;
}
.inputSearchBox{
	position: absolute;
	min-width:250px;
	z-index: 10;
    background: #ff6600;
    max-width:300px;
    transform:translateY(75%);
}
.inputSearchBox.right {
    right: 2%;
}

.inputSearchBox.left {
    left: 2%;
}
.inputSearchBox.inCanvas{
    position:unset;
	min-width:250px;
	z-index: 10;
    background: #ff6600;
    max-width:300px;
    right:unset;
    transform:unset;
}
#inputSearch{
	max-width: 100%;
}
#inputSearch:focus{
	box-shadow: none;
}
#searchDiv{
	position: absolute;
	max-width: 350px;
	z-index: 500;
	background: white;
	overflow-y: auto;
    overflow-x: hidden;
}
main.content{
	max-height: 100%;
}
#settings_tab .nav-pills .nav-link.active{
	background-color: #fff;
	color: #111;
}
#settings_tab .nav-link{
	color: #fff;
}
input.select2-search__field{
	width: 100%!important;
}
#contextmenu{
    /*background:#eef5f7;*/
    display:none;
    position:absolute;
    top:0;
    left:0;
    z-index:-10;
    width:300px;
    max-width:300px;
}

#zoomBtns{
    
    position: absolute;
    top: 1rem;
    left: 1rem;
}
.zoomBtns{
    width: 150px;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
}
.logo_position_wrapper{
	width: 12rem;
	height:12rem;
}

.logo_box:hover{
	border: 2px solid #0d6efd;		
}
.logo_img{
	width: 60px;
}
.logo_img1{
	width: 30px;
}
.logo_position_top{
	width: 100%;
	height: 25%;
	left: 0;
	top: 0;
}
.logo_position_left{
	width: 25%;
	height: 100%;
	left: 0;
	top: 0;
}
.logo_position_bottom{
	width: 100%;
	height: 25%;
	bottom: 0;
	left: 0;
}
.logo_position_right{
	width: 25%;
	height: 100%;
	right: 0;
	top: 0;
}
.logo_position_center{
	width: 75%;
	height: 75%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.imageBox {
	width: 280px;
	height: 158px;
	max-height: 158px;
	max-width: 280px;
	overflow: hidden;
	display: flex;
	justify-content:center;
	align-items: center;
}
.carousel-control-prev-icon,.carousel-control-next-icon{
	background-color: #ff6600;
}
.carousel-item{
	height: 200px;
}
.carousel-item img{
	max-height:200px
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  background: #d3d3d3;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.opacitySlider{
    -webkit-appearance: none;
  width: 100%;
  height: 15px;
  outline: none;
  opacity: 1;
  background:transparent;
  -webkit-transition: .2s;
  transition: opacity .2s;
  position:inherit;
  z-index:1;
}
.picker_pointer{
	width: 10px;
    height: 10px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
/*    transform: translate(-50%, -50%);*/
}
.bgColor{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 80%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.bgColor.bg1{
    background-image: linear-gradient(45deg, #ccc 25%, transparent 25%),linear-gradient(-45deg, #ccc 25%, transparent 25%),linear-gradient(45deg, transparent 75%, #ccc 75%),linear-gradient(-45deg, transparent 75%, #ccc 75%);
    background-size: 16px 16px;
    background-position: 0 0, 0 8px, 8px -8px, -8px 0px;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  cursor: pointer;
  pointer-events: auto;
}
.slider::-moz-range-thumb {
    -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  margin-top:43px;
  cursor: pointer;
  pointer-events: auto;
}
.opacitySlider::-webkit-slider-thumb{
    -webkit-appearance: none;
  appearance: none;
  width: 8px;
  height: 25px;
  border:2px solid black;
  border-radius:.5rem;
  cursor: pointer;
  margin-top:.3rem;
  pointer-events: auto;
  z-index:10;
}
.pointer{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-15%);
    border: 2px solid black;
    border-radius: 1rem;
    width: 8px;
    height: 25px;
}
.hex{
    display:inline-block;
    width:80px;
}
.hex input[type="text"],.rgb input[type="text"]{
    border:0;
    border-bottom:1px solid;
    outline:unset;
}
.hex input[type="text"].form-control:focus,.rgb input[type="text"].form-control:focus{
    box-shadow: none;
}
#colorPicker:hover,#allColorPicker:hover {
  cursor: pointer;
}
.rgb{
    display:inline-block;
    width:45px;
}
.l_label{
    display:block;
    text-align:center;
    font-size:.75rem;
}
.slider-item{
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    user-select: none;
    cursor: pointer;
    pointer-events: none;
}
.slider-item.active{
    outline:double;
}
#carouselExampleIndicators img{
	/*max-height: 200px;
	width: auto;*/
}
.swiper {
  width: 100%;
  height:fit-content;
}
.btnAddSpeaker{
    display:none;
}
.btnAddSpeaker:last{
    display:block;
}
.text-justify{
    
}
.customModal{
    max-width: 80%;
    max-height: 80%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}


@media (max-width: 786px) { 
    .zoomBtns{
        position: unset;
        top: 0;
        right: 0;
    }
	#searchDiv{
		position: fixed;
		bottom:0;
		width: 100%;
		max-height: 40vh;
		top:20%;
		left: 50%;
        transform: translateX(-50%);
		z-index: 500;
		background: white;
		overflow-y: auto;
	    overflow-x: hidden;
	    padding: .5rem;
	}
	.inputSearchBox{
		position: unset;
		right:unset;
		min-width:250px;
		z-index: 10;
	    background: #ff6600;
	}
	
 }
@media (max-width: 992px) { 
 	#categoryTableLegnds{
		/*display: none;*/
	}
	#navbarText {
        overflow: hidden;
        max-width: 75%;
    }
 }