@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
:root {
	--blueColor: #415d99;
	--blueDarkColor: #293e6c;
    --blueColor1: #2d2eb5;
    --blueColor2: #4343d5;
    --blueColor3: #1d1f91;
    --blueColor4: #9291fc;
    --blueColor5: #413bd8;
    --blueColor6: #9897ff;
    --blueColor7: #cbcbff;
    --blueColor8: #e8e8ff;
    --blackColor: #000000;
    --whiteColor: #ffffff;
    --grayColor1: #737373;
    --grayColor2: #999999;
    --grayStd: #848eb5;
    --grayLight: #cdd6de;
    --darkBlueColor1: #0b0967;
    --darkBlueColor2: #2c29bc;    
	--llColor: #8386f3;
	--defaultColor: #555aea;
	--defaultSoftColor: #6c71ef;
	--buttonColor: #555aea;
	--greenColor: #089540;
	--greenDarkColor: #056a2d;
	--greenSoftColor: #0eb14e;
	--orangeColor: #f57e20;
	--pinkColor: #f53bf8;
	--pinkColor2: #fc57ff;
	--orangeDarkColor: #b1560e;
	--redColor: #cd2027;
	--redDarkColor: #950e14;
	--yellowColor: #ffc107;
	--yellowDarkColor: #d39e00;
	--bgColor: #161973;
	--fontSize4: 0.4rem;
	--fontSize5: 0.5rem;
	--fontSize6: 0.6rem;
    --fontSize7: 0.7rem;
    --fontSize8: 0.8rem;
    --fontSize9: 0.9rem;
    --fontSize10: 1rem;
    --fontSize12: 1.2rem;
    --fontSize14: 1.4rem;
    --fontSize16: 1.6rem;
    --fontSize18: 1.8rem;
    --fontSize20: 2rem;
    --fontSize22: 2.2rem;
    --fontSize24: 2.4rem;
    --fontSize30: 3rem;
    --fontSize32: 3.2rem;
    --fontSize34: 3.4rem;
    --fontSize36: 3.6rem;
    --fontSize40: 4rem;
    --size10: 1rem;
    --size12: 1.2rem;
    --size14: 1.4rem;
    --size16: 1.6rem;
    --size18: 1.8rem;
    --size20: 2rem;
    --size22: 2.2rem;
    --size24: 2.4rem;
    --size26: 2.6rem;
    --size28: 2.8rem;
    --size30: 3rem;
    --size32: 3.2rem;
    --size34: 3.4rem;
    --size36: 3.6rem;
    --size38: 3.8rem;
    --size40: 4rem;
    --size42: 4.2rem;
    --size44: 4.4rem;
    --size46: 4.6rem;
    --size48: 4.8rem;
    --size50: 5rem;
    --weightSmall: 300;
    --weightStandard: 400;
    --weightNormal: 500;
    --weightMedium: 600;
    --weightBold: 700;
    --weightSemiBold: 800;
    --weightExtraBold: 900;
    --errorColor: #ef574c;
    --errorBgColor: #faddda;
    --successColor: #4cbb3e;
    --successBgColor: #dbf1d8;
    --warningColor: #f4be32;
    --warningBgColor: #fdf2d6;
}
html {
	scroll-behavior: smooth;
}
body {
	background-color: #F9FAFF;
	font-family: Poppins;
	width: 100%;
	/*overflow: hidden;*/
}
h1 {
	font-size: 24px;
	line-height: 36px;
}
h2 {
	font-size: 22px;
	line-height: 32px;	
}
h3 {
	font-size: 20px;
	line-height: 28px;
}
h4 {
	font-size: var(--fontSize10);
	line-height: 26px;
}
h5 {
	font-size: var(--fontSize9);
	line-height: 22px;
}
h1, h2, h3, h4, h5 {	
	font-weight: 600;
}
a {
    color: #555aea;
    text-decoration: none !important;
}
a:hover {
    color: #6e72ea;
}
hr {
	border-top: 1px solid #eaebfd;
}
.modal::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: var(--whiteColor);
}

.modal::-webkit-scrollbar
{
    width: 5px;
    background-color: var(--whiteColor);
}

.modal::-webkit-scrollbar-thumb
{
    background-color: var(--blueColor1);
    border: 1px solid var(--blueColor1);
}

.modal::-webkit-scrollbar-thumb:horizontal
{
    background-color: var(--blueColor1);
    border: 1px solid var(--blueColor1);
}
#loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}
#spinner {
    margin-top: 50vh;
    margin-left: 50vw;
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 4em;
}

.showContent {
    line-height: 1em;
    height: auto;
}
.showContent{
    height: auto;
}
#llStyle::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: var(--whiteColor);
}
#llStyle::-webkit-scrollbar {
    width: 5px;
    background-color: var(--whiteColor);
}
#llStyle::-webkit-scrollbar-thumb {
    background-color: var(--blueColor1);
    border: 1px solid var(--blueColor1);
}
#llStyle::-webkit-scrollbar-thumb:horizontal {
    background-color: var(--blueColor1);
    border: 1px solid var(--blueColor1);
}
.l-livelife {
    background: linear-gradient(45deg, #1d1f91, #555aea) !important;
    color: #fff !important;
}
.data-content {
	margin-top: 70px;
}
.modal-content {
    padding: 0;
    border-radius: 15px;
}
.modal-header-login {
    border-bottom: 0!important;
    position: relative;
}
.modal-header h5 {
    position: relative!important;
}
.modal-header img {
    width: auto;
    height: 50px;
    object-fit: cover;
    float: right;
    margin-top: -32px !important;
}
#logreg-forms form {
    padding: 0!important;
}
.closeModal {
    position: absolute;
    right: 1rem;
    top: 1rem;
}
.btn-close {
    cursor: pointer;
}
.modal.fade .modal-dialog{
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.zoom-in {
    transform: scale(0)!important;
    opacity: 0;
    -webkit-transition: .3s all 0s;
    -moz-transition: .3s all 0s;
    -ms-transition: .3s all 0s;
    -o-transition: .3s all 0s;
    transition: .3s all 0s;
    display: block !important;
}
.zoom-in.show {
    opacity: 1;
    transform: scale(1)!important;
    transform:none;
}
.modal-open {
    padding-right: 0 !important;
}
input::placeholder, textarea::placeholder, select::placeholder, 
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder,
input::-moz-input-placeholder, textarea::-moz-input-placeholder, select::-moz-input-placeholder {
	color: #333!important;
	font-weight: 300!important;
	font-size: 14px!important;
}
input, textarea, select {
	font-size: 14px!important;
	font-weight: 300!important;
	color: #000!important;
}
.btn:not(:disabled):not(.disabled) {
    outline: 0;
    box-shadow: none;
    border: 0;
}
.form-text, .form-control {
    font-size: var(--fontSize8)!important;
    font-weight: var(--weightStandard)!important;
    border-radius: 5px;
    border: 1px solid #eaebfd;
}
textarea, input, select {
	font-size: var(--fontSize8)!important;
	font-weight: var(--weightStandard)!important;
	font-family: Poppins;
}
textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus,
select.form-control:focus,
select:focus,
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
	outline: none;
    border: 1px solid #555aea;
}
.form-control {
	height: 41px!important;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
}
.btn-creator {
	border: 1px solid #555AEA;
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	text-align: center;
	color: #555AEA;
	text-decoration: none;
	padding: 7px 15px;
}
.btn-login {
	border: 1px solid #555AEA;
	font-style: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	text-align: center;
	background: #555AEA;
	color: #FFF!important;
	text-decoration: none;
	padding: 7px 15px;
}
.btn-plan {
	border: 1px solid #555AEA;
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	text-align: center;
	color: #555AEA;
	text-decoration: none;
	padding: 7px 15px;
	font-weight: 600;
}
.btn-login-primary {
	width: 100%;
	background: #555AEA;
	color: #FFF;
	height: 61px;
	border-radius: 0;
	font-size: var(--fontSize8);
	line-height: 21px;
}
.btn-login-primary:hover {
	color: #FFF;
}
.btn-login-google {
	background: #FFF;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
	border-radius: 0;
	width: 48%;
	height: 61px;
	border: 1px solid #81868F !important;
	margin-right:2.9%;
}
.btn-login-facebook {
	background: #FFF;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
	border-radius: 0;
	width: 48%;
	height: 61px;
	border: 1px solid #81868F !important;
}
.btn-subheader {
	color: #555AEA;
	font-weight: 600;
    padding: 20px 30px;
    border-radius: 10px;
    background: #FFF;
    text-decoration: none;
    font-size: 22px;
    line-height: 21px;
}
.btn-subheader:hover {
	color: #555AEA;
	background: #F1F2F5;
}
.btn-activity {
	background: #555AEA;
	color: #FFF;
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	text-align: center;
	height: 36px;
	border-radius: 0;
	-moz-border-radius: 0;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}
.btn-activity:hover {
	color: #FFF;
	background: #1418D5;
}
.btn-bookmark {	
	height: 36px;
}
.btn-link {
    font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
    color: #000;
    text-decoration: none;
    position: relative;
    z-index: 2;
}
.btn-contact-us {
	position: absolute;
	right: 20px;
	bottom: 45px;
	height: 41px;
	background: #555AEA;
	color: #FFF;
	padding: 0 20px;
	border-radius: 0;
	-moz-border-radius: 0;
	font-size: var(--fontSize8);
	line-height: 21px;
	text-align: center;
}
.btn-cancel {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	text-align: center;
	color: #555AEA;
	background: #FFFFFF;
	border: 1px solid #555AEA !important;
	border-radius: 0;
	-moz-border-radius: 0;
}
.btn-cancel:hover {
	background: #F6F7FF;
	color: #555AEA;
	border: 1px solid #555AEA !important;
}
.btn-cancel:focus, .btn-update:focus {
	outline: 0;
	box-shadow: none;
}
.btn-update {	
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	text-align: center;
	color: #FFFFFF;
	background: #555AEA;
	border: 1px solid #555AEA !important;
	border-radius: 0;
	-moz-border-radius: 0;
	margin-left: 10px;
}
.btn-update:hover {
	background: #777BF0;
	border: 1px solid #777BF0 !important;
	color: #FFFFFF;
}
.btn-submit-ticket {
	background: #555AEA;
	width: 100%;
	color: #FFF;
	padding: 10px 0;
}
.btn-submit-ticket:hover {
	color: #FFF;
}
.btn-payment-process {
	background: #555AEA;
	text-align: center;
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #FFFFFF;
	width: 100%;
	padding: 12px 0;
	border-radius: 0;
}
.btn-payment-process:hover {
	color: #FFF;
}
.btn-choose-file {
	width: 220px;
    position: absolute;
    display: inherit;
    margin-top: 30px;
    text-align: center;
    padding: 35px 0;
    margin-left: 46px;
}
.btn-white {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	text-align: center;
	color: #555AEA;
	background: #FFFFFF;
	border: 1px solid #555AEA !important;
	border-radius: 0;
	-moz-border-radius: 0;
}
.btn-confirm {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	text-align: center;
	color: #FFFFFF;
	background: #555AEA;
	border: 1px solid #555AEA !important;
	border-radius: 0;
	-moz-border-radius: 0;
}
.btn-regist-partner {
    background: linear-gradient(134.38deg,#f539f8,#aa42f9 43.55%,#555aea 104.51%);
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    color: #FFFFFF;
    font-size: 15px;
    padding: 9px 23px;
    border-radius: 50px;
    text-decoration: none!important;
    border: 0;
}
.btn-regist-partner:hover {
    color: #FFFFFF;
    background: linear-gradient(318deg,#f539f8,#aa42f9 43.55%,#555aea 104.51%);
}
.btn-regist-cancel {
    background: #b7b9ff;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    color: #fff;
    font-size: 15px;
    padding: 9px 23px;
    border-radius: 50px;
    text-decoration: none!important;
}
.btn-regist-cancel:hover {
    background: #555aea;
    color: #fff;
}
.btn-upload-moment {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	background: #555AEA;
	text-align: center;
	color: #FFFFFF;
	border-radius: 0;
	-moz-border-radius: 0;
	padding: 10px 35px;
}
.btn-upload-moment:hover {
	color: #FFFFFF;
}
.btn-moment-header {
	color: #555AEA;
	font-weight: 600;
	padding: 7px 25px;
	background: #FFF;
	text-decoration: none;
	font-size: var(--fontSize8);
	line-height: 21px;
	border-radius: 0;
}
.btn-moment-header:hover {
	color: #555AEA;
	background: #F1F2F5;
}
.btn-manage {
	border: 1px solid #555AEA !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	background: #FFF;
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	text-align: center;
	color: #555AEA;
	padding: 7px 0;
	width: 100%;
}
.btn-edit-manage {
	background: #FFFFFF !important;
	border: 1px solid #555AEA !important;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #555AEA !important;
	border-radius: 0 !important;
	-moz-border-radius: 0;
	width: 48%;
	margin-right: 2%;
	padding: 10px 0 !important;
}
.btn-delete-manage {
	background: #FFFFFF !important;
	border: 1px solid #555AEA !important;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #555AEA !important;
	border-radius: 0 !important;
	-moz-border-radius: 0;
	width: 48%;
	padding: 10px 0 !important;
}
.btn-plan-manage {
	background: #555AEA !important;
	border: 1px solid #555AEA !important;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF !important;
	border-radius: 0 !important;
	-moz-border-radius: 0;
	width: 48%;
	padding: 10px 0 !important;
}
.clearfix {
	content: "";
	clear: both;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.0473121);
}
.sticky-header {
    position: fixed !important;
    top: 0px;
    width: 100%;
    background-color: #FFF;
    z-index: 999;
    margin: 0;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    padding: 0;
}
.livelifelogo {
    background: url('../images/default/logo_40.png') center center no-repeat;
    background-size: 125px 40px;
    width: 125px;
    height: 40px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 / 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    .livelifelogo {
        background: url('../images/header/logo.png') center center no-repeat;
        background-size: 125px 40px;
    }
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .livelifelogo {
        background: url('../images/header/logo.png') center center no-repeat;
        background-size: 125px 40px;
    }
}
@media (-webkit-min-device-pixel-ratio: 3),
(min-resolution: 288dpi) {
    .livelifelogo {
        background: url('../images/header/logo.png') center center no-repeat;
        background-size: 125px 40px;
    }
}
#header {
	width: 100%;
	position: relative;
	background-color: #FFF;
	box-shadow: 0px 1px 0px rgba(125, 111, 243, 15%);
	z-index: 999;
}
.header {
	background: #FFF;
	padding: 0 20px;
}
.navbar {
	padding: 12px 0;
}
.hpHeader .navbar {
	padding: 6px 0;
}
.navbar-right .nav-item {
	padding: 5px 0;
}
.navbar-collapse {
	margin-top: 1px;
}
.navbar .navbar-brand {
	margin-right: 35px;
}
.navbar .navbar-brand img {
	height: 40px;
    padding-top: 5px;
}
.navbar .nav-after-login {
	margin-top: -5px;
}
.navbar .nav-before {
	margin-bottom: 5px;
}
.navbar-nav .item-after-login {
	margin-top: 2px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .7rem;
    padding-left: .7rem;
}
.navbar-light .navbar-nav .nav-link {
	font-style: normal;
	font-weight: 500;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #555AEA;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #555AEA;
}
.navbar-right {
	padding-top: 0;
}
.nav-homepage {	
	display: flex !important;
    position: absolute;
    right: 0;
}
.navbar-right a {
	color: #555AEA;
	font-size: var(--fontSize8);
	text-decoration: none;
	border-radius: 35px;
}
.navbar-right ul {
	display: block;
	list-style: none;
}
.navbar-right ul li {
	display: inline-block;
	margin-left: 5px;
}
.navbar-right .after-login {
	display: block;
	list-style: none;
}
.navbar-right .after-login li {
	display: inline-block;
	margin-left: 25px;
}
.navbar-right .before-login {
	display: block;
	list-style: none;
}
.navbar-right .before-login li {
	display: inline-block;
	margin-left: 5px;
}

.navbar-right .dropdown:hover>.dropdown-menu {
 display: block;
}
.dropdown-toggle::after { 
	display: none
}
.dropdown-toggle .notif-number {
	font-size: 11px;
	width: 20px;
	height: 20px;
	padding-top: 2px;
	font-weight: 600;
	color: #000000;
	background: #F3D97C;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	left: 17px;
}
.nav-item {
	position: relative;
	padding: 10px 0;
}
.dropdown:hover .dropdown-menu {
    opacity: 1;
	visibility: visible;
}
.dropdown .dropdown-menu {
    opacity: 0;
    position: absolute;
    right: 0;
    left: auto;
    font-size: var(--fontSize8);
    border: 0;
    margin: 0;
    z-index: 0;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.0873121);
    z-index: 1;
    width: 290px;
    visibility: hidden;
}
.dropdown-menu {	
    border-radius: 15px;
    transition: all .2s ease-in-out;
}
.animate-menu {
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}
.slideIn {
	-webkit-animation-name: slideIn;
	animation-name: slideIn;
}
@keyframes slideIn {
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}

	100% {
		transform: translateY(0rem);
		opacity: 1;
	}

	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
}
@-webkit-keyframes slideIn {
	0% {
		-webkit-transform: transform;
		-webkit-opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-webkit-opacity: 1;
	}
	0% {
		-webkit-transform: translateY(1rem);
		-webkit-opacity: 0;
	}
}

