body {
  font-family: 'Open Sans', sans-serif;
  /* font-family: 'Lato', sans-serif;*/
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #fff;
}
:active,
:focus {
	outline: none !important;
}
::placeholder {
	opacity: 1;
}
*{
	scrollbar-color: #222 #ddd;
	scrollbar-width: thin;
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
   background-color: #dddddd;
}
::-webkit-scrollbar-thumb {
    background-color: #222;
    border-radius: 2px;
}

a{
	text-decoration: none !important;
	color: #000000;
}
a:hover {
	color: #007bff;
}
a img {
	border: none;
}
img {
	max-width: 100%;
}
iframe {
	border: none !important;
}
button {
	outline: none;
}
ul.styled,
ol.styled {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*====================================
	Misc
=====================================*/
.t300{
	font-weight: 300;
}
.t400{
	font-weight: 400;
}
.t500{
	font-weight: 500;
}
.t600{
	font-weight: 600;
}
.t700{
	font-weight: 700;
}
.t900{
	font-weight: 900;
}
.vh-100{
	height: 100vh;
}
.mvh-100{
	min-height: 100vh;
}
.text-white{
	color: #ffffff;
}
.text-default{
	color: #000000;
}
.text-dark{
	color: #000000 !important;
}
.text-color{
	color: #000000;
}
.btn {
    border-radius: 35px;
    padding-left: 15px;
    padding-right: 15px;
	font-weight: 500;
	font-size: 14px;
}
.btn-lg,
.btn-large {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus{
	box-shadow: none;
}
.btn.btn-primary,
.btn.btn-success,
.btn.btn-danger,
.btn.btn-warning,
.btn.btn-default{
	-moz-box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
	box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
}
/*.btn.btn-primary{
	-moz-box-shadow: 1px 1px 4px #007bffff;;
    -webkit-box-shadow: 1px 1px 4px #007bffff;
	box-shadow: 1px 1px 4px #007bffff;
}
.btn.btn-default{
	-moz-box-shadow: 1px 1px 4px #efefefff;
    -webkit-box-shadow: 1px 1px 4px #efefefff;
	box-shadow: 1px 1px 4px #efefefff;
}*/
.btn.uc{
	text-transform: uppercase;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus{
	box-shadow: none;
}
.btn-dark {
	color: #fff;
	background-color: #15323a;
	border-color: #15323a;
}
.btn-dark:hover {
	color: #fff;
	background-color: #15323a;
	border-color: #15323a;
}
.btn-outline-dark {
	color: #15323a;
	background-color: transparent;
	background-image: none;
	border-color: #15323a;
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #15323a;
	border-color: #15323a;
}
.btn-color {
	color: #fff;
	background-color: #ed1c43;
	border-color: #ed1c43;
}
.btn-color:hover {
	color: #fff;
	background-color: #ed1c43;
	border-color: #ed1c43;
}
.btn-outline-color {
	color: #ed1c43;
	background-color: transparent;
	background-image: none;
	border-color: #ed1c43;
}
.btn-outline-color:hover {
	color: #fff;
	background-color: #ed1c43;
	border-color: #ed1c43;
}
.icon-btn{
    background: #ddd;
    border: 1px solid #ddd;
    padding:5px;
    margin: 2px;
    font-size: 15px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
}
.icon-btn.lg-icon-btn{
	font-size: 26px;
}
.icon-btn[disabled]{
	opacity: 0.85;
}
.icon-btn.btn-nobg{
	color: #007bff;
}
.icon-btn.btn-nobg:hover{
	color: #0069d9;
}
.btn-nobg{
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}
.btn-rounded{
	border-radius: 60px;
}
.btn-circle{
	border-radius: 50%;
    font-size: 16px;
    width: 42px;
    height: 42px;
    padding: 8px 5px;
    text-align: center;
}
.nav-pills .nav-link {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 40px;
    margin-right: 5px;
}
.alert-fixed {
    position:fixed;
    top: 20px;
    left: 20%;
    width: 60%;
    z-index:9999;
}
.modal-content{
	border-radius: 5px;
    -moz-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    overflow: hidden;
}
.modal-content .close {
    width: 30px;
    height: 30px;
    z-index: 99;
    background: #007bff;
    color: #ffffff;
    font-weight: 400;
    border-radius: 5px;
    line-height: 0;
    padding: 0;
    margin: 0;
}
.modal-content.no-header .close {
    align-self: flex-end;
    position: relative;
    margin: 15px 15px -45px;
}
.modal-header{
	border-bottom: none;
}
.modal-title{
	color: #000;
    font-weight: 600;
    text-align: center;
    width: 100%;
}
.modal-body {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}
.modal-body{
	overflow-y: auto;
	scrollbar-color: #222 #ddd;
	scrollbar-width: thin;
}
.modal-body::-webkit-scrollbar {
    width: 4px;
}
.modal-body::-webkit-scrollbar-track {
   background-color: #dddddd;
}
.modal-body::-webkit-scrollbar-thumb {
    background-color: #222;
    border-radius: 2px;
}
.dropdown-menu{
	font-size: 14px;
    border-radius: 5px;
	overflow: hidden;
	padding: 0;
    border: 1px solid rgba(0,0,0,0.07);
}
.dropdown-menu.show{
	-moz-box-shadow: 1px 1px 20px -5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 1px 1px 20px -5px rgb(0 0 0 / 20%);
	box-shadow: 1px 1px 20px -5px rgb(0 0 0 / 20%);
}
.dropdown-item {
    padding: 7px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}
.dropdown-menu .dropdown-item:last-item{
	border-bottom: none;
}
.no-after::after{
	display: none;
}
.bx-shadow{
    -moz-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
}
.bx-container{
	background: #ffffff;
	border-radius: 5px;
	padding: 25px;
	margin-bottom: 35px;
    -moz-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
}
.bx-scoroll-badge-wrap{
    width: 100%;
    overflow-x: auto;
}
/*.bx-scoroll-badge-wrap.active {
    box-shadow: inset 20px 0px 25px -25px rgb(0 0 0 / 25%), inset -20px 0px 25px -25px rgb(0 0 0 / 25%);
    border-radius: 30px;
}*/
.bx-scoroll-badges{
	width: max-content;
	cursor: grab;
	margin: 0 auto;
}
.bx-scoroll-badge-wrap{
	scrollbar-color: none;
	scrollbar-width: none;
}
.bx-scoroll-badge-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
}
.bx-scoroll-badge-wrap::-webkit-scrollbar {
    width: 2px;
    background-color: transparent;
}
.bx-scoroll-badge-wrap::-webkit-scrollbar-thumb {
    background-color: transparent;
}
i.fas.fa-briefcase:before,
i.far.fa-briefcase:before{
    content: "";
}
i.fas.fa-briefcase:before{
    background-image: url("./images/briefcase.svg");
    width: 18px;
    height: 18px;
    display: block;
}
i.far.fa-briefcase:before{
    background-image: url("./images/briefcase-r.svg");
    width: 18px;
    height: 18px;
    display: block;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.dropdown-item.dd-item-form {
    padding: 0 0;
}
.dropdown-item.dd-item-form .dropdown-item-link {
    padding: 7px 15px;
    display: block;
}
.full-content-modal {
	padding-right: 0 !important;
}
.full-content-modal .modal-dialog {
    margin: 20px 0 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: calc(100vh - 20px);
}
.full-content-modal .modal-dialog .modal-content,
.full-content-modal .modal-dialog .modal-content .modal-body{
    height: 100%;
    max-height: 100%;
}
.full-content-modal .modal-dialog .modal-content .modal-body{
    padding: 0 25px;
}

[data-toggle="collapse"].collapse-icon .fa:before {
  content: "\f077";
}

[data-toggle="collapse"].collapse-icon.collapsed .fa:before {
  content: "\f078";
}

/*====================================
	Form Element
=====================================*/
.form-control{
	font-size: 14px;
}
textarea.form-control {
    min-height: 90px;
}
.has-danger .form-control {
    border-color: #dc3545;
}
.has-danger .help-block{
    color: #dc3545;
}
.form-field-con label,
.form-group label{
    color: #000;
    font-weight: 600;
}
.switch-checkbox {
    position: relative;
    display: inline-block;
    width: 40px !important;
    height: 20px !important;
    margin: 1px 5px;
}
.switch-checkbox input {
	display:none;
}
.switch-checkbox-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch-checkbox-slider:before {
  	position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .switch-checkbox-slider {
  background-color: #007bff;
}
input:focus + .switch-checkbox-slider {
  box-shadow: 0 0 1px #007bff;
}
input:checked + .switch-checkbox-slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.switch-checkbox-slider.round {
  border-radius: 34px;
}
.switch-checkbox-slider.round:before {
  border-radius: 50%;
}
label.switch-checkbox-label {
    width: auto !important;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: top;
}
.bootstrap-tagsinput {
    padding: 7px 6px !important;
}

.form-group.form-group-inner {
    margin-bottom: 0;
}
.phone-field-wrap {
    display: flex;
}
.phone-field-wrap .phone-code-group {
    width: 120px;
}
.phone-field-wrap .phone-number-group {
    flex-grow: 1;
    margin-left: 10px !important;
}

.form-group-inner{
	margin: 0 !important;
	padding-top:0 !important;
	padding-bottom: 0 !important;
    min-height: auto !important;
}
.form-group-inner.mobile-code {
    width: 120px;
    display: inline-block;
    padding-right: 5px;
    vertical-align: top;
}
.form-group-inner.mobile-number {
    width: calc(100% - 125px);
    display: inline-block;
    padding-left: 5px;
    vertical-align: top;
}

.qty-selection-box input[type=number]::-webkit-outer-spin-button,
.qty-selection-box input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty-selection-box input[type=number]{
  -moz-appearance: textfield;
  text-align: center;
  max-width: 70px;
}
.qty-selection-box .qty-minus,
.qty-selection-box .qty-plus{
	cursor: pointer;
}
.radio label input[type="radio"] {
    margin-right: 10px;
}

/* ================================
	Timeline
=================================== */
ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}
ul.timeline:before {
    content: ' ';
    background: #73b6ff;
    display: inline-block;
    position: absolute;
    left: 15px;
    width: 2px;
    height: 100%;
    z-index: 9;
    top: 6px;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 15px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 4px solid #007bff;
    left: 9px;
    width: 14px;
    height: 14px;
    z-index: 9;
    margin-top: 6px;
}


/*====================================
	Theme Common
=====================================*/
.text-large{
	font-size: 22px;
}
.text-medium{
	font-size: 18px;
}
.text-semi-medium{
	font-size: 16px;
}
.text-regular{
	font-size: 14px;
}
.text-small{
	font-size: 12px;
}
.main-heading{
	font-size: 22px;
	font-weight: 600;
	color: #000000;
}
.page-heading-wrapper{
	display: flex;
	justify-content: space-between;
}
.page-heading{
	font-size: 22px;
	font-weight: 600;
	color: #000000;
	margin-bottom:25px;
}
.sub-heading{
	font-size: 18px;
	font-weight: 600;
}

.cd-block {
    margin-bottom: 0;
    padding: 15px 0;
}
.cd-block.saperate{
    border-bottom: 1px solid #EBEBEB;
}
.cd-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 7px;
}
.cd-content{
}
.saperater{
    border-bottom: 1px solid #EBEBEB;
    padding: 20px 0;
}
.content-list-item{
	padding: 10px 0;
	border-bottom: 1px solid #EBEBEB;
}
.content-list-item.highlighted{
    background: #1782ff25;
}
.cust-badge {
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #daeafd;
    padding: 4px 20px;
    border-radius: 20px;
    color: #000;
    background: #daeafd;
    font-weight: 400;
}
.cust-badge-mini{
	font-size: 12px;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 7px;
    border: 1px solid #ddd;
    padding: 2px 10px;
    border-radius: 8px;
    color: #000;
    background: #f5f5f5;
    font-weight: 400;
}
.cust-badge-micro{
	font-size: 11px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 2px 5px;
    border-radius: 8px;
    line-height: 1;
    color: #000;
    background: #f5f5f5;
    font-weight: 400;
}
.not-found-message{
	padding: 15px 0;
	font-weight: 600;
}
.img-box{
	line-height: 0;
	display: inline-block;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.grid-view .card-view-item {
    display: block;
    background: #ffffff;
    border-radius: 5px;
}
.grid-view .card-view-item:hover{
    background: #1782ff25;
}
.scrollable-container{
	overflow-y: auto;
	scrollbar-color: #222 #ddd;
	scrollbar-width: thin;
}
.scrollable-container::-webkit-scrollbar {
    width: 4px;
}
.scrollable-container::-webkit-scrollbar-track {
   background-color: #dddddd;
}
.scrollable-container::-webkit-scrollbar-thumb {
    background-color: #222;
    border-radius: 2px;
}
.plyr__video-wrapper,
.plyr--video,
.plyr__poster{
	background-color: #ffffff !important;
}
.vplr{
	width: 100%;
}
.c3-tooltip {
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    opacity: 1;
}
.c3-tooltip tr {
    border: none;
}
.c3-tooltip th {
    background: none;
    color: inherit;
    text-align: center;
}
.c3-tooltip td {
    border-left: none;
}
.ad-warpper{
	overflow: hidden;
}

/*====================================
	Login
======================================*/
.login-wrapper{
}
.login-box {
	max-width: 460px;
    height: auto;
    padding: 40px;
    margin: 30px auto;
}
.login-box .panel-title-heading {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px;
    color: #000000;
}
.login-box  button.btn {
    width: 100%;
    margin-bottom: 15px;
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 600;
}
.login-page-right {
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}
.login-page-right-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
}
.login-box .secondry-link {
    font-size: 15px;
}

/*====================================
	Layout
======================================*/
#header {
    padding: 10px 45px 10px 20px;
}
.header-logo {
    display: none;
}
#menu-nav-trig{
    display: none;
}
.header-right-profile .user-avtar{
	overflow: hidden;
    line-height: 0;
    -moz-box-shadow: 0px 0px 5px -2px rgb(0 0 0 / 25%);
	-webkit-box-shadow: 0px 0px 5px -2px rgb(0 0 0 / 25%);
    box-shadow: 0px 0px 5px -2px rgb(0 0 0 / 25%);
    border-radius: 12%;
    cursor: pointer;
}
.header-logo-title {
    font-size: 20px;
    font-weight: 700;
	color: #000000;
}
.header-logo-title a:hover{
	color: #000000;
}
#header,
#content-main{
	padding-left: 235px;
	padding-right: 40px;
}
body.no-sidebar-menu #content-main,
body.no-sidebar-menu #header{
	padding-left: 0px;
	padding-right: 0px;
}
.header-menu {
    display: flex;
    align-items: center;
}
.header-menu-item {
    margin: 0 5px;
}
.header-icon-item .header-icon-link {
   	font-size: 20px;
    position: relative;
    text-align: center;
    padding: 5px 7px;
    display: block;
    color: #007bff;
    line-height: 1;
}
.header-icon-count {
    position: absolute;
    color: #ffffff;
    background: #ff0000;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 5px;
    border-radius: 50%;
    top: -2px;
    right: 0;
}
#content-main {
    min-height: calc(100vh - 116px);
    padding-top: 30px;
    padding-bottom: 30px;
}


