html {
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	background-color: #f2f5f7;
	padding-bottom: 60px;
}

/* global */

.hidden {
    display: none!important;
}

.no-padding{
	padding: 0px !important;
}

.no-padding-right{
	padding-right: 0px !important;
}

.no-padding-left{
	padding-left: 0px !important;
}

.no-padding-top{
	padding-top: 0px !important;
}

.no-padding-bottom{
	padding-bottom: 0px !important;
}

.no-margin{
	margin: 0 !important;
}

.no-border{
	border: 0 !important;
}

.center{
	text-align: center;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

.underline{
	text-decoration: underline;
}

.spacer-top{
	padding-top: 60px !important;
}

.small-spacer-top{
	padding-top: 30px !important;
}

.double-spacer-top{
	padding-top: 90px !important;
}

.spacer-bottom{
	padding-bottom: 60px !important;
}

.small-spacer-bottom{
	padding-bottom: 30px !important;
}

.double-spacer-bottom{
	padding-bottom: 90px !important;
}

.uppercase{
	text-transform: uppercase;
}

ul{
	list-style:none;
}

.bg-white{
	background-color: #ffffff;
}

.bg-darkblue{
	background-color: #336da0;
}

.border-gray{
	border: 2px solid #efefef;
	border-radius: 5px;
}

.column{
	display: inline-block;
	float: left;
	padding: 20px 0px;
}

.column-first{
	padding-left: 20px;
}

.column-last{
	padding-right: 20px;
}

.column-profile{
	width: 70%;
}

.column-text{
	padding-left: 20px;
}

.column-text span{
	padding-bottom: 5px;
}

.column-lines{
	padding: 0px;
}

.column-lines span{
	padding: 20px 30px;
	color: #336da0 !important;
}

.column-lines span i{
	color: #a9ba39;
}

.column-price{
	width:10%;
	padding-left: 30px;
	bottom: 8px;
    position: absolute;
}

.float-r{
	float: right;
}

.float-l{
	float: left;
}

i.green{
	color: #a9ba39;
}

h2.green{
	color: #A5B63A;
}

.forgot{
	margin-bottom: 10px;
}

a.gray{
	color: #808080;
}

a.gray:hover{
	color: #808080;
}

.no-border{
	border: 0px;
}

.title.blue{
	color: #336da0;
}

.width-70{
	width: 70%;
}

.width-50{
	width: 50%;
}

.height-370{
	height: 370px;
    min-height: 370px;
    overflow: auto;
}

.height-380{
	height: 380px;
    min-height: 380px;
    overflow: auto;
}

.height-310{
	height: 310px;
    min-height: 310px;
    overflow: auto;
}

.clear{
	clear: both;
}

/* fonts */

.f20{
	font-size: 20px;
}

.f18{
	font-size: 18px;
}

/* dialog */

.modal-header{
	border-bottom: 0px;
	padding: 0px 15px;
	color: #969696;
}

.modal-header .close {
    color: #969696;
    opacity: 1;
}

.modal-header .close i{
	font-size: 25px;
}

.modal-content{
	border-radius: 10px;
	border: 2px solid #ddd;
	padding: 30px;
}

.modal-content .modal-footer{
	background-color: transparent;
	padding: 0px;
	padding: 0px 15px;
	border-top: 0px;
	margin-top: 32px;
}

.modal-footer::before{
	content: none;
    display: none;
}

.modal-footer::after{
	content: none;
    display: none;
}

.modal-body{
	padding: 0px;
}

.badge-select-box{
	padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
}

.badge-select-box div{
	height: 160px;
}

.scroll-box{
	overflow: auto;
	height: 300px;
}

.full-width{
	width: 100%;
}

/* buttons */

.btn{
	border: 0px;
	color: #ffffff;
	padding: 10px 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	border-radius: 5px;
}

.btn:hover{
	color: #ffffff;
}

.btn-fluid{
	width: 100%;
}

.btn.red{
	background-color: #df3f1a;
}

.btn.white{
	background-color: #FFFFFF;
	color: #a9ba39;
}

.btn.white:hover{
	background-color: #f3f3f3;
}

.btn-remove{
	background-color: transparent;
	border: 1px solid #7D7D7D;
	padding: 10px 20px;
	color: #FF4242;
	border-radius: 5px;
	font-weight: 500;
}

.btn-remove:hover{
	color: #FF4242;
	text-decoration: none;
}

.btn.blue{
	background-color: #336da0;
}

.btn.blue:hover{
	background-color: #2c5f8c;
}

.btn.green{
	background-color: #a9ba39;
}

.btn.orange{
	background-color: #FE9E01;
}

.btn.orange:hover{
    background-color: #FE9E01;
}

.btn.green:hover{
	background-color: #98a92d;
}

.btn.gray{
	background-color: #f6f7f9;
	color: #969696;
}

.btn.yellow{
	background-color: #e5b300;
}

.btn.yellow:hover{
    background-color: #cc9f00;
}

.btn-outline{
	color: #336da0;
	border: 2px solid #336da0;
	background-color: transparent;
}

.btn-outline:hover{
	background-color: #336da0;
	color: #ffffff; 
}

.btn-outline.gray{
	color: #999999;
	border: 2px solid #dfdfdf;
	background-color: transparent;
}

.btn-outline.gray:hover{
	background-color: #dfdfdf;
	color: #ffffff;
}

.btn-outline.green{
	color: #a9ba39;
	border: 2px solid #a9ba39;
	background-color: transparent;
}

.btn-outline.green:hover{
	background-color: #a9ba39;
	color: #ffffff;
}

.btn-outline.blue{
	color: #336da0;
	border: 1px solid #336da0;
	background-color: transparent;
}

.btn-outline.blue:hover{
	background-color: #336da0;
	color: #ffffff;
}

.btn.small{
	font-size: 12px;
	padding: 6px 10px;
}

/* icons */

.material-icons{
	vertical-align: middle;
}

.skype-icon{
	background-image: url('../images/icon-skype.png');
	background-size: contain;
	width: 19px;
	height: 19px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

/* form */

.group{
	position: relative;
	padding-bottom: 30px;
}

.radio-inline{
	margin-right: 25px;
}

input{
	width: 100%;
	font-size:16px;
	padding:10px 10px 10px 5px;
	display:block;
	border:none;
	border-bottom: 1px solid #e5e5e5;
}

input:focus { 
	outline:none; 
}

/* LABEL ======================================= */
label 				 {
  color:#999; 
  font-size: 16px;
  font-weight:normal;
  position:absolute;
  /*pointer-events:none;*/
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label, input.file ~ label{
  top: 2px;
  font-size:12px;
  color: #212121;
}

input.no-required ~ label{
  top:10px;
  color: #999;
  font-size: 16px;
}

input.no-required:focus ~ label, input.label-top ~ label{
  top:-20px;
  font-size:14px;
  color:#336da0;
}

/* New Input style */
.text-material__container {
    position: relative;
    background: #FFFFFF;
    border-radius: 5px;
	border: 1px solid #CCCCCC;
}

.text-material__container .show-pass {
    position: absolute;
    right: 15px;
    bottom: 30%;
    border: 0;
    background: 0;
    padding: 0;
    cursor: pointer;
}

.text-material__container .show-pass i {
    font-size: 20px;
    vertical-align: middle;
    color: #E2E5EF;
}

.text-material__container .text-material__field,
.text-material__container .text-area-material__field {
    width: 100%;
    border: 0px;
    outline: 0;
    font-size: 14px;
    color: #212121;
    padding: 16px;
    background: transparent;
    transition: border-color 0.2s;
    top: 3px;
    position: relative;
}

.text-material__container .text-area-material__field {
    min-height: 80px;
    resize: none;
}

.text-material__container .text-material__field::placeholder,
.text-material__container .text-area-material__field::placeholder {
    color: transparent;
}

.text-material__container .text-material__field:placeholder-shown ~ .text-material__label,
.text-material__container .text-area-material__field:placeholder-shown ~ .text-material__label {
    font-size: 15px;
    cursor: text;
    top: 15px;
    color: #929292;
}

.text-material__container .text-material__field:placeholder-shown ~ .text-material__label .tooltip,
.text-material__container .text-material__field:placeholder-shown ~ .text-material__label .extra,
.text-material__container .text-area-material__field:placeholder-shown ~ .text-material__label .tooltip,
.text-material__container .text-area-material__field:placeholder-shown ~ .text-material__label .extra {
    display: inline-block;
}

.text-material__container label,
.text-material__container .text-material__field:focus ~ .text-material__label,
.text-material__container .text-area-material__field:focus ~ .text-material__label {
    position: absolute;
    top: 2px;
    left: 16px;
    display: block;
    transition: 0.2s;
    font-size: 12px;
    color: #212121;
}

.text-material__container label .tooltip,
.text-material__container label .extra {
    display: none;
}

.text-material__container .text-material__field:focus ~ .text-material__label,
.text-material__container .text-area-material__field:focus ~ .text-material__label {
    color: #212121;
}

.text-material__container .text-material__field:focus ~ .text-material__label .tooltip,
.text-material__container .text-material__field:focus ~ .text-material__label .extra,
.text-material__container .text-area-material__field:focus ~ .text-material__label .tooltip,
.text-material__container .text-area-material__field:focus ~ .text-material__label .extra {
    display: none;
}

.text-material__container.read-only input {
    color: rgba(36, 42, 67, 0.35);
    cursor: not-allowed;
}

.text-material__container.read-only .text-material__label {
    color: #787878;
}

.modal-title{
	color: #272727;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
}

/* New Input style */

.radio-inline input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #efefef;
	margin-top: -4px;
}

.control--radio .control__indicator {
	border-radius: 50%;
}

/* Hover and focus states */
.radio-inline:hover input ~ .control__indicator,
.radio-inline input:focus ~ .control__indicator {
	background: #efefef;
}

/* Checked state */
.radio-inline input:checked ~ .control__indicator {
	background: #a9ba39;
}

/* Hover state whilst checked */
.radio-inline:hover input:not([disabled]):checked ~ .control__indicator,
.radio-inline input:checked:focus ~ .control__indicator {
	background: #a9ba39;
}

/* Disabled state */
.radio-inline input:disabled ~ .control__indicator {
	pointer-events: none;
	opacity: .6;
	background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
	position: absolute;
	display: none;
	content: '';
}

/* Show check mark */
.radio-inline input:checked ~ .control__indicator:after {
	display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
	top: 4px;
	left: 8px;
	width: 3px;
	height: 8px;
	transform: rotate(45deg);
	border: solid #fff;
	border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
	top: 7px;
	left: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
}

/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
	background: #7b7b7b;
}

.simple-check {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  .simple-check--lilac{
	color:#929292;
  }
  .simple-check--black{
	color:#24292C;
  }
  
  /* Hide the browser's default checkbox */
  .simple-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	left: 0;
  }
  
  .simple-checkmark {
	position: absolute;
	top: 0px;
	left: 3px;
	height: 18px;
	width: 18px;
	background-color: transparent;
	border:2px solid #929292;
	border-radius:3px;
  }
  
  /* On mouse-over, add a grey background color */
  .simple-check:hover input ~ .simple-checkmark {
	background-color: #e2e2e2;
  }
  
  /* When the checkbox is checked, add a blue background */
  .simple-check input:checked ~ .simple-checkmark {
	border:2px solid transparent;
	background:#929292;
  }
  
  /* Create the simple-checkmark/indicator (hidden when not checked) */
  .simple-checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the simple-checkmark when checked */
  .simple-check input:checked ~ .simple-checkmark:after {
	display: block;
  }
  
  /* Style the simple-checkmark/indicator */
  .simple-check .simple-checkmark:after {
	left: 4px;
	top: 0px;
	width: 6px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  
  .simple-check--white .simple-checkmark:after {
	  left: 4px;
	  top: 0px;
	  width: 6px;
	  height: 12px;
	  border: solid #0812a3;
	  border-width: 0 2px 2px 0;
	  -webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
  
  .simple-check--green{
	color:#929292;
  }
  .simple-check--green .simple-checkmark{
	border:2px solid #C5D07A;
  }
  .simple-check--green input:checked ~ .simple-checkmark {
	border:2px solid transparent;
	background-color:#C5D07A;
  }
  
  .simple-check--white{
	  color:#929292;
  }
  .simple-check--white .simple-checkmark{
	  border:2px solid #ffffff;
  }
  .simple-check--white input:checked ~ .simple-checkmark {
	  border:2px solid transparent;
	  background-color:#ffffff
  }
  
  .simple-check--blue .simple-checkmark:after {
	  left: 4px;
	  top: 0px;
	  width: 6px;
	  height: 12px;
	  border: solid #006CCF;
	  border-width: 0 2px 2px 0;
	  -webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
  
  .simple-check--blue .simple-checkmark{
	  border:2px solid #006CCF;
  }
  .simple-check--blue input:checked ~ .simple-checkmark {
	  border:2px solid #006CCF;
	  background-color:transparent;
  }

/* BOTTOM BARS ================================= */
.bar 	{ 
	position:relative; 
	display:block; width:100%; 
}
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#336da0; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}

select {
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 4px 0;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  margin-bottom: 30px;
  padding-bottom: 16px;
  color: #969696;
}

/* Remove focus */
select:focus {
  outline: none
}

/* Hide label */
.mdl-selectfield label {display: none;}
/* Use custom arrow */
.mdl-selectfield select {-webkit-appearance: none;-moz-appearance: none;}
.mdl-selectfield {
  font-family: 'Roboto','Helvetica','Arial',sans-serif;
  position: relative;
}
.mdl-selectfield:after {
    position: absolute;
    top: 0.75em;
    right: 0.5em;
    /* Styling the down arrow */
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 0.35em solid rgba(0, 0, 0, 0);
    border-right: .35em solid rgba(0, 0, 0, 0);
    border-top: 0.500em solid #969696;
    pointer-events: none;
}

/* header */

.header{
	background-color: #a9ba39;
	padding: 10px 0px;
}

.header-icon{
	color: #ffffff;
	margin-top: 19px;
    display: block;
    text-align: center;
}

.header-icon:hover{
	text-decoration: none;
	color: #ffffff;
}

.header-icon i{
	color: #454c18;
	font-size: 35px;
}

.header-profile-photo{
	margin-top: 10px;
    display: block;
    cursor: pointer;
}

.header-notification{
	cursor: pointer;
}

.search-filter{
	background-color: #ffffff;
	border-radius: 12px;
	padding: 16px;
	display: none;
	margin-bottom: 15px;
}

.search-filter h3{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
	margin-top: 0px;
	width: fit-content;
}

.search-filter .content-container label{
	position: inherit;
	pointer-events: inherit !important;
	font-size: 15px;
}

.search-filter .content-container .material-icons{
	font-size: 16px;
}

.search-filter .green-checkbox {
	accent-color: #a9ba39;
	width: 18px !important;
	margin: 3px 0 0 !important;
	margin-right: 5px !important;
}

.search-filter .green-checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	border: 2px solid #ccc;
	border-radius: 3px;
	outline: none;
	transition: border-color 0.3s;
	position: relative;
	cursor: pointer;
}

.search-filter .green-checkbox:checked {
	border-color: #a9ba39;
	background-color: #a9ba39;
}

.search-filter .green-checkbox:checked::after {
	content: '';
	position: absolute;
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.search-result-item-placeholder{
	background-color: #fdfdfd;
    border-radius: 16px;
	padding: 20px;
	margin-bottom: 20px;

	h2{
		width:210px;
		height: 20px;
		margin-bottom: 3px;
	}
	p{
		width:150px;
		height:15px;
	}
}

.search-result-item-placeholder .search-result-item-figure::after{
	border-radius: 12px;
}

.search-result-item-placeholder .search-result-item-figure{
	height: 64px;
    width: 64px;
    margin-right: 10px;
	flex-shrink: 0;
	background-color: transparent;
}

.item-placeholder-container{
	width: 100%;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 20px;

	h2{
		width:210px;height:9px;
	}
	p{
		width:150px;height:8px;
	}
}

.item-placeholder-container .search-result-item-figure::after{
	border-radius:50%;
}

.load-placeholder{
	position:relative;
	overflow: hidden;
	background-color:#D2D4E1;
	margin-top: 0px;
	margin-bottom: 0px;
}

.load-placeholder::after{
	content: "";
	background: #e2e2e2;
	background: #f6f7f8;
	background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
	background-size: 1300px;
	position: absolute;
	display:block;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transform: translateX(0);
	animation: 1.9s loading-placeholder ease-in-out infinite;
}

@keyframes loading-placeholder{

	0%{ background-position: -650px 0; }
    100%{ background-position: 650px 0; }
}

.search-result-pagination{
	padding-bottom: 15px;
    padding-top: 5px;
}

.search-result-pagination a{
    color: #272727;
	font-size: 15px;
    margin: 0px 5px;
    display: inline-block;
}

.search-bar{
	background-color: #ffffff;
	border-radius: 5px;
	margin-top: 14px;
}

.search-input{
	padding: 12px 15px;
	background-color: transparent;
	border: 0px;
	width: 85%;
	font-size: 14px;
	display: inline-block;
}

.search-button{
	background-color: #e9ecef;
	width: 14%;
	padding: 10px;
	border: 0px;
	border-radius: 5px;
	float: right;
}

.profile-menu{
	padding-left: 0;
    position: absolute;
    background-color: #fff;
    width: 200px;
    right: 15px;
    top: 75px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    z-index: 99;
    display: none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.profile-menu:after{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 10px 10px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -10px;
	left: 150px;
}

.profile-menu:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 10px 10px;
	border-color: #7F7F7F transparent;
	display: block;
	width: 0;
	z-index: 0;
	top: -10px;
	left: 150px;
}

.profile-menu li{
	border-bottom: 2px solid #dddddd;
	padding: 10px;
}

.profile-menu li.last{
	border-bottom: 0px;
}

.profile-menu a{
	color: #777777;
}

.tool-menu{
	padding-left: 0;
    position: absolute;
    background-color: #fff;
    width: 205px;
    left: 0;
    top: 33px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    z-index: 99;
    display: none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    text-align: left;
    padding: 10px 15px;
}

.tool-menu li{
	margin: 6px 0;
}

.tool-menu a{
	color: #ccc1c8;
}

.tool-link:hover .tool-menu{
	display: block;
}

.notification-menu{
	padding-left: 0;
    position: absolute;
    background-color: #fff;
    width: 400px;
    right: 15px;
    top: 75px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    z-index: 99;
    display: none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.notification-menu:after{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 10px 10px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -10px;
	left: 355px;
}

.notification-menu:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 10px 10px;
	border-color: #7F7F7F transparent;
	display: block;
	width: 0;
	z-index: 0;
	top: -10px;
	left: 355px;
}

.notification-menu li{
	border-bottom: 2px solid #dddddd;
	padding: 10px;
}

.notification-menu li.no-border{
	padding: 0px;
}

.notification-menu li.last{
	border-bottom: 0px;
}

.notification-menu a{
	color: #777777;
}

.notification-menu .column-first{
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.notification-menu .column-text{
	padding-left: 5px;
	padding-top: 0px;
}

.notification-menu .column-last{
	padding-top: 5px;
    font-size: 12px;
    padding-right: 0px;
}

.notification-menu .notification-item{
	border-bottom: 2px solid #dddddd;
	padding: 10px;
}

.notification-menu .notification-item h5{
	margin-bottom: 0px;
	margin-top: 6px;
}

.notification-menu .notification-item.last{
	border-bottom: 0px;
}

.unread-icon{
	position: absolute;
    top: 10px;
    right: 30px;
    background-color: #ffffff;
    color: #666;
    border-radius: 50%;
    padding: 1px 7px;
}

.inputfile{
	width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

/* menu */

.menu{
	text-align: center;
	font-size: 15px;
	padding: 15px 0px;
	padding-bottom: 0px;
}

.menu .menu-item{
	color: #ccc1c8;
	margin-right: 40px;
	padding-bottom: 13px;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	position: relative;
}

.menu a:hover{
	text-decoration: none;
}

.menu a.active{
	color: #336da0;
	border-bottom: 3px solid #336da0;
    padding-bottom: 12px;
}

.menu a i{
	margin-right: 1px;
}

/* widget */

.tab-padding-top{
	padding-top: 20px;
}

.widget-spacer{
	margin-bottom:20px;
}

.widget{
	background-color: #ffffff;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	padding: 25px 20px;
	clear: both;
}

.widget h2{
	color: #336da0;
	font-size: 20px;
	margin: 0;
}

.widget h2.gray{
	color: #969696;
}

.widget img.icon{
	padding-top: 15px;
}

.widget p{
	color: #999999;
	margin: 0;
	padding: 15px 0px;
}

.widget span.money{
	color: #a9ba39;
	display: block;
	padding: 15px 0px;
	font-size: 20px;
}

.widget div.detail{
	font-size: 14px;
	padding-top: 10px;
	color: #888;
}

.widget span.money-support{
	color: #336da0;
	display: block;
	font-size: 35px;
}

.widget span.money-support i{
	font-size: 35px;
}

.widget-row{
	padding: 0;
	margin-bottom: 20px;
}

.widget-row .inline{
	float: left;
}

.widget-row .inline-text{
	padding: 18.5px;
}

.widget-row .inline-text span{
	font-size: 15px;
    position: relative;
    top: -1px;
}

.widget-row .inline-status{
	width: 84px;
	height: 84px;
	text-align: center;
	padding-top: 20px;
}

.widget-row .inline-status.green{
	background-color: #F4FFAE;
	color: #A9BA39;
}

.widget-row .inline-status.blue{
	background-color: #A5C8E8;
	color: #336DA0;
}

.widget-row .inline-status.yellow{
	background-color: #FFEA82;
	color: #AA9B53;
}

.widget-row .inline-status.orange{
	background-color: #ffe2ae;
	color: #ba8d39;
}

.widget-row .inline p{
	padding-top: 5px;
	padding-bottom: 0;
}

a.float-action-1{
	position: absolute;
    right: 45px;
    top: 24px;
}

a.float-action-1 i{
	color: #757575;
}

a.float-action-1:hover i{
	color: #757575;
}

.widget a.float-action-1{
	position: absolute;
    right: 45px;
    top: 24px;
}

.widget a.float-action-2{
	position: absolute;
    right: 25px;
    top: 24px;
}

.widget a.float-action:hover i{
	color: #757575;
}

.widget-profile p{
	clear: both;
}

.widget-profile h2{
	color: #969696;
	padding-bottom: 20px;
}

.widget-profile .column{
	padding-top: 0px;
	padding-bottom: 0px;
}

.widget.transparent{
	background-color: transparent;
	border: 0px;
	padding: 25px 0px;
}

.widget-profile-header h2{
	float: left;
}

.widget-profile-header a{
	float: right;
}

.widget-profile-header i{
	color: #969696;
}

.widget-profile .column-duo{
	padding-left: 50px;
}

.widget-feed-header .column{
	padding-top: 0px;
	padding-bottom: 0px;
}

.widget-feed-header{
	color: #999999;
}

.widget-feed-header a{
	color: #336da0;
	display: block;
	font-weight: 700;
	font-size: 17px;
}

.widget-feed-header a:hover{
	color: #336da0;
	text-decoration: none;
}

.widget-feed-header .profile-thumb{
	margin-bottom: 10px;
}

.widget-feed-header .date{
	color: #999999;
}

.widget-feed-actions{
	padding: 20px 0px 0px 0px;
}

.widget-feed-actions a{
	color: #336da0;
}

.widget-feed-actions form{
	display: inline-block;
}

.widget-feed-actions .comment-area form{
	width: 93%;
}

.widget-feed-actions .comment-area .publish-comment{
	display: none;
	margin-left: 10px;
	margin-top: 3px;
	font-size: 15px;
    padding: 8px 19px;
}

.widget-feed-actions textarea{
	width: 100%;
    padding: 9px;
    margin-left: 10px;
    resize: none;
    border-radius: 5px;
}

.widget-feed-actions hr{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #eee;
}

.widget-feed-actions .like-stats{
	float: left;
}

.widget-feed-actions .comment-stats{
	float: left;
}

.widget-feed-actions .comment-stats span{
	width: 90px;
}

.widget-feed-actions .comment-area{
	padding-top: 20px;
}

.widget-feed-actions .comment-area .comment-item .comment-photo{
	width: 35px;
	height: 35px;
}

.widget-feed-actions .comment-area .comment-item a{
	color: #000000;
}

.widget-feed-actions .comment-area .comment-item a:not([href]):hover{
	color: #000000;
	text-decoration: none;
}

.widget-feed-actions .comment-area .comment-item .column-photo{
    padding-left: 5px;
    padding-right: 14px;
}

.widget-feed-actions .comment-area .comment-item .column-text{
    width: 93%;
    padding-left: 0;
}

.widget-feed-actions .comment-area .comment-item .column-text p{
    background-color: #F3F3F3;
    border-radius: 5px;
    padding: 15px;
    color: #000000;
}

.widget-feed-actions .comment-area .comment-item .column-text h4{
    font-size: 15px;
}

.widget-feed-actions .comment-area .comment-item .column-text h5{
    margin-top: 5px;
    font-size: 13px;
}

.widget-feed-actions .buttons .comment{
	cursor: pointer;
}

.widget-feed-actions .comment-photo{
	border-radius: 30px;
	width: 40px;
	height: 40px;
	background-size: contain;
	background-position: center center;
	display: inline-block;
	vertical-align: top;
}

.widget-feed-actions .comment{
	display: inline-block;
}

.my-post:hover .delete-post{
	display: block;
}

.widget-add{
	border: 2px solid #006da3;
	border-style: dashed;
	border-radius: 5px;
	padding: 25px 20px;
	clear: both;
	text-align: center;
	display: table;
    width: 100%;
}

.widget-add a{
	color: #006da3;
	font-size: 20px;
	vertical-align: middle;
	display: table-cell;
}

.widget-add i{
	font-size: 45px;
}

.widget-add .btn-add{
	display: table-cell;
    vertical-align: middle;
}

.widget-add-circle{
	width: 83px;
    height: 83px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #006da3;
    border-style: dashed;
    border-radius: 50%;
    padding-top: 12px;
    font-size: 18px;
}

.widget-contact-height{
	height: 200px;
}

.widget-branch-height{
	height: 128px;
}

.widget-branch{
	margin-bottom: 20px;
}

.widget-branch i{
	font-size: 38px;
	margin-right: 15px;
}

.widget-branch .column-content{
	width: 80%;
}

.widget-service-height{
	height: 155px;
}

.widget-service{
	margin-bottom: 20px;
}

.widget-presentation-height{
	height: 128px;
}

.widget-presentation{
	margin-bottom: 20px;
}

.widget-presentation a{
	color: #336da0;
	display: block;
}

.widget-presentation a:hover{
	color: #336da0;
}

.widget-presentation img {
    margin-right: 15px;
}

.widget-photo img{
	width: 100%;
}

.widget-photo .photo-thumb{
	height: 238px;
	display: block;
	width:100%;
	background-size: cover;
}

.widget-photo-height{
	height: 238px;
}

.widget-branch ul li strong{
	font-size: 18px;
}

.widget-contact{
	margin-bottom: 20px;
}

.widget-contact ul li{
	margin-bottom: 3px;
}

.widget-contact ul li.contact-item{
	color: #666666; 
}

.widget-contact ul li a{
	color: #666666;
}

.widget-contact ul li strong{
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
}

.widget-contact i{
	color: #969696;
	font-size: 20px;
	padding-right: 5px;
}

.widget .float-action i{
	color: #969696;
	font-size: 20px;
	padding-right: 10px;
}

.widget-user{
	margin-bottom: 20px;
	position: relative;
}

.widget-user h4{
	margin: 0;
}

.btn-inbox{
	display: none;
}

.divider-top{
	border: 2px solid #f2f5f7;
	margin-top: 20px;
}

.btn-visit-branch{
	position: relative;
    background-color: #336da0;
    color: #fff;
    text-align: center;
    padding: 7px 0px;
    left: -20px;
    top: 27px;
    width: 393px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.btn-visit-branch:hover{
	text-decoration: none;
	background-color: #2c5f8c;
	color: #ffffff;
}

/* tabs */

.tab-content{
	background-color: #f2f5f7;
}

.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
}

.nav-tabs {
    text-align:center;
    border-bottom: 0px;
    border-top: 2px solid #f3f3f3;
}

.nav-tabs>li>a{
	border-radius: 0px;
	color: #8e9295;
	padding: 10px 20px;
}

.nav-tabs>li>a.last{
	border-right: 0px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	border: 0px;
	border-bottom: 3px solid #A8B939;
	color: #5C5C5C;
	font-weight: 500;
}

.nav-tabs>li.active>a.last{
	border-right: 0px;
}

.nav>li>a:hover, .nav>li>a:focus{
	background-color: transparent;
	border-color: transparent;
}

.nav>li>a.last:hover, .nav>li>a.last:focus{
	background-color: transparent;
	border-right: 0px;
}

.tags-tab{
	display: flex;
	gap: 4px;
	padding-left: 0px;
	padding-bottom: 8px;
	text-align: left;
	height: 50px;
    align-items: center;
	margin-bottom: 0px;

	a{
		border: 1px solid #CCC;
		border-radius: 40px;
		padding: 8px 16px;
		font-size: 16px;
		color: #5C5C5C;
		display: flex;
        height: 37px;
        align-items: center;
		cursor: pointer;
	}
	a:hover{
		text-decoration: none;
	}

	a.active{
		border: 1px solid #A8B939;
		background-color: #E4E9C2;
		color: #5C661F;
	}
}

/* box */

.box{
	background-color: #ffffff;
}

.box.outline{
	border: 1px solid #e5e6e7;
}

.box h1{
	font-size: 20px;
	font-weight: 700;
	color: #333333;
	margin: 0;
	padding-bottom: 5px;
}

.box h1.profile-title{
	font-size: 30px;
}

.box span{
	color: #666666;
	display: block;
}

.box-twigtalk h4{
	color: #979797;
	float: left;
}

.box-twigtalk .widget h4{
	display: block;
	float: none;
}

.box-twigtalk .widget a{
	color: #666666;
}

.countdown .number{
	font-weight: 600;
	font-size: 23px;
	color: #a9ba39;
}

.countdown .number span{
	font-size: 13px;
	font-weight: 300;
}

.box-sales-lead{
	border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.sales-lead-bar{
	background-color: #ffffff;
	margin-bottom: 20px;
	padding-left: 30px;
}

.sales-lead-bar .nav-tabs{
	border-top: 0px;
	padding-top: 10px;
	width: fit-content;
}

.sales-lead-bar .nav-tabs li a{
	border-right: 0px;
}

.sales-lead-bar .nav-tabs li a:hover{
	border-right: 0px;
}

.sales-lead-bar .nav-tabs li a:focus{
	border-right: 0px;
}

.box-sales-update{
	border: 1px solid #e6e6e6;
	padding: 20px;
	margin-bottom: 15px;
}

.box-sales-update h4{
	margin-top: 0px;
}

.box-sales-update .tag{
	margin-right: 5px;
}

.box-sales-update textarea{
	width: 100%;
	border: 0px;
	height: 60px;
	resize: none;
}

.box-sales-update-content:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	left: -14px;
	top: 15px;
}

.box-sales-update-content:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #dadada;
	display: block;
	width: 0;
	z-index: 0;
	left: -15px;
	top: 15px;
}

.sales-update-circle{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	text-align: center;
}

.sales-update-circle i{
	color: #666666;
	margin-top: 15px;
    font-size: 28px;
}

.box-sales-history{
	margin-top: 50px;
}

.box-sales-history .widget-feed-header{
	padding: 15px;
    border: 1px solid #e6e6e6;
}

.box-sales-history .widget-feed-header .column-text{
	width: 85%;
}

.box-section{
	padding: 30px 40px;
	border-bottom: 2px solid #e6e6e6;
}

.box-section h4{
	margin: 0;
	color: #999999;
	margin-bottom: 10px;
}

.box-section span{
	color: #336da0;
}

.box-section p{
	color: #999999;
}

.box-my-profile span i{
	padding-right: 15px;
}

.box-my-profile span i.flag-icon{
	font-size: 17px;
	margin-right: 18px;
}

.box-my-profile span img{
	padding-right: 10px;
}

.line{
	display: block;
    clear: both;
}

.border-left{
	border-left: 2px solid #f3f3f3;
}

.border-top{
	border-top: 2px solid #f3f3f3;
}

.box .balance{
	font-size: 16px;
	color: #999999;
	padding-left: 20px;
}

.box .balance span{
	color: #336da0;
	font-size: 35px;
}

.box .balance span i{
	font-size: 35px;
	margin-right: -8px;
}

/* list row */

.list-row{
	background-color: #ffffff;
	border: 1px solid #e4e4e4;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.list-row-spacer{
	margin-top: 20px;
	color: #666666;
	font-size: 16px;
	padding: 40px;
}

.list-row.green{
	border-left: 5px solid #a9ba39;
}

.list-row.gray{
	border-left: 5px solid #a0a0a0;
}

.list-row .column{
	padding: 0px;
}

.list-row span{
	display: inline-block;
}

.list-row span.action-icon i{
	font-size: 45px;
	padding-right: 20px;
}

.list-row span.status-icon{
	right: 130px;
    position: absolute;
}

.list-row span.status-icon i{
	font-size: 45px;
	padding-right: 20px;
}

.list-row.green span.status-icon i{
	color: #a9ba39;
}

.list-row .number.blue{
	color: #336da0;
	font-size: 18px;
}

.list-row .number.red{
	color: #df3f1a;
	font-size: 18px;
}

.action-support-status{
	position: relative;
    left: 180px;
}

.list-row span.action{
	left: 20px;
    position: relative;
}

.exchanged-business-steps{
	text-align: left;
	padding-top: 30px;
}

.exchanged-business-steps .circle-number{
	background-color: #336da0;
    border-radius: 106px;
    width: 39px;
    padding: 10px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #ffffff;
}

/* home */

.widget-post textarea{
	border: 0px;
	width: 100%;
	resize: none;
	height: 60px;
}

.widget-post .column-textarea{
	width: 700px;
	padding-left: 15px;
}

.widget-post .btn-post{
	float: right;
	padding-left: 40px;
	padding-right: 40px;
	color: #ffffff;
	margin-top: -7px;
}

.widget-post-actions a{
	color: #a8a8a8;
	padding-left: 30px;
	vertical-align: -webkit-baseline-middle;
}

.widget-post-actions i{
	padding-right: 8px;
}

/* profile */

.profile-my-badges a{
	margin-left: 10px;
	margin-top: 10px;
    display: inline-block;
    position: relative;
}

.profile-my-badges a img.renew{
	opacity: 0.2;
}

.profile-my-badges .badge-status{
	position: absolute;
    right: 0;
    bottom: 0px;
    background-color: #fff;
    border-radius: 15px;
    width: 24px;
    height: 24px;
    text-align: center;
    border: 1px solid #e6e6e6;
}

.profile-my-badges .badge-status i{
	font-size: 20px;
    color: #3b78aa;
}

.profile-gallery-image{
	padding-top: 30px;
}

.badges-public-profile img{
	width: 51px;
	margin-top: 10px;
}

.profile-thumb{
	width: 58px;
	height: 58px;
}

.widget ul{
	padding-left: 0px;
}

/* search */

.search-header{
	color: #ffffff;
}

.search-header span{
	font-size: 28px;
}

.search-no-result img{
	width: 100%;
}

.search-no-result h3{
	color: #336da0;
}

.list-row-search{
	background-color: #ffffff;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	padding: 15px 10px;
}

.list-row-search h1{
	font-size: 19px;
	font-weight: 700;
}

.list-row-search a{
	color: #666;
}

.list-row-search a:hover{
	color: #666;
	text-decoration: none;
}

.list-row-search a.btn{
	color: #336da0;
}

.list-row-search a.btn:hover{
	color: #ffffff;
}

.list-row-search .column-text{
	padding-top: 0px;
	padding-bottom: 0px;
	width: 590px;
}

.list-row-search .column-text span{
	display: block;
}

.list-row-search .column-text span img{
	width: 24px;
}

.list-row-search .column-last{
	width: 190px;
}

/* footer */

.footer{
	background-color: #ffffff;
	padding: 10px 0px;
	color: #336da0;
}

.footer a{
	color: #336da0;
	padding-top: 22px;
    display: inline-block;
}

/* login */

.login{
	text-align:left;
	margin-top:30px;
	font-size: 15px;
}

.login label{
	position: initial;
	font-size: 14px;
	color: #000000 !important;
}

.login input{
	padding: 10px 20px;
	margin-bottom:20px;
	border-bottom: 0px;
}

/* sales lead */

.sales-lead-data table{
	width: 100%;
}

.sales-lead-data table tr td span{
	display: block;
	color: #999999;
}

.sales-lead-data table tr td{
	padding: 15px;
}

.sales-lead-data table tr{
	border-bottom: 2px solid #e2e2e2;
}

.sales-lead-box .content{
	color: #999999;
	padding: 19px 0px;
	margin-left: 25px;
}

.sales-lead-box span{
	color: #999999;
	font-size: 35px;
}

.sales-lead-box-send{
	padding: 20px;
	margin-bottom: 10px;
}

.sales-lead-box-send h3{
	color: #969696;
	margin: 0;
	font-size: 20px;
	padding-bottom: 40px;
}

.invoice-control-send{
	padding: 20px;
	margin-bottom: 10px;
}

.invoice-control-send h3{
	color: #969696;
	margin: 0;
	font-size: 20px;
	padding-bottom: 40px;
}

.exchanged-business-send{
	padding: 20px;
	margin-bottom: 10px;
}

.exchanged-business-send .radio-inline{
	pointer-events: auto;
	margin-left: 0px;
	margin-right: 0px !important;
	margin-top: 9px;
    width: 118px;
}

.exchange_modal_content{
	display: none;
}

.tag{
	border-radius: 30px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff !important;
}

.tag:hover{
	text-decoration: none;
}

.tag.black{
	background-color: #000000;
}

.tag.red{
	background-color: #df3f1a;
}

.tag.green{
	background-color: #a9ba39;
}

.tag.blue{
	background-color: #01aff0;
}

.tag.orange{
	background-color: #ffa726;
}

.tag.gray{
	background-color: #dddddd;
}

.modal-response-image{
	width: 55%;
}

.like{
	background: rgba(0, 0, 0, 0);
	color: #336da0;
    border: 0;
    -moz-outline: 0 none;
    outline: 0 none;
}

.like.gray{
	color: #ababab;
}

.like:hover{
	text-decoration: underline;
}

.empty_message{
	text-align: center;
    padding: 80px 0px 40px 0px;
    color: #9c9c9c !important;
}

.empty_message i{
	padding-right: 0px !important;
}

.empty_message i.material-icons{
	font-size: 50px;
	margin-bottom: 5px;
}

.badge-right-item i{
	font-size: 20px;
    margin-right: 10px;
}

.badge-right-item .column-content{
	width: 82%;
}

.terms-view{
	height: 250px;
    overflow: scroll;
}

/* invite */

.box-blue{
	background-color: #ccdae6;
	padding: 30px;
	margin-bottom: 30px;
}

.box-blue label{
	position: initial;
	color: #336da0;
	font-size: 14px;
}

.box-blue label.margin-top{
	margin-top: 15px;
}

.box-blue input{
	padding: 10px;
}

.box-blue select{
	background-color: #fff;
    border-radius: 0px;
    padding: 10px;
    -webkit-appearance: none;
}

.indicate-item{
	color: #666666;
	padding-bottom: 30px;
}

.indicate-item span{
	color: #ffffff;
	background-color: #336da0;
	border-radius: 50%;
	padding: 10px 14px;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	float: left;
	text-align: center;
}

.check {
    opacity:0.5;
	color:#996;
}

.icon-check{
	display: none;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 10px;
    left: 85px;
	right: initial;
	float: right;
	color: #336da0;
}

.icon-check.visible{
	display: block;
}

.tag-radio{
	cursor: pointer;
}

.widget-badge-back{
	display: none;
}

.disabled-post{
  z-index: 99;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.disabled-post span{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 19px;
}

.disabled-post span i{
	font-size: 50px;
}

.tooltip > .tooltip-inner { background-color: #4e4e4e; }

.tooltip.top .tooltip-arrow {
  border-top-color: #4e4e4e;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #4e4e4e;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #4e4e4e;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #4e4e4e;
}

.zoom span {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 10px;
  margin-bottom: 10px;
}
/*.zoom span::before {
  content: attr(data-text);
}*/
.zoom span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
.zoom span.flash::after {
  content: attr(data-text);
  transition: 1s ease;
  transform: scale(2);
  opacity: 0;
}

.play-triangle{
	width: 0;
    border-left: 70px solid #f4f6f8;
    border-right: 100px solid transparent;
    border-bottom: 50px solid transparent;
    border-top: 50px solid transparent;
    position: absolute;
    top: 70px;
    left: 105px;
}

.twig-visit-circle{
	background-image: url(../images/logo-twigvisit.png);
    width: 80px;
    height: 80px;
    position: absolute;
    top: -16px;
    right: -8px;
    z-index: 99;
}

.widget-about ul{
	list-style: circle;
	padding-left: 30px;
	margin-bottom: 0;
}

.widget-about ul li{
	color: #999;
	padding: 2px 0;
}

.widget-about ul br{
	display: none;
}

.twig-visit-certified{
	width: 22px;
	margin-top: -6px;
	margin-left: 5px;
}

.xp-pro-certified{
	width: 36px;
	top: -7px;
    left: -3px;
    position: absolute;
}

.float-action.delete-photo{
	position: absolute;
    right: 0px;
    top: -15px;
    background-color: #fff;
    padding: 5px;
    border-radius: 17px;
    border: 1px solid #f1f1f1;
    display: none;
}

.float-action.delete-photo i{
	padding-right: 0px;
	font-size: 22px;
}

.office-gallery div{
	margin-bottom: 30px;
}

.office-gallery .photo-box-hover:hover .delete-photo{
	display: block;
}

.video-box-hover:hover .delete-photo{
	display: block;
}

.rating-line{
	padding-bottom: 15px;
}

.widget-feed-header a.delete-post{
	text-align: right;
    margin-top: 8px;
    color: #8c8c8c;
	display: none;
}

.widget-rating .rating-line span{
	color: #336da0;
    font-size: 14px;
}

.widget-rating .rating-line span i{
	color: #999999;
    font-size: 18px;
    display: inline-block;
    margin-left: 2px;
}

.widget-rating .obs{
	padding-top: 5px;
	font-size: 12px;
	color: #999;
	margin: 0;
}

.widget-rating.popup .rating-line {
    padding-bottom: 10px;
} 

.rating-box{
	border: 1px solid #e2e2e2;
	width: 48%;
	padding: 10px 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 5px;
}

.rating-box a{
    color: #999;
}

.rating-box a:hover{
	color: #999;
	text-decoration: none;
}

.rating-box h4{
	color: #336da0;
	margin-top: 0;
	margin-bottom: 5px;
}

.rating-box .rating_actual{
	margin-top: 5px;
}

.contact-photo.with-photo{
	border-radius: 12px;
	width: 100px;
	height: 100px;
	background-size: contain;
	background-position: center center;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.twigtalkColor{
	background-color: #00A353;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.twigtalkColor .header-icon i{
	color: #ffffff;
}

.twig-talk-companies .owl-prev{
	position: absolute;
    top: 25%;
    background-color: #A8B93A !important;
    border-radius: 50% !important;
    color: #ffffff;
	left: -16px;
	width: 42px;
	height: 42px;
	display: flex !important;
    justify-content: center;
    align-items: center;
}

.twig-talk-companies .owl-next{
	top: 25%;
    position: absolute;
    right: -16px;
    background-color: #A8B93A !important;
    border-radius: 50% !important;
    color: #ffffff;
	width: 42px;
	height: 42px;
	display: flex !important;
    justify-content: center;
    align-items: center;
}

.twig-talk-companies .widget h4{
	font-size: 16px;
}

.twig-talk-companies .widget{
	padding: 15px 20px;
}

.steps{
	text-align: center;
	/*background-image: url('../images/twig-talk-2019/steps-line.png');
	background-repeat: no-repeat;
    background-position: 95px 37px;
    background-size: 550px 3px;*/
}

.steps .step-icon{
	display: inline-block;
	width: 10%;
	vertical-align: top;
	text-align: center;
	color: #C9C2C8;
	font-size: 12px;
	position: relative;
}

.steps .step-icon a{
	color: #C9C2C8;
	cursor: pointer;
}

.btn-twigtalk{
    border-radius: 28px;
    font-size: 18px;
    padding: 7px 30px;
    font-weight: 600;
}

.btn-twigtalk.red{
    background-color: #EF3B24;
}

.btn-twigtalk.gray{
    background-color: #cacaca;
    color:#ffffff;
}

.steps .step-icon a:hover{
	text-decoration: none;
}

.steps .step-icon .circle{
	width:32px;
	height:32px;
	color:#ffffff;
	font-size:13px;
	font-weight:700;
	border-radius:50%;
	margin: 0 auto;
	display: flex;
    justify-content: center;
    align-items: center;
	border:2px solid #ffffff;
}

.red-twig-talk{
    color: #FF6F61 !important;
}

.steps .step-icon .circle img.circle-img{
	width: 70px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.steps .step-icon.active .circle{
	background-color:#873ABA;
	border: 0px;
}

.steps .step-icon span{
	display: block;
	margin-top: 5px;
    font-size: 14px;
    color: #848484;
	position: absolute;
    width: 150%;
}

.circle-big{
	text-align: center;
}

.circle-big.white{
	background-color: #ffffff;
	border: 1px solid #e4e4e4;
}

.circle-big img{
	width: 80%;
    height: auto;
    margin: auto;
}

.circle-big.white img{
	width: 45%;
}

.circle-big.small{
	width: 100px !important;
    height: 100px !important;
    top: -3px !important;
    left: -2px !important;
}

.circle-big.small img{
	width: 45% !important;
}

.circle-big.centered{
	top: -10px !important;
}

.widget-twig-talk-item h2{
	font-size: 25px;
	font-weight: 600;
	color:#000000;
}

.widget-twig-talk-item p{
	color:#000000;
	line-height: 100%;
}

.widget-twig-talk-item{
	color: #FFFFFF;
	margin-bottom: 30px;
	position: relative;
    border-radius: 25px;
}

.widget-twig-talk-item .sale{
	text-decoration: line-through;
	color: #CCCCCC;
	font-size: 28px;
	margin-left:5px;
}

.widget-twig-talk-item.sponsor{
	position: relative;
}

.widget-twig-talk-item ul{
	list-style: none;
	margin-bottom: 0px;
	padding-left: 0px;
}

.widget-twig-talk-item ul li{
	margin-bottom: 5px;
	line-height: 100%;
	color:#000000;
}

.widget-twig-talk-item ul li i{
	margin-right: 5px;
	font-size: 19px;
	width: 24px;
}

.widget-sponsor-item{
	background-color: #121212;
	height: 230px;
}

.widget-sponsor-item h2{
	color: #FFFFFF;
}

.widget-sponsor-item p{
	color: #FFFFFF;
}

.widget-sponsor-item .limit-tag{
	font-weight: 700;
	padding: 2px 10px !important;
}

.widget-sponsor-item.active{
	background-color: #AF64FF !important;
	border: 2px solid #ffffff !important;
}

.widget-sponsor-item.widget-meets-item.active{
	background-color: #AF64FF !important;
	background-image: none !important;
	border: 2px solid #ffffff !important;
}

.widget-sponsor-item.active .limit-tag{
	background-color: #9954C8 !important;
}

.twig-talk-dashboard-menu p{
	color:#FFFFFF;
	font-size:16px;
	font-family: Roboto;
	padding-left: 0px!important;
}

.twig-talk-dashboard-menu .days-left{
	font-family: Roboto;
	font-size: 30px!important;
	font-weight: 500!important;
	text-align: right;
	margin-top: 1.2%!important;
	color: var(--Colors-Neutrals-gray-600, #545454)!important;
}

.twig-talk-dashboard-menu .row{
	width: 100%;
}

.twig-talk-dashboard-menu .logo{
	padding-right: 0;
}

.twig-talk-dashboard-menu .white-bar{
	width: 1px;
	height: 37px;
	background-color: #ffffff;
	color: #ffffff;
	display: inline-block;
	margin-left: 10%;
}

.twig-talk-dashboard-menu .logo img{
	vertical-align: baseline!important;
}

.twig-talk-dashboard-menu a{
	color:#FFFFFF;
	font-size:16px;
	font-weight: 600;
	margin: 0 15px;
}

.twig-talk-dashboard-menu a:hover{
	color: #FFFFFF;
}

.padding-zero{
	padding: 0!important;
}

.margin-zero{
	margin:0px!important;
}

.btn-twigevent{
	margin-right: 7px;
	margin-bottom: 15px;
	display: inline-block;
	border-radius: 8px;
	border: 1px solid #FFF;
	background-color: transparent;
	font-size: 14px;
	width: auto;
	padding: 8px 20px;
}

.disabled-button{
	background-color: #333333!important;
	color: #545454!important;
	cursor: not-allowed!important;
}

.overflow-text{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.overflow-text h3,
.overflow-text h5,
.overflow-text p,
.overflow-text div,
.overflow-text span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
}

.twigevent-pending-attendees{
	margin-left:10px!important;
	margin-bottom: 10px!important;
	background-color: transparent;
	border-radius: var(--Radios-corner-radius-md, 12px);
	border: 1px solid var(--Colors-Neutrals-gray-500, #CCCCCC);
	display: flex;
	width: 30%;
	height: 60px;
	padding: var(--Spacing-spacing-xs, 8px);
	justify-content: space-between;
	align-items: center;
}

.twigevent-pending-attendees p {
	font-size: 14px;
	font-weight: 400;
	color: var(--Colors-Neutrals-gray-600, #CCCCCC);
}

.edit-attendee, .pending-attendee{
	cursor: pointer;
}

.twigevent-attendees-spot{
	margin-left:10px!important;
	margin-bottom: 10px!important;
	background-color: transparent;
	border-radius: var(--Radios-corner-radius-md, 12px);
	border: 1px solid var(--Colors-Neutrals-gray-500, #5C5C5C);
	display: flex;
	width: 30%;
	height: 60px;
	padding: var(--Spacing-spacing-xs, 8px);
	justify-content: space-between;
	align-items: center;
}

.twigevent-attendees-spot p{
	font-size: 14px;
	font-weight: 400;
	color: var(--Colors-Neutrals-gray-600, #545454);
}

.black-bg h3, .black-bg p, .black-bg label{
	color: #CCC;
}

.black-bg input[type="checkbox"]{
	width: auto!important;
}

.black-bg p{
	font-size: 14px;
	font-weight: 400;
}

.black-bg h3{
	font-size: 24px;
	font-weight: 600;
}

.add-remove-control{
    border-radius: 15px;
	height: 38px;
	display: inline-block;
    vertical-align: middle;
}

.black-bg{
	border-radius: 12px;
	background-color: #000000;
}

.add-remove-control .border{
	text-align: center;
	padding: 5px;
	float: left;
}

.add-remove-control .border i{
	cursor: pointer;
	color: #A8B93A;
	font-size: 30px;
}

.add-remove-control .border i:hover{
	color: #A8B93A;
}

.add-remove-control .border-input{
	float: left;
}

.add-remove-control .border-input input{
	background-color: transparent;
	border: 0;
	text-align: center;
	width: 25px;
    padding: 0;
	font-size: 23px;
    font-weight: 600;
	color:#FFFFFF;
	padding-top: 4px;
}

.fixed-cart{
	background-color: #EF3B24;
	/*position: fixed;*/
    bottom: 0;
    z-index: 99;
    width: 100%;
    color: #ffffff;
}

a.twig-talk-examples{
	background-color: #979797 !important;
	color: #FFFFFF !important;
	font-size: 16px !important;
    margin-right: 10px;
    font-weight: 600;
    padding: 6px 20px !important;
}

.twig-talk-step{
	display: none;
}

.twig-talk-step .widget{
	border: 2px solid #121212;
	background-color: #121212;
	color: #ffffff;
}

.start-steps{
	cursor: pointer;
}

.marketing-small-box {
	margin-top: 50px;
}

.marketing-small-box .add-remove-control {
	margin-top: 7px;
}

.marketing-small-box .add-remove-control i{
	font-size: 19px;
}

.marketing-small-box .add-remove-control .border-input input{
	width: 38px;
	padding: 4px 0;
	font-size: 15px;
}

.marketing-small-box .price{
	font-size: 24px;
}

.fixed-cart{
	display: none;
}

.fixed-cart.confirm-order{
	position: inherit;
	width: auto;
}

.fixed-cart.confirm-order .fixed-content{
	display: none;
}

.open-content .order-price{
	font-size: 40px;
}

.open-content .order-price span{
	font-size: 15px;
	margin-left: 10px;
}

.order-list{
	padding-left: 0;
    padding-bottom: 15px;
    margin: 20px 0;
    font-size: 17px;
}

.order-list li{
	margin-bottom: 15px !important;
	display: flex;
    justify-content: space-between;
}

.order-list li span{
	display: table-cell;
	vertical-align: middle;
}

.circle-order{
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    position: relative;
    display: table-cell;
}

.circle-order img{
	width: 50%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.twig-talk-notifications{
	width: 262px;
    position: fixed;
    bottom: 20px;
    z-index: 99;
}

.twig-talk-notifications h2{
	text-transform: uppercase;
	color: #A5B63A;
}

.twig-talk-notifications .circle{
	border-radius: 50%;
	border: 1px solid #c1c1c1;
	width: 120px;
	height: 120px;
	margin: 30px auto 15px auto;
	position: relative;
}

.twig-talk-notifications .circle img{
	width: 70%;
	height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.twig-talk-notifications a.close{
	top: -21px;
    position: relative;
    float: right;
    text-align: right;
    right: -15px;
    cursor: pointer;
    color: #c3c3c3;
}

.twig-talk-notifications a.close i{
	font-size: 20px;
}

.arrow-before, 
.arrow-after{
	position: absolute;
	width:0;
	height:0;
	border:15px dashed transparent;
	font-size:0;
}
.arrow-after {
	border: 14px dashed transparent;
}

.twig-talk-notifications .arrow-before, 
.twig-talk-notifications .arrow-after{
	top:100%;
	left:50%;
}

.twig-talk-notifications .arrow-before{
	border-top-style:solid;
	border-top-color:#e4e4e4;
	margin-left:-15px;
}

.twig-talk-notifications .arrow-after{
	border-top-style:solid;
	border-top-color:#ffffff;
	margin-left:-14px;
}

.result-content{
	display: none;
	color: #979797;
}

.result-content b.title{
	font-size: 18px;
}

.not-fixed{
	position: inherit;
}

.title-tool h2{
	color: #676767;
}

.lg-backdrop.in {
    opacity: 0.85;
}

.fixed-size.lg-outer .lg-sub-html {
  position: absolute;
  text-align: left;
}

.fixed-size.lg-outer .lg-toolbar {
  background-color: transparent;
  height: 0;
}

.fixed-size.lg-outer .lg-toolbar .lg-icon {
  color: #FFF;
}

.fixed-size.lg-outer .lg-img-wrap {
  padding: 12px;
}

.ribbon-wrapper-green {
  width: 105px;
  height: 110px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  right: 0px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #F0F4C3;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -106px;
  top: 25px;
  width: 340px;
  background-color: #A5B63A;
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}

.ribbon-green:after {
  right: 0;
}

.ribbon-blue {
    font: bold 15px Sans-Serif;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -106px;
    top: 25px;
    width: 340px;
    background-color: #01b9bf;
}

.ribbon-blue:before, .ribbon-blue:after {
    content: "";
    border-left:  3px solid transparent;
    border-right: 3px solid transparent;
    position:absolute;
    bottom: -3px;
}

.ribbon-blue:before {
    left: 0;
}

.ribbon-blue:after {
    right: 0;
}

.ribbon-wrapper-red {
  width: 105px;
  height: 110px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  right: 0px;
}

.ribbon-red {
	font: bold 15px Sans-Serif;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: -106px;
	top: 25px;
	width: 340px;
	background-color: #EF3B24;
}

.ribbon-red:before, .ribbon-red:after {
  content: "";
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-red:before {
	left: 0;
}

.ribbon-red:after {
	right: 0;
}

.ribbon-wrapper-yellow {
	width: 105px;
	height: 110px;
	overflow: hidden;
	position: absolute;
	top: -1px;
	right: 0px;
}

.ribbon-yellow {
	font: bold 15px Sans-Serif;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: -106px;
	top: 25px;
	width: 340px;
	background-color: #FE9E01;
}

.ribbon-yellow:before, .ribbon-yellow:after {
	content: "";
	border-left:  3px solid transparent;
	border-right: 3px solid transparent;
	position:absolute;
	bottom: -3px;
}

.ribbon-yellow:before {
	left: 0;
}

.ribbon-yellow:after {
	right: 0;
}

.widget-twig-talk-item .column-text{
	width: 79%;
}

.front-album{
	display: none !important;
}

.attendees .add-circles{
	padding-bottom: 50px;
}

.attendees .add-circles .attendee-item{
	margin-left: 25px;
	margin-right: 25px;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    width: 130px;
    padding-top: 23px;
    font-size: 21px;
    vertical-align: top;
}

.attendees .add-circles .attendee-item a div.photo-circle{
	transition: all 0.3s ease-in-out;
}

.attendees .add-circles .attendee-item a:hover div.photo-circle{
	transform: scale(1.1);
}

.attendees .add-circles .attendee-item a.people{
    display: inline-block;
    position: relative;
    width: 110px;
    height: 110px;
    padding-top: 23px;
    font-size: 21px;
}

.slide-normal .owl-nav i {
    background: #efbf35b3;
    font-size: 40px;
}

.slide-normal .owl-prev {
    float: left;
    top: -70px;
    position: relative;
    z-index: 99;
    color: #fff;
}

.slide-normal .owl-next {
    float: right;
    top: -70px;
    position: relative;
    z-index: 99;
    color: #fff;
}

.owl-dots{
	padding: 10px 0;
	text-align: center;
}

.owl-dots .owl-dot{
	background-color: #1C1B1F;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	margin: 0 5px;
    display: inline-block;
}

.owl-dots .owl-dot.active{
	background-color: #ffffff;
}


.twig-talk-event .widget-twig-talk-item{
	border: 0px;
	background-color: #FEFAE7;
	color: #000000;
}

.twig-talk-event .widget-twig-talk-item{
	background-color: #FEFAE7;
	color: #000000;
}

.twig-talk-event .widget-twig-talk-item .add-remove-control .border-input input{
	color: #000000;
}

.twig-talk-event .widget-twig-talk-item h2{
	color: #000000;
}

.twig-talk-event .widget-twig-talk-item p{
	color: #000000;
}

.twig-talk-event .steps .step-icon .circle{
	color: #000000;
	border: 2px solid #000000;
}

.twig-talk-event .steps .step-icon.active .circle{
	border: 2px solid #873ABA;
	color: #ffffff;
}

.twig-talk-event .steps .step-icon span{
	color: #000000;
}

.twig-talk-event .widget{
	background-color: #FEFAE7;
	border: 2px solid #FEFAE7;
	color: #000000;
}

/* Analytics */

.analytics .left-menu{
	border-right: 1px solid #E4E4E4;
}

.analytics .left-menu h5{
	font-size: 12px;
	color: #979797;
	padding-top: 30px;
	padding-bottom: 20px;
}

.analytics .event-line{
	height: 1px;
    background-color: #E4E4E4;
    width: 100%;
    position: relative;
    top: 53px;
}

.analytics .event-item h4{
	font-size: 14px;
}

.analytics .event-item p{
	font-size: 12px;
}

.analytics .event-item span.green{
	color: #A9BA39;
	font-weight: 700;
}

.analytics .event-item span.red{
	color: #E53D1F;
	font-weight: 700;
}

.analytics .left-menu ul{
	padding-left: 0;
}

.analytics .left-menu ul li{
	padding: 10px 0px;
}

.analytics .left-menu ul li a{
	color: #333333;
}

.analytics .left-menu ul li.active a{
	color: #336DA0;
}

.analytics h3.page-title span{
	font-size: 14px;
}

.analytics .widget{
	padding: 20px;
}

.analytics .widget .widget-header h4{
	margin: 0;
	color: #979797;
}

.analytics .widget .widget-body{
	margin-top: 10px;
}

.analytics .widget .widget-body .b-right{
	border-right: 1px solid #E4E4E4;
}

.analytics .widget .widget-body h5{
	font-size: 14px;
	color: #979797;
}

.analytics .widget .widget-body .value{
	font-size: 30px;
	color: #333333;
}

.analytics .widget .widget-body .list{
	padding: 0 15px;
}

.analytics .widget .widget-body .list-4{
	height: 250px;
	overflow: scroll;
}

.analytics .widget .widget-body .list-7{
	height: 430px;
	overflow: scroll;
}

.analytics .widget .widget-body .list .row{
	padding-bottom: 15px;
	padding-top: 15px;
}

.analytics .widget .widget-body .list-border .row{
	border-bottom: 1px solid #E4E4E4;
}

.analytics .widget .widget-body .list .row .percentage{
	background-color: #E4E4E4;
	width: 95%;
	height: 8px;
	top: 11px;
    position: relative;
    border-radius: 5px;
}

.analytics .widget .widget-body .list .row .bar{
	height: 8px;
	border-radius: 5px;
}

.analytics .widget .widget-body .list-border .row:last-child{
	border-bottom: 0;
}

.analytics .widget .widget-body .list .row span{
	font-weight: 700;
}

.analytics .widget .widget-body .list .row a{
	color: #000000;
}

.analytics .widget .widget-body .list-border .row span{
	top: -2px;
    position: relative;
}

.analytics .widget .widget-body .list .row p{
	padding: 0;
	color: #979797;
	top: 14px;
    position: absolute;
}

.analytics .widget .widget-body .list .row .circle-image{
	width: 32px;
	height: 32px;
	border: 1px solid #E4E4E4;
	border-radius: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.analytics .widget .widget-body .list .row .square-image{
	width: 78px;
	height: 78px;
	border: 1px solid #E4E4E4;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.analytics .widget .widget-body table .circle-image{
	width: 32px;
	height: 32px;
	border: 1px solid #E4E4E4;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	float:left;
	margin-right: 5px;
}

.analytics .widget .widget-body table{
	width: 100%;
}

.analytics .widget .widget-body table thead{
	background-color: #F3F5F7;
}

.analytics .widget .widget-body table td{
	padding: 15px 0;
}

.analytics .table-tab{
	background-color: #E4E4E4;
}

.analytics .table-tab-2{
	background-color: #E4E4E4;
}

.analytics .table-tab a{
	width: 32%;
	display: inline-block;
	text-align: center;
	padding: 10px 0;
	color: #000000;
	cursor: pointer;
}

.analytics .table-tab-2 a{
	width: 32%;
	display: inline-block;
	text-align: center;
	padding: 10px 0;
	color: #000000;
	cursor: pointer;
}

.analytics .tab-2{
	display: none;
}

.analytics .tab-3{
	display: none;
}

.analytics .tab-4{
	display: none;
}

.analytics .tab-5{
	display: none;
}

.analytics .table-tab a.active{
	font-weight: 700;
}

.analytics .table-tab-2 a.active{
	font-weight: 700;
}

.analytics h5.green{
	color: #A9BA39 !important;
}

.analytics .value.green{
	color: #A9BA39 !important;
}

.analytics h5.blue{
	color: #336DA0 !important;
}

.analytics .value.blue{
	color: #336DA0 !important;
}

.analytics .events{
	overflow-x: scroll;
    overflow-y: hidden;
    height: auto;
    white-space:nowrap;
    padding: 40px 0;
    overflow: scroll;
}

.analytics .events .event-item{
	display: inline-block;
	width: 200px;
	position: relative;
}

.analytics .events .event-item p{
	margin: 0;
	padding: 0;
}

.analytics .events .event-item .bullet{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 5px auto;
}

.analytics .events .event-item.green svg path{
	fill: #A9BA39;
}

.analytics .events .event-item.red svg path{
	fill: #E53D1F;
}

.analytics .events .event-item .bullet.green{
	background-color: #A9BA39;
}

.analytics .events .event-item .bullet.red{
	background-color: #E53D1F;
}

.chat-window {
    width: 305px;
    height: auto;
    background-color: #ffffff;
    bottom: 0;
    position: fixed;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 6;
    box-shadow: 0px 3px 10px rgba(3, 18, 163, 0.16), 0px 2px 3px rgba(3, 18, 163, 0.16);
}

.chat-window:nth-child(1) {
    right: 27%;
}

.chat-window:nth-child(2) {
    right: 49.5%;
}

.chat-window:nth-child(3) {
    right: 72%;
}

.chat-window .chat-header {
    background-color: #ffffff;
    cursor: pointer;
    padding: 10px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-bottom: 1px solid #E2E5EF;
    color: #242A43E5;
}

.chat-window .chat-header .search-result-item-figure {
    border: 1px solid #d9dae2;
}

.chat-window .chat-header .search-result-item-figure::before {
    width: 13px;
    height: 13px;
    top: 26px;
    right: -29px;
}

.chat-window .chat-footer {
    height: 50px;
	border: 1px solid #CCC;
	background-color: transparent;
    border-radius: 5px;
    margin: 10px;
}

.chat-window .chat-footer .message-form {
    width: 100%;
    height: 100%;
    position: relative;
}

.chat-window .chat-footer .message-form .preview-file-uploads {
    background-color: #f1f2f6;
    position: absolute;
    bottom: 50px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.chat-window .chat-footer .message-form .preview-file-uploads .box-attachment-file {
    width: 135px;
	display: block;
}

.chat-window .chat-footer .message-form .preview-file-uploads .box-attachment-file .file-container {
    padding: 0px 5px;
}

.chat-window .chat-footer .message-form .preview-file-uploads .box-attachment-file .file-details-container h5 {
    margin: 0;
}

.chat-window .chat-footer .message-form .preview-file-uploads:not(:empty) {
    padding: 10px;
}

.chat-window .chat-footer .message-form .media .media-body {
    display: flex;
    align-items: center;
}

.chat-window .chat-footer .message-form input[type="text"] {
    background-color: transparent;
    border: 0;
    resize: none;
    display: inline-block;
    width: 82%;
    vertical-align: middle;
    height: 30px;
    top: -1px;
    position: relative;
}

.chat-window .chat-footer .message-form textarea {
    background-color: transparent;
    border: 0;
    resize: none;
    display: inline-block;
    width: 74%;
    padding: 5px 10px;
	outline: none;
}

.chat-window .chat-footer .message-form button {
    background-color: #EFEFEF;
    border-radius: 50%;
    width: 44px;
    height: 44px;
	font-size: 18px;
}

.chat-window .chat-footer .message-form button i{
	font-size: 19px;
}

.chat-window.minimized .active-status {
    display: none;
}

.chat-body {
    height: 250px;
    padding: 10px;
    overflow-y: scroll;
}

.chat-body .day-tag {
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin: 14px 0;
    position: relative;
    color: #242A43B2;
}

.chat-body .day-tag h3 {
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    width: fit-content;
    margin: 0 auto;
    padding: 0px 10px;
    font-size: 13px;
}

.chat-body .day-tag span {
    height: 1px;
    display: block;
    position: absolute;
    width: 30%;
    background-color: #242A43B2;
    top: 7px;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.chat-body .day-tag.day-tag-window {
    margin: 10px 0;
}

.chat-body .day-tag.day-tag-window h3 {
    font-size: 12px;
    padding: 0 8px;
}

.chat-body .day-tag.day-tag-window span {
    width: 48%;
    top: 6px;
}

.chat-body .balloon-row {
    clear: both;
    margin-bottom: 5px;
    font-size: 14px;
}

.chat-body .balloon-row .balloon-left {
    background-color: #333333;
    padding: 5px 5px 20px 5px;
    border-radius: 5px;
    width: fit-content;
    max-width: 80%;
    display: block;
    position: relative;
    color: #ffffff;
    word-break: break-word;
    min-width: 70px;
}

.chat-body .balloon-row .balloon-right {
    background-color: #C5D07A;
    padding: 5px 5px 20px 5px;
    border-radius: 5px;
    width: fit-content;
    max-width: 80%;
    display: block;
    position: relative;
    margin-left: auto;
    right: 0;
    color: #272727;
    word-break: break-word;
    min-width: 70px;
}

.chat-body .balloon-row span {
    display: block;
    text-align: right;
    font-size: 11px;
    position: absolute;
    bottom: 1px;
    right: 5px;
}

.badge-unread-messages{
    width: 20px;
    height: 20px;
    background-color: #E84343;
    border-radius: 50%;
    color:#ffffff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    display: inline-block;

    &:empty{
        background-color: transparent;
    }
}
.chat-messages .chat-body {
    padding: 10px 30px;
}

.chat-messages .chat-body .balloon-left {
    padding: 8px 8px 20px;
}

.chat-messages .chat-body .balloon-right {
    padding: 8px 8px 20px;
}

.chat-messages .chat-contacts-list {
    height: 478px;
    overflow: hidden;
    overflow-y: scroll;
}

.chat-messages .chat-contacts-list .chat-contact-item {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #E2E5EF;
}

.chat-contact-item h4{
	margin: 0;
}

.chat-contact-item p{
	margin: 0;
}

.chat-contact-item h5{
	margin: 0;
}

.chat-messages .chat-contacts-list .chat-contact-item.actual {
    background-color: #0083E01F;
}

.chat-messages .chat-contacts-list .chat-contact-item:last-child {
    border-bottom: 0px;
}

.chat-messages .user-header {
    height: 60px;
}

.chat-messages .message-header {
    height: 60px;
    padding: 10px;
    border-bottom: 1px solid #E2E5EF;
    display: none;
}

.chat-messages .message-header h4{
	margin: 0;
}

.chat-messages .message-header p{
	margin: 0;
}

.chat-messages .box-search-area {
    background-color: #E2E5EF80;
    display: none;
}

.chat-messages .empty-page,
.chat-messages .used-page {
    display: none;
}

.chat-messages .empty-page{
    justify-content: center;
    align-items: center;
    flex-direction: column;
	height: 100%;
}

.chat-messages .message-input-area .message-content {
    border: 0;
    background: transparent;
    width: 93%;
    outline: none;
}

.chat-contacts-window {
    display: none;
    width: 350px;
    height: auto;
    max-height: 750px;
    background-color: #ffffff;
    bottom: 0;
    position: fixed;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 3;
    right: 1%;
    box-shadow: 0px 3px 10px rgba(3, 18, 163, 0.16), 0px 2px 3px rgba(3, 18, 163, 0.16);
}

.chat-contacts-window .chat-header {
    border-bottom: 1px solid #E2E5EF;
    cursor: pointer;
    padding: 10px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.chat-contacts-window .chat-header.has-notification {
    background-color: #3568A0;
}

.chat-contacts-window .chat-header.has-notification h4 {
    color: #ffffff;
}

.chat-contacts-window .chat-header .status-window {
    right: 15px;
    position: absolute;
    top: 20px;
}

.chat-contacts-window .chat-header .badge-unread-messages {
    animation: pulse 1.5s 1;
}

@keyframes pulse {
    0% {transform: scale(1);}
    20% {transform: scale(1.4);}
    50% {transform: scale(.9);}
    80% {transform: scale(1.2);}
    100% {transform: scale(1);}
}

.chat-contacts-window .chat-body {
    max-height: 520px;
    height: fit-content;
}

.chat-contacts-window .chat-body .box-search-area {
    display: none;
	border: 1px solid #CCC;
	border-radius: 8px;
}

.chat-contacts-window .chat-body .box-search-area i{
	display: inline-block;
	padding: 0px 0px 0px 8px;
}

.chat-contacts-window .chat-body .box-search-area input{
	display: inline-block;
	width: 80%;
	border-bottom: 0px;
}

.chat-contacts-window .chat-body .chat-contact-item {
    cursor: pointer;
    border-bottom: 1px solid #e2e5ef;
    padding: 10px;
    padding-left: 0;
}

.chat-contacts-window .chat-body .chat-contact-item:last-child {
    border-bottom: 0px;
}

.search-result-item-figure {
    width: 55px;
    height: 55px;
    background-color: #ffffff;
    border: 1px solid #F4F4F4;
}

.search-result-item-figure.user-avatar::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: 46px;
    right: -46px;
    background-color: #FFFFFF;
    border: 2px solid #A8B939;
}

.search-result-item-figure.user-avatar.active {
    border: 1px solid #A8B939;
}

.search-result-item-figure.user-avatar.active::before {
    background-color: #A8B939;
    border: 2px solid #ffffff;
}

.people-search-area{
	display: none;
}

.people-search-results{
	background-color: #ffffff;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 30px;
	display: flex;
}

.people-search-results .chat-contact-item{
	cursor: pointer;
}

.people-search-results .search-result-item-figure.user-avatar::before{
	top: 42px;
    right: -25px;
}

.me-avatar::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: 23px;
    right: -24px;
    background-color: #FFFFFF;
    border: 2px solid #A8B939;
}

.me-avatar.active {
    border: 1px solid #A8B939;
}

.me-avatar.active::before {
    background-color: #A8B939;
    border: 2px solid #ffffff;
}

.context-card-user{
    position: absolute;
    width: 200px;
    background-color: #ffffff;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
    border-radius: 10px;
    padding: 12px;
    z-index: 99;
    left: 0;

    .search-result-item-figure{
        &.user-avatar{
            &::before{
                right: -25px;
            }
        }
    }

    .divider{
        height: 1px;
        width: 100%;
        background-color: #E2E5EF;
    }
}

.media{
	display:flex;
	justify-content: center;

    &:hover{
        text-decoration: none;
    }
}
.media-body{
	flex:1;
	-ms-flex: 1;
}
.media-vcenter{
	align-items: center;
}

.m-0 {
	margin: 0 !important;
  }
  
  .mt-0,
  .my-0 {
	margin-top: 0 !important;
  }
  
  .mr-0,
  .mx-0 {
	margin-right: 0 !important;
  }
  
  .mb-0,
  .my-0 {
	margin-bottom: 0 !important;
  }
  
  .ml-0,
  .mx-0 {
	margin-left: 0 !important;
  }
  
  .m-1 {
	margin: 0.25rem !important;
  }
  
  .mt-1,
  .my-1 {
	margin-top: 0.25rem !important;
  }
  
  .mr-1,
  .mx-1 {
	margin-right: 0.25rem !important;
  }
  
  .mb-1,
  .my-1 {
	margin-bottom: 0.25rem !important;
  }
  
  .ml-1,
  .mx-1 {
	margin-left: 0.25rem !important;
  }
  
  .m-2 {
	margin: 0.5rem !important;
  }
  
  .mt-2,
  .my-2 {
	margin-top: 0.5rem !important;
  }
  
  .mr-2,
  .mx-2 {
	margin-right: 0.5rem !important;
  }
  
  .mb-2,
  .my-2 {
	margin-bottom: 0.5rem !important;
  }
  
  .ml-2,
  .mx-2 {
	margin-left: 0.5rem !important;
  }
  
  .m-3 {
	margin: 1rem !important;
  }
  
  .mt-3,
  .my-3 {
	margin-top: 1rem !important;
  }
  
  .mr-3,
  .mx-3 {
	margin-right: 1rem !important;
  }
  
  .mb-3,
  .my-3 {
	margin-bottom: 1rem !important;
  }
  
  .ml-3,
  .mx-3 {
	margin-left: 1rem !important;
  }
  
  .m-4 {
	margin: 1.5rem !important;
  }
  
  .mt-4,
  .my-4 {
	margin-top: 1.5rem !important;
  }
  
  .mr-4,
  .mx-4 {
	margin-right: 1.5rem !important;
  }
  
  .mb-4,
  .my-4 {
	margin-bottom: 1.5rem !important;
  }
  
  .ml-4,
  .mx-4 {
	margin-left: 1.5rem !important;
  }
  
  .m-5 {
	margin: 3rem !important;
  }
  
  .mt-5,
  .my-5 {
	margin-top: 3rem !important;
  }
  
  .mr-5,
  .mx-5 {
	margin-right: 3rem !important;
  }
  
  .mb-5,
  .my-5 {
	margin-bottom: 3rem !important;
  }
  
  .ml-5,
  .mx-5 {
	margin-left: 3rem !important;
}

.choices .choices__inner .choices__input{
	display: block !important;
}

.select-custom.disabled select {
    border-radius: 5px;
    /*background-color:#E2E5EF;*/
}

.select-custom.disabled .select-label {
    color: #D2D4E1;
}

.select-custom.disabled label {
    color: #a6a6a6 !important;
}

.choices__list--dropdown {
    height: 0px;
}

.choices__list--dropdown.is-active {
    height: auto;
}

.select-custom:after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.30);
    pointer-events: none;
}

.select-text:focus {
    outline: none;
}

    /* Use custom arrow */
.select .select-text {
    appearance: none;
    -webkit-appearance:none;
	padding: 16px 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	color: #212121;
}

.select {
    position: relative;
    width:100%;
    height: 53px;
    background: #FFFFFF;
    border-radius: 5px;
    padding-left: 16px;
    padding-top: 1.5px;
	border: 1px solid #CCCCCC;
	color: #212121;
}

.select select{
	border: 0px;
}

.select.disabled select {
    border-radius: 5px;
}

.select.disabled .select-label {
    color: #D2D4E1;
}

.select.disabled label {
    color: #a6a6a6 !important;
}

.select:after {
    position: absolute;
    top: 24px;
    right: 8px;
    /* Styling the down arrow */
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.30);
    pointer-events: none;
}

.select-custom {
    position: relative;
    width: 100%;
    min-height: 53px;
    background: #ffffff;
    border-radius: 5px;
    padding-left: 16px;
    padding-top: 1.5px;
	border: 1px solid #CCCCCC;
}

.select-custom.disabled select {
    border-radius: 5px;
}

.select-custom.disabled .select-label {
    color: #D2D4E1;
}

.select-custom.disabled label {
    color: #a6a6a6 !important;
}

.select-custom:after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.30);
    pointer-events: none;
}

.choices__list--multiple{
	position: relative;
	top: 14px;
}

.choices__list--multiple .choices__item{
	background-color: #778328 !important;
    color: #E4E9C2 !important;
    border: 0px !important;
}

.choices__list--dropdown{
    height: 0px;
}

.choices__list--dropdown.is-active{
    height: auto;
}

/* LABEL ======================================= */
.select-label {
	color: #929292;
    font-weight:300;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 16px;
    top: 15px;
    transition: 0.2s ease all;
}

.select-label .extra {
	display: inline-block;
	position: relative;
	left: 2px;
}

/* active state */
.select-text:focus ~ .select-label, .select-text:valid ~ .select-label, .select-text:disabled ~ .select-label {
	color: #212121;
    top: 2px;
    transition: 0.2s ease all;
    font-size: 12px;
}

.select-custom .select-label.items-selected {
	color: #212121;
	top: 2px;
	transition: 0.2s ease all;
	font-size: 12px;
}

.choices{
    margin-bottom: 0 !important;
}

.choices .choices__inner{
	background-color: transparent;
	border: 0px;
	padding: 3px 0 0 0;
	overflow: inherit;
	padding-bottom: 18px;
}

.choices .choices__input{
	background-color: transparent;
	display: block !important;
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}

.add-file-container{
	display: flex;
	gap: 15px;
    align-items: center;
	margin-bottom: 20px;
	position: relative;
}

.add-file-container .file-preview{
	background-color: #769DBF;
	background-repeat: no-repeat;
    background-size: cover;
	border: 1px solid #769DBF;
	color: #000000;
	font-size: 20px;
	width: 120px;
	height: 120px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.add-file-container span{
	font-size: 12px;
	color: #242A43B2;
	margin-top: 0px;
}

/* Slider button */
.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
  
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #CCCCCC;
	-webkit-transition: .4s;
	transition: .4s;
}
  
.slider:before {
	position: absolute;
	content: "";
	height: 17px;
	width: 17px;
	left: 4px;
	bottom: 3.5px;
	background-color: white;
	-webkit-transition: .2s;
	transition: .2s;
}

input:checked + .slider {
	background-color: #C5D07A;
}
  
input:checked + .slider:before {
	-webkit-transform: translateX(15px);
	-ms-transform: translateX(15px);
	transform: translateX(15px);
}
  
.slider.round {
	border-radius: 44px;
}

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

.service-item-box{
	border-radius:4px;
	border:1px solid #B4B4B4;
	font-size:16px;
	color:#5C5C5C;
	/* width:25%; */
	flex-basis: calc(33% - 9px); /* Adjust basis for 3 gaps of 12px distributed over 4 items */
	box-sizing: border-box; /* Include padding and border in the element's total width and height */
	display: flex;
	align-items: center;
	gap: 6px;
	height: 34px;
	padding: 0px 8px;
	position: relative;
}

.service-item-box span{
	font-size: 20px;
}

.service-item-box .featured-badge{
	background-color: #E4E9C2;
	color: #778328;
	font-size: 20px;
	width: 32px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media(max-width:676px){
    .chat-contacts-window{
        display: none;
    }

    .chat-messages{
        .message-input-area{
            .message-content{
                width: 88%;
            }
        }
    }
}

@media (max-width: 767px) {

	.column-profile{
		width: 1000%;
	}

	.post-image{
		width: 100%;
		height: auto !important;
	}

	.widget-spacer iframe{
		width: 100%;
		height: auto;
	}

	.widget-post .column-textarea{
		width: 100%;
	}

	.widget-feed-header .column-text{
		width: 80%;
	}

	.widget-twig-talk-item .column-text{
		width: 100%;
		display: block;
    	float: none;
    	padding-left: 0;
	}

	.widget-twig-talk-item .column-price{
		position: initial;
		float: none;
		display: block;
		padding-left: 0;
		width: 100%;
	}

	.widget-twig-talk-item .column{
		width: 100% !important;
	}

	.widget-twig-talk-item .column .circle-big{
		left: auto;
	}

	.widget-twig-talk-item.sponsor .circle-big{
		position: relative;
		top: auto;
	}

	.menu a.active{
		border-bottom: 0px;
	}

	.menu a{
		display: block;
    	padding-bottom: 15px !important;
	}

	.nav-tabs>li>a{
		padding: 13px 19px;
	}

	.list-row-search .column-text{
		width: 55%;
	}

	.column-first {
	    padding-left: 12px;
	}

	.no-padding-xs{
		padding: 0px !important;
	}

	.no-spacer-top-xs{
		padding-top: 0px !important;
	}

	.steps{
		display: none;
	}

	.twig-talk-step h2.uppercase{
		font-size: 25px;
	}

	.widget-twig-talk-video-text .column-text{
		width: 100% !important;
		padding-left: 0;
	}

	.widget-twig-talk-video-text iframe{
	    width: 100%;
    	height: 175px;
    }

    .box.box-twigtalk{
    	background-color: transparent;
    }

    .marketing-small-box {
	    margin-top: 20px;
	    padding-bottom: 60px;
	}

	.image-responsive-xs{
		width: 100%;
	}
	
}

/* Make tabs inside .box (like Media/Documents and Membership/Certifications) occupy equal width */
.box > .nav-tabs {
    display: flex; /* Enable flexbox layout */
    width: 100%;   /* Ensure the UL takes the full available width */
    padding-left: 0; /* Remove default UL padding if any */
}

.box > .nav-tabs > li {
    flex: 1;       /* Each LI takes an equal share of the width */
    display: block; /* Override display:inline-block if present from other rules */
    text-align: center; /* Center the content (the <a> tag) within the LI */
}

.box > .nav-tabs > li > a {
    display: block; /* Make the anchor tag fill the list item */
    width: 100%;    /* Ensure it takes the full width of the LI */
    text-align: center; /* Center the text within the anchor tag */
    /* Existing border-right and padding styles will continue to apply as per .nav-tabs>li>a */
}

/* The original .nav-tabs>li>a.last or :last-child styling for border-right should still apply */

/* Read more functionality */
#about-text {
    /* Properties for truncation will be set by JS initially if needed */
    /* but ensure word break for long words if not clamped */
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /*offsetHeight won't be accurate without a set height if parent is flex and this element causes overflow */
    /* If issues persist, consider a fixed line-height and calculate max-height in JS or give a fixed height here */
}

#read-more-about {
    cursor: pointer;
    display: none; /* Hidden by default, JS will show it if needed */
    margin-top: 5px; /* Add some space above the link */
}

/* Ensure that when -webkit-line-clamp is active, the container behaves correctly */
#about-text-container {
    position: relative; /* Context for potential absolute positioning if needed later */
}

.office-select-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 4px; /* Optional: for rounded corners */
}

.office-select-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	height: auto;
	border-radius: 0px;
}

.office-select-content a:hover {
    background-color: #f1f1f1;
}

.office-select:hover .office-select-content,
.office-select-content.active {
    display: block;
}

/* Contact item from profile_new.php */
.contact-item {
    width: 243px;
    flex-shrink: 0;
	overflow: hidden;
}

.posts-area{
	display: none;
}

.owl-prev, .owl-next{
	border-radius: 50%;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
	border: 1px solid #ebebeb;
}

.owl-prev{
	left: -20px;
}

.owl-next{
	right: -20px;
}


/* Styles for the contact type tags layout */
.contact-type-items .contact-type-item > p {
    display: flex;
    flex-wrap: nowrap;
    width: 89%;
}

.contact-type-items .contact-type-item > p > span {
    flex: 0 1 auto;
    min-width: 0;
}

.mycompany-edit-container .mycompany-edit-area {
    height: 100%;
    display: none;
}

.mycompany-edit-container .mycompany-edit-area.active{
	display: block;
}

.mycompany-edit-container .mycompany-edit-area form {
    height: 100%;
}

.mycompany-edit-container .mycompany-edit-area .mycompany-edit-area-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mycompany-edit-container .mycompany-edit-area .mycompany-edit-area-container .mycompany-edit-content-container {
    width: 100%;
    padding: 16px 32px 32px 32px;
    flex-grow: 1;
    padding-left: 30%;
	overflow-y: auto;
}

.mycompany-edit-container .mycompany-edit-area .mycompany-edit-area-container .mycompany-edit-action-container {
	background-color: #EFEFEF;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
	padding: 25px 32px;
	text-align: right;
}

.mycompany-menu{
	padding-left: 15px;
}

.mycompany-menu a{
	color: #5C5C5C;
}

.contacts.owl-carousel{
	gap: 0px !important;
}

.contacts{
	gap: 10px;
}

.checkbox-tag-modal{
	border: 1px solid #CCC;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 400;
	color: #5C5C5C;
	padding: 8px 5px;
	margin-bottom: 0px;
	cursor: pointer;
	height: auto;
}

.checkbox-tag-modal input{
	display: none;
}

.checkbox-tag-modal:has(input:checked) {
	background-color: #A8B939;
	color: #FFFFFF;
	border-color: #A8B939;
}

.profile-media-gallery-item-button:hover .mycompany-menu-item{
	display: flex;
}

.profile-media-gallery-item-figure:hover .mycompany-menu-item{
	display: flex !important;
}

/* Modal Cover Selector as Tags */
.modal-cover-selector {
    display: inline-block;
    border: 1px solid #CCC;
	border-radius: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #5C661F;
	padding: 8px 15px;
    margin: 5px 8px 8px 0;
    cursor: pointer;
    height: auto;
    background-color: #FFFFFF;
    transition: all 0.2s ease;
    min-width: 80px;
    text-align: center;
}

.modal-cover-selector input[type="radio"] {
    display: none;
}

.modal-cover-selector:hover {
    border-color: #A8B939;
    background-color: #f8f9f2;
}

.modal-cover-selector:has(input:checked) {
    background-color: #E4E9C2;
    color: #5C661F;
    border-color: #5C661F;
}

.modal-cover-selector-outer,
.modal-cover-selector-inner {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

.modal-cover-selector-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.modal-cover-selector-inner i {
    font-size: 14px;
}

/* Multiple options container for horizontal layout */
.multiple-options-horizontal {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.multiple-options-horizontal .modal-cover-selector {
    margin-right: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .multiple-options-horizontal {
        flex-direction: column;
    }
    
    .modal-cover-selector {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
}

.twig-events-next-event{
	padding: 6px 8px;
	font-weight: 600;
	border-radius: 96px;
	background: #D1B6E2;
	color: #4B0F72;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.64px;
	display: inline-block;
	margin-bottom: 1%;
}

.twig-events-next-event-title{
	padding-top: 1%!important;
}

.twig-events-next-event-date{
	color: #6915A1;
	font-size: 16px;
	font-weight: 500;
	padding-top: 1%!important;
}

.twig-events-next-event-location{
	color: #272727;
	font-size: 16px;
	font-weight: 500;
}

.twig-events-next-event-description{
	color: #5C5C5C;
	font-size: 16px;
	padding-top: 1%;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0.32px;
}

.twig-events-next-event-save-your-ticket{
	padding: 12px 16px;
	border-radius: 10px;
	background: #A8B939;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.64px;
	display: inline-block;
	text-decoration: none;
	border: none;
	cursor: pointer;
}

.my-ticket-color{
	background-color: #286090!important;
}

.twig-events-next-event-save-your-ticket:hover, .twig-events-next-event-purchase-product-button:hover{
	background: #9AA832;
	color: #FFFFFF;
	text-decoration: none;
}

.twig-events-next-event-learn-more{
	display: inline-block;
	padding: 12px 16px;
	color: #5C5C5C;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	vertical-align: middle;
}

.twig-events-next-event-learn-more:hover{
	color: #4A4A4A;
	text-decoration: none;
}

.twig-events-next-event-buttons-container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 0px !important;
}

.twig-events-next-event-container{
	text-align: left!important;
	margin-top: 5%!important;
}

.twig-events-next-event-row{
	padding-top: 4%;
}

.twig-events-image-wrapper{
	overflow: hidden;
	padding-right: 1%;
}

.twig-events-next-event-image{
	border-radius: 15px;
	max-width: 100%;
	height: auto;
	display: block;
	width: 100%;
}

.twig-events-next-small-event-image{
	border-radius: 15px;
	max-width: 100%;
	height: auto;
	display: block;
	width: 100%;
}

.twig-events-next-small-event-image-wrapper{
	overflow: hidden;
	margin-top: 11%;
	padding-bottom: 3%;
}

.padding-zero{
	padding: 0px !important;
}

.margin-zero{
	margin: 0px !important;
}

/* Twig Event */

.twig-events-next-event-back-to-all-events{
	display: inline-block;
	padding: 12px 16px;
	border-radius: 8px;
	border: 1px solid #7D7D7D;
	color: #7D7D7D;
	font-weight: 500;
	text-decoration: none;
	vertical-align: middle;
	width: fit-content;
	margin-top: 10%!important;
	letter-spacing: 0.64px;
}

.text-right{
	text-align: right;
}

.twig-event-next-event-learn-more{
	display: inline-block;
	padding: 12px 16px;
	color: #7D7D7D;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #7D7D7D;
	border-radius: 8px;
}

.twig-events-next-event-back-to-all-events:hover{
	color: #4A4A4A;
	text-decoration: none;
}

.twig-events-next-event-small-image{
	border-radius: 15px;
	max-width: 100%;
	height: auto;
	display: block;
	width: 100%;
}

.twig-events-next-event-small-image-div{
	margin-bottom: 3%;
	padding-right: 0%;
}

.twig-events-next-event-small-image-main{
	border-radius: 15px;
	max-width: 100%;
	height: auto;
	display: block;
	width: 30vh;
}

.twig-events-next-event-container-row {
	display: flex;
	align-items: stretch; 
}

.twig-events-next-event-container-row .col-md-4 {
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-end !important;
}

.width-vh-img-lightgallery{
	width: 90px !important;
	height: 90px !important;
	border-radius: 10px !important;
	object-fit: cover !important;
	object-position: center !important;
}

/* First column - same as others */
.twig-events-next-event-container-row .col-md-4.twig-events-next-event-confirm-presence {
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-end !important;
}

/* Push first element to bottom like you did for second column */
.twig-events-next-event-container-row .col-md-4.twig-events-next-event-confirm-presence > *:first-child {
	margin-top: auto !important;
}

/* Align middle column to bottom too */
.twig-events-next-event-container-row .col-md-4:nth-child(2) {
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-end !important;
}

/* Force the image in middle column to bottom */
.twig-events-next-event-container-row .col-md-4:nth-child(2) img.twig-events-next-event-small-image-main {
	margin-top: auto !important;
}

.twig-events-next-event-container-row .col-md-4.twig-events-next-event-confirm-presence h2,
.twig-events-next-event-container-row .col-md-4.twig-events-next-event-confirm-presence p,
.twig-events-next-event-container-row .col-md-4.twig-events-next-event-confirm-presence button {
	margin-bottom: 10px;
	flex-shrink: 0;
}

.twig-events-next-event-small-image-main {
	border-radius: 15px 0px 0px 15px;
	max-width: 100%;
	height: auto;
	display: block;
	width: 95%;
	margin-bottom: auto; 
}

.twig-events-next-event-confirm-presence-title{
	margin-top: 1%;
}

.twig-events-next-event-confirm-presence-description{
	color: #5C5C5C;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0.32px;
}

.twig-events-next-event-confirm-presence-free{
	color: #6915A1;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.64px;
}

.twig-events-next-event-purchase-product-div{
	margin: 0 18% 0 18%;
	display: flex;
	align-items: center;
	gap: 0;
	border-radius: 12px;
	background: #FFF;
}

.twig-events-next-event-purchase-product-image{
	width: 26vh;
	flex-shrink: 0;
	aspect-ratio: 89/88;
	background-color:#B4B4B4;
	border-radius: 12px 0px 0px 12px;
}

.twig-events-next-event-purchase-product-content{
	max-width: 475px;
	padding: 2% 2%;
	align-self: stretch;
}

.twig-events-next-event-purchase-product-label{
	padding: 6px;
	border-radius: 96px;
	background-color: #E4E9C2;
	color: #778328;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal!important;
	letter-spacing: 0.56px;
}

.twig-events-next-event-purchase-product-label-red{
	padding: 6px;
	border-radius: 96px;
	background-color: #FFC4C4;
	color: #FF4242;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal!important;
	letter-spacing: 0.56px;
}

.twig-events-next-event-purchase-product-label-sold-out{
	padding: 6px;
	border-radius: 96px;
	background-color: #CCC;
	color: #929292;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal!important;
	letter-spacing: 0.56px;
}

.twig-events-next-event-purchase-product-content h2{
	color: #272727;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.48px;
}

.twig-events-next-event-purchase-product-content h2 mark {
	vertical-align: baseline;
	position: relative;
	top: -0.2em;
}

.twig-events-next-event-purchase-product-label-description{
	color: #5C5C5C;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0.32px;
}

.twig-events-next-event-purchase-product-button-disabled, .twig-events-next-event-purchase-product-button{
	display: flex;
	padding: 12px 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
	background-color: #A8B939;
	color: #F6F8EB;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.64px;
	border: none;
	cursor: pointer;
}
.twig-events-next-event-purchase-product-button-disabled{
	border-radius: 8px;
	background: #CCC;
	color:rgba(39, 39, 39, 0.30);
	cursor: not-allowed;
	pointer-events: none;
}

.twig-events-next-event-purchase-product-label-button-container{
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.twig-events-next-event-purchase-product-label-learn-more{
	display: flex;
	padding: 12px 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #5C5C5C;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.64px;
}

.twig-events-next-event-purchase-sponsorship-div{
	border-radius: 12px;
	background: #FFF;
	margin: 1% 0 1% 0;
	padding: 5%;
}

.twig-events-next-event-purchase-sponsorship-label-button-container{
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.twig-events-next-event-purchase-sponsorship-description{
	color: #5C5C5C;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0.32px;
}

.twig-events-next-event-purchase-sponsorship-title{
	color: #5C5C5C;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0.32px;
}

.twig-events-next-event-purchase-product-image-small{
	border-radius: 15px 0px 0px 15px;
	width: 100%;
  	height: 100%;
}

.twig-events-next-event-purchase-product-label-title{
	margin-top: 0%;
	display: flex;
	gap: 10px;
}

/* Make the title of the event not wrap */
.twig-events-next-event-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* Allow up to 3 lines before cutting with ellipsis */
.twig-events-next-event-purchase-product-label-description, .twig-events-next-event-description, .twig-events-next-event-purchase-sponsorship-description {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.4;
	word-wrap: break-word;
	word-break: break-word;
	hyphens: auto;
	/* Fallback for zoom issues */
	/* Prevent text from overflowing container */
	box-sizing: border-box;
	width: 100%;
	/* Ensure text stays within bounds */
	overflow-wrap: break-word;
	/* Force text to respect container boundaries */
	contain: layout style;
}

.twig-events-next-event-purchase-product-modal{
	margin: auto;
	width: 45%;
}

.twig-events-modal-image{
	max-width: 100%;
}

.twig-events-modal-ul{
	list-style-type: disc;
	margin-top: 20px;
}

.twig-events-modal-description{
	color: #5C5C5C;
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0.28px;
}

.twig-events-modal-content{
	margin-top: 5%;
}

.twig-events-modal-content h3 {
	margin-top: 5%;
}

.twig-events-next-small-event-link{
	text-decoration: none;
	color: #333;
}

.twig-event-next-event-learn-more:hover, .twig-events-next-event-purchase-product-label-learn-more:hover, .twig-events-next-small-event-link:hover{
	color: #4A4A4A;
	text-decoration: none;
}

.black-color{
	color: #000;
}

.red-color{
	color: #FF0000;
}

.image-illustrative-only{
	color: #8c8c8c;
}