.dropdown-menu hr {
	margin-top: .3rem;
	margin-bottom: .7rem;
	border-top: 1px solid #F2F2F2;
}
.dropdown-menu a {
	font-size: var(--fontSize8);
	line-height: 15px;
	color: #000;
	background: none;
}
.dropdown-menu a:hover {
	color: #909090;
	background: none;
}
.dropdown-menu .all {
	color: rgb(35, 40, 191, 1);
	background: none;
	text-align: center;
	background: #fff;
	padding: 11px 0;
	margin-bottom: -8px;
	transition: 0.3s ease;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.dropdown-menu .all:hover {
	color: rgb(35, 40, 191, .7);
	background: rgb(232, 232, 255, .7);
}
.dropdown-item {
	padding: .3rem 1rem;
	display: inline-block;
}
.dropdown-item img {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	object-fit: cover;
	float: left;
	position: relative;
}
.dropdown-item .display-notif {
	float: none;
	position: relative;
	margin-left: 55px;
	font-size: var(--fontSize8);
	line-height: 19px;
	font-weight: 300;
	color: #000;
	margin-top: 2px;
}
.cut-1-line {
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropdown-item .display-notif .time {
	margin-left: 0;
	font-size: 10px;
	line-height: 15px;
	color: #6D6D6D;
	font-weight: 200;
}
.top-notif {
	padding: .6rem 1rem;
}
.top-notif:hover {
	background: linear-gradient(134.38deg,rgb(245, 57, 248, 0.1),rgb(170, 66, 249, 0.1) 43.55%,rgb(85, 90, 234, 0.1) 104.51%)!important;
}
.email-muted {
	padding: 10px;background: linear-gradient(134.38deg,rgb(245, 57, 248, 0.1),rgb(170, 66, 249, 0.1) 43.55%,rgb(85, 90, 234, 0.1) 104.51%);
}
.email-muted span {
	font-size: var(--fontSize8);
}
.top-notif span {
	position: absolute;
	margin-top: 4px;
	margin-left: 10px;
	font-size: 10px;
	line-height: 8px;
	font-weight: 300;
	color: #000;
}
.top-notif span .time {
	margin-left: 0;
	font-size: 10px;
	line-height: 15px;
	color: #6D6D6D;
	font-weight: 200;
}
.display-profile {
    float: left;
    position: relative;
    margin-left: 15px;
	font-size: var(--fontSize8);
    line-height: 0;
    font-weight: 300;
    color: #000;
    margin-top: 14px;
}
.display-profile .view-profile {
	margin-left: 0;
	font-size: 11px;
	line-height: 15px;
	color: #6D6D6D;
	font-weight: 200;
}
.top-profile span {
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 2px;
	font-weight: 400;
	color: #000;
	letter-spacing: .7px;
}
.top-profile span .view-profile {
	margin-left: 0;
	font-size: 10px;
	line-height: 15px;
	color: #6D6D6D;
	font-weight: 200;
}
.pfmenu {
	position: relative;
	padding: 0 1rem;
}
.profileMenu {
	margin: 0;
    padding: 0;
}
.profileMenu li {
	width: 120px;
	padding: 0 0 6px 0;
}
.profileMenu li > a:hover {
	-webkit-background-clip: text!important;
	-webkit-text-fill-color: transparent;
	background: -webkit-linear-gradient(#f539f8, #aa42f9, #555aea);
	background: -o-linear-gradient(#555aea, #aa42f9, #f539f8);
	background: -moz-linear-gradient(#555aea, #aa42f9, #f539f8);
	background: linear-gradient(to #555aea, #aa42f9, #f539f8);
}
.profilePictures {
	width: 45px!important;
	height: 45px!important;
}
.navbar-right .header-profile img {
	height: 34px;
	width: 34px;
	object-fit: cover;
	border-radius: 50%;
	-moz-border-radius: 50%;
}
.navbar-right .header-profile .caret-down {
	width: 10px;
	height: 5.6px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../images/header/toggler.png);
}
.navbar-light .navbar-toggler {
    color: #555AEA;
    border-color: #555AEA;
}
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
    border-color: #555AEA;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}
.display-none {
    display: block;
}
.menu-display {
	display: none;
	text-decoration: none;
}
.menu-display i {
	font-size: 20px;
	width: 40px;
	color: #555AEA;
	text-align: center;
}
.ts-search-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 100001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(85, 90, 234, 0.90);
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}
.ts-icon-close {
    position: absolute;
    color: #fff;
    right: 25px;
    top: 25px;
    cursor: pointer;
}
.ts-icon-close:before {
    content: '\00d7';
    font-size: 30px;
    font-weight: normal;
    width:20px;
    opacity: .5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    opacity: .6;
}
.ts-search-outer {
    max-width: 970px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ts-search-outer .ts-search-logo {
    margin-bottom: 60px;
    position: absolute;
    margin-top: -125px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.ts-search-outer .ts-search-logo img {
    max-height: 65px;
}
.ts-search-overlay .ts-site-searchform {
    position: relative;
	padding: 0 20px;
}
.ts-search-overlay input[type="search"] {
    border-bottom-color: #ff9600;
}
.ts-search-overlay input[type="search"] {
    border: none;
    font-size: 16px;
    color: #09162a;
    padding: 0;
    padding-left: 16px;
    text-align: left;
    height: 70px;
    line-height: 70px;
}
.ts-search-overlay .ts-site-searchform button {
    position: absolute;
    top: 5px;
    right: 27px;
    padding: 10px; 
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 60px;
    border: 0;
    color: #fff;
}
.ts-search-overlay.st-show {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/*------ LOGIN ------ */
#logreg-forms{
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#logreg-forms form {
    width: 100%;
    padding: 10px;
    margin: auto;
}
#logreg-forms .form-control {
    position: relative;
    box-sizing: border-box;
}
#logreg-forms .form-control:focus { 
	z-index: 2; 
	border: 0;
}
#logreg-forms .social-login{
    width:100%;
    margin:0 auto;
}
#logreg-forms a{
    padding-top:10px;
}
#logreg-form .lines{
    width:200px;
    border:1px solid red;
}
#logreg-forms button[type="submit"]{ 
	margin-top:10px; 
}
#logreg-forms .form-reset, #logreg-forms .form-signup{ 
	display: none;
}
#logreg-forms .form-signup input { 
	margin-bottom: 2px;
}
.form-signup .social-login{
    margin: 0 auto;
}
.login-form {

}
.login-form input[type='text'], .login-form input[type='email'], .login-form input[type='password'] {
	height: 61px;
	border-radius: 0;
	border: 0;
	box-sizing: border-box;
	outline: 1px solid #555aea;
    box-shadow: none;
}
.login-form .form-control {
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #A1A9B3;
	font-weight: 300;
}
.login-form p {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	text-align: center;
	color: #000000;
	padding: 20px 0;
    margin-bottom: 0;
}
.login-form a {
	color: #555AEA;
	text-decoration: none;
}
.login-form a:hover {
	color: #555AEA;
}
.login-form .forgot {
	margin-bottom: 20px;
}
.login-form .forgot .password {	
	color: #3A3C43;
	font-size: var(--fontSize8);
	line-height: 21px;
}
.login-form .forgot .password:hover {
	color: #555AEA;
}
.modal-lg .modal-content {
	max-width: 100%;
}
.modal-lg .modal-dialog{
    overflow-y: initial !important
}
.modal-lg .modal-body{
    max-height: calc(100% - 40px);
    overflow-y: auto;
}
.modal-content {
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
    max-width: 489px;
}
.modal-header, .modal-footer {
	border: 0;
	display: block;
}
.modal-header p {
	font-size: 12px;
	font-style: italic;
}
.modal-title {
    margin-bottom: 0;
    font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #000000;
}
.custom-control-label input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 18px;
    height: 18px;
}
.col-form-label {
    font-size: var(--fontSize8);
    font-weight: var(--weightBold);
    line-height: 21px;
	margin-top: 3px;
}
.custom-control-label {
	width: 45px;
	float: left;
	font-size: var(--fontSize8);
	color: #3A3C43;
	font-weight: 300;
	padding: 3px;
}
.custom-radio .custom-control-label::before {
    height: 18px;
    width: 18px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #FFF;
    border-color: #555AEA;
    background-color: #555AEA;
    width: 20px;
    height: 20px;
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.modal-header .close {
    outline: 0;
    box-shadow: none;
	text-shadow: none;
	position: absolute;
	right: 15px !important;
	top: 7px !important;
}
.modal-header .close span {
    font-size: 32px;
    font-weight: 100;
    line-height: 45px;
    color: #fff;
}
.modal-body {
	background: #f9faff;
}
.modal-footer {
	margin-top: 0;
	text-align: center;
	font-size: var(--fontSize8);
	line-height: 21px;
	display: block;
	font-weight: 300;
}
.modal-footer p {
	padding: 10px 0;
}
.modal-footer a {
	color: #555AEA;
	text-decoration: none;
	font-weight: 600;
}
.modal-footer a:hover {
	color: #555AEA;
}
/*--------END LOGIN--------*/

#sub-header {
	background: linear-gradient(-50deg, #f57e20, #cd2027, #0f44b5, #089540);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}
.sub-header-content {
	color: #FFF;
	padding: 100px 20px;
	position: inherit;
}
.sub-header-content h3 {
	font-size: 45px;
	line-height: 60px;
	margin-bottom: 15px;
	font-weight: 500;
}
.sub-header-content p {
	font-size: 22px;
    line-height: 40px;
    margin-bottom: 50px;
}
.sub-header-content img {
	width: 100%;
}

#hp-top {
	padding: 80px 0;
	background: #FFF;
}
#hp-top .board {
	/*background: rgba(144, 149, 255, 0.5);
    background: linear-gradient(0deg, rgba(144, 149, 255, 0.5) 0%, rgba(185, 153, 255, 0.5) 79%, rgba(202, 177, 255, 0.5) 100%);*/
    background: linear-gradient(-45deg, #a6a9ff, #ba9bff, #a6a9ff, #ba9bff);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	padding: 40px 20px;
	position: relative;
	border-radius: 10px;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.element-header-plan {
	background: #555aea;
	width: 300px;
	height: 50px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	display: inline-block;
	margin-bottom: -7px;
}
.element-header-plan p {
	float: left;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	line-height: 50px;
	margin-left: 15px;
}
.element-body-plan {
	background: #f2f2f2;
	width: 300px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	display: inline-block;
	padding: 20px;
}
.element-card-plan-form {
	background: #fff;
	width: 100%;
	height: 60px;
	border-radius: 7px;
	display: inline-block;
}
.element-card-plan-form p {
	float: left;
	font-size: 10px;
	font-weight: 500;
	color: #c1c1c1;
	line-height: 35px;
	margin-left: 10px;
}
.element-header-plan-2 {
	background: #555aea;
	width: 300px;
	height: 50px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	display: inline-block;
	margin-bottom: -7px;
}
.element-header-plan-2 p {
	float: left;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	line-height: 50px;
	margin-left: 15px;
}
.element-body-plan-2 {
	background: #f2f2f2;
	width: 300px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	display: inline-block;
	padding: 20px 10px;
}
.element-card-plan-form-2 {
	background: #fff;
	width: 200px;
	height: 35px;
	border-radius: 7px;
	display: inline-block;
}
.element-card-plan-form-2 p {
	float: left;
	font-size: 10px;
	font-weight: 500;
	color: #c1c1c1;
	line-height: 35px;
	margin-left: 10px;
}
.element-card-plan-submit {
	background: #555aea;
	width: 80px;
	height: 35px;
	border-radius: 7px;
	display: inline-block;
	font-size: 10px;
	line-height: 35px;
	color: #fff;
	margin-top: 10px;
}
.element-bullet {
    height: 20px;
    width: 20px;
    background: #FBFF00;
    position: relative;
    display: inline-block;
    border-radius: 100%;
    top: 5px;
    margin-right: 10px;
}
.element-title {
	font-size: 10px;
	float: left;
	margin-bottom: 5px;
}
.element-content {
	margin-top: 30px;
}
.element-content span { position: relative; left: 10px; }

.element-content span, 
.element-content span:before,
.element-content span:after {
  border-radius: 1px;
  height: 2px;
  width: 55px;
  background: #ccc;
  position: relative;
  display: block;
  content: '';
  z-index: 1;
}
.element-content span:before {
  top: -7px;
  width: 35px;
}
.element-content span:after {
  bottom: -5px;
}

.element-header {
	background: #555aea;
	width: 300px;
	height: 50px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	display: inline-block;
	margin-bottom: -7px;
}
.element-header p {
	float: left;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	line-height: 50px;
	margin-left: 15px;
}
.element-body {
	background: #f2f2f2;
	width: 300px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	display: inline-block;
	padding: 20px 10px;
}
.element-card-form {
	background: #fff;
	width: 200px;
	height: 35px;
	border-radius: 7px;
	display: inline-block;
}
.element-card-form p {
	float: left;
	font-size: 10px;
	font-weight: 500;
	color: #c1c1c1;
	line-height: 35px;
	margin-left: 10px;
}
.element-header-2 {
	background: #555aea;
	width: 300px;
	height: 50px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	display: inline-block;
	margin-bottom: -7px;
}
.element-header-2 p {
	float: left;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	line-height: 50px;
	margin-left: 15px;
}
.element-body-2 {
	background: #f2f2f2;
	width: 300px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	display: inline-block;
	padding: 20px 10px;
}
.element-card-form-2 {
	background: #fff;
	width: 200px;
	height: 35px;
	border-radius: 7px;
	display: inline-block;
}
.element-card-form-2 p {
	float: left;
	font-size: 10px;
	font-weight: 500;
	color: #c1c1c1;
	line-height: 35px;
	margin-left: 10px;
}
.element-card-submit {
	background: #555aea;
	width: 80px;
	height: 35px;
	border-radius: 7px;
	display: inline-block;
	font-size: 10px;
	line-height: 35px;
	color: #fff;
	margin-top: 10px;
}

.btn-join {
	background: #555aea;
	font-weight: 600;
	color: #fff;
	padding: 10px 20px;
	border-radius: 10px;
}
.btn-join:hover {
	background: #555aea;
	color: #fff;
}

.btn-hp-white {
	background: #fff;
	color: #555aea;
	padding: 10px 20px;
	border-radius: 10px;
}
.btn-hp-white:hover {
	background: #fff;
	color: #555aea;
}

#hp-activities {
	padding: 80px 0;
	background: rgb(85,90,234);
    background: linear-gradient(90deg, rgba(85,90,234,1) 0%, rgba(118,52,214,1) 58%, rgba(94,45,202,1) 100%);
}
.hp-activities-top {
	padding: 0 0 30px;
}
.hp-activities-bottom {
	padding: 30px 0 0;
}
.hp-activities h2 {
	color: #fff;
}
.hp-activities p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.hp-activities a {
	font-weight: 600;
	text-decoration: none;
	color: #555AEA;
}
.hp-activities img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.hp-content-activities {
	box-shadow: 0px 6px 15px rgba(51, 55, 225, .05);
	margin-bottom: 30px;
}
.hp-content-activities .hp-content {
	background-color: #FFF;
	padding: 15px;
	height: 120px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.hp-content-activities .hp-time p {
	font-weight: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 15px;
	color: #555AEA;
	opacity: 0.66;
	margin-bottom: 10px;
}
.hp-content-activities .hp-title h4 {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #191919;
}
.hp-content-activities .hp-location p {
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
	color: #747474;
	opacity: 0.66;
	margin-bottom: 10px;
}
.hp-content-activities .hp-creator img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 10px;
}
.hp-content-activities .hp-creator {
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 15px;
}
.delete-container{
	position: absolute;
    right: 15px;
    top: 5px;
	z-index: 8 !important;
}

.delete-btn{
	padding: 5px 10px 5px 10px;
    background: #e74c3c;
	color: white !important;
	cursor: pointer;
}
#hp-moment {
	padding: 80px 0;
	background: #F9F9FF;
}
.hp-moment h2 {
	/*margin-bottom: 15px;*/
}
.hp-moment p {
	font-size: 16px;
	line-height: 24px;
}
.hp-moment a {
	font-weight: 600;
	text-decoration: none;
}
.hp-moment img {
	width: 100%;
	height: 348px;
	object-fit: cover;
	background:rgba(0, 0, 0, .75);
	position: relative;
	filter: brightness(50%);
	-webkit-filter:brightness(50%);
	border-radius: 10px;
}
.hp-content-moment {
	filter: drop-shadow(0px 6px 15px rgba(0, 0, 0, 0.0514368));
	margin-bottom: 30px;
}
.hp-content-moment .hp-content {
	padding: 20px 20px 0;
	position: absolute;
	bottom: 10px;
    left: 10px;
    color: #FFF;
}
.hp-content-moment .hp-title h4 {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
    color: #FFF;
}
.hp-content-moment .hp-location p {
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
	color: #747474;
	opacity: 0.66;
	margin-bottom: 10px;
}
.hp-content-moment .hp-creator img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 10px;
	filter: brightness(100%);
	-webkit-filter:brightness(100%);
}
.hp-content-moment .hp-creator {
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 15px;
}

#hp-category {
	padding: 40px 0;
	background: #FFF;
	box-sizing: border-box;
}
.hp-category h3 {
	font-size: 20px;
	line-height: 21px;
	margin-bottom: 15px;
}
.hp-category p {
	font-size: 16px;
	line-height: 24px;
}
.hp-category img {
	width: 100%;
	height: 219px;
	object-fit: cover;
	background:rgba(0, 0, 0, .75);
	position: relative;
}
.hp-content-category {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 219px;
}
.hp-content-category .music-overlay {	
	width: 100%;
	height: 219px;
	background: linear-gradient(180deg, rgba(120, 115, 242, 0.546083) 0%, #bb0cb6 100%);
	position: relative;
	top: -219px;
}
.hp-content-category .movie-overlay {	
	width: 100%;
	height: 219px;
	background: linear-gradient(180deg, rgba(247, 251, 168, 0.547148) 0%, #3611ca 112.44%);
	position: relative;
	top: -219px;
}
.hp-content-category .sport-overlay {	
	width: 100%;
	height: 219px;
	background: linear-gradient(180deg, rgba(71, 195, 151, 0.546493) 0%, #06c314 120.44%);
	position: relative;
	top: -219px;
}
.hp-content-category .eat-overlay {	
	width: 100%;
	height: 219px;
	background: linear-gradient(180deg, rgba(213, 102, 152, 0.545919) 0%, #f51f27 135.57%);
	position: relative;
	top: -219px;
}
.hp-content-category .travel-overlay {	
	width: 100%;
	height: 219px;
	background: linear-gradient(180deg, rgba(60, 71, 164, 0.547285) 2.95%, #f96d2a 116.62%);
	position: relative;
	top: -219px;
}
.hp-content-category .business-overlay {	
	width: 100%;
	height: 219px;
	background: linear-gradient(182.37deg, rgba(146, 210, 249, 0.55) -7.24%, #030269 120.97%);
	position: relative;
	top: -219px;
}
.hp-content-category .hp-title h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
    color: #FFF;
    margin-bottom: 0;
    position: absolute;
	bottom: 10px;
    left: 15px;
}
.hp-content-category .hp-location p {
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
	color: #747474;
	opacity: 0.66;
	margin-bottom: 10px;
}
.hp-content-category .hp-creator img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 10px;
}
.hp-content-category .hp-creator {
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 15px;
}

#footer {
	width: 100%;
	background-color: #000;
	position: relative;
}
.footer {
	height: 91px;
	background: #000;
	padding: 0;
}
.footer .footer-img img {
	height: 27px;
}
.footer .footer-link {
	display: block;
}
.footer .footer-link a {
	color: #FFF;
	text-decoration: none;
	font-size: var(--fontSize8);
	line-height: 21px;
}
.footer .footer-link ul li {
	display: inline-block;
	list-style: none;
	margin-right: 20px;
	margin-left: 20px;
}
.footer .footer-social ul li {
	display: inline-block;
	list-style: none;
	margin-right: 10px;
}

/*--------- Filter Search Activities ----------*/
.filter-search {
	display: flex;
	float: right;
}
.filter-search .dropdown-menu {
	left: -78px !important;
	right: 0;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.0473121);
    width: 225px;
}
.filter-search img {
	height: 20px;
}
.form-inline {
	position: relative;
	margin-right: 10px;
}
.form-inline input[type=search] {
	width: 497px;
	height: 44px;
	border-radius: 0;
	font-size: 12px;
	outline: 0;
    box-shadow: none;
    border: 1px solid #555aea;
}
.form-inline input[type=search]:focus {
	border: 1px solid #555aea;
}
.form-inline img {
	position: absolute;
	right: 20px;
}
#filterButton {
	padding: 9px 12px;
	border: 1px solid #555aea;
	position: relative;
	background: #FFF;
}
/*--------- End Filter Search Activities ----------*/



/*--------- What's On ----------*/
#header-whatson {
	position: relative;
}
#header-whatson .whatson-bg-left-top {
    position: absolute;
    width: 427.5px;
	height: 244.5px;
	left: -218px;
    top: 0;
}
#header-whatson .whatson-bg-left-bottom {
    position: absolute;
    width: 429.51px;
	height: 185.49px;
    bottom: -50px;
    left: -102px;
}
#header-whatson .whatson-bg-right {
    position: absolute;
    width: 423.5px;
	height: 211.14px;
    bottom: 0;
    right: 0px;
}
.header-whatson {
	background: linear-gradient(180.13deg, #3A43E9 -91.88%, #6C137F 342.51%);
	height: 270px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-whatson h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
}
#content-whatson {
	padding: 40px 0;
	background: #fff;
}
#content-whatson h3 {
	color: #000;
}
.content-whatson {
	padding: 40px 0;
}
.whatson {
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.0514368);
	margin-bottom: 30px;
}
.whatson a {
	text-decoration: none;
	color: #555AEA;
}
.whatson a:hover {
	text-decoration: none;
	color: #555AEA;
}
.whatson img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.whatson .whatson-content {
	background-color: #FFF;
	padding: 15px;
	height: 150px;
}
.whatson .whatson-time {
	display: flex;
}

.whatson .whatson-time p {
	font-weight: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 15px;
	color: #555AEA;
	opacity: 0.66;
	margin-bottom: 10px;
	width: 70%;
}
.whatson .whatson-title h4 {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #191919;
}
.whatson .whatson-location p {
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
	color: #747474;
	opacity: 0.66;
	margin-bottom: 10px;
}
.whatson .whatson-creator img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 10px;
}
.whatson .whatson-creator {
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 15px;
}
/*--------- End What's On ----------*/



/*--------- Past Activities ----------*/
#header-past-activities {
	position: relative;
}
#header-past-activities .past-bg-left-top {
    position: absolute;
    width: 427.5px;
	height: 244.5px;
	left: -218px;
    top: 0;
}
#header-past-activities .past-bg-left-bottom {
    position: absolute;
    width: 429.51px;
	height: 185.49px;
    bottom: -50px;
    left: -102px;
}
#header-past-activities .past-bg-right {
    position: absolute;
    width: 423.5px;
	height: 211.14px;
    bottom: 0;
    right: 0px;
}
.header-past-activities {
	background: linear-gradient(180.13deg, #3A43E9 -91.88%, #6C137F 342.51%);
	height: 270px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-past-activities h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
}
#content-past-activities {
	padding: 40px 0;
}
#content-past-activities h3 {
	color: #000;
}
.content-past-activities {
	padding: 40px 0;
}
.past-activities {
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.0514368);
	margin-bottom: 30px;
}
.past-activities a {
	text-decoration: none;
	color: #555AEA;
}
.past-activities a:hover {
	text-decoration: none;
	color: #555AEA;
}
.past-activities img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.past-activities .past-content {
	background-color: #FFF;
	padding: 15px;
}
.past-activities .past-title h4 {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #191919;
}
.past-activities .past-location p {
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
	color: #747474;
	opacity: 0.66;
	margin-bottom: 10px;
}
.past-activities .past-creator img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 10px;
}
.past-activities .past-creator {
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 15px;
}
/*--------- End Past Activities ----------*/


/*--------- Detail Activities ----------*/
#detail-activities {
	padding: 40px 0;
}
#detail-activities img {
	width: 100%;
	object-fit: cover;
}
.da-box-right {
	background: #fff;
	padding: 15px 20px;
}
.da-box-right .activity-host {
	display: block;
	padding: 20px 0;
}
.da-box-right .activity-host img {
	width: 34px !important;
	height: 34px;
	object-fit: cover;
	float: left;
	border-radius: 50%;
	-moz-border-radius: 50%;
}
.da-box-right .activity-host .hosted {
	float: left;
	font-size: 10px;
	line-height: 15px;
	color: #81868F;
	margin-left: 20px;
}
.da-box-right .activity-host .hosted span {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.da-box-right .activity-price {
	display: block;
	padding: 20px 0;
}
.da-box-right .activity-price .title-pricing {
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
}
.da-box-right .activity-price .pricing {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #555AEA;
}
.da-box-right .activity-action img {
	height: 36px !important;
	width: 36px !important;
}
/*--------- End Detail Activities ----------*/



/*--------- About LiveLife ----------*/
#about {
	height: 382px;
	position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
	background: linear-gradient(180deg, rgba(164, 166, 245, 0.86) -42.79%, rgba(20, 24, 213, 0.83) 83.87%), 
	url(../images/default/livelife-bg.jpg) no-repeat scroll center;
	object-fit: cover;
}
.about {
	text-align: center;
	color: #FFF;
	height: 382px;
	width: 100%;
	padding: 85px 170px;
}
.about h1 {
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 54px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.about p {
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	color: #FFFFFF;
}
#content-about {
	padding: 40px 0;
}
#content-about .left {
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 42px;
	color: #000000;
	padding-right: 70px;
}
#content-about .right {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	padding-right: 70px;
}
#content-about .about-image {
	width: 100%;
	padding: 0;
	margin-top: 20px;
}
#content-about .about-image img {
	width: 100%;
	margin-bottom: 80px;
}
#content-about .title-focus {
	text-align: center;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: #000000;
	margin-bottom: 60px;
}
#content-about .idea, #content-about .community, #content-about .venue, #content-about .media {
	position: relative;
	text-align: center;
	padding: 0 35px;
	display: block;
	margin-bottom: 40px;
}
#content-about .idea img, #content-about .community img, #content-about .venue img, #content-about .media img {
	height: 67px;
	margin-bottom: 20px;
}
#content-about .idea h5, #content-about .community h5, #content-about .venue h5, #content-about .media h5 {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #000000;
	margin-bottom: 20px;
}
#content-about .idea p, #content-about .community p, #content-about .venue p, #content-about .media p {
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 150%;
	text-align: center;
	color: #3A3C43;
}
#about-video {
	background: linear-gradient(183.99deg, #777BF0 43.85%, #1418D5 129.52%);
	padding: 40px 0;
}
.about-video {
	position: relative;
	padding: 20px 120px;
	width: 100%;
}
.about-video .title {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
	margin-bottom: 40px;
}
.video_wrapper {
	margin: 0 auto;
	position: relative;
	background-color: #000;
}
.video_wrapper_full {
	padding-top: 0;
}
.videoIframe {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
.videoPoster {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	background-image:url(../images/default/livelife-cover.png);
	background-size: 100%;
	border: none
	text-indent: -999em;
	overflow: hidden;
	opacity: 1;
	border: 0;
    outline: 0;
    box-shadow: none;
	-webkit-transition: opacity 800ms, height 0s;
	-moz-transition: opacity 800ms, height 0s;
	transition: opacity 800ms, height 0s;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
}
.videoPoster:hover {
	cursor: pointer;
}
.videoPoster:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: #FFF;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
	border-radius: 100%;
	-webkit-transition: border-color 300ms;
	-moz-transition: border-color 300ms;
	transition: border-color 300ms;
}
.videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -18px 0 0 -11px;
    border-left: 30px solid #555AEA;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}
.videoPoster:focus {	
	border: 0;
    outline: 0;
    box-shadow: none;
}
.videoPoster:hover:before,  .videoPoster:focus:before {
    border-color: #1418D5;
}
.videoPoster:hover:after, .videoPoster:focus:after {
	border-left-color: #1418D5;
}
.videoWrapperActive .videoPoster {
	opacity: 0;
	height: 0;
	-webkit-transition-delay: 0s, 800ms;
	-moz-transition-delay: 0s, 800ms;
	transition-delay: 0s, 800ms;
}
/*--------- End About LiveLife ----------*/



/*--------- Terms LiveLife ----------*/
#header-terms {
	position: relative;
	background: linear-gradient(170.79deg, #555AEA 16.6%, #EC3F5E 344.93%);
}
#header-terms .terms-bg-left-top {
    position: absolute;
    width: 427.5px;
	height: 244.5px;
	left: -218px;
    top: 0;
}
#header-terms .terms-bg-left-bottom {
    position: absolute;
    width: 429.51px;
	height: 185.49px;
    bottom: -50px;
    left: -102px;
}
#header-terms .terms-bg-right {
    position: absolute;
    width: 423.5px;
	height: 211.14px;
    bottom: 0;
    right: 0px;
}
.header-terms {
	height: 270px;
	display: block;
	padding: 50px 20px;
}
.header-terms h1 {
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 54px;
	color: #FFF;
	letter-spacing: 1.5px;
}
.header-terms .text-content {
	width: 500px;
	margin-top: 20px;
}
.header-terms .text-content p {	
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #FFF;
}
#terms-content {
	padding: 40px 0 0;
}
#terms-content .sticky-top {
	top: 85px;
}
.terms-sidebar {
	padding: 20px;
	background: #FFF;
} 
.terms-sidebar h5 {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.terms-sidebar ul {
	list-style: none;
	padding: 0;
}
.terms-sidebar ul li {
	padding: 10px 0;
	border-bottom: 1px solid #F2F2F2;
}
.terms-sidebar a {
	text-decoration: none;
	color: #555AEA;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
}
.terms-sidebar span {
	float: right;
}
.terms-box {
	background :#FFF;
	padding: 20px;
	margin-bottom: 30px;
}
.terms-box .terms-box-header {
	margin-bottom: 20px;
}
.terms-box .terms-box-header img {
	height: 29px;
	float: left;
	margin-right: 15px;
}
.terms-box .terms-box-header h5 {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	padding-top: 5px;
}
.terms-box p {
	margin: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #3A3C43;
}

.terms-box ul {
	padding: 10px 17px 0;
	margin-bottom: 0;
}
.terms-box ul li {	
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #3A3C43;
}
/*--------- End Terms LiveLife ----------*/


/*--------- FAQ LiveLife ----------*/
#faq {
	position: relative;
	background: linear-gradient(170.79deg, #555AEA 16.6%, #EC3F5E 344.93%);
}
#faq .faq-bg-left-top {
    position: absolute;
    width: 427.5px;
	height: 244.5px;
	left: -218px;
    top: 0;
}
#faq .faq-bg-left-bottom {
    position: absolute;
    width: 429.51px;
	height: 185.49px;
    bottom: -50px;
    left: -102px;
}
#faq .faq-bg-right {
    position: absolute;
    width: 423.5px;
	height: 211.14px;
    bottom: 0;
    right: 0px;
}
.header-faq {
	height: 270px;
	width: 100%;
	display: block;
	padding: 50px 20px;
}
.header-faq h1 {
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 54px;
	color: #FFF;
	letter-spacing: 1.5px;
	text-align: center;
}
.faq-content {
    position: relative;
	margin-top: -123px;
	background: #FFF;
	padding: 40px 25px 60px;
	margin-bottom: 40px;
}
.faq-content .card {
	margin-bottom: 15px;
	box-shadow: 0px 6px 15px rgba(51, 55, 225, .05);
	border: 0;
	position: relative;
    z-index: 2;
}
.faq-content .card .card-left {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.faq-content .card .card-right {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.faq-content .card .card-header {
    padding: 1.5rem 1.25rem;
    margin-bottom: 0;
    background-color: #FFF;
    border-bottom: 0;
}
.faq-content .card .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem 2rem 1.5rem;
    position: relative;
    z-index: 2;
}
/*--------- End FAQ LiveLife ----------*/


/*--------- Contact LiveLife ----------*/
#contact {
	position: relative;
	box-sizing: border-box;
}

#contact .contact-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
	height: 552.5px;
}

.contact-left {
	padding: 50px 10px;
}
.contact-left h1 {
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 54px;
	color: #FFF;
	margin-bottom: 3rem;
}
.contact-left h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	color: #FFF;
}
.header-terms .text-content {
	width: 500px;
	margin-top: 20px;
}
.contact-left p {	
	font-weight: 300;
	font-size: 18px;
	line-height: 27px;
	color: #FFF;
}
.contact-left img {
	margin-right: 5px;
}
.contact-right {
	display: block;
	position: relative;
	background: #FFF;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
	margin: 25px 0 135px;
}
.contact-right .title {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #3A3C43;
	margin-bottom: 25px;
}
.contact-us {
	display: block;
}
.contact-us input[type='text'], .contact-us input[type='email'] {
	border-radius: 0;
	-moz-border-radius: 0;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #555aea;
	box-sizing: border-box;
	height: 41px;
}
.contact-us textarea {
	height: 157px;
	border-radius: 0;
	-moz-border-radius: 0;
	border: 1px solid #555aea;
}
.contact-us input[type='text']:focus, .contact-us input[type='email']:focus, .contact-us textarea:focus {
	outline: 0;
	box-shadow: none;
	border: 1px solid #555aea;
}
.contact-us input[type='text']::placeholder, .contact-us input[type='email']::placeholder, .contact-us textarea::placeholder {
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #A1A9B3;
}
#privacy, #safety, #registration, #protecting, #amendments, #terminations, #disputes, #definitions, #others {
	margin-bottom: 30px;
	scroll-margin-top: 86px;
}
/*--------- End Contact LiveLife ----------*/