@keyframes fadeInDown {
   0% {
      opacity: 0;
      transform: translateY(-20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}
.header-logo-title-date{
	display: none;
}
.header-style-2 .header-logo-title{
	font-size: 20px;
	text-transform: uppercase;
}
.header-style-2 .header-logo-title-date {
    display: block;
    font-size: 18px;
    text-transform: capitalize;
}
.header-style-2 .header-logo{
	display: block;
	margin-right: 30px;
	align-items: center;
    display: flex;
    padding: 12px;
}
.header-style-2 .header-logo img{
	width: 160px;
}
.header-style-2 .header-logo-wrap{
	display: flex;
	align-items: center;
}
body.scrolled{
	padding-top: 94px;
}
.sticky-header{
    background: #ffffff;
    -webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
.scrolled .sticky-header{
	padding-top: 5px;
	padding-bottom: 5px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    -moz-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 20%);
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 3.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: fadeInDown;
    -moz-animation-duration: 3.5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
}
.scrolled .sticky-header .header-logo-title{
	font-size: 20px;
}
.scrolled .sticky-header .header-logo-title-date {
	font-size: 14px;
}
.scrolled .sticky-header .header-logo img{
	width: 120px;
}

#header.header-style-1{
    padding: 15px 45px 15px 245px;
    border-bottom: 1px solid #dddddd;
    background: #ffffff;
}


/*================================
	Sidebar
==================================*/
.sidebar-nav, .nav-subitems{
    list-style: none;
    padding: 0;
    margin: 0;
}
#sidebar-menu {
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 220px;
    z-index: 999;
    -moz-box-shadow: 2px 0px 6px -2px rgb(0 0 0 / 45%);
	-webkit-box-shadow: 2px 0px 6px -2px rgb(0 0 0 / 45%);
    box-shadow: 2px 0px 6px -2px rgb(0 0 0 / 45%);
}
.nav-item,
.nav-subitem{
	position: relative;
    border-bottom: 1px solid #00000038;
}
.nav-subitems .nav-subitem:last-child{
	border-bottom: none;
}
.nav-subitems {
    background: #ffffff;
    position: absolute;
    left: 220px;
    top: 0px;
    width: 220px;
    height: auto;
    margin-left: 1px;
    padding: 20px 0;
    z-index: -9;
    visibility: hidden;
	opacity: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
    -moz-box-shadow: 2px 0px 6px -2px rgb(0 0 0 / 45%);
	-webkit-box-shadow: 2px 0px 6px -2px rgb(0 0 0 / 45%);
    box-shadow: 2px 0px 6px -2px rgb(0 0 0 / 45%);
    -webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
	border-radius: 0;
}
.nav-item:hover .nav-subitems,
.nav-item:focus .nav-subitems{
    z-index: 99;
    visibility: visible;
	opacity: 1;
}