/*--------- Profile Header LiveLife ----------*/
#profile-header {
	position: relative;
	background: #3337E1;
	height: 300px;
}
#profile-header .profile-bg-left-bottom {
    position: absolute;
    width: 429.51px;
	height: 185.49px;
    bottom: -100px;
    left: -40px;
}
#profile-header .profile-bg-right {
    position: absolute;
    width: 423.5px;
	height: 211.14px;
    top: 0;
    right: 0px;
}
.profile-header-content {
	position: relative;
	color: #FFF;
}
.profile-header-content .profile-left {
	padding-top: 50px;
}
.profile-header-content .profile-left .image {
	float: left;
	width: 140px;
	text-align: center;
	margin-right: 20px;
}
.profile-header-content .profile-left .image img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 50%;
	-moz-border-radius: 50%;
	margin-bottom: 10px;
}
.profile-header-content .profile-left .image a {
	color: #FFF;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 21px;
}
.profile-header-content .profile-left .name {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #F9F9FF;
	margin-bottom: 2px;
}
.profile-header-content .profile-left .desc {
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	color: #F9F9FF;
	margin-bottom: 16px;
}
.profile-header-content .profile-left .detail {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #A4A6F5;
	margin-bottom: 16px;
}
.profile-header-content .profile-right {
	padding-top: 50px;
	background: #1418D5;
	text-align: center;
	height: 246px;
}
.profile-header-content .profile-right p {
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	padding: 0 15px;
	margin-bottom: 30px;
}
.profile-header-content .profile-right a, 
.profile-header-content .profile-left a {	
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	padding: 9px 20px;
	color: #555AEA;
	background: #FFF;
	border-radius: 0;
	border: 1px solid #555AEA;
}
.profile-header-content .profile-left a{
	font-size: 12px;
	line-height: 14px;
	border-radius: 10px;
}
.profile-header-content .profile-right a:hover,
.profile-header-content .profile-left a:hover {
	background: #EFF1FF;
}
.profile-header-content .profile-center {
	position: relative;
	padding-top: 35px;
	text-align: center;
}
.profile-header-content .profile-center .change {
	position: absolute;
	right: 0;
	top: 10px;
}
.profile-header-content .profile-center .change a {
	color: #FFF;
	text-decoration: none;
	font-size:11px;
	font-weight: 400;
}
.profile-header-content .profile-center .image {
	text-align: center;
}
.profile-header-content .profile-center .image img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 50%;
	-moz-border-radius: 50%;
	margin-bottom: 10px;
}
.profile-header-content .profile-center .detail {
	font-weight: 300;
	font-size: 11px;
	line-height: 15px;
	font-style: italic;
	color: #C8C9FF;
}
/*--------- End Profile Header LiveLife ----------*/


/*--------- Profile Menu ----------*/
#profile-menu {
	position: relative;
	height: 70px;
	background: #FFF;
}
.panel-menu {
}
.panel-menu a {
	color: #000;
	text-decoration: none;
}
.panel-menu ul {
	padding: 0;
}
.panel-menu ul li {
	display: inline-block;
	padding: 25px 0 0;
	font-style: normal;
	font-weight: 300;
	font-size: var(--fontSize8);
	line-height: 21px;
	text-align: center;
	width: 140px;
}
.panel-menu ul li:after {
	display: block;
	content: '';
	border-bottom: 5px solid #555AEA;
	transform: scaleX(0);  
	transition: transform 250ms ease-in-out;
	padding-top: 20px;
}
.panel-menu ul li:hover:after {
	transform: scaleX(1);
}
.panel-menu .active {
	font-weight: 600;
	box-shadow: inset 0 -5px 0 #555AEA;
}
/*--------- End Profile Menu ----------*/



/*--------- Profile User ----------*/
.partner .profile-header-content .profile-center .image{
	margin-top: 15px;
}
#profile-user {
	position: relative;
	background: #F2F2F2;
	padding: 0 0 40px;
}
#profile-user .description-title {
	padding: 30px 0 0px;
}
#profile-user .description-title h3 {
	font-style: normal;
	font-weight: 600;
	line-height: 27px;
	color: #000000;
}
#profile-user .description {
	margin: 40px 0 0px;
	background: #FFF;
	border-bottom: 1px solid #E8EAEF;
}
#profile-user .description .detail .user-description {
	height: auto;
	min-height: 250px;
	position: relative;
	box-shadow: 0px 6px 15px rgb(85 90 234 / 20%);
}
#profile-user .text-detail-x {
	position: relative;
	z-index: 99;
}
#profile-user .description .detail .user-description .profile-bg-right {
    position: absolute;
    height: 230px;
    width: 100%;
    top: 0;
    right: 0px;
    opacity: 0.1;
    z-index: 1;
}
#profile-user .description .detail .user-description .profile-bg-icon {
    position: absolute;
    height: 150px;
    bottom: 0px;
    right: 0px;
    opacity: 0.3;
    z-index: 1;
}
#profile-user .profile-left-detail .profile-detail .profile-check .profile-bg-right {
    position: absolute;
    height: 230px;
    width: 100%;
    top: 0;
    right: 0px;
    opacity: 0.1;
    z-index: 1;
}
#profile-user .profile-left-detail .profile-detail .profile-check .profile-bg-icon {
    position: absolute;
    height: 150px;
    bottom: 0px;
    right: 0px;
    opacity: 0.3;
    z-index: 1;
}
#profile-user .profile-left-detail {
	margin: 40px 0 0px;
}
#profile-user .support-title {
	margin-top: 40px;
}
#profile-user .profile-left-detail .profile-detail {
	margin-bottom: 0;
}
#profile-user .profile-left-detail .profile-detail .profile-check {
	margin-bottom: 0;
	min-height: 250px;
	position: relative;
	background: #fff;
	box-shadow: 0px 6px 15px rgb(85 90 234 / 20%);
}
#profile-user .profile-left-detail .profile-detail .profile-check-audiens {
	margin-bottom: 0;
	min-height: 55px;
	position: relative;
	background: rgb(85, 90, 234, .1);
    padding: 15px 20px 5px;
}
#profile-user .profile-left-detail .profile-detail .profile-check-audiens p {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #555AEA;
    margin-bottom: 0;
}
#profile-portfolio .referensi-link {
	background: #fff;
	padding: 20px;
	box-shadow: 0px 6px 15px rgb(85 90 234 / 20%);
	margin-bottom: 30px;
}
#profile-portfolio .referensi-link h3 {
	font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
#profile-user .profile-left-detail .profile-detail .profile-check h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
#profile-user .description .detail {
	background: #FFF;
}
#profile-user .description .detail p {
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
}
#profile-user .description .detail a {
	text-decoration: none;
}
#profile-user-2nd {
	position: relative;
	padding: 40px 0;
}
.modal-content .blue {
	background: #555AEA;
}
.modal-content .blue h5 {	
	font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.modal-content .mitra-content p {
	font-style: normal;
    font-weight: normal;
    font-size: var(--fontSize8);
    line-height: 21px;
    margin-bottom: 0;
}
.box-user {
	background: #555AEA;
	padding: 0;
	height: 148px;
    position: inherit;
    margin: auto;
}
#link {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 63%;
}
.box-user img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box-user .primary {
	width: 170px;
    height: 170px;
    object-fit: cover;
    border: 4px solid #ffffff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    margin-bottom: 30px;
}
.box-user .change {
	margin-left: 85px;
    margin-bottom: -67px;
    position: absolute;
    bottom: 0;
    left: 40%;
}
.box-user .change a {
	background: #FFF;
	color: #555AEA;
	padding: 4px 8px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	border: 1px solid #555aea;
}
.add-profil-mitra-x {
    background: #fff;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
}

.add-profil-mitra-x i {
    font-size: 56px;
    color: #555AEA;
    display: block !important;
}
.add-profil-mitra-x h5 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: var(--fontSize8);
    line-height: 21px;
}

.add-profil-mitra-x:hover {
    background: #555AEA;
    color: #fff;
    transition: .1s ease-out;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}

.add-profil-mitra-x p {
    background: none;
    transition: 0;
    font-size: 12px;
}

.add-profil-mitra-x p:hover {
    background: #555AEA;
    color: #fff!important;
}

.add-profil-mitra-x:hover i {
    color: #fff;
}

.add-profil-mitra-x:hover h5 {
    color: #fff;
}
.add-profil-mitra-x a {
    background: #555AEA;
    color: #fff;
    font-size: 13px;
    padding: 5px 15px;
    box-shadow: none;
    text-decoration: none;
}
.add-profil-mitra-x a:hover {
    box-shadow: none;
    background: #FFF;
    color: #555aea;
    transition: .5s ease-out;
}
.box-user-bottom {
	background: #FFF;
	padding: 90px 0 20px;
	text-align: center;
}
.box-user-bottom .type {
	position: absolute;
	top: 157px;
    left: 25px;
}
.box-user-bottom .type img {
	width: 25px;
	border-radius: 3px;
}
.box-user-bottom .name {
	color: #333;
    font-size: 20px;
    font-weight: 500;
}
.box-user-bottom .detail {
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    font-style: italic;
    color: #929292;
}
.profile-share {
	position: relative;
	background: #dadada;
}
.profile-share ul {
	padding: 0;
	margin-bottom: 0;
}
.profile-share ul li {
	font-size: 11px;
	display: inline-block;
}
.profile-share ul li.url {
	font-size: 11px;
	background: #f9f9f9;
	padding: 10px 20px;
	width: 75.5%;
}
.profile-share ul li.copy {
	font-size: 11px;
	width: 23%;
	text-align: center;
}
.profile-share button {
	/*color: #FFF;*/
	font-size: 11px;
}
/*.profile-share button:hover {
	color: #FFF;
}*/
.tooltip::before{ 
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #555aea
}
.tooltip.show{ 
	opacity: .7
}
.user-description {
	padding: 20px;
	background: #FFF;
	height: 292px;
	/* max-height: 292px; */
	border-bottom: 1px dashed #e8e8e8;
}
.user-description h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
.user-description p {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
	margin-bottom: 15px;
    /* overflow-y: scroll; */
}
.user-description input[type="checkbox"] {
    display: none;
}
.user-description label {
	color: blue;
	margin-top: 10px;
	cursor: pointer;
	display: inline-block;
    font-size: 13px;
    line-height: 18px;
    color: #555AEA;
}
.user-description label:after {
	content: "more";  
}
.user-description input:checked ~ label:after {
	content: "less";  
}
.user-description .inner {
	max-height: 233px;
	overflow: hidden;
	transition: all .5s ease;
}
.user-description input:checked + .inner {
	max-height: 500px;
}
/*--------- End Profile User ----------*/


/*--------- Profile Dashboard ----------*/
#profile-event {
	position: relative;
	background: #F2F2F2;
	padding: 0 0 40px;
}
#profile-event .event-title {
	padding: 30px 0 20px;
}
#profile-event .event-title h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
}
#profile-event .event-title a {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	color: #555AEA;
	text-decoration: none;
}
#profile-event .event {
	background: #FFF;
	border-bottom: 1px solid #E8EAEF;
}
#profile-event .list-event {
	background: #FFF;
	padding: 15px 20px 10px;
}
#profile-event .list-event .structure {
	font-size: var(--fontSize8);
	font-weight: normal;
}
#profile-event .list-event .title a {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
#profile-event .list-event span {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #555aea;
}
#profile-event .list-event .time {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #3A3C43;
}
#profile-event .list-event .divider {
	border: 1px solid #555aea;
	transform: rotate(-90deg);
	width: 15px;
}
#profile-event .list-event .attendees a {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #555AEA;
}
#profile-event .list-event .number {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #555AEA;
}
#profile-event .list-event a {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #555AEA;
}
#profile-event .list-event ul {
	margin: 0 auto;
	padding-left: 0;
}
#profile-event .list-event ul li {
	display: inline-block;
}
#profile-event .list-event .link {
	width: 164px;
	height: 39px;
	padding: 6px 0;
	border-radius: 20px;
	border: 1px solid #A4A6F5;
	text-align: center;
	margin-left: 5px;
}
#profile-event .list-event .link span {
    color: #000;
}
#profile-event .list-event .link img {
	margin-right: 7px;
}
#profile-event .list-event .edit {
	height: 41px;
	padding: 8px 20px;
	border: 1px solid #555AEA;
	text-align: center;
	margin-left: 15px;
}
#profile-event .list-event .edit a {
	color: #555AEA;
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
}
.create-plan {
	position: relative;
	text-align: center;
}
.create-plan img {
	width: 100%;
	opacity: 0.3;
}
.create-plan .text-create-plan {
	position: absolute;
	top: 160px;
    text-align: center;
    width: 100%;
	border: 1px solid #d1d3ff;
    padding: 20px 0 30px;
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
}
.create-plan .text-create-plan a {
	background: #555AEA;
	color: #fff;
	padding: 8px 17px;
	text-decoration: none;
	top: 15px;
}
.box-add-x {
	text-align: center;
	border: 3px dashed #c8cbf5;
	padding: 30px;
	margin-bottom: 30px;
}
.box-add-x a {
	color: #c8cbf5;
	font-size: var(--fontSize8);
	transition: .5s;
	text-decoration: none;
}
.box-add-x a:hover {
	color: #555AEA;
}
#profile-manage {
	position: relative;
	background: #E6E7F9;
	padding: 40px 0 10px;
}
#profile-manage .titletop {
	position: relative;
    margin-bottom: 20px;
    text-align: center;
}
#profile-manage .titletop h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 0;
    color: #000000;
}
#profile-manage .titletop span.titlespan {
	font-style: italic;
	font-weight: 300;
	font-size: 12px;
    color: #000000;
    margin-bottom: 30px;
}
.profile-manage-box {
	position: relative;
	background: #FFF;
	padding: 20px;
	height: 213px;
	box-shadow: 0px 6px 15px rgb(85, 90, 234, 0.2);
	margin-bottom: 30px;
}
.profile-manage-box .profile-bg-right {
    position: absolute;
    height: 213px;
    width: 100%;
    top: 0;
    right: 0px;
    opacity: 0.1;
}
.profile-manage-box .profile-manage-head {
	text-align: right;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 15px;
}
.profile-manage-box .profile-manage-head img {
	margin-right: 15px;
}
.profile-manage-box .profile-manage-content .title {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
}
.profile-manage-box .profile-manage-content p {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	margin-bottom: 10px;
}
.profile-manage-box .profile-manage-bottom {
	bottom: 10px;
	position: absolute;
}
.profile-manage-box .profile-manage-bottom a {
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #555AEA;
	text-decoration: none;
}
.manage-box {
	background: #FFF;
	padding: 20px;
	height: 213px;
	box-shadow : 0px 6px 15px rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
}
.manage-box .manage-head {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 30px;
}
.manage-box .manage-head img {
	margin-right: 15px;
}
.manage-box .manage-content .title {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
}
.manage-box .manage-content p {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.manage-box .manage-bottom {
	bottom: 50px;
	position: absolute;
}
.manage-box .manage-bottom a {
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #555AEA;
	text-decoration: none;
}

#profile-tool {
	position: relative;
	background: #F2F2F2;
	padding: 40px 0 60px;
}
.tool-head {
	margin-top: 30px;
	padding: 0 200px 30px;
}
.tool-head h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	margin-bottom: 20px;
}
.tool-head p {
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #3A3C43;
}
.tool-content {
	background: #FFF;
	position: relative;
	height: 117px;
	margin-bottom: 30px;
	box-shadow: 0px 6px 15px rgb(85, 90, 234, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
}
.tool-content img {
}
#profile-twitterfeed {	
	position: relative;
	background: #FFF;
	padding: 40px 0;
}
.twitterfeed-title {
	text-align: left;
}
.twitterfeed-title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000;
}
.tweetfeed {
    width: 50%;
}
/*--------- End Profile Dashboard ----------*/



/*--------- Profile Moment ----------*/
#profile-moment {
	padding: 40px 0 60px;
	position: relative;
	background: #F2F2F2;
}
.profile-moment h3 {
	font-size: 20px;
	line-height: 21px;
	margin-bottom: 15px;
}
.profile-moment p {
	font-size: 16px;
	line-height: 24px;
}
.profile-moment a {
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: #555AEA;
}
.profile-moment img {
	width: 100%;
	height: 348px;
	object-fit: cover;
	background:rgba(51, 55, 225, .1);
	position: relative;
	filter: brightness(50%);
	-webkit-filter:brightness(50%);
}
.profile-content-moment {
	margin-bottom: 30px;
	box-shadow: 0px 6px 15px rgba(51, 55, 225, .1);
}
.profile-content-moment .profile-content {
	padding: 15px;
	position: absolute;
	bottom: 30px;
    left: 20px;
    color: #FFF;
}
.profile-content-moment .profile-title h4 {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
    color: #FFF;
}
.profile-content-moment .profile-location p {
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
	color: #747474;
	opacity: 0.66;
	margin-bottom: 10px;
}
.profile-content-moment .profile-creator img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 10px;
	filter: brightness(100%);
	-webkit-filter:brightness(100%);
}
.profile-content-moment .profile-creator {
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 15px;
}
/*--------- End Profile Moment ----------*/


/*--------- Profile Favorite ----------*/
#profile-favorite {
	padding: 40px 0 60px;
	background: #F2F2F2;
	position: relative;
}
.profile-favorite h3 {
	font-size: 20px;
	line-height: 21px;
	margin-bottom: 15px;
}
.profile-favorite p {
	font-size: 16px;
	line-height: 24px;
}
.profile-favorite a {
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: #555AEA;
}
.profile-favorite img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.profile-content-favorite {
	margin-bottom: 30px;
	box-shadow: 0px 6px 15px rgba(51, 55, 225, .1);
}
.profile-content-favorite .profile-content {
	background-color: #FFF;
	padding: 15px;
}
.profile-content-favorite .profile-title h4 {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #191919;
}
.profile-content-favorite .profile-location p {
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
	color: #747474;
	opacity: 0.66;
	margin-bottom: 10px;
}
.profile-content-favorite .profile-creator img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 10px;
}
.profile-content-favorite .profile-creator {
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 15px;
}
/*--------- End Profile Favorite ----------*/


/*--------- Profile eTicket ----------*/
#profile-eticket {
	position: relative;
	background: #F2F2F2;
	padding: 0 0 40px;
}
#profile-eticket .eticket-title {
	padding: 40px 0 30px;
}
#profile-eticket .eticket-filter {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	float: left;
	margin-top: 18px;
}

#profile-eticket .eticket-filter a {
	height: 30px;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #81868F;
	box-sizing: border-box;
	text-decoration: none;
	padding: 5px 16px;
	margin-left: 5px;
}
#profile-eticket .eticket-filter .active {
	background: #E6E7F9;
	border: 1px solid #555AEA;
	box-sizing: border-box;
}
.eticket-search {
	position: relative;
	float: right;
}
.eticket-search input[type=search] {
	width: 290px;	
	padding: 0 40px 0 10px;
	height: 45px;
	border-radius: 0;
	font-size: 12px;
	outline: 0;
    box-shadow: none;
    border: 1px solid #C9C9C9;
}
.eticket-search input[type=search]:focus {
	border: 1px solid #C9C9C9;
}
.eticket-search img {
	position: absolute;
	right: 15px;
    top: 13px
}
.eticket-box {
	background: #FFF;
	padding: 15px 15px 10px;
	position: relative;
	display: block;
	box-shadow: 0px 6px 15px rgba(51, 55, 225, .1);
	margin-bottom: 30px;
}
.eticket-box .box-inline {
	background: #415d99;
	width: 101px;
	height: 101px;
	text-align: center;
	float: left;
	margin-right: 15px;
	color: #FFF;
}
.eticket-box .box-inline .day {
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	margin-top: 8px;
    line-height: 21px;
}
.eticket-box .box-inline .date {
	font-style: normal;
	font-weight: 700;
	font-size: 34px;
	line-height: 42px;
}
.eticket-box .box-inline .month {
	font-style: normal;
	font-size: var(--fontSize8);
}
.eticket-box .detail {
	display: block;
}
.eticket-box .detail a {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
	text-decoration: none;
}
.eticket-box .detail .stat-issued {
	margin: 5px 0 0 116px;
    text-align: center;
    padding: 4px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	width: 200px;
	line-height: 15px;
	color: #FFFFFF;
	background: #089540;
	border-radius: 18px;
}
.eticket-box .detail .stat-waiting {
	margin: 5px 0 0 116px;
    text-align: center;
    padding: 4px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	width: 200px;
	line-height: 15px;
	color: #FFF;
	background: #f57e20;
	border-radius: 18px;
}
.eticket-box .detail .stat-cancel {
	margin: 5px 0 0 116px;
    text-align: center;
    padding: 4px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	width: 200px;
	line-height: 15px;
	color: #FFF;
	background: #d53239;
	border-radius: 18px;
}
.eticket-box .detail .bottom {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: #42454D;
	margin-top: 14px;
	margin-left: 117px;
}
.eticket-box .detail .bottom span {
	color: #81868F;
	float: left;
	text-align: center;
}
.eticket-box .detail .bottom img {
	margin-top: -3px;
}
.eticket-box .detail .bottom .right {
	position: absolute;
    right: 15px;
    bottom: 20px;
}
.eticket-box .detail .bottom .right a {
	padding: 5px 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	color: #555AEA;
	border: 1px solid #555AEA;
}
/*--------- End Profile eTicket ----------*/

/*--------- Profile coLab ----------*/
#profile-coLab {
	position: relative;
	padding: 20px 0 40px;
}
#profile-coLab .coLab-title {
	padding: 40px 0 30px;
}
#profile-coLab .coLab-filter {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	float: left;
	margin-top: 18px;
}

#profile-coLab .coLab-filter a {
	height: 30px;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #81868F;
	box-sizing: border-box;
	text-decoration: none;
	padding: 5px 16px;
	margin-left: 5px;
}
#profile-coLab .coLab-filter .active {
	background: #E6E7F9;
	border: 1px solid #555AEA;
	box-sizing: border-box;
}
.coLab-search {
	position: relative;
	float: right;
}
.coLab-search input[type=search] {
	width: 290px;	
	padding: 0 40px 0 10px;
	height: 45px;
	border-radius: 0;
	font-size: 12px;
	outline: 0;
    box-shadow: none;
    border: 1px solid #C9C9C9;
}
.coLab-search input[type=search]:focus {
	border: 1px solid #C9C9C9;
}
.coLab-search img {
	position: absolute;
	right: 15px;
    top: 13px
}
.coLab-box {
	background: #FFF;
	padding: 15px;
	position: relative;
	display: block;
	box-shadow: 0px 6px 15px rgba(51, 55, 225, .1);
	margin-bottom: 30px;
}
.coLab-box .box-inline {
	background: rgb(177, 182, 187);
	width: 138px;
	height: 138px;
	text-align: center;
	float: left;
	margin-right: 15px;
	color: #FFF;
}
.coLab-box .box-inline img {
	height: 100%;
	width: inherit;
	object-fit: cover;
}
.coLab-box .box-inline .day {
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	margin-top: 8px;
    line-height: 21px;
}
.coLab-box .box-inline .date {
	font-style: normal;
	font-weight: 700;
	font-size: 34px;
	line-height: 42px;
}
.coLab-box .box-inline .month {
	font-style: normal;
	font-size: var(--fontSize8);
}
.coLab-box .detail {
	display: block;
	z-index: 9;
}
.coLab-box .detail a {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
	text-decoration: none;
}
.coLab-box .detail .creator {
	display: block;
    height: 100px;
	z-index: 9;
}
.coLab-box .detail .creator span {
	font-size: 12px;
	color: #81868F;
}
.coLab-box .detail .creator span i {
	text-align: center;
	width: 15px;
}
.coLab-box .detail .stat-issued {
	margin: 5px 0 0 125px;
    text-align: center;
    padding: 4px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	width: 200px;
	line-height: 15px;
	color: #FFFFFF;
	background: #089540;
	border-radius: 18px;
}
.coLab-box .detail .stat-waiting {
	margin: 5px 0 0 125px;
    text-align: center;
    padding: 4px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	width: 200px;
	line-height: 15px;
	color: #FFF;
	background: #f57e20;
	border-radius: 18px;
}
.coLab-box .detail .stat-cancel {
	margin: 5px 0 0 125px;
    text-align: center;
    padding: 4px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	width: 200px;
	line-height: 15px;
	color: #FFF;
	background: #d53239;
	border-radius: 18px;
}
.coLab-box .detail .bottom {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: #42454D;
	margin-top: 14px;
}
.coLab-box .detail .bottom span {
	color: #81868F;
	float: left;
	text-align: center;
}
.coLab-box .detail .bottom img {
	margin-top: -3px;
}
.coLab-box .detail .bottom .right {
	position: absolute;
    right: 15px;
    bottom: 17px;
}
.coLab-box .detail .bottom .right a {
	padding: 5px 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	color: #555AEA;
	border: 1px solid #555AEA;
}
.btn-kolab {
	color: #fff !important;
    font-size: 11px !important;
    padding: 1px 10px 1px 10px;
}
.colaboration {
	scroll-margin-top: 74px;
}
.proposal-x {
	padding: 40px 0;
}
/*--------- End Profile coLab ----------*/


/*--------- Notification ----------*/
#notification {
	position: relative;
	padding: 0 0 40px;
}
#notification .notif-title {
	padding: 30px 0 20px;
}
#notification .notif-title h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
}
#notification .notif-title a {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	color: #555AEA;
	text-decoration: none;
}
#notification .notification {
	padding: 20px 20px 40px;
	background: #FFF;
	border-radius: 15px;
}
#notification .notif {
	background: #FFF;
}
#notification .list-notif {
	background: #FFF;
	padding: 0 0 1px;
}
#notification .list-notif .bg-notif-active {
	background: #F4F4FE;
	padding: 15px;
}
#notification .list-notif .bg-notif {
	background: #FFF;
	padding: 15px;
	border-bottom: 1px solid #F4F4FE;
}
#notification .list-notif .notif-left {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
#notification .list-notif .text {
	float: left;
	margin-top: 4px;
}
#notification .list-notif .text-right {
	float: left;
	margin-top: 17px;
}