.nav-item .nav-subitems li .nav-subitems{
	background: #ffffff;
    position: absolute;
    left: 219px;
    top: 0px;
    width: 220px;
    z-index: -9;
    visibility: hidden;
	opacity: 0;
}
.nav-item:hover,
.nav-item:focus,
.nav-item:hover .nav-subitems li.nav-subitem:hover,
.nav-item:focus .nav-subitems li.nav-subitem:hover,
.nav-item:hover .nav-subitems li.nav-subitem:focus,
.nav-item:focus .nav-subitems li.nav-subitem:focus{
	background: #f5f5f5;
}
.nav-item:hover .nav-subitems li.nav-subitem:hover .nav-subitems,
.nav-item:focus .nav-subitems li.nav-subitem:hover .nav-subitems,
.nav-item:hover .nav-subitems li.nav-subitem:focus .nav-subitems,
.nav-item:focus .nav-subitems li.nav-subitem:focus .nav-subitems{
    z-index: 99;
    visibility: visible;
	opacity: 1;
}



.sidebar-logo {
    min-height: 90px;
    max-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 0px;
    background: #ffffff;
    padding: 15px 0 25px;
}
.sidebar-logo img{
    max-width: 84%;
    max-height: 100px;
    width: auto;
    height: auto;
}
.nav-item-box {
    display: block;
    text-align: center;
    padding:5px 10px;
    color: #000000;
}
.nav-item-box.active{
	/*color: #007bff;*/
}
.nav-item-icon {
    font-size: 20px;
    display: inline-block;
    width: 36px;
    padding: 3px 4px 6px;
    height: 36px;
    border-radius: 10px;
    margin-bottom: 2px;
}
.nav-item-text{
    font-size: 13px;
    font-weight: 500;
}

.nav-subitems .nav-item-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    text-align: left;
    padding: 12px 20px;
}
.nav-subitems .nav-item-icon {
    font-size: 14px;
    display: inline-block;
    width: 18px;
    padding: 0;
    height: auto;
    border-radius: 0;
    margin-bottom: 0;
    margin-right: 5px;
}
.nav-subitems .nav-item-text{
	line-height: 14px;
}
.sidebar-style-2 .sidebar-content{
	padding-top: 20px;
}
.sidebar-style-2 .sidebar-logo{
	display: none;
}


.sidebar-nav-style-3 .nav-item-box {
    display: flex;
    align-items: start;
    padding: 7px 15px;
    color: #000000;
    text-align: left;
    width: 100%;
}
.sidebar-nav-style-3 .nav-item-box .nav-item-text {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0px 0px;
}
.sidebar-nav-style-3 .nav-item-box .nav-item-icon {
    font-size: 15px;
    width: 32px;
    padding: 4px 4px 4px;
    height: 32px;
    margin-bottom: 0;
    margin-right: 0px;
}
.sidebar-nav-style-3 .nav-item-box:hover{
	background: #f0f7ff;
}