#notification .list-notif .notif-left img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	object-fit: cover;
	margin-right: 15px;
	float: left;
}
#notification .list-notif span {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
#notification .list-notif .time {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #3A3C43;
}
#notification .list-notif .dot {
	width: 20px;
}
#notification .list-notif .divider {
	border: 1px solid #555aea;
	transform: rotate(-90deg);
	width: 15px;
}
#notification .list-notif a {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
}
#notification .list-notif ul {
	margin: 0 auto;
	padding-left: 0 !important;
}
#notification .list-notif ul li {
	display: inline-block;
}
/*--------- End Notification ----------*/


/*--------- Setting ----------*/
#setting {
	position: relative;
	background: #F9F9FF;
	padding: 0 0 40px;
}
#setting .setting-title {
	padding: 30px 0 20px;
}
.setting-sidebar {
	background: #FFF;
	padding: 0 0 25px;
	margin-bottom: 30px;
}
.setting-sidebar .head {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	padding: 12px 0 12px 15px;
	line-height: 24px;
	background: #F1F2F5;
	color: #FFF;
	margin-bottom: 10px;
}
.setting-sidebar .head a {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #555AEA;
	text-decoration: none;
	border-left: 0;
	padding-left: 0 !important;
	width: 100%;
}
.setting-sidebar .head a:hover {
	font-weight: 600;
	color: #555AEA;
	text-decoration: none;
	padding-left: 0 !important;
}
.setting-sidebar .head:hover {
	background: #F1F2F5;
}
.setting-sidebar a {
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
	text-decoration: none;
	border-left: 0;
	padding-left: 37px !important;
	width: 100%;
}
.setting-sidebar a:hover {
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
	text-decoration: none;
	padding-left: 37px !important;
}
.setting-sidebar .active {
	border-left: 3px solid #555AEA;
	padding-left: 0 !important;
}
.setting-sidebar ul {
	list-style: none;
	padding-left: 0;
}
.setting-sidebar ul li {
	padding: 5px 0;
}
.setting-sidebar .sidebar1 {
	transition: width 600ms ease-out, height 600ms ease-out;
}
.setting-content {
	background: #FFF;
	padding: 25px 20px;
	margin-bottom: 30px;
}
.setting-content .head {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	margin-bottom: 20px;
}
.form-setting {
	position: relative;
	display: block;
}
.form-setting .posterImage {
	position: relative;
}
.form-setting .posterImage a {
	position: relative!important;
	left: 0!important;
	top: 0;
}
.form-setting .posterImage img {
	width: 100%;
	height: auto;
}
.form-setting .upload-photo {
	display: block;
	height: 150px;
}
.form-setting .upload-photo img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.form-setting .upload-photo .browse {
	color: transparent;
	height: 25px;
	margin-top: 10px;
	width: 100px;
}
.form-setting .upload-photo .browse::-webkit-file-upload-button {
	visibility: hidden;
}
.form-setting .upload-photo .browse::before {
	content: 'Browse Photo';
	color: #555AEA;
	display: block;
	background: transparent;
	border: 0;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	font-weight: 600;
	font-size: var(--fontSize8);
	outline: 0;
}
.form-setting .upload-photo .browse:hover::before {
	border: 0;
	outline: 0;
}
.form-setting .upload-photo .browse:active {
	outline: 0;
	border: 0;
}
.form-setting .upload-photo .browse:focus {
	outline: 0;
	border: 0;
}
.form-setting .upload-photo .browse:active::before {
	background: transparent; 
	outline: 0;
}
.form-setting .upload-photo .form-text {
    display: block;
    margin-top: -1.75rem;
    /*margin-top: 0;*/
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
    color: #81868F !important;
}
.form-setting .col-form-label {
	font-style: normal;
    font-size: var(--fontSize8);
    font-weight: var(--weightBold);
	line-height: 21px;
	color: #000000;
}
.form-setting input:disabled {
	height: 41px;
	background: #F9FAFB !important;
	border: 1px solid #555aea;
	border-radius: 0;
	-moz-border-radius: 0;
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #81868F;
	cursor: not-allowed;
}
.form-setting input[type="text"], .form-setting input[type="number"], .form-setting input[type="password"], .form-setting input[type="email"] {
	height: 41px;
	background: #FFFFFF;
	font-style: normal;
	line-height: 21px;
	color: #000000!important;
	font-size: var(--fontSize8)!important;
	font-weight: var(--weightStandard)!important;
	border-radius: 5px;
	border: 1px solid #eaebfd;
}
.form-setting input[type="text"]:focus, .form-setting input[type="email"]:focus, .form-setting input[type="number"]:focus, .form-setting input[type="password"]:focus {
	outline: 0 !important;
	box-shadow: none;
	border: 1px solid #555aea;
}
.form-setting select {
	height: 41px;
	background: #FFFFFF;
	border: 1px solid #eaebfd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
}
.form-setting select:focus {
	outline: 0 !important;
	box-shadow: none;
	border: 1px solid #555aea;
}
.form-setting textarea {
	height: 100px;
	background: #FFFFFF;
	border: 1px solid #eaebfd;
	border-radius: 5px;
	-moz-border-radius: 0;
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
}
.form-setting select:focus,.form-setting textarea:focus {
	outline: 0 !important;
	box-shadow: none;
	border: 1px solid #555aea;
}
.form-setting .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-left: 0;
}
.form-setting .form-check-label {
	position: relative;
	top: 3px;
    margin-right: 25px;
    font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #3A3C43;
	padding-left: 5px;
}

.form-setting .form-check-inline input[type="radio"] {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	border: solid 1px #555AEA;
	background-color: #555AEA;
	border-radius: 50%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	transition: all .2s ease-in-out;
	z-index: 1;
	margin-top: 5px;
}	
.form-setting .form-check-inline input[type="radio"]:checked + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #555AEA;
	border-color: #555AEA;
    position: absolute;
    top: 6px;
    left: -19px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 2;
}
.form-setting .form-check-inline input[type="radio"]:checked{
	background: #555AEA;
	border-color: #555AEA;
}
.form-setting .form-check-inline input[type="radio"]:checked{
	background: #555AEA;
	transform: scale(1);
}
.form-setting .form-check-inline input[type="radio"]:before {
	content: '';
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	left: calc(50% - 10px);
	position: absolute;
	border-radius: 50%;
	background: #555AEA;
	background: #555AEA;
	transform: scale(0);
	transition: all .2s ease-in-out;
}
.form-setting .setting-bottom {
	position: relative;
	margin-top: 25px;
}
.form-setting .change-email {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #3A3C43;
	margin-top:16px;
}
.form-setting .checkbox {
	padding: 0;
	margin-bottom: 10px;
}
.form-setting .checkbox input:checked ~ label:before {
	content: '\2713';
	text-indent: .6em;
	line-height: 1.8em;
	color: #fff;
	background-color: #555AEA;
	border: none;
}
.form-setting .checkbox label:before {
	content: '';
	color: #fff;
	font-size: .7em;
	border: 1px solid #555AEA;
	width: 1.8em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	transition: .3s, line-height .15s;
	text-indent: .5em;
	line-height: 5em;
	overflow: hidden;
}
.form-setting .checkbox label {
	position: relative;
	line-height: 1.3em;
	text-indent: 1.8em;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; 
	user-select: none;
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	color: #000000;
}

.form-setting .checkbox input {
	display: none;
}
.form-setting .input-group {
	display: inline-block;
}
.form-setting .input-group .inline {
	display: inline;
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #3A3C43;
}
.form-setting .input-group .age-group {
	display: inline;
	width: 60px !important;
}
/*--------- End Setting ----------*/


/*--------- Profile Default ----------*/
#profile-default {
	position: relative;
	background: #F2F2F2;
	padding: 0 0 40px;
}
#profile-support {
	position: relative;
	background: #E6E7F9;
	padding: 40px 0 25px;
}
#profile-support .support-title {
	margin-bottom: 30px;
}
#profile-support .support-title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
#profile-portfolio {
	position: relative;
	background: #F2F2F2;
	padding: 40px 0 25px;
}
#profile-portfolio .portfolio-title {
	margin-bottom: 30px;
}
#profile-portfolio .portfolio-title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
.profile-left-detail {
    padding: 0;
}
.profile-left-detail .profile-box {
	background: #FFF;
	padding: 35px 20px 25px;
	margin-bottom: 30px;
	text-align: center;
	box-shadow: 0px 6px 15px rgb(85, 90, 234, 0.1);
}
.profile-left-detail .profile-title h3 {
    font-style: normal;
    font-weight: normal;
    font-size: var(--fontSize8);
    line-height: 27px;
    color: #000000;
}
.profile-right-detail .profile-title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
.profile-right-detail {
    margin: 30px 0 20px;
	background: #FFF;
	padding: 20px;
}
.profile-detail {
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	margin-bottom: 10px;
}
.profile-detail .profile-check p {	
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #555AEA;
    margin-bottom: 0;
}
.profile-detail .profile-check span {	
    font-style: normal;
    font-weight: normal;
    font-size: var(--fontSize8);
    line-height: 27px;
    color: #000;
    margin-bottom: 0;
}
.profile-detail .profile-check {
    background: rgb(85, 90, 234, .1);
    padding: 20px;
    margin-bottom: 30px;
}
.keywrd span {
    text-align: justify;
    font-size: 11px;
    border: 1px solid #ccc;
    padding: 2px 7px;
}
.sosmed-profile-x {
	margin-top: 10px;
}
.sosmed-profile-x a {
	border: 1px solid #fff;
	border-radius: 100%;
	-moz-border-radius: 100%;
	color: #fff;
	font-size: 12px;
	padding: 2px;
    margin: 0 5px;
    transition: .5s;
}
.sosmed-profile-x a:hover {
	border: 1px solid #C8C9FF;
	color: #C8C9FF;
}
.sosmed-profile-x i {
	width: 18px;
}
.profile-detail .profile-check ul {
	list-style: none;
	padding-left: 0 !important;
}
.profile-detail .profile-check ul li {
	display: inline-block;
	position: relative;
	border: 1px solid #555AEA;
	background: #555AEA;
	margin: 1px 1px 3px 0;
    padding: 5px 20px;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	transition: .5s ease;
}
.profile-detail .profile-check ul li:hover {
	border: 1px solid #e9e9f9;
	background: #e9e9f9;
	color: #555AEA;
}
.profile-detail .profile-check-top {
    background: rgb(85, 90, 234, .1);
    padding: 15px 20px 5px;
    margin-bottom: 30px;
}
.profile-detail .profile-check-top ul {
	list-style: none;
	padding-left: 0 !important;
}
.profile-detail .profile-check-top ul li {
	display: inline-block;
	position: relative;
	border: 1px solid #555AEA;
	background: #555AEA;
	margin: 10px 10px 3px 0;
    padding: 6px 20px;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	transition: .5s ease;
}
.profile-detail .profile-check-top ul li:hover {
	border: 1px solid #FFF;
	background: #FFF;
	color: #555AEA;
}
.portfolio-image {
	position: relative;
	box-shadow: 0px 6px 15px rgb(85, 90, 234, 0.2);
}
.portfolio-image:hover .middle {
	opacity: 1;
}
.portfolio-image .overlay:hover {
	opacity: .7;
}
.portfolio-image .image {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
	margin-bottom: 30px;
}
.portfolio-image .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .5s ease;
	background-image: url(../images/profile/overlay.png);
	background-repeat: repeat;
	opacity: 0;
}
.portfolio-image .middle {
	transition: .5s ease;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.portfolio-image .text {
	background-color: rgb(85, 90, 234, 0.9);
	color: #FFF;
	font-size: 12px;
	padding: 15px;
	transition: .5s ease;
}
.portfolio-image .text:hover {
	background-color: rgb(255, 255, 255, 1);
	color: #555AEA;
	font-size: 12px;
	padding: 15px;
	transition: .5s ease;
}
#profile-other-portfolio {
	position: relative;
	background: #E6E7F9;
	padding: 40px 0 10px;
	text-align: center;
}
.other-portfolio-title {
	text-align: left;
}
.other-portfolio-title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
.col-carousel {
	margin: 20px 0 70px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-prev span, .owl-next span {
	color: #555AEA;
}
.owl-prev span:hover, 
.owl-next span:hover {
	color: #FFF;
}
.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}
.owl-prev {
	left: 7px;
}
.owl-next {
	right: 7px;
}
button:focus, button:active {
   outline: none;
}
/*--------- End Profile Default ----------*/


/*--------- Detail Event Header LiveLife ----------*/
#detail-event-header {
	position: relative;
}
#detail-event-header .detail-event-bg {
    position: absolute;
    width: 100%;
	height: 100%;
	object-fit: cover;
    left: 0;
}
.detail-event-header-content {
	position: relative;
	color: #FFF;
}
.detail-event-header-content .detail-event-left {	
	padding: 90px 20px;
}
.detail-event-header-content .detail-event-left .loc {
	font-style: normal;
	font-weight: 300;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #F9F9FF;
	margin-bottom: 10px;
	text-shadow: 2px 1px 0 #000;
}
.detail-event-header-content .detail-event-left .title h1 {
	font-style: normal;
	font-weight: 600;
	font-size: 44px;
	color: #F9F9FF;
	line-height: 50px;
	text-shadow: 2px 1px 0 #000;
	margin-bottom: 0;
}
.detail-event-header-content .detail-event-left .detail {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #A4A6F5;
}
.detail-event-header-content .detail-event-right {
	padding-top: 50px;
	background: #1418D5;
	text-align: center;
	height: 246px;
}
.detail-event-header-content .detail-event-right p {
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	padding: 0 15px;
	margin-bottom: 30px;
}
.detail-event-header-content .detail-event-right a {	
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	padding: 9px 20px;
	color: #555AEA;
	background: #FFF;
	border-radius: 0;
	border: 1px solid #555AEA;
}
.detail-event-header-content .detail-event-right a:hover {
	background: #EFF1FF;
}
.detail-event-header-content .detail-event-center {
	position: relative;
	padding-top: 35px;
	text-align: center;
}
.detail-event-header-content .detail-event-center .change {
	position: absolute;
	right: 0;
	top: 10px;
}
.detail-event-header-content .detail-event-center .change a {
	color: #FFF;
	text-decoration: none;
	font-size:11px;
	font-weight: 400;
}
.detail-event-header-content .detail-event-center .image {
	text-align: center;
}
.detail-event-header-content .detail-event-center .image img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 50%;
	-moz-border-radius: 50%;
	margin-bottom: 10px;
}
.detail-event-header-content .detail-event-center .detail {
	font-weight: 300;
	font-size: 11px;
	line-height: 15px;
	font-style: italic;
	color: #C8C9FF;
}
#basic-info {
	position: relative;	
}
#detail-event-span {
	position: relative;
	height: 70px;
	background: #FFF;
}
#detail-event-span .detail {
	padding-top:15px;
}
#detail-event-span .detail p {
	font-style: normal;
	font-weight: 300;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000;	
}
#detail-event-span .detail i {
	width: 20px;
	text-align: center;
}
#detail-event-span .detail .add-calendar {
	position: absolute;
	right: 15px;
	top: 23px;
}
#detail-event-span .detail .add-calendar a {
	background: #555AEA;
	color: #FFF;
	font-size: var(--fontSize8);
	padding: 17px 15px;
	text-decoration: none;
}
#detail-event-span .detail .add-calendar span {
	display: inline-block;
}
/*--------- End Detail Event Header LiveLife ----------*/


/*--------- Detail Event Description ----------*/
#detail-event-desc {
	position: relative;
	background: #F2F2F2;
	padding: 40px 0;
}
#detail-event-desc .image {
	position: relative;
}
#detail-event-desc .image img {
	width: 100%;
}
#detail-event-desc .about-event {	
	position: relative;
	box-sizing: border-box;
}
#detail-event-desc .about-event .title {
	font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 20px;
}
#detail-event-desc .about-event .description {
	position: relative;
}
#detail-event-desc .about-event .description p {
	font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 0;
}
#detail-event-desc .about-event .description img {
	width: 100%;
	height: auto;
}
/*--------- End Detail Event Description ----------*/


/*--------- Talent ----------*/
#detail-event-talent {
	position: relative;
    background: #C5C8FF;
	padding-top: 40px;
    padding-bottom: 250px;
}
#detail-event-talent .section-title {
    margin-bottom: 50px;
}
#detail-event-talent .section-title h4.subheading {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #555AEA;
}
#detail-event-talent .section-title h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 46px;
}
#detail-event-talent .section-title span {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
}
#detail-event-talent .section-title .white-color {
    color: #FFF;
}
#detail-event-talent-sec {
    padding-top: 1px;
    padding-bottom: 40px;
}
#detail-event-talent-sec > .container > .row {
    margin-top: -276px;
}
#detail-event-talent-sec .talent-team {
    background-color: #FFF;
    box-shadow: 0 0 30px rgba(115, 128, 157, .1);
}
#detail-event-talent-sec .talent-team .talent-thumbnail {
    overflow: hidden;
}
#detail-event-talent-sec .img-fluid {
    width: 100%;
    height: 275px;
    object-fit: cover;
}
#detail-event-talent-sec .animation {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#detail-event-talent-sec .talent-team { 
	background-color: #FFF; 
	box-shadow: 0 0 20px rgba(84, 90, 236, .2); 
}
#detail-event-talent-sec .talent-team .talent-thumbnail { 
	overflow: hidden; 
}
#detail-event-talent-sec .talent-team:hover img { 
	-webkit-transform: scale(1.05); 
}
#detail-event-talent-sec .talent-team .talent-content { 
	text-align: center; 
	padding: 30px;
	margin-bottom: 30px;
}
#detail-event-talent-sec .talent-team .team-title h4 { 
	font-size: 18px; 
	margin-bottom: 5px; 
}
#detail-event-talent-sec .talent-team .team-title a {
	color: #555AEA;
	text-decoration: none;
}
#detail-event-talent-sec .talent-team .team-position { 
	font-size: 12px; 
	margin-bottom: 15px; 
}
#detail-event-talent-sec .talent-team:hover .team-position {
	color: #FFF;
}
#detail-event-talent-sec .talent-team:hover { 
	background: #555AEA; 
	transition: all 0.4s ease-in-out; 
	-webkit-transition: all 0.4s ease-in-out; 
}
#detail-event-talent-sec .talent-team:hover .team-title h4 a { 
	color: #FFF; 
}
#detail-event-talent-sec .talent-team:hover .blog-desc { 
	color: rgba(255, 255, 255, .7); 
}
/*--------- End Talent ----------*/


/*--------- Schedule ----------*/
#detail-event-schedule {
    position: relative;
    padding: 40px 0;
    background: #F2F2F2;
}
#detail-event-schedule .right-bg-effect {
    width: 29%;
	position: absolute;
    z-index: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #C9CCFF;
}
#detail-event-schedule .section-title {
    margin-bottom: 50px;
}
#detail-event-schedule .section-title h4.subheading {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #555AEA;
}
#detail-event-schedule .section-title h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 46px;
}
#detail-event-schedule .section-title span {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
}
#detail-event-schedule .section-title .white-color {
    color: #FFF;
}
.timeline-container p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
}
.timeline-container ul {
	list-style: none;
	padding-left: 0 !important;
}
.timeline-container,
.timeline-container li {
	position: relative;
}
.timeline-container:after,
.timeline-container li:before,
.timeline-container li > div:before,
.timeline-container li:first-child div:after,
.timeline-container li:last-child div:after {
	content: '';
	position: absolute;
}
.timeline-container li > div,
.timeline-container li:before,
.timeline-container li > div:before,
.timeline-container:after {
	background-color: #555AEA;
}
.timeline-container:after,
.timeline-container li small,
.timeline-container li:first-child div:after,
.timeline-container li:last-child div:after {
	left: 50%;
	transform: translateX(-50%);
}
.timeline-container li small,
.timeline-container li > div:before {
	top: 50%;
	transform: translateY(-50%);
}
.timeline-container li:after {
	clear: both;
	content:'';
	display: table;
}
.timeline-container li {
	margin: 0;
}
.timeline-container li:first-child {
	margin-top: 0;
}
.timeline-container li:last-child {
	margin-bottom: 0;
}
.timeline-container li > div {
	width: 40%;
	color: #FFF;
	padding: 15px 25px;
	border-radius: 5px;
}
.timeline-container li:nth-child(odd) > div {
	float: left;
}
.timeline-container li:nth-child(even) > div {
	float: right;
}
.timeline-container:after {
	width: 2px;
	height: 100%;
	top: 0;
	bottom: 0;
}
.timeline-container li small {
	position: absolute;
	color: #555AEA;
	font-size: 13px;
	font-weight: 600;
	margin-left: 20px;
}
.timeline-container li:nth-child(even) small {
	margin-left: 0;
	left: auto;
	right: 50%;
	margin-right: 20px;
}
.timeline-container li:before {
	height: 7px;
	width: 8px;
	border: 3px solid #555AEA;
	border-radius: 50%;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.timeline-container li > div:before {
	height: 2px;
	left: 40%;
	width: 10%;
}
.timeline-container li:nth-child(even) div:before {
	left: auto;
	right: 40%;
}
.timeline-container li:first-child div:after,
.timeline-container li:last-child div:after {
	width: 2px;
	top: 0;
	background-color: #F2F2F2;
	height: 50%;
	z-index: 1;
}
.timeline-container li:last-child div:after {
	top: auto;
	bottom: 0;
}
.schedule-time {
	background-color: #555AEA;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	padding: 5px 0;
	font-size: 13px;
	margin-top: 17px;
}
.box-schedule {
	border: 1px solid #C1C1C1;
	padding: 20px;
	margin-bottom: 30px;
}
.schedule-info-text {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 0;
	text-transform: uppercase;
}
.schedule-info-text span {	
    color: #76778C;
}
.schedule-info-text span.start-time {	
    color: #000;
    font-weight: 600;
}
.schedule-info-text span.end-time {	
    color: #000;
    font-weight: 600;
}
.schedule-info-text span.info-text-light {
	text-transform:	initial;
}
.schedule-info-text span.duration {
	text-transform:	capitalize;
}
.schedule-content p {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 10px;
}
.schedule-content ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: #000000;	
}
.schedule-speaker {
	position: relative;
}
.schedule-speaker a {
	display: inline-block;
	width: 250px;
}
.schedule-speaker .speaker-photo {
	float: left;
}
.speaker-photo img {
	width: 70px;
    height: 70px;
	background-size: cover;
	border-radius: 100%;
	margin-right: 15px;
}
.schedule-speaker .speaker-info {
	float: left;
}
.schedule-speaker .speaker-info .speaker-name {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
}
.schedule-speaker .speaker-info .speaker-title {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
    color: #76778C;
}
.schedule-speaker .speaker-info .speaker-company {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
    color: #76778C;
}
.schedule-speaker .speaker-info .speaker-talent {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #333;
}
/*--------- End Schedule ----------*/


/*--------- Exhibitor Sponsor ----------*/
#detail-event-exhibitor {
    position: relative;
    padding: 40px 0;
    background: linear-gradient(-45deg, #a6a9ff, #ba9bff, #a6a9ff, #ba9bff);
}
#detail-event-exhibitor .right-bg-effect {
    width: 29%;
	position: absolute;
    z-index: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #C9CCFF;
}
#detail-event-exhibitor .section-title {
    margin-bottom: 50px;
}
#detail-event-exhibitor .section-title h4.subheading {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #555AEA;
}
#detail-event-exhibitor .section-title h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 46px;
}
#detail-event-exhibitor .section-title span {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
}
#detail-event-exhibitor .section-title .white-color {
    color: #FFF;
}
#detail-event-exhibitor .team-title {
	margin-top: 4px;
}
#detail-event-exhibitor .team-title a {
	color: #FFF;
	font-size: var(--fontSize8);
	font-weight: 300;
	text-decoration: none;
}
/*--------- End Exhibitor Sponsor ----------*/

/*--------- Media ----------*/
#detail-event-media {
    position: relative;
    padding: 40px 0;
    background: #FFF;
}
#detail-event-media .right-bg-effect {
    width: 29%;
	position: absolute;
    z-index: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #C9CCFF;
}
#detail-event-media .section-title {
    margin-bottom: 50px;
}
#detail-event-media .section-title h4.subheading {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #555AEA;
}
#detail-event-media .section-title h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 46px;
}
#detail-event-media .section-title span {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
}
#detail-event-media .section-title .white-color {
    color: #FFF;
}
#detail-event-media .team-title {
	margin-top: 4px;
}
#detail-event-media .team-title a {
	color: #555AEA;
	font-size: var(--fontSize8);
	font-weight: 300;
	text-decoration: none;
}
/*--------- End Media ----------*/

/*--------- Media ----------*/
#detail-event-crew {
    position: relative;
    padding: 40px 0;
    background: #555AEA;
}
#detail-event-crew .right-bg-effect {
    width: 29%;
	position: absolute;
    z-index: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #C9CCFF;
}
#detail-event-crew .section-title {
    margin-bottom: 50px;
}
#detail-event-crew .section-title h4.subheading {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #FFF;
}
#detail-event-crew .section-title h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 46px;
}
#detail-event-crew .section-title span {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
}
#detail-event-crew .section-title .white-color {
    color: #FFF;
}
#detail-event-crew .team-title {
	margin-top: 4px;
}
#detail-event-crew .team-title a {
	color: #fff;
	font-size: var(--fontSize8);
	font-weight: 300;
	text-decoration: none;
}
/*--------- End Media ----------*/


/*--------- Venue ----------*/
#detail-event-venue {
    position: relative;
    padding: 0;
    background: #555AEA;
}
#detail-event-venue .left-bg-effect {
    width: 50%;
	position: absolute;
    z-index: 0;
    height: 100%;
    left: 0;
    top: 0;
}
#detail-event-venue .left-bg-effect img {
	opacity: 0.5;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#detail-event-venue .map {
    padding: 0 !important;
}
#detail-event-venue .detail-event-venue {
	padding: 40px 20px 40px 0;
}
#detail-event-venue .section-title {
    margin-bottom: 50px;
}
#detail-event-venue .section-title h4.subheading {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #FFF;
}
#detail-event-venue .section-title h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 46px;
    color: #FFF;
}
#detail-event-venue .section-title span {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #FFF;
}
#detail-event-venue .section-title .white-color {
    color: #FFF;
}
#detail-event-venue .section-description {
	margin-bottom: 40px;
	color: #FFF;
}
#detail-event-venue .section-description p {
	font-style: normal;
	font-weight: 300;
	font-size: var(--fontSize8);
	line-height: 21px;
}
#detail-event-venue .section-description a {
	margin-top: 15px;
	color: #555AEA;
	background: #FFF;
	text-decoration: none;
	padding: 8px 15px;
}
/*--------- End Venue ----------*/


/*--------- Ticket ----------*/
#detail-event-ticket {
    position: relative;
    padding: 40px 0;
    background: rgb(85,90,234);
    background: linear-gradient(90deg, rgba(85,90,234,1) 0%, rgba(118,52,214,1) 58%, rgba(94,45,202,1) 100%);
}
#detail-event-ticket .detail-event-ticket {
	padding: 40px 0;
}
#detail-event-ticket .section-title {
    margin-bottom: 50px;
}
#detail-event-ticket .section-title h4.subheading {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #FFF;
}
#detail-event-ticket .section-title h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 46px;
    color: #FFF;
}
#detail-event-ticket .section-title span {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #FFF;
}
#detail-event-ticket .section-title .white-color {
    color: #FFF;
}
#detail-event-ticket .section-description {
	margin-bottom: 30px;
	color: #555AEA;
	background: #FFF;
	padding: 20px;
}
#detail-event-ticket .section-description p {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000;
}
#detail-event-ticket .section-description p.title {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	color: #000;	
}
#detail-event-ticket .section-description ul {
	margin-bottom: 0 !important;
}
#detail-event-ticket .section-description ul li {
	font-style: normal;
	font-weight: 400;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000;
}
#detail-event-ticket .section-ticket {
	background: #FFF;
	padding: 20px;
}
#detail-event-ticket .section-ticket p.title {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	color: #000;	
}
.form-ticket {
	position: relative;
}
.form-ticket .custom-control-label {
	font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    width: 100% !important;
    color: #000000;
}
.form-ticket .custom-radio {
	margin-bottom: 10px;
}
.form-ticket .form-group {
	margin-bottom: 0 !important;
}
.form-ticket .custom-radio .custom-control-label::before {
    background-color: #FFF;
}
.form-ticket .custom-radio .custom-control-input:checked~.custom-control-label::before,
.form-ticket .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-color: #555AEA;
    border-radius: 50%;
}
.form-ticket .custom-radio .custom-control-input:active ~ .custom-control-label::before {
    color: #FFF;
    background-color: #555AEA;
}
.form-ticket .custom-radio .custom-control-input:focus ~ .custom-control-label::before {
	background-color: #555AEA;
}
/*--------- End Ticket ----------*/


/*--------- Register Event ----------*/
#reg-event-header {
	position: absolute;
	width: 100%;
	background: linear-gradient(180.63deg, #3A43E9 -91.88%, #6C137F 342.51%);
	height: 236px;
}
#reg-event-top {
	position: relative;
}
#reg-event-top .box-blue {
	color: #FFF;
	background: #555AEA;
	z-index: 1;
	margin: 30px 0;
	padding: 30px 0;
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
}
#reg-event-top .box-blue span {
	background: #FFF;
	border-radius: 50%;
	-moz-border-radius: 50%;
	color: #000;
	width: 20px;
	height: 20px;
    position: absolute;
    margin-left: -30px;
}
#reg-event-top .box-blue .active {
	color: #FFF;
	background: #555AEA;
	z-index: 1;
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
}
#reg-event-top .box-blue .active span {
	background: #EFF32E;
	border-radius: 50%;
	-moz-border-radius: 50%;
	color: #000;
	width: 20px;
	height: 20px;
    position: absolute;
    margin-left: -30px;
}
#reg-event-top .box-blue .checked {
	color: #FFF;
	background: #555AEA;
	z-index: 1;
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
}
#reg-event-top .box-blue .checked i {
	color: #FFF;
	font-weight: 300;
	font-size: var(--fontSize8);
}
#reg-event-top .box-blue .checked span {
	background: #4B32C4;
	border-radius: 50%;
	-moz-border-radius: 50%;
	color: #000;
	width: 20px;
	height: 20px;
    position: absolute;
    margin-left: -30px;
}
.box-blue .payment-success {	
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 27px !important;
	color: #FFF;
}
.box-blue .payment-success span {
	margin-left: 0 !important;
	position: relative !important;
	width: 26px !important;
	height: 26px !important;
}
.box-blue .payment-success i {
	width: 26px;
	height: 26px;
}
.box-blue .payment-bottom {
	margin: 30px 0 2px;
}
.box-blue .title-top h5 {
	color: #FFF;
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	margin-bottom: 0;
}
.box-blue .title-top h1 {
	margin-bottom: 0;
}
.box-blue .title-top p {
	color: #FFF;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 0;	
}
#reg-event-content {
    position: relative;
}
#reg-event-content-step2 {
    position: relative;
}
.reg-event-detail {
	background: #FFF;
	padding: 20px;
	margin-bottom: 60px;
}
.reg-event-detail img {
	height: 160px;
	width: 239px;
	object-fit: cover;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
.reg-event-detail .text {
	display: block;
}
.reg-event-detail .text h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	margin-bottom: 40px;
}
.reg-event-detail .text span {
	float: left;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	display: flex;
	align-items: center;
	color: #81868F;
}
.reg-event-detail .text span i {
	width: 10px;
    margin-right: 10px;
	text-align: center;
}
.reg-event-detail .text ol {
	padding-left: 0 !important;
	list-style: none;
	counter-reset: item;
	margin-bottom: 15px
}
.reg-event-detail .text ol li {
	counter-increment: item;
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
	box-sizing: border-box;
}
.reg-event-detail .text ol li:before {
	content: counter(item);
	color: #FFF;
	background: #555AEA;
	border-radius: 100%;
	-moz-border-radius: 100%;
	width: 25px;
	height: 25px;
	margin-right: 20px;
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 25px;
	text-align: center;
	display: inline-block;
}
.reg-event-detail .text .transfer-account {
	border: 1px solid #D6D7F9;
	background: #F9F9FF;
	padding: 25px;
	margin-left: 20px;
	margin: 15px 0 30px 46px;
}
.reg-event-detail .text .transfer-account .text {
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
}
.reg-event-detail .text .transfer-account .acc {
	font-style: normal;
	font-weight: 500;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
	margin-bottom: 0;
}
.reg-event-detail .text .transfer-account .name {
	font-style: normal;
	font-weight: 500;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
	margin-bottom: 0;
}
.reg-event-detail .text .dropzone {
	background: #FFFFFF;
	border: 1px dashed #C1C1C1;
	width: 220px;
	height: 94px;
	box-sizing: border-box;
	min-height: 0;
}
.reg-event-detail .text .description {
	background: #FFFFFF;
	border: 1px solid #eaebfd;
	box-sizing: border-box;
	padding: 20px;
	margin-left: 46px;
}
.reg-event-detail .text .description p {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin-bottom: 0;
}
.reg-event-detail .price {
	position: relative;
	display: block;
}
.reg-event-detail .price .idr {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	padding: 15px 0;
	float: left;
}
.reg-event-detail .price .select {
	right: 0;
	position: absolute;
	margin-top: 10px;
}
.reg-event-detail .price .select select {
	width: 84px;
	height: 37px;
	border: 1px solid #BDBDBD;
	box-sizing: border-box;
}
.reg-event-detail .price .select select:focus {
	outline: none;
}
.reg-event-detail .notes {
	width: 100%;
	padding: 15px 20px;
	background: #E9EAFB;
	border: 1px solid #BBBDFB;
	box-sizing: border-box;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin-top: 15px;
}
.reg-event-detail .col-form-label {
    font-size: var(--fontSize8);
    font-weight: var(--weightBold);
    line-height: 21px;
    margin-top: 3px;
    color: #000;
}
.reg-event-detail .col-form-label span {
	color: #F00;
}
.reg-event-detail .form-control-custom {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
    color: #000000;
    background-clip: padding-box;
    border: 1px solid #eaebfd;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.reg-event-detail .form-control-custom:focus {
	outline: 0;
	box-shadow: none;
}
.reg-event-detail .change-email {
	position: absolute;
	right: 35px;
	top: 9px;
}
.reg-event-detail .change-email a {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	color: #555AEA;
	text-decoration: none;
}
.reg-event-detail .form-control-custom-select {
    display: block;
    width: 100%;
    height: 41px !important;
    font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
    color: #000000;
    background-clip: padding-box;
    border: 1px solid #eaebfd;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.reg-event-detail .form-control-custom-select:focus {
	outline: 0;
	box-shadow: none;
}
.reg-event-detail select:after {
	right: 20px;
}
.reg-event-detail .custom-control-label {
	margin-right: 30px;
	padding-left: 10px;
	outline: 0;
	color: #000;
    font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
}
.reg-event-detail .custom-control-label:focus {
    outline: 0;
    box-shadow: none;	
}
.reg-event-detail .custom-control-label:before {
    background-color: #FFF;
    border: 1px solid #eaebfd;
    width: 19px;
    height: 19px;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
}
.reg-event-detail .custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color: #555AEA;
    outline: 0;
    box-shadow: none;
}
.reg-event-detail .custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    outline: 0;
    box-shadow: none;
}
.reg-event-detail .custom-control-input:active~.custom-control-label::before {
    background-color: #555AEA;
    outline: 0;
    box-shadow: none;
}
.reg-event-detail .custom-control-input:focus {
    outline: 0;
    box-shadow: none;
}
.reg-event-detail .custom-checkbox:focus {
    outline: 0;
    box-shadow: none;
}
.reg-event-detail .custom-checkbox .custom-control-input:focus~.custom-control-label::before{
    box-shadow: 0;
    outline: 0;
}
.reg-event-detail .custom-checkbox .custom-control-input:focus~.custom-control-label:focus {
    box-shadow: 0;
    outline: 0;	
}
.reg-event-detail .custom-checkbox {
    margin-top: 5px;
    display: inline-block;
}
.reg-event-sidebar {
	background: #FFF;
	margin-bottom: 60px;
}
.reg-event-sidebar-head {
	border-bottom: 1px solid #DADADA;
}
.reg-event-sidebar-head .top {
	padding: 20px;
}
.reg-event-sidebar-head .top h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	margin-bottom: 20px;
}
.reg-event-sidebar-head .title {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	margin-bottom: 25px;
}
.reg-event-sidebar-head .location {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	color: #81868F;
	margin-bottom: 15px;
}
.reg-event-sidebar-head .location i {
	width: 12px;
	text-align: center;
	margin-right: 5px;
}
.reg-event-sidebar-box {
	padding: 20px;
}
.reg-event-sidebar-head h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	margin-bottom: 30px;
}
.reg-event-sidebar-box h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	margin-bottom: 30px;
}
.reg-event-sidebar-box .text {
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
	padding: 10px 0;
}
.reg-event-sidebar-box .price {
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
	padding: 10px 0;
}
.reg-event-sidebar-box .text-total {
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
	padding: 20px 0;
}
.reg-event-sidebar-box .price-total {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
	padding: 20px 0;
}

.reg-event-head {
	background: #FFF;
	border-bottom: 1px solid #DADADA;
}
.reg-event-head .reg-event-head-text {
	padding:15px 20px;
}
.reg-event-head .reg-event-head-text .booking {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
}
.reg-event-head .reg-event-head-text .order {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
	text-align: right;
}
.reg-event-head .reg-event-head-text span {
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
}
.upload-transfer {
	position: relative;
    margin-top: -12px;
}
#uploadtf {
	margin: 0 0 0 46px;
	width: 220px;
	height: 94px;
	object-fit: cover;
	border: 1px dashed #DADADA;
}
#files {
	visibility: hidden;
}
.payment-status {
	margin-top: 20px;
	margin-bottom: 10px;
}
.payment-status .waiting {
	position: relative;
}
.payment-status .waiting p {	
	background: #EBEF11;
	border-radius: 14px;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
    width: 120px;
    text-align: center;
    padding: 3px 5px;
    float: right;
    margin-top: 0;
}
.payment-status p {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin-top: 6px;
}
.payment-bottom {
	margin: 50px 0 2px;
}
.payment-bottom a {
	text-decoration: none;
}

.payment-bottom .disabled {
	background: #A1A4F4;
	border: 1px solid #A1A4F4 !important;
	border-radius: 0;
	-moz-border-radius: 0;
}
.SumoSelect {
    width: 100% !important;
}
.SumoSelect.open>.optWrapper {
    top: 42px !important;
    box-shadow: 2px 3px 3px rgb(85, 90, 234, 0.11);
	border-radius: 0;
}
.SumoSelect>.CaptionCont {
	font-size: var(--fontSize8)!important;
    font-weight: var(--weightStandard)!important;
    border: 1px solid #eaebfd !important;
    border-radius: 5px !important;
}
.SumoSelect>.CaptionCont:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #555aea;
}
.SumoSelect>.CaptionCont:active {
    outline: 0;
    box-shadow: none;
    border: 1px solid #555aea;
}
.SumoSelect .select-all {
    height: 45px !important;
    padding: 10px 0 3px 35px !important;
}
.SumoSelect .select-all>label, .SumoSelect>.CaptionCont, .SumoSelect>.optWrapper>.options li.opt label {
    margin-bottom: 0 !important;
}
.SumoSelect .select-all.partial>span i, .SumoSelect .select-all.selected>span i, .SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
    background-color: #555AEA !important;
}
.SumoSelect .select-all.partial>span i {
    background-color: #C7C9FF !important;
}
.SumoSelect>.CaptionCont>span {
    padding: 3px 4px;
    font-weight: normal;
    font-size: var(--fontSize8);
    line-height: 21px;
    color: #000;
}
.tag.label.label-info {
	font-size: var(--fontSize8);
}
.SumoSelect .select-all>label, .SumoSelect>.CaptionCont, .SumoSelect>.optWrapper>.options li.opt label {    
    font-weight: normal;
    font-size: var(--fontSize8);
    line-height: 21px;
    color: #000;
}
.SumoSelect.open>.CaptionCont, .SumoSelect:focus>.CaptionCont, .SumoSelect:hover>.CaptionCont {
    box-shadow: none !important;
}
.SumoSelect>.optWrapper.multiple>.options li.opt:hover {
    background-color: #C7C9FF !important;
}
.SumoSelect>.CaptionCont>span.placeholder {
    color: #000 !important;
    font-style: normal !important;
    font-weight: normal;
    font-size: var(--fontSize8);
}
.SumoSelect>.CaptionCont>label>i {
    top: 7px !important;
}
.regEventPartner {
	background: #FFF;
	padding: 20px;
	border-bottom: 1px solid #f2f2f2;
}
.regEventPartner img {
	height: 160px;
	width: 239px;
	object-fit: cover;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
.regEventPartner .text {
	display: block;
}
.regEventPartner .text h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	margin-bottom: 40px;
}
.regEventPartner .text h6 {
	font-size: var(--fontSize8);
    font-weight: 600;
    line-height: 21px;
    margin-top: 3px;
    color: #000;
}
.regEventPartner .col-form-label {
    font-size: var(--fontSize8);
    font-weight: var(--weightBold);
    line-height: 21px;
    margin-top: 3px;
    color: #000;
}
.regEventPartner .col-form-label span {
	color: #F00;
}
.input-group .inline {
	font-size: var(--fontSize8);
    font-weight: 300;
}
.reg-event-detail-partner {
	background: #FFF;
	padding: 20px;
	margin-bottom: 30px;
}
.reg-event-detail-partner img {
	height: 160px;
	width: 239px;
	object-fit: cover;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
.reg-event-detail-partner .text {
	display: block;
}
.reg-event-detail-partner .text h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	margin-bottom: 40px;
}
.reg-event-detail-partner .text h6 {
	font-size: var(--fontSize8);
    font-weight: 600;
    line-height: 21px;
    margin-top: 3px;
    color: #000;
}
.reg-event-detail-partner .text span {
	float: left;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	display: flex;
	align-items: center;
	color: #81868F;
}
.reg-event-detail-partner .text span i {
	width: 10px;
    margin-right: 10px;
	text-align: center;
}
.reg-event-detail-partner .text ol {
	padding-left: 0 !important;
	list-style: none;
	counter-reset: item;
	margin-bottom: 15px
}
.reg-event-detail-partner .text ol li {
	counter-increment: item;
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
	box-sizing: border-box;
}
.reg-event-detail-partner .text ol li:before {
	content: counter(item);
	color: #FFF;
	background: #555AEA;
	border-radius: 100%;
	-moz-border-radius: 100%;
	width: 25px;
	height: 25px;
	margin-right: 20px;
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 25px;
	text-align: center;
	display: inline-block;
}
.reg-event-detail-partner .text .transfer-account {
	border: 1px solid #D6D7F9;
	background: #F9F9FF;
	padding: 25px;
	margin-left: 20px;
	margin: 15px 0 30px 46px;
}
.reg-event-detail-partner .text .transfer-account .text {
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
}
.reg-event-detail-partner .text .transfer-account .acc {
	font-style: normal;
	font-weight: 500;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
	margin-bottom: 0;
}
.reg-event-detail-partner .text .transfer-account .name {
	font-style: normal;
	font-weight: 500;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
	margin-bottom: 0;
}
.reg-event-detail-partner .text .dropzone {
	background: #FFFFFF;
	border: 1px dashed #C1C1C1;
	width: 220px;
	height: 94px;
	box-sizing: border-box;
	min-height: 0;
}
.reg-event-detail-partner .text .description {
	background: #FFFFFF;
	border: 1px solid #eaebfd;
	box-sizing: border-box;
	padding: 20px;
	margin-left: 46px;
}
.reg-event-detail-partner .text .description p {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin-bottom: 0;
}
.reg-event-detail-partner .price {
	position: relative;
	display: block;
}
.reg-event-detail-partner .price .idr {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	padding: 15px 0;
	float: left;
}
.reg-event-detail-partner .price .select {
	right: 0;
	position: absolute;
	margin-top: 10px;
}
.reg-event-detail-partner .price .select select {
	width: 84px;
	height: 37px;
	border: 1px solid #BDBDBD;
	box-sizing: border-box;
}
.reg-event-detail-partner .price .select select:focus {
	outline: none;
}
.reg-event-detail-partner .notes {
	width: 100%;
	padding: 15px 20px;
	background: #E9EAFB;
	border: 1px solid #BBBDFB;
	box-sizing: border-box;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin-top: 15px;
}
.reg-event-detail-partner .col-form-label {
    font-size: var(--fontSize8);
    font-weight: var(--weightBold);
    line-height: 21px;
    margin-top: 3px;
    color: #000;
}
.reg-event-detail-partner .col-form-label span {
	color: #F00;
}
.reg-event-detail-partner .form-control-custom {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
    color: #000000;
    background-clip: padding-box;
    border: 1px solid #eaebfd;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.reg-event-detail-partner .form-control-custom-inline {
    display: block;
    width: 70px;
    height: auto;
    padding: 10px 15px;
    font-weight: normal;
    font-size: var(--fontSize8);
    line-height: 21px;
    color: #000000;
    background-clip: padding-box;
    border: 1px solid #eaebfd;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.reg-event-detail-partner .inline {
	margin-right: 7px;
}
.reg-event-detail-partner .inline span {
	top: 24px;
	position: relative;
}
.reg-event-detail-partner .form-control-custom:focus, .reg-event-detail-partner .form-control-custom-inline:focus {
	outline: 0;
	box-shadow: none;
}
.reg-event-detail-partner .change-email {
	position: absolute;
	right: 35px;
	top: 9px;
}
.reg-event-detail-partner .change-email a {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	color: #555AEA;
	text-decoration: none;
}
.reg-event-detail-partner .form-control-custom-select {
    display: block;
    width: 100%;
    height: 41px !important;
    font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
    color: #000000;
    background-clip: padding-box;
    border: 1px solid #eaebfd;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.reg-event-detail-partner .form-control-custom-select:focus {
	outline: 0;
	box-shadow: none;
}
.form-control:disabled, .form-control[readonly] {
	background: linear-gradient(134.38deg,rgb(245, 57, 248, 0.1),rgb(170, 66, 249, 0.1) 43.55%,rgb(85, 90, 234, 0.1) 104.51%);
}
.reg-event-detail-partner select:after {
	right: 20px;
}
.reg-event-detail-partner .custom-control-label {
	margin-right: 30px;
	padding-left: 10px;
	outline: 0;
	color: #000;
    font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
}
.reg-event-detail-partner .custom-control-label:focus {
    outline: 0;
    box-shadow: none;	
}
.reg-event-detail-partner .custom-control-label:before {
    background-color: #FFF;
    border: 1px solid #eaebfd;
    width: 19px;
    height: 19px;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
}
.reg-event-detail-partner .custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color: #555AEA;
    outline: 0;
    box-shadow: none;
}
.reg-event-detail-partner .custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    outline: 0;
    box-shadow: none;
}
.reg-event-detail-partner .custom-control-input:active~.custom-control-label::before {
    background-color: #555AEA;
    outline: 0;
    box-shadow: none;
}
.reg-event-detail-partner .custom-control-input:focus {
    outline: 0;
    box-shadow: none;
}
.reg-event-detail-partner .custom-checkbox:focus {
    outline: 0;
    box-shadow: none;
}
.reg-event-detail-partner .custom-checkbox .custom-control-input:focus~.custom-control-label::before{
    box-shadow: 0;
    outline: 0;
}
.reg-event-detail-partner .custom-checkbox .custom-control-input:focus~.custom-control-label:focus {
    box-shadow: 0;
    outline: 0;	
}
.reg-event-detail-partner .custom-checkbox {
    margin-top: 5px;
    display: inline-block;
}
/*--------- End Register ----------*/


/*--------- moment ----------*/
#memont-album {
	display: block;
	position: relative;
	margin: 30px 0;
}
.moment-sidebar-top-left {
	position: relative;
	background: #FFF;
	border-bottom: 1px solid #F2F2F2;
}
.moment-sidebar-top-left img {
	height: 248px;
	width: 100%;
	object-fit: cover;
}
.moment-sidebar-top-left .content-top {
	padding: 30px 20px 35px;
}
.moment-sidebar-top-left .content-top h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 20px;
}
.moment-sidebar-top-left .content-top p {
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	margin-bottom: 0;
}
.moment-sidebar-top-left .content-top img {
	width: 20px;
	height: 20px;
	object-fit: cover;
	border-radius: 100%;
	-moz-border-radius: 100%;
	margin-right: 10px;
}
.moment-sidebar-bot-left {
	background: #FFF;
	padding: 30px 20px 20px;
	margin-bottom: 30px;
}
.moment-sidebar-bot-left .title {
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #3A3C43;
	margin-bottom: 0;
}
.moment-sidebar-bot-left .content {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
}
.box-upload {
	background: #FFF;
	padding: 20px;
	margin-bottom: 30px;
}
.box-upload p {
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #3A3C43;
	margin-bottom: 0;
}
.box-upload .right {
	float: right;
}
.box-content {
	background: #FFF;
	margin-bottom: 30px;
}
.box-content .top {
	padding: 12px 20px;
}
.box-content .top a {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.box-content .top a:hover {
	color: #000000;
}
.box-content .top img {
	width: 34px;
	height: 34px;
	object-fit: cover;
	border-radius: 100%;
	-moz-border-radius: 100%;
	margin-right: 5px;
}
.box-content .top .time {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	color: #81868F;
	margin-top: 7px;
}
.box-content .middle img {
	height: 280px;
	width: 100%;
	object-fit: cover;
}
.box-content .bottom {
	padding: 15px 20px;
}
.box-content .bottom ul {
	list-style: none;
	padding-left: 0 !important;
	margin-bottom: 0;
}
.box-content .bottom ul li {
	display: inline-block;
	margin-right: 20px;
}
.box-content-photo {
	background: #FFF;
	margin-bottom: 30px;
}
.box-content-photo .top {
	padding: 12px 20px;
}
.box-content-photo .top a {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.box-content-photo .top a:hover {
	color: #000000;
}
.box-content-photo .top img {
	width: 34px;
	height: 34px;
	object-fit: cover;
	border-radius: 100%;
	-moz-border-radius: 100%;
	margin-right: 5px;
}
.box-content-photo .top .time {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	color: #81868F;
	margin-top: 7px;
}
.box-content-photo .middle img {
	height: auto;
	width: 100%;
	object-fit: cover;
}
.box-content-photo .bottom {
	padding: 15px 20px;
}
.box-content-photo .bottom ul {
	list-style: none;
	padding-left: 0 !important;
	margin-bottom: 0;
}
.box-content-photo .bottom ul li {
	display: inline-block;
	margin-right: 20px;
}
.box-content-photo .comment {
	background: #FFF;
	border-top: 1px solid #F2F2F2;
	margin-bottom: 30px;
	padding: 20px;
}
.box-content-photo .comment a {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
	color: #555AEA;
	text-decoration: none;
}
.box-content-photo .comment a:hover {
	color: #555AEA;
}
.box-content-photo .comment .comments {
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	margin: 15px 0 15px;
}
.box-content-photo .comment .comments img {
	width: 20px;
	height: 20px;
	object-fit: cover;
	border-radius: 100%;
	margin-right: 10px;
}
.box-content-photo .comment .comments span {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
	color: #81868F;
	margin-left: 10px;
}
.box-content-photo .comment .comments p {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #3A3C43;
	margin: 10px 0;
}
.box-content-photo .comment .form-comment {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	border-radius: 0;
	-moz-border-radius: 0;
	padding: 11px 15px 0px;
    height: 42px;
	border: 1px solid #555aea;
	box-sizing: border-box;
	resize: none;
}
.box-content-photo .comment .form-group {
	margin-bottom: 0 !important;
}
.box-content-photo .comment .form-comment:focus {
	outline: 0;
	box-shadow: none;
}
.box-content-photo .comment .form-comment::placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #A1A9B3;
}
.moment-sidebar-top-right {
	position: relative;
}
.moment-sidebar-top-right h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	margin-top: 4px;
}
.moment-sidebar-top-right .hp-content-moment {
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.moment-sidebar-top-right .hp-content-moment .img-content {
	height: 325px;
	width: 100%;
	object-fit: cover;
	background: rgba(0, 0, 0, .75);
    position: relative;
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
}
.moment-sidebar-top-right .hp-content-moment .hp-content {
    padding: 20px 20px 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #FFF;
}

#moment-header {
	background-image: url(../images/homepage/background.png);
	height: 270px;
	margin-bottom: 30px;
}
.moment-header-content {
	color: #FFF;
	padding: 70px 20px;
	position: inherit;
}
.moment-header-content h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.moment-header-content p {
	font-size: var(--fontSize8);
	line-height: 21px;
	margin-bottom: 50px;
}
#moments {
	position: relative;
}
#moments .title {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #000000;
	margin-bottom: 20px;
}
#moments .content .title {
	margin-bottom: 0;
}
.content-moment {
	filter: drop-shadow(0px 6px 15px rgba(0, 0, 0, 0.0514368));
	margin-bottom: 30px;
}
.content-moment img {
	width: 100%;
	height: 348px;
	object-fit: cover;
	background: rgba(0, 0, 0, .75);
    position: relative;
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
}
.content-moment .content {
	padding: 20px 20px 0 5px;
	position: absolute;
	bottom: 10px;
    left: 10px;
    color: #FFF;
}
.content-moment .title h4 {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
    color: #FFF;
}
.content-moment .location p {
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
	color: #747474;
	opacity: 0.66;
	margin-bottom: 10px;
}
.content-moment .creator img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 10px;
	filter: brightness(100%);
	-webkit-filter:brightness(100%);
}
.content-moment .creator {
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 15px;
}
/*--------- End Moment ----------*/