/* ========= sidebar-collapsable ========== */
.sidebar-collapsable .nav-item-box,
.sidebar-collapsable-2 .nav-item-box{
	display: flex;
	align-items: center;
}
.sidebar-collapsable .nav-item-icon,
.sidebar-collapsable-2 .nav-item-icon{
	margin-right: 15px;
}
.sidebar-nav.sidebar-collapsable .nav-item a,
.sidebar-nav.sidebar-collapsable-2 .nav-item a{
	position: relative;
}
.sidebar-nav.sidebar-collapsable .nav-item-box .nav-item-text {
    padding: 0px 0px 0px;
}
.sidebar-nav.sidebar-collapsable .nav-item.has-submenu a.level-1:after{
	content: "+";
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
   	height: 100%;
    font-size: 24px;
}
.sidebar-nav.sidebar-collapsable .nav-item.has-submenu.active a.level-1:after{
	content: "-";
}
.sidebar-collapsable .nav-subitems {
    position: relative;
    padding: 0;
    left: 0;
    top: 0;
    height: auto;
    width: auto;
    box-shadow: none;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    z-index: 0;
    margin: 0;
}
.sidebar-collapsable .nav-subitems .nav-item-box {
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.sidebar-nav-style-3 .sidebar-collapsable .nav-subitems .nav-item-box .nav-item-icon {
    font-size: 13px;
    width: 20px;
    padding: 1px 0;
    height: 20px;
}
.sidebar-nav-style-3 .sidebar-collapsable .nav-subitems .nav-item-box .nav-item-text {
    font-size: 13px;
}
.sidebar-nav.sidebar-collapsable .nav-subitem{
	height: 0;
	overflow: hidden;
    -webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
.sidebar-nav.sidebar-collapsable .nav-item.active .nav-subitem{
	height: auto;
}

.nav-item:hover .nav-subitems{
	boreder-radius: 0 !important;
}


/*=================================
	Profile Image
===================================*/
.profile-circle,
.profile-square{
	width: 120px;
    height: 120px;
    background: #ffffff;
    text-align: center;
    padding: 7px 5px;
}
.profile-img-circle,
.profile-img-square{
	width: 120px;
    height: 120px;
}
.profile-circle-lg,
.profile-square-lg{
	width: 120px;
    height: 120px;
    padding: 10px 0;
}
.profile-img-circle-lg,
.profile-img-square-lg{
	width: 120px;
    height: 120px;
}
.profile-circle-md,
.profile-square-md{
	width: 90px;
    height: 90px;
    padding: 10px 0;
}
.profile-img-circle-md,
.profile-img-square-md{
	width: 90px;
    height: 90px;
}
.profile-circle-sm,
.profile-square-sm{
	width: 52px;
    height: 52px;
    padding: 8px 0;
}
.profile-img-circle-sm,
.profile-img-square-sm{
	width: 52px;
    height: 52px;
    border-radius: 52px;
}
.profile-circle-xs,
.profile-square-xs{
	width: 32px;
    height: 32px;
    padding: 5px 0;
}
.profile-img-circle-xs,
.profile-img-square-xs{
	width: 32px;
    height: 32px;
    border-radius: 32px;
}
.profile-circle, .profile-img-circle,
.profile-circle-md, .profile-img-circle-md,
.profile-circle-sm, .profile-img-circle-sm,
.profile-circle-xs, .profile-img-circle-xs{
	border-radius: 50%;
}
.profile-square, .profile-img-square,
.profile-square-md, .profile-img-square-md,
.profile-square-sm, .profile-img-square-sm,
.profile-square-xs, .profile-img-square-xs{
	border-radius: 12%;
}

/*=================================
	Company Image
===================================*/
.company-circle,
.company-square{
	width: 175px;
    height: 175px;
    background: #ffffff;
    text-align: center;
    padding: 7px 5px;
}
.company-img-circle,
.company-img-square{
	width: 175px;
    height: 175px;
}
.company-circle-xl,
.company-square-xl{
	width: 120px;
    height: 120px;
    padding: 10px 0;
}
.company-img-circle-xl,
.company-img-square-xl{
	width: 120px;
    height: 120px;
}
.company-circle-lg,
.company-square-lg{
	width: 120px;
    height: 120px;
    padding: 10px 0;
}
.company-img-circle-lg,
.company-img-square-lg{
	width: 120px;
    height: 120px;
}
.company-circle-md,
.company-square-md{
	width: 90px;
    height: 90px;
    padding: 10px 0;
}
.company-img-circle-md,
.company-img-square-md{
	width: 90px;
    height: 90px;
}
.company-circle-sm,
.company-square-sm{
	width: 48px;
    height: 48px;
    padding: 8px 0;
}
.company-img-circle-sm,
.company-img-square-sm{
	width: 48px;
    height: 48px;
    border-radius: 48px;
}
.company-circle-xs,
.company-square-xs{
	width: 32px;
    height: 32px;
    padding: 5px 0;
}
.company-img-circle-xs,
.company-img-square-xs{
	width: 32px;
    height: 32px;
    border-radius: 32px;
}
.company-circle, .company-img-circle,
.company-circle-md, .company-img-circle-md,
.company-circle-sm, .company-img-circle-sm,
.company-circle-xs, .company-img-circle-xs{
	border-radius: 50%;
}
.company-square, .company-img-square,
.company-square-md, .company-img-square-md,
.company-square-sm, .company-img-square-sm,
.company-square-xs, .company-img-square-xs{
	border-radius: 5px;
}

/* ===========================
	Right Sidebar
============================ */
.right-sidebar-sticky{
	position: sticky;
	top: 80px
}

/*================================
	Dashboard
==================================*/
.dashboard-event-intro {
    margin-bottom: 30px;
}
.dashboard-event-intro .event-banner{
	overflow: hidden;
	border-radius: 12px;
}
.dashboard-tile-wrap{
	padding-top: 30px;
	padding-bottom: 30px;
}
.dashboard-tiles{
    list-style: none;
    padding: 0;
    margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.dashboard-title-item{
	margin-bottom: 15px;
	margin-right: 15px;
	width: 100%;
	max-width: 300px;
}
.dash-tile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    text-align: left;
    padding: 8px 20px;
    border-radius: 12px;
    border: 2px solid transparent;
    color: #000000;
    -webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;

}
.dash-tile:hover,
.dash-tile:focus{
	border-color: #000000;
}
.dash-tile-icon{
	color: #ffffff;
    font-size: 18px;
    padding: 5px 8px;
    width: 36px;
    text-align: center;
    margin-bottom: 0;
    margin-right: 15px;
    background: #000000;
    border-radius: 8px;
}
.dash-tile-text{
    font-size: 16px;
    font-weight: 600;
}


.dashboard-tiles{
    justify-content: center;
}
.dashboard-title-bg-item.dashboard-title-item{
	margin-bottom: 20px;
	margin-right: 15px;
	margin-left: 15px;
	max-width: 260px;
}
.dashboard-title-bg-item .dash-tile {
    background-size: 115%;
    background-position: center;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #ffffff;
    min-height: 90px;
    border: none;
    overflow: hidden;
}
.dashboard-title-bg-item .dash-tile-text{
    font-size: 22px;
    z-index: 1;
}
.dashboard-title-bg-item .dash-tile-icon{
	display: none;
}
.dashboard-title-bg-item .dash-tile-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*=================*/
.dashboard-tile .sub-heading {
	margin-bottom: 15px;
}
.dashboard-tile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 25px;
    margin-bottom: 0;
}
.dashboard-tile.has-view-more{
	padding-bottom: 0;
}
.dashboard-tile-view-more{
	padding: 15px 0 20px;
    margin-top: 15px;
}
.dashboard-tile-icon-count {
    display: flex;
    align-items: center;
    padding: 6px 0;
}
.dashboard-tile-icon-count .tile-icon-wrap {
    margin-right: 15px;
}
.dashboard-tile-icon-count .tile-icon {
    background: #007bff;
    line-height: 1;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.dashboard-tile-icon-count .tile-icon i {
    font-size: 32px;
    color: #fff;
}
.dashboard-tile-icon-count .tile-icon-count {
    font-size: 26px;
    font-weight: 600;
    color: #007bff;
}
.dashboard-tile .dashboard-tile-icon-count .sub-heading {
	margin-bottom: 0px;
}
.dashboard-tile-profilew-item {
    padding: 10px 0;
}
#dashboard-visiting-statistics {
    min-height: 250px;
}
.dashboard-tile .profile-complete-not-found{
	min-height: 80px;
}


/*===========================
	Mini Profile
=============================*/
.mini-profile {
	margin-bottom: 15px;
	position: relative;
}
.mini-profile-block {
	overflow: hidden;
}
.mini-profile .user-image {
    margin-top: -45px;
}
.mini-profile .user-image .profile-circle{
	border: 4px solid #fff;
}
.mini-profile-detail {
    padding: 0 25px 25px;
}
.mini-profile-detail .user-detail{
    font-size: 16px;
}
.mini-profile-detail .user-name {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.mini-profile-detail .user-company {
	font-weight: 600;
}
.mini-profile-other {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.detailed-company-detail .company-name{
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.company-mini-block .company-name{
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.mini-profile-edit {
    position: absolute;
    right: -10px;
    top: 45px;
}
.mini-company-edit {
    position: absolute;
    right: -10px;
    top: -5px;
}
.company-logo-image{
	line-height: 0;
    overflow: hidden;
    border-radius: 12%;
    display: block;
}
.miniproifile-top-info {
    position: absolute;
    padding: 7px 12px;
    top: 0;
    left: 0;
    width: 100%;
}


/* ================================
	Attendee Listing
================================== */
.user-profile-list .grid-view .card-view-item {
    text-align: center;
    padding: 10px 7px;
}
.user-profile-list .grid-view .wishlist-btn{
	right: 5px;
    background: none;
    border: none !important;
    font-size:16px;
}
.user-profile-list .grid-view .user-name{
	font-size:16px;
	font-weight:600;
}
.user-profile-list .grid-view .comp-name{
	padding-top:2px;
	padding-bottom:3px;
}
.user-profile-list .grid-view .u-deg{
	padding-bottom:5px;
	margin-bottom:10px ;
	text-align:center;
}
.user-profile-list .grid-view .comp-name a,
.user-profile-list .grid-view .u-deg a{
	color: #000000;
}
.user-profile-list .grid-view .booth {
	position:relative;
    font-size: 11px;
	text-align:center;
	width:50px;
	border:1px solid #ccc;
	border-radius:2px;
	float: left;
    margin: 0px 3px;
	margin-right: -45px;
}
.hr-line{
	width: 80%;
    margin: 0 auto !important;
    padding: 0.50px;
    background-image: linear-gradient(to right,#f7f7f7,#ccc,#F7F7F7);
}
.user-profile-list .grid-view .b-no{
	font-size:14px;
	color:#000;
}
.user-profile-list .grid-view .b-type-label{
	font-size:14px;
	color:#000;
	padding:5px;
	text-align:center;
}
.user-profile-list .grid-view .b-type{
	padding:5px 0px;
	margin-top:5px;
	height:50px;
	text-align:center;
	font-size:13px;
}
.user-profile-list .grid-view .top-box{
	overflow:hidden;
	line-height:15px;
}
.user-profile-list .grid-view .grp-box,
.profile-top .user-info .grp-box,
.user-details .grp-box,
.mini-profile-block .grp-box{
    border-radius: 5px;
    padding: 2px 5px;
    color: #fff;
    background: #73b6ff;
    font-size: 12px;
    float: left;
    margin: 3px;
    z-index: 1;
    position: relative;
}
.user-details .grp-box{
    font-size: 10px;
    float: none;
    padding: 1px 5px;
    letter-spacing: 0.3px;
}
.grp-box.group-3{
	background-color: #28ce97 !important;
}
.grp-box.group-5{
	background-color: #ffa622 !important;
}
.grp-box.group-6{
	background-color: #b898f1 !important;
}
.grp-box.group-7{
	background-color: #3bb7c7 !important;
}
.grp-box.group-8{
	background-color: #e46613 !important;
}
.grp-box.group-9{
	background-color: #674205 !important;
}
.grp-box.group-10{
	background-color: #8b0190 !important;
}
.user-profile-list .grid-view .b-box {
	padding-top: 5px;
	font-size:13px;
}
.user-profile-list .grid-view .btn-box{
	width:100%;
	margin:0;
}
.user-profile-list .grid-view .btn-primary{
	padding:5px 10px;
}
.user-profile-list .grid-view .btn-box .btn-primary,
.user-profile-list .grid-view .btn-box .btn-danger{
	width:70%;
	padding:7px 10px;
	border-radius:10px;
}
.user-profile-list .grid-view .btn-box .btn-primary i,
.user-profile-list .grid-view .btn-box .btn-primary span.glyphicon,
.user-profile-list .grid-view .btn-box .btn-danger i,
.user-profile-list .grid-view .btn-box .btn-danger span.glyphicon{
	height: 15px;
	margin: 2px 0;
}
.user-profile-list .grid-view .btn-box .btn.view{
	width:40%;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:0;
}
.user-profile-list .grid-view .view:hover{
	border-right:1px solid #fff;
}
.user-profile-list .grid-view .view-meeting-detail{
	background:#74A974;
	border-color:#74A974;
}

.user-profile-list .grid-view .view{
	border-right:1px solid #fff !important;
}
.user-profile-list .grid-view .view:hover{
	border-right:1px solid #fff !important;
}
.user-profile-list .grid-view .btn-primary.wishlist-btn{
	position: relative;
	background:none !important;
	float:right;
	z-index:1;
}
.user-profile-list .grid-view .btn-primary.wishlist-btn:hover,
.user-profile-list .grid-view .btn-primary.wishlist-btn:focus{
	background:none !important;
	border:none !important;
    outline: none !important;
    box-shadow: none;
}
.sectorbadgelist .badge{
    padding: 3px 12px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #fff !important;
    background-color: #73b6ff;
    border-radius: 5px !important;
    margin: 2px 2px !important;
}
.user-profile-list .popover{
	font-size : 12px !important;
	    width: 250px !important;
}
.user-profile-list .popover .popover-content div {
    padding: 5px 0px;
    line-height: 1.2;
}
.user_img{
	position: relative;
    line-height: 0;
    border-radius: 12%;
}
span.online-icon {
    width: 10px;
    height: 10px;
    background: #2bef2b;
    padding: 0;
    display: inline-block;
    border-radius: 10px;
    vertical-align: middle;
    margin: -2px 7px 0px;
    position: absolute;
   	bottom: 3px;
    right: -4px;
}

/* Slider Item */
.free-slider {
    padding: 15px 15px;
}
.profile-slider-item {
	width: 100%;
}
.profile-slider-item span.online-icon{
	right: -6px
}
.profile-slider-item .user-details {
    font-size: 13px;
    color: #000000;
    max-width: calc(100% - 55px);
    line-height: 1.3;
}
.profile-slider-item .item{
	background: #ffffff;
    padding: 0;
    border-radius: 16px;
}
.profile-slider-item .item:hover,
.profile-sidebar-items .item:hover{
	background: #1782ff25;
}
.profile-slider-item .item .item-content{
	padding: 10px 12px 10px 25px;
	display: block;
}
.user-details {
    font-size: 13px;
    color: #000000;
}
.user-details .user-name{
	font-size: 15px;
    font-weight: 600;
    color: #000000;
}
.grid-slider-wrap{
    display: flex;
    align-items: center;
}
.grid-slider-wrap.has-title .grid-slider-title{
	width: 20%;
	height: 100%;
}
.grid-slider-wrap.has-title .grid-slider-con{
	width: 80%;
}
.grid-slider-title .slider-title{
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    min-height: 80px;
    padding: 10px 45px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.ai-pick-title {
    background: #1782ff;
}
.online-user-title{
	background: #00cc88;
}
.widget-matchmaking-slider .profile-slider-item::before,
.widget-online-user-slider .profile-slider-item::before {
    content: " ";
    position: absolute;
    left: 12px;
    top: 15%;
    background: #1782ff;
    height: 70%;
    width: 4px;
    border-radius: 4px;
    margin: 0;
}
.widget-online-user-slider .profile-slider-item::before{
    background: #00cc88;
}
.widget-online-user-slider .profile-slider-item .item:hover{
	background: #00cc8833;
}

.free-slider .swiper-button-next,
.free-slider .swiper-button-prev {
    position: absolute;
    top: calc(50% - 4px);
    width: calc(18px/ 44 * 27);
    height: 18px;
    margin-top: calc(0px - (18px/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #1782ff;
    padding: 12px;
    border-radius: 16px;
}
.free-slider .swiper-button-next:after,
.free-slider .swiper-button-prev:after{
	font-size: 12px;
}
#online-user-slider .swiper-slide{
	height: auto;
}

/* Sidebar Item */
.profile-sidebar-items .item{
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.profile-sidebar-items .item .item-content {
    padding: 10px 12px 10px 12px;
    display: block;
}
.profile-sidebar-items .profile-basic-item{
    padding: 10px 12px 10px 12px;
    display: block;
    border-radius: 12px;
}
.profile-basic-item .user-details{
	max-width: calc(100% - 52px);
}
.profile-basic-item .user-details{
	line-height: 1.3;
}

/*=============================
	Multiselect
===============================*/
.multiselect-native-select .btn.dropdown-toggle{
	box-shadow:none;
}
.multiselect-native-select .btn-group{
	display: block;
}
.multiselect-native-select button.multiselect {
	width: 100%;
	text-align: left;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
    background: none;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.multiselect-native-select button.multiselect .caret,
.multiselect-native-select .dropdown-toggle::after{
	position: absolute;
	right: 8px;
	top: 40%;
}
.multiselect-native-select ul.multiselect-container{
	width: 100%;
	top: 33px;
    max-height: 250px !important;
    overflow-y: scroll;
}
.multiselect-container>li>a>label{
	padding-left: 15px;
	font-size: 14px;
	width: 100%;
	color: #000000;
}
.multiselect-container .multiselect-item.multiselect-filter {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
}
.multiselect-container .multiselect-item.multiselect-filter .input-group-btn{
	display: none;
}
.multiselect-container .multiselect-item.multiselect-filter .input-group{
	margin: 0;
}
.multiselect-container .multiselect-item.multiselect-group a{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.multiselect-container .multiselect-item.multiselect-group .caret{
	width: 0;
    height: 0;
    display: block;
    border: 5px solid transparent;
    border-top-color: #000000;
    margin-right: 10px;
}
.multiselect-container>li.multiselect-group label {
    padding: 3px 20px 3px 15px;
}
/*===========================
	Filter
============================= */
.filter-form input,
.filter-form select,.filter-form select:focus,
.filter-form .multiselect-native-select button.multiselect{
    background: #ddedff;
    border-color: #ddedff;
    outline: none !important;
    font-size: 14px;
    color: #000000;
}
.filter-form input:focus {
    background: #ddedff;
    border-color: #ddedff;
    outline: 0;
    box-shadow: none;
}
.filter-form .fg-icon{
	position: relative;
}
.filter-form .fg-icon i{
    position: absolute;
    left: 12px;
    top: 13px;
}
.filter-form .fg-icon input{
	padding-left: 35px;
}

/*===============================
	Profile Detail
================================= */
.profile-detail-top {
    margin: -25px -25px 0;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    overflow: hidden;
}
.profile-top-block {
	background-image: url("../images/bg-pattern-1.png");
	background-repeat: no-repeat;
	background-size: cover;
    padding: 5px 25px 25px;
    max-width: 600px;
    margin: -45px auto 15px;
    position: relative;
}
.profile-detail-top .icon-btn{
	font-size: 18px;
    line-height: 1.2;
}
.profile-top .user-image {
    margin-top: -84px;
    margin-bottom: 7px;
    position: relative;
}
.profile-top .user-image .profile-circle{
	border: 7px solid #f2f8ff;
}
.profile-top-block .user-detail{
    font-size: 15px;
}
.profile-top-block .user-name {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    margin-bottom: 7px;
}
.profile-top-block .user-company {
	font-weight: 600;
}


/* style 2 */
.profile-detail-top.style-2{
    margin: 0;
    border-radius: 0;
    overflow: visible;
}
.profile-detail-cover{
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.profile-cover-image img {
    width: 100%;
}
.style-2 .profile-top-block{
	margin-top: 0;
	background: none;
}
.style-2 .profile-top .user-image{
	margin-top: -45px;
	border-radius:12%;
    line-height: 0;
}
.style-2 .profile-top-block .user-company {
    font-weight: 400;
}
.style-2 .user-action {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    padding: 10px 10px;
    z-index: 9;
    background-image: linear-gradient(#ffffffcd, transparent);
    -moz-background-image: linear-gradient(#ffffffcd, transparent);
	-webkit-background-image: linear-gradient(#ffffffcd, transparent);
}
.style-2 .profile-top .user-info {
    position: absolute;
    z-index: 10;
    top: 7px;
    left: 0;
}
.profile-top .user-info .grp-box{
	font-weight: 600;
    padding: 3px 10px;
    font-size: 13px;
}
.meeting-detail-col {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
}
.meeting-detail-col .meeting_label {
    margin-right: 10px;
}
.meeting-short-box{
	position: relative;
}
.meeting-short-box .meeting-short-actions{
	position: absolute;
	top: 25px;
	right: 25px;
}
.change-profile-button,
.change-company-logo-button {
    border-radius: 50%;
    position: absolute;
    bottom: -2px;
    right: 7px;
    font-size: 18px;
    width: 42px;
    height: 42px;
    padding: 7px 5px;
}


/*=====================
	Profile Edit
=======================*/
.chk-field-con.scrollable {
    max-height: 200px;
    overflow-y: scroll;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 7px 20px;
}
.bootstrap-tagsinput{
	width: 100%;
}


/*===============================
	Meeting Form
=================================*/
.btn-date-time,
.btn-date-time:hover{
    color: #000;
    padding: 5px 15px;
    margin: 5px 7px 5px 0px;
    width: auto;
    min-width: 120px;
    background: #f5f5f5;
    -moz-box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
    box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
}
.btn-date-time i{
	margin-right: 7px;
}
.btn-date-time.selected,
.btn-date-time:hover,
.btn-date-time:focus{
	color: #fff;
	background: #007bff;
}
.date-container-title {
    padding: 10px 0;
    margin: 5px 0;
}
.date-time-container {
    margin-top: 20px;
}

/*===============================
	Exhibitor Listing
================================*/
.company-list .grid-view .card-view-item {
    padding: 15px;
}
.company-list .grid-view .company-name{
	font-size:16px;
	font-weight:600;
}
.company-list .grid-view .company-booth{
	padding-top: 2px;
    padding-bottom: 3px;
    min-height: 26px;
    margin-bottom: 7px;
}


/*===============================
	Company Detail
=================================*/
.company-video {
    overflow: hidden;
    border-radius: 16px;
    line-height: 0;
}
.company-video-placeholder {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    color: #b5b5b5;
}
.company-video-iframe,
.prgram-video-iframe{
    min-height: 404px;
    width: 100%;
}
.company-video-iframe iframe,
.prgram-video-iframe iframe{
    min-height: 100%;
    width: 100%;
    min-height: 404px;
}
.company-video-edit-btn {
    position: absolute;
    z-index: 99;
    top: 7px;
    right: 7px;
}
.company-detail-top .company-name{
	font-size: 26px;
	font-weight: 600;
	color: #000;
}


/*===============================
	Exhibitor Card
=================================*/
.exh-card{
	padding: 20px;
}
.exh-card-row {
    padding: 5px 0px;
}
.exh-card-row .exh-card-icon {
	margin-right: 7px;
    min-width: 18px;
    text-align: center;
    font-size: 13px;
}
.exh-card-row .exh-card-text {
	text-align: left;
    font-size: 13px;
    font-weight: 600;
}
.exh-card-briefcase {
    border-radius: 50%;
    position: absolute;
    font-size: 16px;
    width: 38px;
    height: 38px;
    padding: 10px 5px;
    background: #ffffff;
    display: block;
    text-align: center;
    z-index: 1;
    right: 25px;
    top: 10px;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 15%);
}
.exh-card-briefcase.added{
	/*background: #007bff;*/
	background: #ffffff;
	color: #fff;
}
.exh-card-briefcase.exh-card-download{
	top: 55px;
}


/*==================================
	Brochure
===================================*/
.card-view-item.exh-brochure {
    padding: 20px;
}
.brochure-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.brochure-icon {
    color: #fff;
    margin-right: 15px;
    font-size: 30px;
    line-height: 0;
    background: #73b6ff;
    padding: 12px 18px;
    border-radius: 8px;
}

/*============================
	Video Gallery
==============================*/
.card-view-item.exh-video {
    padding: 0px;
    overflow: hidden;
}
.card-view-item.exh-video .video-icon-btn-box {
    position: absolute;
    z-index: 9;
    top: 10px;
    right: 25px;
}

/*===============================
	Product Listing
=================================*/
.product-item .item{
	border-radius: 16px;
	padding: 15px;
    position: relative;
    overflow: hidden;
}
.product-item .item a img{
    overflow: hidden;
    border-radius: 7px;
}
.item-flat .product-item-image a{
    width: 120px;
    margin-right: 15px;
    border: 1px solid #f5f5f5;
    overflow: hidden;
    border-radius: 12px;
}
.item-flat .product-item-image-sm a{
    width: 60px;
}
.product-item .product-name {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0;
    color: #000;
}
.product-item .item-flat .product-item-detail {
    width: calc(100% - 120px);
}
.product-item  .company-name{
	font-size: 14px;
}
.product-icon-btn-box {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    float: none !important;
    width: 100%;
    padding: 5px 8px 20px;
    background-image: linear-gradient(#ffffffcd, transparent);
    -moz-background-image: linear-gradient(#ffffffcd, transparent);
    -webkit-background-image: linear-gradient(#ffffffcd, transparent);
}


/*=============================
	Product Add
==============================*/
#product-gallery-image {
    display: flex;
    flex-wrap: wrap;
}
.img-gallery-block-wrap{
    width: 100px;
    height: 100px;
    margin: 7px;
}
.img-gallery-block{
    display: flex;
    border: 1px solid #dddddd;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    -moz-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
}
.add-new .img-gallery-block{
	font-size: 18px;
	cursor: pointer;
}
.img-gallery-block .img-gallery-action {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    width: 100%;
    text-align: right;
    background: linear-gradient(to bottom, #fffbfbd4, #fffbfba6, transparent);
}


/*===============================
	Product View
=================================*/
.fotorama--fullscreen{
	background: rgba(255,255,255) !important;
}
.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage{
	background: transparent !important;
}
.fotorama__nav-wrap {
    margin-top: 0px;
}
.fotorama__nav--thumbs .fotorama__nav__frame{
	margin: 0 3px;
}
.fotorama__thumb {
    border-radius: 12px;
    border: 3px solid #dddddd;
}
.fotorama__thumb-border{
	display: none;
}
.fotorama__nav__frame.fotorama__active .fotorama__thumb{
	border-color: #007bff;
}
.fotorama__arr--prev {
    left: 25px !important;
    background-position: 4px 4px !important;
}
.fotorama__arr{
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    top: 50%;
    margin-top: -16px !important;
    background-color: #007bff !important;
    border-radius: 50%;
    -moz-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
}
.fotorama__arr--next {
    right: 25px !important;
    background-position: -27px 4px !important;
}
.fotorama__fullscreen-icon{
    width: 40px !important;
    height: 40px !important;
    background-color: #007bff !important;
    top: 7px;
    right: 7px;
    z-index: 20;
    border-radius: 50%;
    background-position: -27px -28px !important;
    -moz-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
}
.fotorama__wrap--css3 .fotorama__stage .fotorama__img{
	padding: 0px 0 15px !important;
}

/* ====================================
	Notification
====================================== */
.notification-item {
    /*border-bottom: 1px solid #dddddd;*/
}
.notification-item-content{
	padding: 12px;
	margin: 2px 0px;
    border-radius: 8px;
}
.notification-unred {
    background: #1782ff25;
}
.notification-item-link {
    display: block;
}
.notification-item-detail {
    display: flex;
    align-items: center;
}
.notification-item-image{
	width: 42px;
	margin-right: 15px;
    line-height: 0;
}
.notification-item-image .notification-icon{
	font-size: 22px;
    text-align: center;
    background: #6a6a6a;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #ffffff;
}
.notification-item-image .profile-img-circle-sm,
.notification-item-image .profile-img-square-sm,
.notification-item-image .profile-circle-sm,
.notification-item-image .profile-square-sm{
	width: 42px;
    height: 42px;
}
.notification-title {
	font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}
.notification-time {
    font-size: 12px;
}

/* =================================
	Meeting List
==================================== */
.meeting-list-date-user {
    display: flex;
}
.meeting-list-date {
    width: 75px;
    margin-right: 10px;
}
.meeting-list-date-time {
    background: #73b6ff;
    padding: 0px 5px;
    text-align: center;
    color: #ffffff;
    border-radius: 8px;
    font-size: 13px;
}
.meeting-date {
    border-bottom: 1px solid #ffffff;
    font-weight: 600;
    padding: 5px 0 2px;
}
.meeting-time {
    padding: 2px 0px 5px;
    font-weight: 600;
}
.meeting-history-wrapper {
    opacity: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
    transition: 0.25s ease all;
}
.meeting-history-wrapper.show{
	min-height: 50px;
	padding: 15px 0;
    opacity: 1;
    height: auto;
    visibility: visible;
}
.meeting-history-date {
    font-size: 12px;
    font-weight: 600;
}
.meeting-history-desc {
    font-weight: 600;
    padding: 2px 0 7px;
}
.meeting-history-message {
}

/*====================================
	Time Block
======================================*/
.loading-spin-btn{
    text-indent: -1000px;
    overflow: hidden;
    position: relative;
}
.loading-spin-btn .btn-overlay {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3px;
    text-align: center;
    text-indent: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.meeting-indicator-bg {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border: none;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 1px -5px rgb(0 0 0 / 20%);
    box-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
}
.meeting-time-availability .btn-date-time,
.meeting-time-availability .btn-date-time:hover,
.meeting-time-availability .btn-date-time:focus{
	background: #207520 !important;
    border: 1px solid #207520 !important;
    color: #ffffff;
    font-weight: 600;
    opacity: .8;
}
.meeting-time-availability .btn-date-time[disabled],
.meeting-time-availability .btn-date-time[disabled="true"],
.meeting-time-availability .btn-date-time[disabled="disabled"],
.meeting-time-availability .btn-date-time[data_actn="add"],
.meeting-time-availability .btn-date-time[data_actn="add"]:hover,
.meeting-time-availability .btn-date-time[data_actn="add"]:focus {
    background: #7E7E7E !important;
    color: #ffffff;
    font-weight: 600;
    border: 1px solid #7E7E7E !important;
}
.meeting-time-availability .btn-date-time.disable-btn,
.meeting-time-availability .btn-date-time.disable-btn:hover,
.meeting-time-availability .btn-date-time.disable-btn:focus{
    background: #ff0000 !important;
    border: 1px solid #ff0000 !important;
    font-weight: 600;
    opacity: .8 !important;
}
.meeting-time-availability .btn-date-time:hover,
.meeting-time-availability .btn-date-time:focus{
	opacity: 1;
}
.meeting-cal-indicator-row {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 600;
}


/*=========================================
	Conference Listing
===========================================*/
.conf-session-list-date-title {
    display: flex;
}
.conf-session-list-date {
    width: 120px;
    margin-right: 20px;
}
.conf-session-list-title {
    max-width: calc(100% - 120px);
}
.conf-session-list-date .meeting-date,
.conf-session-list-date .meeting-time {
    padding: 7px 2px;
}
.conf-session-title{
	font-size: 18px;
	font-weight: 600;
	padding-right: 60px;
}
.conf-session-icon-bn-box{
    position: absolute;
    z-index: 99;
    right: 10px;
    top: -5px;
}
.conf-session-icon-bn-box .icon-btn {
    font-size: 18px;
    line-height: 0;
}


/* ======================================
	Program Details
========================================= */
.program-video {
    overflow: hidden;
    border-radius: 16px;
    line-height: 0;
}
.program-video-wrap {
    margin: -25px -25px 0;
}
.price {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}



/* ======================================
	Cart Details
========================================= */
.plan-description p {
    margin-bottom: 0;
}
.ea-plan-title {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}
.ea-plan-right{
	width: 150px;
}
.ea-plan-right .button-cart-remove{
	margin-top: -7px;
}

/* =========================================
	Forms
============================================ */
.dropzone.dz-clickable {
    cursor: pointer;
}
.dropzone {
    min-height: 150px;
    border: 1px solid #ccc;
    background: white;
    padding: 20px 20px;
    border-radius: 5px;
}

.form-display-group{
    margin-bottom: 20px;
}
.form-display-group label {
    color: #000;
    font-weight: 600;
}
.form-display-value {
    padding: 7px 12px;
    background: #e5e5e5;
    border-radius: 5px;
    min-height: 36px;
}
.section-plan-description p{
	margin-bottom: 0;
}
.sticky-form-top{
	position: sticky;
	top: 70px;
	z-index: 9;
}
.modal-body .sticky-form-top{
	top: -10px;
}
.statistics-count-title{
	font-size: 11px;
}
.statistics-count-number{
	font-size: 18px;
}


.sidebar-collapsable .nav-subitems .nav-item-box.level-3 {
    padding-left: 60px;
}

.subheading-seperator{
    border-bottom: 2px solid #EBEBEB;
    padding: 0 0 5px 0;
}
.word-break{
	word-wrap: break-word;
}

.large-modal .modal-content {
    height: 80vh; /* Adjust height as needed */
  }

.inline-radio-group .radio {
    display: inline-block;
    margin-right: 25px;
    margin-top: 10px;
}
.inline-checkbox-group .checkbox {
    display: inline-block;
    margin-right: 25px;
    min-width: 290px;
}
.inline-checkbox-group .checkbox input[type=checkbox]{
    margin-right: 7px;
}
.booth-detail-style{
	background-color: #80808030;
}


.highlights-popup .branding-banner-wrapper{
    background: #fff100;
    height: 110px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 15px;
    border-radius: 0px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}
.highlights-popup .branding-banner-wrapper  p{
	margin: 0;
}


.highlights-popup .zig-zag-top:before{
	background: linear-gradient(-45deg, #fff100 16px, red 16px, blue 16px, transparent 0), linear-gradient(45deg, #fff100 16px, transparent 0);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 15px 35px;
    content: " ";
    display: block;
    height: 21px;
    width: 100%;
    position: absolute;
    top: -20px;
    left: 0;
}
.highlights-popup .zig-zag-bottom:after{
	background:
		linear-gradient(-45deg, transparent 16px, #fff100 0),
		linear-gradient(45deg, transparent 16px, #fff100  0);
    background-repeat: repeat-x;
	background-position: left bottom;
    background-size: 15px 35px;
    content: "";
    display: block;
    height: 21px;
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
}
table {
  page-break-inside: avoid;
}

tr {
  page-break-inside: avoid;
}

td {
  page-break-inside: avoid;
}
.dasboard-buttn:hover{
    background-color: #FFD700 !important;
    color: black !important;
    border-color: black !important;
}