/*--------- Setting Sponsor ----------*/
.setting-partnership {
	position: relative;
}
.setting-partnership .partner-image {
	text-align: center;
}
.setting-partnership .partner-image img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	box-shadow: 0 0 6px 8px #F1F2F5;
}
.setting-partnership .partner-name {
	position: relative;
}
.setting-partnership .partner-name h4 {
	font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}
.setting-partnership .partner-tag {
	display: block;
	margin-top: 20px;
}
.setting-partnership .partner-tag ul {
	list-style: none;
	padding-left: 0 !important;
	margin-bottom: 0;
}
.setting-partnership .partner-tag ul li {
	display: inline-block;
	font-style: normal;
    font-weight: normal;
    font-size: var(--fontSize8);
    line-height: 21px;
    color: #FFF;
    background: #555AEA;
    padding: 6px 20px;
    margin-bottom: 5px;
    transition: .5s ease;
}
.setting-partnership .partner-tag ul li:hover {
	background: #F2F2F2;
	color: #555AEA;
}
.setting-partnership .partner-action {
	position: absolute;
	right: 10px;
	top: 0;
}
.setting-partnership .partner-action a {
	font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
	color: #555AEA;
}
.setting-partnership .partner-action a:hover {
	color: #555AEA;
}
/*--------- End Setting Sponsor ----------*/


/*--------- Setting Namecard ----------*/
.setting-namecard {
	position: relative;
	background: #FFF;
	padding: 20px;
	height: 213px;
	box-shadow: 0px 6px 15px rgb(85, 90, 234, 0.2);
	margin-bottom: 30px;
}
.setting-namecard .namecard-bg-right {
    position: absolute;
    height: 213px;
    width: 100%;
    top: 0;
    right: 0px;
    opacity: 0.1;
}
.setting-namecard .namecard-action {
	position: absolute;
	right: 20px;
	top: 10px;
}
.setting-namecard .namecard-action a {
	font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
	color: #555AEA;
}
.setting-namecard .namecard-action a:hover {
	color: #555AEA;
}
.setting-namecard .namecard-manage-content .title {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 21px;
	color: #000000;
}
.setting-namecard .namecard-manage-content p {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin-bottom: 10px;
}
.setting-namecard .namecard-manage-bottom {
	bottom: 10px;
	position: absolute;
}
.setting-namecard .namecard-manage-bottom .address {
	font-style: normal;
	font-weight: 300;
	font-size: 10px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
}
.setting-namecard .namecard-manage-bottom .right {
	font-style: normal;
	font-weight: 300;
	font-size: 10px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
}
.setting-namecard .namecard-manage-bottom .right i {
	width: 10px;
	text-align: center;
}
/*--------- End Setting Namecard ----------*/


/*--------- Setting Agreement ----------*/
.setting-agreement {
	background: #FFF;
	padding: 20px;
	position: relative;
	border-bottom: 1px solid #F2F2F2;
}
.setting-agreement .title {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	color: #000000;	
}
.setting-agreement .bottom {
	display: block;
	position: relative;
}
.setting-agreement .bottom ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.setting-agreement .bottom ul li {
	display: inline-block;
	margin-right: 50px;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
.setting-agreement .bottom span {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #000;	
}
.setting-agreement .bottom .active {
	color: #1D9540;
}
.setting-agreement .bottom .nonactive {
	color: #CF242A;
}
.setting-agreement .bottom .expired {
	color: #CCC;
}
.setting-agreement .agreement-action {
	position: absolute;
	right: 20px;
	top: 10px;
}
.setting-agreement .agreement-action a {
	font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
	color: #555AEA;
}
.setting-agreement .agreement-action a:hover {
	color: #555AEA;
}
/*--------- End Setting Agreement ----------*/


/*--------- Business Card ----------*/
#mycard {
	position: relative;
	background: #F2F2F2;
	padding: 40px 0;
}
/*--------- End Business Card ----------*/

#top-manage {
	position: relative;
	background: #FFF;
}
#top-manage .head-manage {
	padding: 20px 0 10px;
}
#top-manage .head-manage a {
	text-decoration: none;
}
#top-manage .head-manage .create {
	width: 100%;
}
#top-manage .head-manage .go-back {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
#top-manage .head-manage .head-box {
	height: 90px;
	background: #555AEA;
	padding: 10px;
	position: relative;
}
#top-manage .head-manage .head-box p {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
#top-manage .head-manage .head-box .number {
	position: absolute;
	bottom: 0;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #FDFE6C;
}
#top-manage .head-manage h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #000000;
	padding-top: 7px;
	margin-bottom: 0;
}
#top-manage .head-manage .dates {
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 12px;
	color: #42454D;
	margin-top: 20px;
}
#top-manage .head-manage .form-group img {
	position: absolute;
	top: 11px;
    right: 28px;
}
#top-manage .head-manage .form-control-custom {
	display: block;
    width: 100%;
    height: auto;
    padding: 9px 15px;
    font-weight: normal;
    font-size: var(--fontSize8);
    line-height: 21px;
    color: #000000;
    background-clip: padding-box;
    border: 1px solid #555aea;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#top-manage .head-manage .form-control-custom:focus {
	outline: 0;
	box-shadow: none;
}
#top-manage .head-manage .form-control-custom::placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #A1A9B3;
}
#manage-activities {
	position: relative;
	padding: 20px 0 0;
}
#manage-activities .manage-activities-title {
	padding: 30px 0 30px;
}
#manage-activities .manage-activities-filter {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	float: left;
	margin-top: 10px;
}
#manage-activities .manage-activities-filter a {
	height: 30px;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #81868F;
	box-sizing: border-box;
	text-decoration: none;
	padding: 5px 16px;
	margin-left: 5px;
}
#manage-activities .manage-activities-filter .active {
	background: #E6E7F9;
	border: 1px solid #555AEA;
	box-sizing: border-box;
	font-weight: 600;
}
#manage-activities .select-show {
	background: #FFF;
	border: 1px solid #555aea;
	width: 170px;
	float: right;
	padding: 3px 0;
}
#manage-activities .select-show .form-group {
	margin-bottom: 0 !important;
}
#manage-activities .select-show .form-group .col-form-label {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
#manage-activities .form-control-custom-select {
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	padding-top: 9px;
	height: 35px;
}
#manage-activities .form-control-custom-select:focus {
	outline: 0;
	box-shadow: none;
}
#manage-activities select {
	background-image:
	linear-gradient(45deg, transparent 50%, #555AEA 60%),
	linear-gradient(135deg, #555AEA 40%, transparent 50%) !important;
	background-position: calc(100% - 15px) 16px, calc(100% - 10px) 16px, 100% 0;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
}
#manage-activities .manage-activities-box {
	background: #FFF;
	padding: 10px;
	box-shadow: 0px 2px 8px rgba(85, 90, 234, 0.1);
	margin-bottom: 30px;
}
#manage-activities .manage-activities-box .image-overlay {
	height: 146px;
	padding-right: 0 !important;
	position: relative;
}
#manage-activities .manage-activities-box .image-overlay img {
	height: 146px;
	width: 100%;
	object-fit: cover;
	background:rgba(0, 0, 0, .75);
	position: relative;
	filter: brightness(50%);
	-webkit-filter:brightness(50%);
}
#manage-activities .manage-activities-box .image-overlay .text {
	position: absolute;
	width: 100%;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
	vertical-align: middle;
	left: 6px;
	top: 65px;
}
#manage-activities .manage-activities-box .image-overlay .text p {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
#manage-activities .manage-activities-box .image-overlay .text i {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	width: 15px;
}
#manage-activities .manage-activities-box .image-overlay .text span {
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
	border:2px solid #FFF;
	border-radius: 17px;
	-moz-border-radius: 17px;
	padding: 5px 15px;
}
#manage-activities .manage-activities-box .image-overlay .text .circle {
	border-radius: 50%;
	-moz-border-radius: 50%;
	color: #FFFFFF;
	border:2px solid #FFF;
	padding: 4px 5px;
}
#manage-activities .manage-activities-box .image {
	height: 146px;
	padding-right: 0 !important;
}
#manage-activities .manage-activities-box .image img {
	height: 146px;
	width: 100%;
	object-fit: cover;
}
#manage-activities .manage-activities-box h5 {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #191919;
	margin-bottom: 15px;
}
#manage-activities .manage-activities-box .detail {
	height: 146px;
	margin-bottom: 10px;
}
#manage-activities .manage-activities-box .detail p {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	color: #42454D;
	margin-bottom: 0.5rem !important;
}
#manage-activities .manage-activities-box .detail table tr td {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 16px;
	color: #42454D;
	margin-bottom: 0.5rem !important;
}
#manage-activities .manage-activities-box .detail .green {
	color: #129440;
}
#manage-activities .manage-activities-box .detail .red {
	color: #cd2027;
}
#manage-activities .manage-activities-box .detail .detail-bot {
	position: absolute;
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #191919;
	text-transform: uppercase;
	bottom: 0;
}
#manage-activities .manage-activities-box .event-type {
	padding-right: 0!important;
	margin-bottom: 10px;
}
#manage-activities .manage-activities-box .type {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	padding: 10px;
	background: #F9FAFB;
	border: 1px solid #E8EAEF;
	border-right: 1px solid #F9FAFB; 
}
#manage-activities .manage-activities-box .type .blue {
    text-align: center;
    padding: 4px 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 15px;
    color: #FFFFFF;
    background: #2EC2F0;
    border-radius: 18px;
}
#manage-activities .manage-activities-box .type .green {
    text-align: center;
    padding: 4px 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 15px;
    color: #FFFFFF;
    background: #46CF6B;
    border-radius: 18px;
}
#manage-activities .manage-activities-box .type .right {
	float: right;
	display: inline-block;
}
#manage-activities .manage-activities-box .type .right a {
	text-decoration: none;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 21px;
	text-align: right;
	color: #555AEA;
}
#manage-activities .manage-activities-box .total-attend {
	padding-left: 0!important;
	margin-bottom: 10px;
}
#manage-activities .manage-activities-box .attendees {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	padding: 10px;
}
#manage-activities .manage-activities-box .attendees .member {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 21px;
	color: #000000;
}
#manage-activities .manage-activities-box .attendees .right {
	float: right;
	display: inline-block;
}
#manage-activities .manage-activities-box .attendees .right a {
	text-decoration: none;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 21px;
	text-align: right;
	color: #555AEA;
}
#manage-activities .manage-activities-box a {
	text-decoration: none;
	color: #555AEA;
}
#manage-activities .manage-activities-box a:hover {
	color: #555AEA;
}
.event-elements {
	border-radius: 0 !important;
	border: 1px solid #E8EAEF;
	background: #F9FAFB;
}
.event-element-body {
	padding: 0;
}
.status-activities-box {
	position: relative;
	background: #fff;
	box-shadow: 0px 2px 8px rgb(85 90 234 / 10%);
}
.status-activities-box .statusAction {
	padding: .4rem .8rem 0; 
}
.status-activities-box .green {	
    padding: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #42454D;
}
.status-activities-box .green span {
	color: #129540;
}
.status-activities-box .blue{
	padding: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #42454D;
}
.status-activities-box .blue span {
	color: #415d99;
}
#sub-manage {
	background: #FFF;
	position: relative;
	margin-top: 5px;
}
#sub-manage .sub-menu {
}
#sub-manage .sub-menu a {
	color: #000;
	text-decoration: none;
}
#sub-manage .sub-menu ul {
	padding: 0;
	margin-bottom: 0 !important;
}
#sub-manage .sub-menu ul li {
	display: inline-block;
	padding: 20px 0 0;
	font-style: normal;
	font-weight: 300;
	font-size: var(--fontSize8);
	line-height: 21px;
	text-align: center;
	width: 140px;
}
#sub-manage .sub-menu ul li:after {
	display: block;
	content: '';
	border-bottom: 5px solid #555AEA;
	transform: scaleX(0);  
	transition: transform 250ms ease-in-out;
	padding-top: 20px;
}
#sub-manage .sub-menu ul li:hover:after {
	transform: scaleX(1);
}
#sub-manage .sub-menu .active {
	font-weight: 600;
	box-shadow: inset 0 -5px 0 #555AEA;
}
#manage-activities .manage-search {
	width: 55%;
	position: absolute;
}
#manage-activities .form-control-custom {
	display: block;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    font-weight: normal;
    font-size: var(--fontSize8);
    line-height: 21px;
    color: #000000;
    background-clip: padding-box;
    border: 1px solid #555aea;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#manage-activities .form-control-custom:focus {
	outline: 0;
	box-shadow: none;
}
#manage-activities .form-control-custom::placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #A1A9B3;
}
#manage-activities .form-group img {
    position: absolute;
    top: 12px;
    right: 28px;
}
#manage-activities .manage-activities-action {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    float: left;
    margin-top: 15px;
}
#manage-activities .manage-activities-action .action {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: left !important;
	background: transparent;
	border: 0;
	padding: 0;
	margin-right: 25px;
}
#manage-activities .manage-activities-sidebar {
	background: #FFF;
	padding: 20px 15px 10px;
	border: 1px solid #E8EAEF;
	margin-bottom: 30px;
}
#manage-activities .manage-activities-sidebar p {
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
}
#manage-activities .manage-activities-sidebar span {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
}
#manage-activities .audience-box {
	background: #FFF;
	border: 1px solid #E8EAEF;
}
.table thead th {
    vertical-align: bottom;
    font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
	border: 0;
}
.table th {
    padding: 15px;
    vertical-align: top;
    border-top: 1px solid #E8EAEF;
    font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.table td {
    padding: 25px 15px;
    vertical-align: top;
    border-top: 1px solid #E8EAEF;
    font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.table tbody tr:hover {
	background: #F5F5F5;
}
.table th:first-child {
	border-top: none;
}
.table span {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
	color: #81868F;
}
.table a, .table a:hover {
	color: #555AEA;
	text-decoration: none;
}
.table .attended {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #555aea;
}
.table .actions {
	padding-top: 35px;
}
.table .action {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #555AEA;
	padding: 5px 10px;
}
.customTable i {
	font-size: 11px;
    background: #555aea;
    margin: 0 1px;
    color: #fff;
    width: 20px;
    height: 20px;
    padding: 5px 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
}
.table .action:hover {
	color: #555AEA;
}
.manage-statistics {
	padding: 40px 0 0;
}
#manage-idea {
	padding: 40px 0;
	position: relative;
}
#manage-idea img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}
#manage-idea span {
	position: absolute;
	z-index: 1;
	right: 30px;
    top: 18px;
	text-align: center;
}
#manage-idea a {
	background: #555AEA;
	border-radius: 100%;
	-moz-border-radius: 100%;
	padding: 5px 7px;
}
#manage-idea a img {
	width: 18.52px;
	height: 20px;
}
.manage-idea-box {
	position: relative;
	background: #FFF;
	padding: 10px;
	margin-bottom: 30px;
}
.manage-idea-box h5 {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.setting-partnership .partner-tag {
	display: block;
	margin-top: 20px;
}
.manage-idea-box p {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
	color: #3A3C43;
}
.manage-idea-box p.vote {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-transform: uppercase;
}
.manage-idea-box span {
	position: inherit !important;
	color: #555AEA;
}
#manage-venue {
	padding: 40px 0;
	position: relative;
}
#manage-venue img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}
#head-detail-idea {
	position: relative;
	background: #F2F2F2;
}
#head-detail-idea img {
	height: 270px;
	width: 100%;
	object-fit: cover;
}
.head-idea-box {
	background: #FFF;
	position: relative;
	padding: 20px;
	margin-top: -52px;
}
.head-idea-box h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
}
.head-idea-box span {
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #3A3C43;
}
.head-idea-box .text-right {
	margin-top: 12px;
}
.btn-plan-detail {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	text-align: center;
	color: #555AEA;
	background: #FFFFFF;
	border: 1px solid #555AEA !important;
	border-radius: 0;
	-moz-border-radius: 0;
	margin-right: 5px;
	padding: 8px 20px;
}
.btn-plan-detail:hover {
	color: #555AEA;
}
.btn-vote-detail {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	text-align: center;
	color: #FFFFFF;
	background: #555AEA;
	border: 1px solid #555AEA !important;
	border-radius: 0;
	-moz-border-radius: 0;
	padding: 8px 20px;
}
.btn-vote-detail:hover {	
	color: #FFFFFF;
}
#detail-idea {
	padding: 10px 0 40px;
}
.detail-text {
	border-bottom: 1px solid #E8EAEF;
}
.detail-text .text {
	padding: 30px 0;
}
.detail-text .text .title {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
}
.detail-text .text p {
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 23px;
	color: #3A3C43;
}
#detail-idea-gallery {
	position: relative;
	padding: 10px 0 40px;
}
#detail-idea-gallery h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 30px;
}
.img-gallery-detail {
	margin-bottom: 30px;
}
.img-gallery-detail img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}
#detail-idea-planned {
	background: #FFF;
	position: relative;
	padding: 40px 0;
}
#detail-idea-planned h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 30px;
}
.plan-shadow {	
	box-shadow: 0px 2px 8px rgba(85, 90, 234, 0.1);
	margin-bottom: 30px;
}
.plan-shadow  img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.plan-box {
	padding: 10px;
}
.plan-box h4 {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #191919;
	margin-bottom: 0px;
}
.plan-box span {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
	color: #747474;
}
.plan-box p {
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 15px;
	color: #191919;
	margin-top: 10px;
	margin-bottom: 0;
}
.plan-box img {
	border-radius: 100%;
	width: 21px;
	height: 21px;
	object-fit: cover;
}
.profile-manage-box-2nd {
	position: relative;
	background: #FFF;
	padding: 20px;
	height: 260px;
	box-shadow: 0px 6px 15px rgb(85, 90, 234, 0.2);
	margin-bottom: 30px;
}
.profile-manage-box-2nd .profile-bg-right {
    position: absolute;
    height: 230px;
    width: 100%;
    top: 0;
    right: 0px;
    opacity: 0.1;
}
.profile-manage-box-2nd .profile-bg-icon {
    position: absolute;
    height: 200px;
    bottom: 0px;
    right: 0px;
    opacity: 0.3;
}
.profile-manage-box-2nd .profile-manage-head {
	text-align: left;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 15px;
}
.profile-manage-box-2nd .mitra {
	position: relative;
    bottom: 0;
    /* background: #f57e1f; */
    padding: 0 0 10px;
    font-size: 12px;
    color: #333;
    font-style: italic;
    border-top-right-radius: 10px;
    z-index: 1;
}
.only-you {
	position: absolute;
	top: 0;
	right: 0;
	background: #555aea;
	color: #fff;
	font-size: 12px;
	margin-left: auto; 
  	margin-right: auto;
  	text-align: center;
  	padding: 10px;
}
.only-you img {
	height: 25px;
}
.profile-manage-box-2nd .profile-manage-head img {
	margin-right: 15px;
}
.profile-manage-box-2nd .profile-manage-content .title {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
}
.profile-manage-box-2nd .profile-manage-content .title-top {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	margin-bottom: 0;
}
.profile-manage-box-2nd .profile-manage-content .title-top img {
	width: 15px;
}
.profile-manage-box-2nd .profile-manage-content {
	position: relative;
}
.profile-manage-box-2nd .profile-manage-content p {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	margin-bottom: 10px;
}
.profile-manage-box-2nd .profile-manage-content span {
	background: #555AEA;
	color: #FFF;
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	padding: 5px 20px;
	margin-top: 5px;
	position: relative;
	transition: .5s;
}
.profile-manage-box-2nd .profile-manage-content span:hover {
	background: #e9e9f9;
    color: #555AEA;
}
.profile-manage-box-2nd .profile-manage-bottom {
	bottom: 10px;
	right: 15px;
	position: absolute;
}
.profile-manage-box-2nd .profile-manage-bottom a {
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #555AEA;
	text-decoration: none;
}
.profile-manage-box-2nd .profile-manage-bottom-center {
	text-align: center;
	position: relative;
}
.profile-manage-box-2nd .profile-manage-bottom-center a {
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 20px;
	background: #555AEA;
	color: #FFF;
	text-decoration: none;
}
.profile-manage-box-2nd .profile-lock {
	position:absolute; bottom: 10px !important;
}
.profile-manage-box-2nd .profile-lock span {
	font-size: 9px; background: rgb(255,255,255, 0.7);padding: 3px;
}
.profile-manage-box-2nd .profile-lock span i {
	color: #555AEA;
}

#header-planning {
	background: #555aea;
	position: relative;
	padding: 30px 0 25px;
	text-align: center;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
}
#header-planning a {
	color: #FFF;
	text-decoration: none;
}
#header-planning a:hover {
	color: #FFF;
}
#header-planning h3 {
	color: #555aea;
	background: #FFF;
	padding: 6px;
	width: 30px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	display: inline-block;
	margin-right: 10px;
	font-style: normal;
	font-weight: 500;
	font-size: var(--fontSize8);
	line-height: 18px;
}
#header-planning a.active h3 {
	background: #FBFF00;
}
#header-concept {
	position: relative;
	background: #FFF;
}
.head-concept {
	padding: 20px 0;
}
.head-concept h2 {	
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 0;
}
.head-concept a {
	text-decoration: none;
	color: #555aea;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
}
.head-concept .text-right {
	margin-top: 0;
}
#form-concept {
	position: relative;
	padding: 40px 0;
	z-index: 2;
    background-image: url(../images/default/bg-newplan.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
#form-concept h5, #kpi-concept h5  {
	color: var(--whiteColor);
}
#form-concept2 {
	position: relative;
	padding: 40px 0;
}
#content-concept {
	position: relative;
	padding: 40px 0;
	background: #f2f2f2;
}
#audience-concept {
	position: relative;
	padding: 40px;
	background: #D6D7F9;
}
#kpi-concept {
	position: relative;
	padding: 40px 0;
	/*background: #a2a5ff;*/	
	z-index: 2;
    background-image: url(../images/default/bg-newplan.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.concept {
	background: #FFF;
}
.concept .nav-link {
    display: block;
    padding: .5rem 1rem;
    font-size: 12px;
    color: #555AEA;
}
.concept .nav-link:hover {
    display: block;
    padding: .5rem 1rem;
    font-size: 12px;
    color: #555AEA;
}
.concept .tab-content {
    padding: 20px;
}
.concept .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FFF;
    background-color: #555aea;
    border: 0 !important;
    border-radius: 0;
    -moz-border-radius: 0;
}
.concept .nav-item {
	padding: 0;
}
.concept .nav-item a {
	padding: 17px 0;
	border: 0 !important;
}
.concept .nav-item a .active {
	border: 0 !important;
}
.concept .nav-item a:hover {
	padding: 17px 0;
	border: 0 !important;
}
.table .number {
	width: 70px;
}
.form-setting .tips {
	color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}
.create-campaign {
	color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}
.create-campaign a {
	text-decoration: none;
	color: #555aea;
}
#planning-bottom {
	position: relative;
	background: #FFF;
	padding: 40px 0;
}

.searchpopup a {
    text-decoration: none;
    line-height: 3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.searchpopup a:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;  
}
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
    display: none;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 106;
    display: block;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    outline: none;
    padding: 10px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}
#search .close:hover{
    color: #FC2121;
    cursor: pointer;
}
#content-whatson .manage-activities-title {
	padding: 0;
}
#content-whatson .manage-activities-filter {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	float: left;
	margin-top: 10px;
}
#content-whatson .manage-activities-filter a {
	height: 30px;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #81868F;
	box-sizing: border-box;
	text-decoration: none;
	padding: 5px 16px;
	margin-left: 5px;
}
#content-whatson .manage-activities-filter .active {
	background: #E6E7F9;
	border: 1px solid #555AEA;
	box-sizing: border-box;
}
#content-whatson .select-show {
	background: #FFF;
	border: 1px solid #555aea;
	width: 170px;
	float: right;
	padding: 3px 0;
}

#profile-favorite {
	position: relative;
	background: #F2F2F2;
	padding: 0 0 40px;
}
#profile-favorite .event-title {
	padding: 30px 0 20px;
}
#profile-favorite .event-title h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
}
#profile-favorite .event-title a {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	color: #555AEA;
	text-decoration: none;
}
#profile-favorite .event {
	background: #FFF;
	border-bottom: 1px solid #E8EAEF;
}
#profile-favorite .list-event {
	background: #FFF;
	padding: 15px 20px 10px;
}
#profile-favorite .list-event .title a {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
#profile-favorite .list-event span {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #555aea;
}
#profile-favorite .list-event .time {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #3A3C43;
}
#profile-favorite .list-event .divider {
	border: 1px solid #555aea;
	transform: rotate(-90deg);
	width: 15px;
}
#profile-favorite .list-event .attendees a {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #555AEA;
}
#profile-favorite .list-event .number {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #555AEA;
}
#profile-favorite .list-event a {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: var(--fontSize8);
	line-height: 21px;
	color: #000000;
}
#profile-favorite .list-event ul {
	margin: 0 auto;
	padding-left: 0;
}
#profile-favorite .list-event ul li {
	display: inline-block;
}
#profile-favorite .list-event .link {
	width: 164px;
	height: 39px;
	padding: 6px 0;
	border-radius: 20px;
	border: 1px solid #A4A6F5;
	text-align: center;
	margin-left: 5px;
}
#profile-favorite .list-event .link span {
    color: #000;
}
#profile-favorite .list-event .link img {
	margin-right: 7px;
}
#profile-favorite .list-event .edit {
	height: 41px;
	padding: 8px 20px;
	border: 1px solid #555AEA;
	text-align: center;
	margin-left: 15px;
}
#profile-favorite .list-event .edit a {
	color: #555AEA;
	font-style: normal;
	font-weight: 600;
	font-size: var(--fontSize8);
	line-height: 21px;
}

.embed-responsive {
    width: 70% !important;
}

.template input[type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.template input[type=radio] + img {
	cursor: pointer;
}
.template input[type=radio]:checked + img {
	outline: 2px solid #555aea;
}
.template img {
	width: 100%;
} 
.plan-title {
	border-bottom: 1px solid #555aea;
}
.box-notes {
	background: #e8e8ff;
	width: 100%;
	padding: 10px 20px;
	margin: 10px 0 10px;
}
.box-notes p {
	margin-bottom: 0 !important;
	font-size: 12px;
	font-style: italic;
}
.box-notes h5 {
	margin-bottom: 5px !important;
	font-size: var(--fontSize8);
}
.alert {
    padding: 10px 20px;
    margin-bottom: 1rem;
    border: 0;
    border-radius: 0;
    font-size: 12px;
}
.plan-bg-left {
	width: 100%;
	float: left;
}
.plan-bg-left img {
	width: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.3;
}
.plan-bg-right {
	width: 100%;
	float: right;
}
.plan-bg-right img {
	width: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0.3;
}
.go-to-bot {
	position: relative;
}
.go-to-bot img {
	width: 100px;
	margin-left: 11px;
}

.spanhelp {
	padding: 1px 6px;
    font-size: 12px;
    background: #efefef;
    border-radius: 100%;
    cursor: help;
}

.concept-scroll {
	overflow-x: hidden;
	background: #fff;
}
.concept .nav {
	display: flex;
}

.box-element {
	background: #FFFFFF;
	width: 100%;
	padding: 20px;
}
#form-reply {
	display: none;
}
.proposal-box {
	padding: 20px;
	background: #FFF;
	border-radius: 15px;
	border-bottom: 1px dashed #e8e8e8;
}
.proposal-box h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
.proposal-box p {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
	margin-bottom: 15px;
}
.proposal-box textarea {
    min-height: 100px;
}
.proposal-box label {
	margin-top: 10px;
	display: inline-block;
    font-size: 13px;
    line-height: 18px;
    color: #000;
}
.proposal-box .inner {
	overflow: hidden;
	transition: all .5s ease;
}
.proposal-box input:checked + .inner {
	max-height: 500px;
}
.btn-reply {
	background: #ccc;
	font-size: 12px;
	border-radius: 0;
}
.box-title-mitra {
	background: #e6e7ff;
	border-top: 1px dashed #f2f2f2;
	padding: 10px 0 10px 20px;
	font-weight: 600;
}
.box-title-mitra span {
    position: absolute;
    right: 15px;
}
.box-title-mitra a {
	font-weight: 300;
	font-size: 12px;
	color: #fff;
	background: #555aea;
	padding: 14px 20px;
	text-decoration: none;
}
.box-user-mitra {
	background: #fff;
	padding: 20px;
	text-align: left;
	border-top: 1px dashed #f2f2f2;
	margin-bottom: 30px;
}
.box-user-mitra .name {
	color: #333;
    font-size: var(--fontSize8);
    font-weight: 600;
}
.box-user-mitra .detail {
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    font-style: italic;
    color: #929292;
    border-bottom: 1px dashed #f2f2f2;
    margin-bottom: 10px;
}
.btn-show-more{
	color: #555AEA;
	padding-left: 0 !important;
	font-size: var(--fontSize8);
	padding-top: 10px;
	padding-bottom: 10px;
}

.pb50 {
    padding-bottom: 50px;
}
.pt50 {
    padding-top: 50px;
}

.topSectionPlan {
    width: 57%;
    min-height: 400px;
    right: 0;
    top: 0;
    position: absolute;
    background-image: url(../images/default/publish.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.topSectionMarketing {
    width: 57%;
    min-height: 400px;
    right: 0;
    top: 0;
    position: absolute;
    background-image: url(../images/default/marketing.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.topSectionPlan::before, .topSectionMarketing::before {
    content: '';
    position: absolute;
    background: url(../images/plan/bg-mit.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 1;
}
.topSectionPlan::after, .topSectionMarketing::after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.topSectionContent {
    position: relative;
    z-index: 3;
}
.topSectionContent h1 {    
    font-size: var(--fontSize20);
    font-weight: var(--weightStandard);
    line-height: var(--size20);
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f57e1f;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #129540;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #cd2027;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #4538d0;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}
#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}
/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(-100%);  /* IE 9 */
            transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(100%);  /* IE 9 */
            transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;  
            transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;  
            transition: all 0.3s 1s ease-out;
}
.no-js #loader-wrapper {
    display: none;
}
.no-js h1 {
    color: #222222;
}
.bootstrap-tagsinput {
	border-radius: 5px!important;
	border: 1px solid #eaebfd!important;
	height: 41px;
	box-shadow: none!important;
}
.bootstrap-select>.dropdown-toggle {
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #eaebfd!important;
	padding: 9px 10px 9px 15px;
	font-size: var(--fontSize8);
    font-weight: 300;
    color: #000;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #fff!important;
    border-color: #ced4da!important;
	border: 1px solid #555aea!important;
}
.btn-light:hover, .btn-light:focus, .btn-light:active {
	box-shadow: none!important;
	border: 1px solid #eaebfd!important;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    outline: 0!important;
    box-shadow: none!important;
}
.btn-light:not(:disabled):not(.disabled).active:focus, 
.btn-light:not(:disabled):not(.disabled):active:focus, 
.show>.btn-light.dropdown-toggle:focus {
	outline: 0!important;
	box-shadow: none!important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-togle {
	outline: 0!important;
	box-shadow: none!important;
}
.age-group {
	width: 80px;
}
#txtInfo, #txtInfoProposal, #txtInfoPhoto {
	font-size: 10px;
}
.my-portfolio {
	border-bottom: 1px solid #f2f2f2;
    margin: 5px 0;
}
.my-portfolio .portfolio {
	font-size: 12px;
}
.viewPhotoDetail {
	position: relative;
	display: block;
}
.viewPhotoDetail img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.l-livelife img {
	margin: 0 auto;
}
.l-livelife h5 {
    margin-top: 13px;
}








/*------ New Homepage ------*/

#welcomeArea {
	overflow: hidden;
	position: relative;
	background: var(--buttonColor);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	margin-top: -2px;
}
#welcomeArea:after {
    content: "";
    position: absolute;
    width: 485px;
    height: 487px;
    z-index: 1;
    top: 0px;
    left: 0px;
    background: url(../images/homepage/headers.png);
}
.welcomeHeader {
    position: relative;
    top: 1px;
    height: auto;
    z-index: 2;
}
.headerText {
    position: absolute;
    width: 100%;
    top: 20%;
    transform: perspective(1px) translateY(-20%);
    z-index: 4;
}
.headerText h1 {
    font-weight: var(--weightSmall);
    font-size: var(--fontSize24);
    color: var(--whiteColor);
    line-height: 48px;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
.headerText h2 {
    font-weight: var(--weightBold);
    font-size: var(--fontSize24);
    color: var(--whiteColor);
    line-height: 48px;
    letter-spacing: 2px;
}
.headerText p {
    font-weight: var(--weightSmall);
    font-size: var(--fontSize10);
    color: var(--whiteColor);
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.imagesRight {
    min-height: 474px;
}
.imgBottom {
    position: absolute;
    width: 390px;
    height: 404px;
    right: 15px;
    z-index: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 6px 14px rgb(51 55 225 / 10%);
    top: 35px;
}
.imgFixTopContainer {
	overflow: hidden;
}
.imgFixWrapperLayer {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#imgFixWrapperLayer_0_0 .imgFixSrcImg {
    left: -999999px;
    right: -999999px;
    top: -999999px;
    bottom: -999999px;
    z-index: 0;
    width: 391px;
    height: 405px;
    max-width: auto !important;
    min-width: auto !important;
    position: absolute;
    margin: auto;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#imgFixWrapperLayer_0_0:hover .imgFixSrcImg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.imgTop {
    position: absolute;
    width: 100%;
    height: 500px;
    right: 0;
    z-index: 2;
}
#imgFixWrapperLayer_1_0 .imgFixSrcImg {
    left: -999999px;
    right: -999999px;
    top: -999999px;
    bottom: -999999px;
    z-index: 0;
    width: 100%;
    height: auto;
    max-width: auto !important;
    min-width: auto !important;
    position: absolute;
    margin: auto;
}
.btnPlay {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    color: var(--buttonColor);
    margin: auto;
    left: 0%;
    right: 0px;
    display: block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    z-index: 3;
}
.btnPlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #fff;
    opacity: 0.8;
    z-index: 1;
}
.btnPlay i {
    padding-left: 5px;
    position: relative;
    z-index: 2;
}
.section.white {
    background: #fff;
}
.section.blue {
    background: #555aea;
	padding-bottom: 0;
}
.section.blue .sectionTitle {
	color: #fff;
}
.section.blue .centerText {
	color: #fff;
}
.homeFix {
    padding-top: 0px;
    margin-top: -170px;
}
.section {
    padding-top: 100px;
    padding-bottom: 70px;
    scroll-margin-top: 4em;
}
.leftHeading .sectionTitle {
    font-weight: 400;
    font-size: 28px;
    color: #3B566E;
    letter-spacing: 1px;
    line-height: 42px;
    margin-bottom: 30px;
}
.leftHeading .sectionTitle.dotted {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 35px;
}
.leftHeading .sectionTitle.dotted:before {
    content: "";
    position: absolute;
    width: 19px;
    height: 2px;
    bottom: 0px;
    left: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: var(--buttonColor);
}
.leftHeading .sectionTitle.dotted:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 2px;
    bottom: 0px;
    left: 24px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: var(--buttonColor);
}
.leftText {
    font-weight: 400;
    font-size: 16px;
    color: #6F8BA4;
    line-height: 28px;
    letter-spacing: 1px;
}
.leftText ul {
	padding-left: 0;
	list-style: none;
}
.leftText ul li {
	font-size: var(--fontSize8);
	letter-spacing: 0.6px;
}
.leftText ul li:before {
	content: '✓';
	margin-right: 10px;
	color: #555aea;
}
.featuresSmallItem {
	display: block;
	background: #fff;
	box-shadow: 0px 6px 14px rgb(51 55 225 / 10%);
	border-radius: 5px;
	padding: 30px 26px;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.featuresSmallItem:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
    background: #555aea;
    /*background-image: linear-gradient(135deg, #555aea 0%, #1d1f91 100%);*/
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
}
.featuresSmallItem.active:before,
.featuresSmallItem:hover:before {
	opacity: 1;
}
.featuresSmallItem.active .icon i,
.featuresSmallItem:hover .icon i {
	background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
}
.featuresSmallItem.active .featuresTitle,
.featuresSmallItem:hover .featuresTitle {
	color: #ffffff;
}
.featuresSmallItem.active p,
.featuresSmallItem:hover p {
	color: #F0F1FF;
}
.featuresSmallItem.home-top-p {
	margin-top: 70px;
}
.featuresSmallItem.home-top-n {
	margin-top: -70px;
}
.featuresSmallItem .icon {
	width: 60px;
	height: 30px;
	margin: auto;
	position: relative;
	margin-bottom: 20px;
}
.featuresSmallItem .icon i {
	display: block;
	position: absolute;
	width: 100%;
	z-index: 2;
	font-size: 28px;
	background-image: linear-gradient(127deg, #555aea 0%, #1d1f91 91%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.featuresSmallItem .featuresTitle {
	font-weight: 400;
	font-size: 16px;
	color: #3B566E;
	letter-spacing: 0.7px;
	margin-bottom: 15px;
	line-height: 28px;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.featuresSmallItem p {
	font-weight: 400;
	font-size: var(--fontSize8);
	color: #6F8BA4;
	letter-spacing: 0.88px;
	line-height: 26px;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-bottom: 0px !important;
}
.featuresSmallItem .dark-btn {
	margin: auto;
	box-shadow: none;
	padding-left: 30px;
	margin-top: 30px;
}
.featuresQuote {
    background: #555aea;
	/*background-image: linear-gradient(127deg, #555aea 0%, #1d1f91 91%);*/
    border-radius: 20px;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-size: var(--fontSize9);
    font-weight: var(--weightStandard);
    box-shadow: 0px 6px 14px rgb(51 55 225 / 10%);
}
blockquote::before {
  content: open-quote;
}
blockquote::after {
  content: close-quote;
}
.btn_round {
	width: 37px;
	height: 37px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 36px;
	margin-left: 0;
	border: 1px solid #ccc;
	cursor: pointer;
}
.btn_round:hover {
	color: #fff;
	background: #555AEA;
	border: 1px solid #6b4acc;
}
.btn_content_outer {
	display: inline-block;
	width: 85%;
}
.close_c_btn {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 0px;
	line-height: 30px;
	border-radius: 50%;
	background: #ededed;
	border: 1px solid #ccc;
	color: #ff5c5c;
	text-align: center;
	cursor: pointer;
}
.add_icon {
	padding: 6px;
	border: 1px dashed #aaa;
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px;
}
.add_group_btn {
	display: flex;
}
.add_group_btn i {
	font-size: 32px;
	display: inline-block;
	margin-right: 10px;
}
.add_group_btn span {
	margin-top: 8px;
}
.add_new_frm_field_btn {	
	font-size: var(--fontSize8) !important;
	font-weight: var(--weightStandard) !important;
}
.add_group_btn,
.clone_sub_task {
	cursor: pointer;
}
.sub_task_append_area .custom_square {
	cursor: move;
}
.del_btn_d {
	display: inline-block;
	position: absolute;
	right: 20px;
	border: 2px solid #ccc;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
}
.btnDefault {
    background-color: var(--buttonColor);
    font-size: var(--fontSize10);
    font-weight: var(--weightStandard);
    border: 1px solid var(--buttonColor);
    text-align: center;
    font-size: var(--fontSize10);
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btnDefault:hover {
    background-color: var(--llColor);
    border: 1px solid var(--llColor);
    color: #fff;
}
.btnDefaultOrange {
    background-color: #f57e1f;
    font-size: var(--fontSize10);
    font-weight: var(--weightStandard);
    border: 1px solid #f57e1f;
    text-align: center;
    font-size: var(--fontSize10);
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btnDefaultOrange:hover {
    background-color: #e03c00;
    border: 1px solid #e03c00;
    color: #fff;
}
.btnDefaultWhite {
	background-color: #fff;
    font-size: var(--fontSize10);
    font-weight: var(--weightStandard);
    border: 1px solid #fff;
    text-align: center;
    font-size: var(--fontSize10);
    color: var(--buttonColor);
	padding: 7px 15px;
    border-radius: 5px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btnDefaultWhite:hover {
	background-color: transparent;
    border: 1px solid var(--whiteColor);
    color: #fff;
}
.lightBtn:hover, .lightBtn.active {
    color: #3B566E;
}
.lightBtn.homeBtn {
    width: 100%;
    margin-bottom: 10px;
}
.lightBtn {
    display: block;
    width: 170px;
    height: auto;
    background: #fff;
    box-shadow: 0px 2px 7px rgb(51 55 225 / 10%);
    line-height: 24px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding: 7px 7px 7px 50px;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    color: #3B566E;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.lightBtn:hover {
    padding-left: 86px;
}
.lightBtn:hover, .lightBtn.active {
	color: #3B566E;
}
.lightBtn:hover:before, .lightBtn.active:before {
	background: none;
	color: #fff;
}
.lightBtn:hover:after, .lightBtn.active:after {
	opacity: 1;
}
.lightBtn:before {
    font-family: FontAwesome;
    content: "\f105";
    letter-spacing: 0px;
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    left: 4px;
    top: 4px;
    background: #F6F4FD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #3B566E;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.lightBtn:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    left: 4px;
    top: 4px;
    background: #555aea;
    /*background-image: linear-gradient(135deg, #555aea 0%, #1d1f91 100%);*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.workshopImg img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    /*box-shadow: 0px 6px 14px rgb(51 55 225 / 10%);*/
    border-radius: 15px;
}
.workshopImg img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.centerHeading {
    text-align: center;
}
.centerHeading .sectionTitle {
    font-weight: 400;
    font-size: 28px;
    color: #3B566E;
    letter-spacing: 1.75px;
    line-height: 38px;
    margin-bottom: 20px;
}
.centerImgCommunity {
    text-align: center;
    margin-bottom: 0;
}
.centerText {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #6F8BA4;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 60px;
}
.centerText p {
    margin-bottom: 30px;
}
.platformItem {
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.platformItem .profile {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -10px;
    left: 25px;
    z-index: 3;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.platformItem .profile img {
	height: auto;
	width: 100%;
	object-fit: cover;
}
.platformItem .platformContent {
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 6px 14px rgb(51 55 225 / 10%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.platformItem .platformContent:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #555aea;
    /*background-image: linear-gradient(135deg, #555aea 0%, #1d1f91 100%);*/
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.platformItem .platformContent .contentTitle {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #3B566E;
    margin-top: 20px;
    margin-right: 25px;
    letter-spacing: 0.69px;
    margin-bottom: 15px;
    position: relative;
    z-index: 3;
}
.platformItem:hover .platformContent:before,
.platformItem.active .platformContent:before {
    opacity: 1;
}
.platformItem:hover .platformContent .contentTitle,
.platformItem.active .platformContent .contentTitle {
    color: #fff;
}
.platformItem:hover .platformContent p,
.platformItem.active .platformContent p {
    color: #F0F1FF;
}
.platformItem:hover .platformContent .contentHeader,
.platformItem.active .platformContent .contentHeader {
    z-index: 1;
}
.platformItem:hover .platformContent .number,
.platformItem.active .platformContent .number {
    background: #fff;
    z-index: 1;
}
.platformItem .platformContent p {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
    margin-top: 40px;
    text-align: center;
    font-weight: 400;
    font-size: var(--fontSize8);
    color: #6F8BA4;
    letter-spacing: 0.6px;
    line-height: 26px;
    position: relative;
    z-index: 3;
}
.platformItem .platformContent .contentHeader {
    border-bottom: 1px solid #E2EBFF;
    text-align: right;
    height: 66px;
    display: block;
    position: relative;
}
.platformItem .platformContent .number {
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #F6F4FD;
    position: relative;
    text-align: center;
    margin: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.platformItem .platformContent .number span {
    font-weight: 400;
    font-size: 16px;
    color: #625FDB;
    display: block;
}
.platformItem .platformContent .number:before {
    border-bottom: 14px solid #fff;
}
.platformItem .platformContent .number:after {
    border-top: 14px solid #fff;
}
.parallaxRegister {
    min-height: 700px;
    overflow: hidden;
    position: relative;
    background-image: url(../images/default/register-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallaxRegister:before {
    content: "";
    position: absolute;
    width: 140%;
    height: 140%;
    opacity: 0.8;
    background-image: linear-gradient(127deg, #555aea 0%, #1d1f91 91%);
    z-index: 2;
    top: -20%;
    left: -20%;
}
.parallaxBackground {
    min-height: 315px;
    overflow: hidden;
    position: relative;
    background-image: url(../images/default/livelife-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallaxBackground:before {
    content: "";
    position: absolute;
    width: 140%;
    height: 140%;
    opacity: 0.8;
    background-image: linear-gradient(127deg, #555aea 0%, #1d1f91 91%);
    z-index: 2;
    top: -20%;
    left: -20%;
}
.parallaxBackground.paddingFix {
    padding-bottom: 70px;
}
.parallaxRegContent {
    position: relative;
    z-index: 3;
    width: 100%;
}
.parallaxContent {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    width: 100%;
}
.centerHeadingSvc {
    text-align: center;
    margin-top: 120px;
}
.centerHeadingSvc .sectionTitle {
    font-weight: 400;
    font-size: 28px;
    color: #fff;
    letter-spacing: 1.75px;
    line-height: 38px;
    margin-bottom: 20px;
}
.centerHeadingRgs {
    text-align: center;
}
.centerHeadingRgs .sectionTitle {
    font-weight: 400;
    font-size: 28px;
    color: #fff;
    letter-spacing: 1.75px;
    line-height: 38px;
    margin-bottom: 20px;
}
.centerTextSvc {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 60px;
}
.centerTextRgs {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 60px;
}
.ServicesHome {
    padding-top: 55px;
    padding-bottom: 70px;
    margin-top: -70px;
    position: relative;
    z-index: 2;
    background: none;
}
.hpEvents {
    padding-bottom: 0px;
}
.hpContentEvents {
    box-shadow: 0px 6px 15px rgb(51 55 225 / 10%);
    margin-bottom: 30px;
    border-radius: 5px;
}
.hpContentEvents img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.hpContent {
    background-color: #FFF;
    padding: 15px;
    height: 120px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.hpTime p {
    font-weight: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #555AEA;
    opacity: 0.66;
    margin-bottom: 10px;
}
.typeEvent {
    font-weight: normal;
    font-weight: 400;
    color: #00b894;
    text-align: right;
    width: 30%;
    font-size:12px;
    float: right;
}
.hpTitle h4 {
    font-weight: 400;
    font-size: 16px;
    color: #3B566E;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
    line-height: 28px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.hpLocation p {
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
    color: #747474;
    opacity: 0.66;
    margin-bottom: 10px;
}
.hpEventBottom {
    padding: 30px 0 70px;
}
.blogPostThumb {
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.blogPostThumb:hover {
    margin-top: -10px;
}
.blogPostThumb .img {
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    height: 200px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: 0px 6px 15px rgb(51 55 225 / 10%);
}
.blogPostThumb .img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.postContent {
    box-shadow: 0px 6px 15px rgb(51 55 225 / 10%);
    background: #fff;
    padding: 20px 30px 30px 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.postContent h3 {
    margin-bottom: 20px !important;
}
.postContent h3 a {
    font-weight: 400;
    font-size: 16px;
    color: #3B566E;
    letter-spacing: 1px;
    line-height: 26px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.postContent h3 a:hover {
  color: var(--buttonColor);
}
.postContent .text {
    font-weight: 400;
    font-size: var(--fontSize8);
    color: #6F8BA4;
    letter-spacing: 0.88px;
    line-height: 26px;
    margin-bottom: 15px;
}
.darkBtn {
    box-shadow: none;
    margin: auto;
    padding-left: 30px;
    margin-top: 30px;
}
.darkBtn {
    display: block;
    width: 170px;
    height: 40px;
    background: #F6F4FD;
    /*box-shadow: 0px 6px 15px rgb(51 55 225 / 10%);*/ 
    line-height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 30px;
    position: relative;
    font-weight: 400;
    font-size: var(--fontSize8);
    color: #3B566E !important;
}
.darkBtn:before {
    font-family: FontAwesome;
    content: "\f105";
    letter-spacing: 0px;
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    left: 4px;
    top: 4px;
    background: #555aea;
    /*background-image: linear-gradient(135deg, #555aea 0%, #1d1f91 100%);*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.darkBtn:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    left: 4px;
    top: 4px;
    background: #555aea;
    /*background-image: linear-gradient(135deg, #555aea 0%, #1d1f91 100%);*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.offcanvas-collapse {
    top: 56px;
    bottom: 0;
    right: 100%;
    left: -300px;
    width: 300px;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: visible;
    transition-property: left, visibility;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.offcanvas-collapse {
    align-items: start;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}
.offcanvas-collapse.open {
    left: 0;
    visibility: visible;
    position: fixed;
    background-color: /*#343a40*//*#f8f9fa*/#155592;
}
.navUpdate .navbar-nav .nav-link {    
    display: block;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #3B566E !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: transparent;
    letter-spacing: 1px;
    background: transparent;
}
.navUpdate .navbar-nav .nav-link:focus {
    color: var(--buttonColor);
}
.bs-canvas-overlay {
    opacity: .7;
    z-index: 1040;
}
.bs-canvas {
    top: 0;
    z-index: 1045;
    overflow-x: hidden;
    overflow-y: auto;
    width: 330px;
    background-color: #fff;
    /*background: linear-gradient(134.38deg,#f539f8,#aa42f9 43.55%,#555aea 104.51%);    
    background-image: linear-gradient(135deg, #555aea 0%, #1d1f91 100%);*/
}
.bs-canvas-header, .bs-canvas-content {
    border-bottom: 1px solid #f2f2f2;
}
.bs-canvas-close.beforeLogin {
	right: 1.5rem;
	top: 1.5rem;
	padding: 0 !important;
}
.bs-canvas-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 9px !important;
    opacity: 1;
	background: transparent;
	border: 0;
}
.bs-canvas-close img {
	width: 15px;
}
.bs-canvas-close i {
    color: var(--whiteColor);
    font-size: 20px;
}
.bs-canvas-content ul {
    list-style: none;
    padding-left: 2rem;
    margin-bottom: 0;
}
.bs-canvas-content ul li {
    margin-bottom: 1rem;
}
.bs-canvas-content ul li:last-child {
    margin-bottom: 0;
}
.bs-canvas-content ul li a { 
	color: var(--defaultColor);
	font-size: var(--fontSize8);
}
.bs-canvas-content ul li span {
	background: linear-gradient(134.38deg,#f539f8,#aa42f9 43.55%,#555aea 104.51%);
	border-radius: 50%;
	padding: 4px 1px 4px;
    margin-right: 1.5rem;
}
.bs-canvas-content ul li i {
    font-size: var(--fontSize8);
    width: 24px;
    color: var(--blueColor8);
    text-align: center;
}
.bs-canvas-content ul li svg {
    font-size: var(--fontSize8);
    width: 24px;
    color: var(--blueColor8);
    text-align: center;
}
.bs-canvas-left {
    left: 0;
    margin-left: -330px;
}
.bs-canvas-right {
    right: 0;
    margin-right: -330px;
}
.bs-canvas-right.open, .bs-canvas-left.open {
    transition: margin .1s ease-out;
    -webkit-transition: margin .1s ease-out;
    -moz-transition: margin .1s ease-out;
    -ms-transition: margin .1s ease-out;
}
.hideDesktop {
    display: none;
}
.userMobile {
	padding: 2rem 1rem;
    /*background: #555aea;*/
    background: linear-gradient(134.38deg,#f539f8,#aa42f9 43.55%,#555aea 104.51%);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-bottom: 1.5rem;
    margin-top: -25px;
}
.userMobile img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 50%;
    -moz-border-radius: 50%;
    margin-right: 20px;
    float: left;
}
.userMobileSide {
    position: relative;
    line-height: 22px;
    margin-top: 3px;
}
.userMobileSide p {
    font-size: var(--fontSize9);
    font-weight: var(--weightNormal);
    color: var(--whiteColor);
    margin-bottom: 0;
    line-height: 10px;
}
.userMobileSide span {
    font-size: var(--fontSize6);
    font-weight: var(--weightSmall);
    color: var(--blueColor8);
    margin-bottom: 0;
    font-style: italic;
}
.userMobileSide .seeProfile {
    color: var(--whiteColor);
    font-size: var(--fontSize7);
}
.registerItem {
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.registerItem .regIcon {
    position: absolute;
    top: -10px;
    left: 25px;
    z-index: 3;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.registerItem .regIcon i {
	padding: 20px;
    font-size: 30px;
    background: #555aea;
    /*background-image: linear-gradient(135deg, #555aea 0%, #1d1f91 100%);*/
    color: var(--whiteColor);
}
.registerItem .regContent {
    background: var(--whiteColor);
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
}
.registerItem .regContent .regTitle {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #3B566E;
    margin-top: 20px;
    padding-left: 110px;
    letter-spacing: 0.69px;
    margin-bottom: 5px;
    position: relative;
    z-index: 3;
}
.registerItem .regContent p {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
    margin-top: 30px;
    font-weight: 400;
    font-size: var(--fontSize8);
    color: #6F8BA4;
    letter-spacing: 0.6px;
    line-height: 26px;
    position: relative;
    z-index: 3;
}
/*------ End New Homepage ------*/

#CampaignForm .modal-header,
#TalentForm .modal-header,
#VendorForm .modal-header,
#MediaForm .modal-header,
#SponsorForm .modal-header,
#SponsorshipForm .modal-header,
#VenueForm .modal-header {
    padding: 1rem;
}

#CampaignForm .modal-header h5,
#TalentForm .modal-header h5,
#VendorForm .modal-header h5,
#MediaForm .modal-header h5,
#SponsorForm .modal-header h5,
#SponsorshipForm .modal-header h5,
#VenueForm .modal-header h5 {
    position: relative;
}

#CampaignForm .modal-header .closeModal,
#TalentForm .modal-header .closeModal,
#VendorForm .modal-header .closeModal,
#MediaForm .modal-header .closeModal,
#SponsorForm .modal-header .closeModal,
#SponsorshipForm .modal-header .closeModal,
#VenueForm .modal-header .closeModal {
    top: 1.5rem;
}

.hpBlogNew {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.hpBlogNew a {
    width: 100%;
}
.hpBlogNew .hpBlogImage {
    display: block;
    position: relative;
}
.hpBlogNew a .hpBlogImage img {
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 20%);
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.hpBlogNew .hpBlogImage .hpBlogDate {
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 15px;
    margin: auto;
    width: 180px;
    background-image: linear-gradient(127deg, #555aea 0%, #1d1f91 91%);
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.hpBlogNew .hpBlogImage .hpBlogDate strong {
    display: inline-block;
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    font-size: 12px;
}
.hpBlogNew .hpBlogImage .hpBlogDate span {
    display: inline-block;
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    font-size: 12px;
}
.hpBlogNew .hpBlogContent {
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
    padding: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.hpBlogNew .hpBlogContent h3 a {
    display: inline-block;
    letter-spacing: 0.6px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hpBlogNew .hpBlogContent p {
    font-size: var(--fontSize8);
    line-height: 24px;
    margin-bottom: 10px;
    color: #6F8BA4;
    letter-spacing: 0.6px;
}
.centerImgCommunity img {
    width: 100%;
}
.creator-logo {
	position: relative;
	display: inline-block;
}
.discuss-box .creator-logo p {
	margin: 0;
	font-size: .9375rem;
	line-height: 12px;
	font-weight: 600;
}
.discuss-box .creator-logo small {
	font-size: 11px;
	font-weight: 400;
	color: #65676b;
}
.discuss-box .creator-logo img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: -7px;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
}
.discuss-box {
	padding: 10px;
	background: #FFF;
	border-bottom: 1px dashed #e8e8e8;
}
.discuss-box h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
.discuss-box p {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
	margin-bottom: 0;
}
.discuss-box textarea {
    min-height: 100px;
}
.discuss-box label {
	margin-top: 10px;
	display: inline-block;
    font-size: 13px;
    line-height: 18px;
    color: #000;
}
.discuss-box .inner {
	transition: all .5s ease;
}
.discuss-box input:checked + .inner {
	max-height: 500px;
}

.discuss img {
	height: 30px;
    width: 30px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: -4px;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
}

.postTool {
    position: relative;
    background-color: var(--whiteColor);
    border-top: 1px solid var(--blueColor8);
    padding: .5rem 0;
}
.reactLike, .reactLove, .reactLaugh, .reactHuge, .reactCrying, .reactAngry, .reactSurprise {
    position: relative;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    top: .1rem;
    margin-right: -.5rem;
}
.reactLike {
    background-image: url(../images/react/like.png);
}
.reactLove {
    background-image: url(../images/react/love.png);
}
.reactLaugh {
    background-image: url(../images/react/laugh.png);
}
.reactHuge {
    background-image: url(../images/react/huge.png);
}
.reactCrying {
    background-image: url(../images/react/crying.png);
}
.reactAngry {
    background-image: url(../images/react/angry.png);
}
.reactSurprise {
    background-image: url(../images/react/surprise.png);
}
.reactWho {
    color: var(--grayColor1);
    font-size: var(--fontSize8);
    font-weight: var(--weightSmall);
    margin-left: .7rem;
}
.reactAct, .commentSum {
    position: relative;
}
.commentSum a {
    color: var(--grayColor1);
    font-size: var(--fontSize8);
    font-weight: var(--weightSmall);
}
.postToolAction {
    margin-top: .5rem;
    padding-bottom: 0;
    border-top: 1px solid var(--blueColor8);
    border-bottom: 1px solid var(--blueColor8);
}
.postToolAction .nav-item {
    padding-top: .5rem;
}
.postToolAction .nav-link i {
    margin-right: .2rem;
}
.postToolAction .nav-link {
    color: var(--grayColor1);
    font-size: var(--fontSize8);
    font-weight: var(--weightStandard);
}
.postToolAction .nav-link:hover {
    color: var(--blackColor) !important;
    background: var(--blueColor8);
}
.columnComment {
    position: relative;
    padding: 1rem 0;
    background-color: var(--whiteColor);
    color: var(--blackColor);
    font-size: var(--fontSize7);
    font-weight: var(--weightSmall);
}
.columnComment a {
    color: var(--grayColor2);
    font-size: var(--fontSize7);
}
.columnComment h5 {
    color: var(--blackColor);
	font-size: .9375rem;
	line-height: 12px;
	font-weight: 600;
	margin-bottom: 5px;
}
.postFooter {
    position: relative;
    background-color: var(--whiteColor);
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    padding: 1rem 0;
    border-top: 1px solid var(--blueColor8);
}
.chat-footer-menu a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #6c757d;
    text-align: center;
    border-radius: 50%;
    margin: 3px;
    background-color: #fff;
    border: 1px solid #ced4da;
}
.likeBlue {
	color: var(--llColor)!important;
}
.replyBox {
	display: none;
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-left: 0;
    margin-right: 10px;
}
.input-group-text {
	border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}





.menuBtn {
	height: 30px;
	width: 30px;
	position: absolute;
	right: 10px;
	top: 24px;
	z-index: 101;
}

.menuBtn>span {
	background-color: #555aea;
	border-radius: 1px;
	height: 2px;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -1px 0 0 -15px;
	transition: height 100ms;
}

.menuBtn>span:after,
.menuBtn>span:before {
	content: "";
	background-color: #555aea;
	border-radius: 1px;
	height: 2px;
	width: 100%;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	transition: all 200ms;
}

.menuBtn>span:after {
	top: -7px;
}

.menuBtn>span:before {
	bottom: -7px;
}

.menuBtn.act>span {
	height: 0;
}

.menuBtn.act>span:after,
.menuBtn.act>span:before {
	background-color: #555aea;
	top: 1px;
}

.menuBtn.act>span:after {
	transform: rotate(45deg);
}

.menuBtn.act>span:before {
	transform: rotate(-45deg);
}

/* main menu block */
.mainMenu {
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	height: 100%;
	width: 100%;
	display: table;
	text-align: center;
	opacity: 0;
	transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transform: scale(0);
}

.mainMenu.act {
	opacity: 1;
	transform: scale(1);
}

.mainMenu.act ul li {
	opacity: 1;
	transform: translateX(0);
}

.mainMenu ul {
	display: table-cell;
	vertical-align: middle;
	list-style: none;
	padding-left: 0;
}

.mainMenu li {
	padding: 8px 0;
	transition: all 400ms 510ms;
	opacity: 0;
}

.mainMenu li:nth-child(odd) {
	transform: translateX(30%);
}

.mainMenu li:nth-child(even) {
	transform: translateX(-30%);
}

.mainMenu li:last-child {
	transform: none;
}

.mainMenu a {
	color: #555aea;
	display: inline-block;
	font-size: 18px;
}

.mainMenu a.suBtn {
	color: #fff;
}

/* sign up button */
.suBtn {
	background-color: blue;
	border-radius: 5px;
	padding: 10px 20px;
}


/*===== New Style Bootstrap 5 update =====*/
.display-list-block {
	position: relative;
	margin-bottom: 30px;
	border: 1px solid #eaebfd;
	border-radius: 15px;
	overflow: hidden;
}

.display-list-block .inner-block {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 5px 10px rgba(85,90,234,0.10);
}

.display-list-block .inner-block a {
	color: var(--whiteColor);
}

.display-list-block .inner-block:hover .overlay-block-two {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.display-list-block .inner-block .images-block {
	position: relative;
}

.display-list-block .inner-block .images-block img {
    position: relative;
    width: 100%;
    height: 308px;
    object-fit: cover;
    display: block;
}

.display-list-block .inner-block .images-block .event-close {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.display-list-block .inner-block .images-block .event-close .event-close-text {
	width: fit-content;
	margin: 0 auto;
	color: var(--whiteColor);
	font-size: 12px;
	display: block;
    margin-top: 27%;
    border-radius: 17px;
    padding: 5px 15px;
    border: 1px solid var(--whiteColor);
}

.display-list-block .inner-block .status {
	position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    padding: 6px 15px;
    font-weight: 400;
    border-radius: 15px;
    display: inline-block;
    color: var(--whiteColor);
    font-size: 12px;
    z-index: 2;
}

.display-list-block .inner-block .status-open {	
    background-color: var(--greenColor);
}

.display-list-block .inner-block .status-waiting {	
    background-color: var(--yellowColor);
}

.display-list-block .inner-block .status-cancel {	
    background-color: var(--redColor);
}

.display-list-block .inner-block .status-private {
    background-color: var(--blueColor);
}

.display-list-block .inner-block .overlay-block {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.display-list-block .inner-block .overlay-block .content-block {
    position: relative;
    padding: 20px 20px 15px;
    background-color: var(--whiteColor);
}

.display-list-block .inner-block .meta-block {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.display-list-block .inner-block .meta-block li {
    position: relative;
    font-weight: 500;
    display: inline-block;
    color: var(--grayColor2);
    font-size: 10px;
    margin-right: 10px;
    padding-left: 0;
    letter-spacing: .5px;
}

.display-list-block .inner-block .overlay-block h5 {
    font-weight: 600;
    line-height: 22px;
    font-size: var(--fontSize8);
    color: var(--defaultColor);
    margin: 0;
}

.display-list-block .inner-block .overlay-block-two {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,-webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.display-list-block .inner-block .overlay-block-two .img-block-layer {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 9px;
    bottom: 0px;
    background-size: cover;
    filter: blur(3px) brightness(0.7);
    -webkit-filter: blur(3px) brightness(0.7);
}

.display-list-block .inner-block .overlay-block-two .post-status {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 30px;
    padding: 5px 20px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: var(--whiteColor);
}

.display-list-block .inner-block .overlay-block-two .post-status-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
    padding: 5px 10px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: var(--whiteColor);
    background-color: var(--orangeColor);
    z-index: 1;
}

.display-list-block .inner-block .overlay-block-two .post-status-btn:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: -10px;
    border-top: 10px solid var(--orangeDarkColor);
    border-right: 10px solid transparent;
}

.display-list-block .inner-block .overlay-block-two .post-status-btn ul {
	position: relative;
	margin: 0;
	padding: 0;
}

.display-list-block .inner-block .overlay-block-two .post-status-btn ul li {
	display: inline-block;
	list-style: none;
	padding: 5px 10px 0;
}

.display-list-block .inner-block .overlay-block-two .post-status-btn svg {
	font-size: var(--fontSize8);
}

.display-list-block .inner-block .overlay-block-two .remove-event {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 30px;
    padding: 5px 20px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: var(--whiteColor);
    z-index: 1;
}

.display-list-block .inner-block .overlay-block-two .remove-event a {
	left: 14px;
    z-index: 1;
    font-size: 16px;
    position: absolute;
}

.display-list-block .inner-block .overlay-block-two .remove-event:before {
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    border-top: 60px solid var(--orangeColor);
    border-right: 70px solid transparent;
}

.display-list-block .inner-block .overlay-block-two .publish {
    background-color: var(--greenColor);
}

.display-list-block .inner-block .overlay-block-two .unpublish {
    background-color: var(--redColor);
}

.display-list-block .inner-block .overlay-block-two .publish:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: -10px;
    border-top: 10px solid var(--greenDarkColor);
    border-right: 10px solid transparent;
}

.display-list-block .inner-block .overlay-block-two .unpublish:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: -10px;
    border-top: 10px solid var(--redDarkColor);
    border-right: 10px solid transparent;
}

.display-list-block .inner-block .overlay-block-two .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 20px;
}

.display-list-block .inner-block .overlay-block-two .overlay-inner .overlay-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.display-list-block .inner-block .overlay-block-two h5 {
    line-height: 22px;
    font-size: var(--fontSize8);
    font-weight: 600;
    color: var(--whiteColor);
}

.display-list-block .inner-block .overlay-block-two .overlay-text {
    line-height: 30px;
    color: var(--whiteColor);
    margin-top: 15px;
    margin-bottom: 20px;
}

.display-list-block .inner-block .overlay-block-two .overlay-text ul {
	padding: 0;
	list-style: none;
	margin-left: -10px;
}

.display-list-block .inner-block .overlay-block-two .overlay-text ul li {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: .5px;
}

.display-list-block .inner-block .overlay-block-two .overlay-text svg {
	width: 30px;
}

.costumize-href {
    position: relative;
    padding: 6px 15px;
    font-weight: 600;
    display: inline-block;
    border-radius: 15px;
    font-size: var(--fontSize8);
    background-color: var(--pinkColor);
}
.costumize-href:hover {
    background-color: var(--pinkColor2);
}

.disabled-link {
	pointer-events: none;
	background-color: var(--grayColor2) !important;
}

.tooltip-inner {
	background-color: var(--whiteColor);
	color: var(--blackColor);
}

.color-tooltip.bs-tooltip-bottom > .tooltip-arrow::before,
.color-tooltip.bs-tooltip-auto[data-popper-placement^=bottom] > .tooltip-arrow::before {
	border-bottom-color: var(--whiteColor);
}

.color-tooltip.bs-tooltip-top > .tooltip-arrow::before,
.color-tooltip.bs-tooltip-auto[data-popper-placement^=top] > .tooltip-arrow::before {
	border-top-color: var(--whiteColor);
}

.color-tooltip.bs-tooltip-start > .tooltip-arrow::before,
.color-tooltip.bs-tooltip-auto[data-popper-placement^=left] > .tooltip-arrow::before {
	border-left-color: var(--whiteColor);
}

.color-tooltip.bs-tooltip-end > .tooltip-arrow::before,
.color-tooltip.bs-tooltip-auto[data-popper-placement^=right] > .tooltip-arrow::before {
	border-right-color: var(--whiteColor);
}

.note-editor.note-airframe, .note-editor.note-frame {
	font-size: var(--fontSize8)!important;
    font-weight: var(--weightStandard)!important;
    border-radius: 5px;
    border: 1px solid #eaebfd!important;
}
.note-editor.note-airframe .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-editable {
	background: #fff;
}
.select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    height: 41px !important;
    padding: 8px 16px;
    font-size: var(--fontSize8);
    line-height: 21px;
    border: none;
}
.select2-results__option {
    font-size: var(--fontSize8);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 85% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #eaebfd!important;
    border-radius: 5px!important;
    /*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;*/
    box-shadow: none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.dataTables_wrapper .dataTables_length select {
	border-radius: 15px!important;
	padding: 10px 20px!important;
}
.dataTables_wrapper .dataTables_filter input {
	border-radius: 15px!important;
	padding: 10px 20px!important;
}
.participantHead {
	position: relative;
	margin-bottom: 10px;
}
.participantHead span {
	position: relative;
	font-size: var(--fontSize8);
	text-decoration: underline;
	color: var(--llColor);
	cursor: pointer;
	top: -2px;
}
.participantList {
	position: relative;
}
.participantList ul {
	padding-left: 0;
    list-style: none;
    white-space: nowrap;
    overflow: hidden;
}
.participantList ul li {
	display: inline-block;
	padding-right: 0.8rem;
}
.participantList p {
	text-align: center;
	font-size: var(--fontSize7);
	margin-bottom: 0;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.data-table {
    width: 100%;
    overflow-x: scroll;
}
.modal-content .modal-header {
	background: linear-gradient(45deg, #1d1f91, #555aea) !important;
}
table.tableClass {
	margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0 calc(0.75rem / 10 * 7);
}
table.tableClass tbody tr {
    background-color: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03) !important;
}
table.tableClass tbody tr:nth-of-type(odd) {
    background-color: #fff!important;
    border-radius: 16px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03) !important;
}
table.tableClass td {
    height: 42px;
    border: none;
}
table.tableClass td:first-child {
    border-width: 1px 0 1px 1px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
table.tableClass td:last-child {
	padding: 10px 20px 10px 10px;
    border-width: 1px 1px 1px 0;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
table.tableClass tbody tr:hover {
    border: 1px solid #f53bf8!important;
    background-color: #fdfbff!important;
    border-radius: 16px;
}
.modal-body .bodyUpdate ol li::marker, .modal-body .bodyUpdate p, .modal-body .bodyUpdate i {
	font-size: var(--fontSize8);
}
.modal-body .bodyUpdate ul li {
	border-bottom: 0;
	margin-bottom: 0;
}
table.resultTable tbody td {
	border: none;
	border-top: 1px solid #dfe0ff;
}
.modal-lg .modal-body ol li {
	border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    margin-left: -25px;
}
.bodyUpdate ol li {
	border-bottom: 1px solid #e5e5e5!important;
    margin-bottom: 5px!important;
    margin-left: -25px!important;
    margin-top: 15px;
}
.bodyUpdate ul li {	
	border-bottom: none!important;
    margin-top: 0;
}

.modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: var(--whiteColor);
}

.modal-body::-webkit-scrollbar {
    width: 5px;
    background-color: var(--whiteColor);
}

.modal-body::-webkit-scrollbar-thumb {
    background-color: var(--blueColor1);
    border: 1px solid var(--blueColor1);
}

.modal-body::-webkit-scrollbar-thumb:horizontal {
    background-color: var(--blueColor1);
    border: 1px solid var(--blueColor1);
}
.newLink {
    background: linear-gradient(134.38deg,#f539f8,#aa42f9 43.55%,#555aea 104.51%);
    color: #fff;
    margin-top: 5px;
    border-radius: 50px;
    font-size: 15px;
    padding: 9px 23px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    text-decoration: none!important;
    border: 0;
}
.newLink:hover {
    background: linear-gradient(318deg,#f539f8,#aa42f9 43.55%,#555aea 104.51%);
    color: #fff;
}
.newLink2 {
    background: #F539F8;
    color: #fff!important;
    border-radius: 50px;
    font-size: 15px;
    padding: 9px 23px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    text-decoration: none!important;
    border: 0;
}
.newLink2:hover {
    background: #555AEA;
    color: #fff!important;
}
.newLinkClose {
    background: linear-gradient(134.38deg,#c82333,#c31d2d 43.55%,#a70010 104.51%);
    color: #fff;
    margin-top: 5px;
    border-radius: 50px;
    font-size: 15px;
    padding: 9px 23px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    text-decoration: none!important;
    border: 0;
}
.newLinkClose:hover {
    background: linear-gradient(318deg,#c82333,#c31d2d 43.55%,#a70010 104.51%);
    color: #fff;
}
.btn-pink {
    padding: 10px 21px!important;
    border-radius: 50px!important;
    background: #F539F8;
    color: #fff;
    letter-spacing: .7px;
    font-size: 15px!important;
    border: none;
}
.btnTextWhite {	
    padding: 10px 21px!important;
    border-radius: 50px!important;
    background: transparent;
    color: #fff;
    letter-spacing: .7px;
    font-size: 15px!important;
    border: none;
    text-decoration: underline;
}
.bg-cover {
    background-image: url(../office/images/bg_col.png)!important;
    background-size: cover!important;
}
.eticket-search input[type=search], 
.coLab-search input[type=search] {
	border-radius: 50px !important;
	border: 1px solid #eaebfd;
    font-size: var(--fontSize8);
}
.eticket-search input[type=search]:focus, 
.coLab-search input[type=search]:focus {
	border: 1px solid #555aea;
}
.newBoxDetail {
    position: relative;
    background: #fdfdfd none repeat scroll 0 0;
    border: 1px solid #d6d1ff;
    border-radius: 15px;
    display: inline-block;
    width: 100%;
    padding: 25px;
}
.noDataResult {
    font-weight: 700;
    letter-spacing: 1px;
    color: #dfe0ff;
    text-shadow: 0 0 black;
}
.noDataResult h5 {
    font-size: var(--fontSize10);
}
@keyframes bouncing-loader {
    to {
        opacity: 0.1;
        transform: translate3d(0, -16px, 0);
    }
}
.bouncing-loader {
    display: flex;
    justify-content: center;
}
.bouncing-loader > div {
    width: 13px;
    height: 13px;
    margin: 3rem 0.2rem;
    background: #415d99;
    border-radius: 50%;
    animation: bouncing-loader 0.6s infinite alternate;
}
.bouncing-loader > div:nth-child(2) {
    animation-delay: 0.2s;
    background: #f57e20;
}
.bouncing-loader > div:nth-child(3) {
    animation-delay: 0.4s;
    background: #089540;
}
.bouncing-loader > div:nth-child(4) {
    animation-delay: 0.4s;
    background: #cd2027;
}