@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
.bg-ll-dash {
    background-image: url(../images/dashboard/body-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
}
.twiceCard2 {
    width: 100%;
    height: 100%;
    position: relative;
    perspective: 1000px;
    border-radius: 15px;
    overflow: hidden;
    background: -webkit-linear-gradient(314deg,#f539f8,#aa42f9 43.55%,#555aea 104.51%);
    background: linear-gradient(314deg,#f539f8,#aa42f9 43.55%,#555aea 104.51%);
    border: 0;
}
.dash-card:hover .twiceCard2 .dash-icon::before {
    background: -webkit-linear-gradient(134.38deg,#f539f8,#aa42f9 43.55%,#555aea 104.51%);
    background: linear-gradient(134.38deg,#f539f8,#aa42f9 43.55%,#555aea 104.51%);
}
.twiceCard {
    width: 100%;
    height: 300px;
    position: relative;
    perspective: 1000px;
    border-radius: 15px;
    overflow: hidden;
    background: -webkit-linear-gradient(134.38deg,#f539f8,#aa42f9 43.55%,#555aea 104.51%);
    background: linear-gradient(134.38deg,#f539f8,#aa42f9 43.55%,#555aea 104.51%);
    border: 0;
}
.cardFront, .cardBack {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
    border-radius: 15px;
}
.cbText {
    position: relative;
    display: block;
    padding: 0 30px;
    text-align: center;
}
.cbText h5 {
    color: #fff;
}
.cbText p {
    color: #fff;
    font-size: var(--fontSize8);
    font-weight: var(--weightStandard);
    margin-bottom: 0.3rem;
}
.cardFront img {
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    opacity: 0.1;
}
:root {
	--defaultColor: #555aea;
	--defaultSoftColor: #6c71ef;
    --defaultUltraSoftColor: #8083e8;    
	--greenColor: #089540;	
	--greenSoftColor: #0eb14e;
    --blackColor: #000000;
    --whiteColor: #ffffff;
    --grayColor1: #737373;
    --grayColor2: #999999;
    --grayStd: #848eb5;
    --grayLight: #cdd6de;
    --darkBlueColor1: #0b0967;
    --darkBlueColor2: #2c29bc;    
	--llColor: #8386f3;
	--buttonColor: #555aea;
	--bgColor: #161973;
    --weightSmall: 300;
    --weightStandard: 400;
    --weightNormal: 500;
    --weightMedium: 600;
    --weightBold: 700;
    --weightSemiBold: 800;
    --weightExtraBold: 900;
}

html {
    overflow-x: hidden;
}

.homey {
	font-size: 60px!important;
	font-weight: 700!important;
	line-height: 55px!important;
}

.blueColor {
	color: var(--defaultColor)!important;
}

.greenColor {
	color: var(--greenColor)!important;
}

.blackColor {
	color: var(--blackColor)!important;
}

.whiteColor {
    color: var(--whiteColor)!important;
}

.newBlueBtn {
	background: var(--defaultColor)!important;
}

.newGreenBtn {
	background: var(--greenColor)!important;
}

.newGreenBtn:hover {
	background: var(--whiteColor)!important;
	color: var(--whiteColor)!important;
}

.newBorderBtn {
    background: var(--defaultColor)!important;
    outline: 1px solid var(--whiteColor);
}

.newDefaultBtn {
    margin: 0 8px;
    padding: 7px 28px 10px 60px;
    display: inline-block;
    border-radius: 30px;
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    position: relative;
    text-align: left;
    font-weight: 300;
    position: relative;
    z-index: 99;
    background: var(--defaultColor);
}

.newDefaultBtn:hover {
	background: var(--whiteColor);
    color: var(--whiteColor);
}

.newDefaultBtn i {
    font-size: 30px;
    position: absolute;
    top: 13px;
    left: 22px;
}

.newDefaultBtn strong {
    display: block;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.leftText ul li:before {
    color:  var(--greenColor);
}

.newDefaultBtn2 {
    margin: 0 8px;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    position: relative;
    text-align: left;
    font-weight: 300;
    position: relative;
    z-index: 99;
    background: var(--defaultColor)!important;
}

.newDefaultBtn2:hover {
    background: var(--whiteColor);
    color: var(--whiteColor);
}

.radial-out {
    overflow: hidden;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.radial-out:before {
	background: var(--greenColor)!important;
}

.radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.radial-out:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.newCardRadius {
	border-radius: 10px;
}

.newCardRadius .card-title {
	margin-bottom: 0!important;
}

.imgTop .homeImg {
    margin: -5px auto 0 auto;
    max-width: 600px;
    max-height: 600px;
    position: relative;
}

.imgTop .homeImg:before {
    background-image: url(../images/homepage/home.png);
}

.imgTop .homeImg:before {
    content: "";
    width: 190px;
    height: 190px;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 3;
}

.imgTop .homeImg img {
    width: 100%;
    background-size: 100%;
    position: relative;
    z-index: 2;
}

.imgTop .homeImg .backImg {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    background: url(../images/homepage/doter-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.imgTop .homeImg:after {
    background-color: var(--defaultUltraSoftColor);
}

.imgTop .homeImg:after {
    content: "";
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: 15px;
    left: 0;
    border-radius: 50%;
    opacity: .5;
    z-index: 3;
    -webkit-animation: mover_img 2s infinite alternate;
    animation: mover_img 2s infinite alternate;
}

@-webkit-keyframes mover_img {
    0% { transform: translateY(0); }
    100% { transform: translateY(-12px); }
}

@keyframes mover_img {
    0% { transform: translateY(0); }
    100% { transform: translateY(-12px); }
}

.featuresQuote {
    border-radius: 10px!important;
}

.colabBlock {
    width: 100%;
    padding: 30px 30px 15px 30px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
}

.colabBlock:hover{
    border: 1px solid transparent;
}

.colabBlock:hover:before {
    opacity: 1;
}
.colabBlock:hover:after {
    opacity: 1;
}

.colabBlock:before {
    content: "";
    height: 90px;
    background: url(../images/homepage/colab_block.png) top center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -15px;
    left: -15px;
    right: -15px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: -2;
}

.colabBlock:after {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background: #fff;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 10px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}

.colabBlock img {
    width: 100%;
    max-width: 46px;
    height: 46px;
    margin: 0 0 16px 0;
    padding: 0;
    background-size: 100% 100%;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.colabBlock h3 {
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.colabBlock:hover h3 {
    color: var(--defaultColor);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.colabBlock p {
    margin: 0 0 2px 0;
    padding: 0;
    font-size: 14px;
    color: #797979;
    line-height: 24px;
    font-weight: 300;
}

.parallaxBackground:before {
    background-image: linear-gradient(127deg, #555aea 0%, #000000 91%);
}

.featuresSmallItem .icon i {
    background-image: linear-gradient(127deg, #089540 0%, #089540 91%);
}

.ServicesHome {
    padding-top: 30px;
}

.section.gray {
    background: #2c2c2c;
    padding-bottom: 0;
}

.parallaxBackground2 {
    min-height: 500px;
    overflow: hidden;
    position: relative;
    background-image: url(../images/homepage/community-min.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxBackground2:before {
    content: "";
    position: absolute;
    width: 140%;
    height: 140%;
    opacity: 0.8;
    background-image: linear-gradient(127deg, #555aea 0%, #000000 91%);
    z-index: 2;
    top: -20%;
    left: -20%;
}

.parallaxBackground2.paddingFix {
    padding-bottom: 70px;
}

.mb-10, .my-10 {
    margin-bottom: 6rem!important;
}

.mt-10, .mx-10 {
    margin-top: 6rem!important;
}

.centerHeadingCom {
    text-align: center;
    margin-top: 160px;
}

.centerHeadingCom .sectionTitle {
    font-weight: 400;
    font-size: 28px;
    color: #fff;
    letter-spacing: 1.75px;
    line-height: 38px;
    margin-bottom: 20px;
}

#reg-event-top .box-blue {
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
}

.reg-event-detail, .reg-event-sidebar {
    border-radius: 1.5em;
    border: 5px solid #EDF5FF;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}

.reg-event-detail .notes {
        border: 1px solid #555AEA;
}

.btn-payment-process {
    background: #555AEA;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    width: 100%;
    padding: 12px 0;
    border-radius: 1.5em;
    border: 1px solid #555AEA!important;
}

.btn-payment-process:hover {
    color: #555AEA;
    background: #FFF;
    border: 1px solid #555AEA!important;
}

.reg-event-detail .text svg {
    width: 20px;
    margin-right: 5px;
}

.loader-wrap {
    position: absolute;
}

.new-row-ticket {
    margin: 0 auto!important;
    text-align: center;
}

.box-gray-text {
    color: #555AEA;
    font-weight: 500;
    font-size: 20px;
}

.box-blue-text {
    color: #FFF;
    font-weight: 500;
    font-size: 20px;
}

.box-gray {
    background: #FFF;
    padding: 0;
    width: 100%;
    height: 100%;
}

.box-blue {
    background: #555AEA;
    padding: 0;
    width: 100%;
}

.box-blue img {
    width: 100%;
}

.location-map-bg {
    background-image: url(../../assets/images/default/bgmaps.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.ticket__route {
    text-align: center;
    margin-bottom: 0;
}

.ticket-box {
   border-top: 1px dashed #415d99; 
}

.ticket__fine-print a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.menu-bar__count {
    position: absolute;
    top: 14px;
    min-width: 25px;
    min-height: 25px;
    line-height: 25px;
    padding: 0;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 12px;
    right: 15px;
    transition: all 0.3s ease;
}
.colorPrimary {
    background: linear-gradient(134.38deg, #F539F8 0%, #C342F9 43.55%, #5356FB 104.51%);
}
.color2nd {
    background: #555aea;
}
.color3rd {
    background: #089540;
}
.color4th {
    background: #f539f8;
}
.color4th {
    background: #f539f8;
}
.color5th {
    background: #cd2027;
}
.color6th {
    background: #f57e20;
}
.blue-card {
    width: 100%;
    height: 300px;
    position: relative;
    perspective: 1000px;
    border-radius: 15px;
    overflow: hidden;
    background-image: url(../office/images/bg_col.png)!important;
    background-size: cover!important;
    border: 0;
}
.dash-icon2 {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    background: #f2f2ff;
    height: 75px;
    width: 75px;
    transition: .2s linear;
}
.dash-icon2::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #dfe0ff;
    z-index: 0;
    transition: .2s linear;
}
.dash-icon2 svg {
    padding-top: 37%;
    transform: rotateY(180deg);
    font-size: 28px;
    color: var(--defaultColor);
    transition: .2s linear;
}
.dash-card:hover .dash-icon2 svg {
    transform: rotateY(360deg);
    color: var(--whiteColor);
}
.dash-card:hover .dash-icon2::before {
    background: linear-gradient(134.38deg, #F539F8 0%, #C342F9 43.55%, #5356FB 104.51%);
    transform: translate(-50%, -50%);
}
.de_content {
    border-radius: 15px;
}
.de_content .card-header {
    background: #fff;
    border-bottom: 0!important;
}
.de_content h5 {
    font-weight: 500;
}
.de_content:hover p {
    color: #555;
}
.de_content a {
    transition: .2s!important;
}
.de_content:hover, .de_content:hover .card-header {
    background: #ead4ff;
}
.iconCircle {
    position: relative;
    margin-top: 30px;
}
.iconCircle svg {   
    border-radius: 30%;
    background: #e3e4fe;
    color: #555aea;
    padding: 20px;
    width: 25px;
    height: 25px;
    transform: rotateY(180deg);
}
.de_content .iconCircle svg {
    transition: .2s;
    transform: rotateY(180deg);
}
.de_content:hover .iconCircle svg {
    background: linear-gradient(134.38deg, #F539F8 0%, #C342F9 43.55%, #5356FB 104.51%);
    color: #FFF;
    transform: rotateY(360deg);
}
.bg-ll-blue {
    background-image: url(../office/images/bg_col.png);
    background-size: cover;
}
.dark_bg {
    position: relative;
}
.dark_bg h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    color: #fff;
    letter-spacing: 1px;
}
.darkP {
    margin-top: 20px;
    color: #fff;
    font-size: var(--fontSize9)!important;
    padding: 24px 25px;
    /*background: #f539f8;*/
    border: 1px solid #ffffff29;
    border-radius: 15px; 
}
.dash-card .card-title {
    font-weight: 500;
}
#dash_section .card {
    border-radius: 15px;
}
.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;
}
.link-colour {
    color: #374557!important;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    border: 0;
}
.link-colour:hover {
    color: #F539F8!important;
}
.classTargetOn2 {
    margin: 20px 0 0;
    padding: 0;
    border-radius: 15px;
}
.classTargetOn2 thead {
    background: #555aea;
    border: 0;
    margin-bottom: 10px;
}
.classTargetOn2 table.table-hover {
    border: 0;
    border-collapse:separate; 
    border-spacing: 0 5px;
}
.classTargetOn2 th {
    border: 0;
}
.classTargetOn2 th:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 0!important;
}
.classTargetOn2 th:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 0!important;
}
.classTargetOn2 thead > tr > th {
    border: 0!important;
}
.classTargetOn2 tbody {
    margin-top: 20px;
}
.classTargetOn2 tbody > tr > td {
    color: #555aea!important;
    padding: 10px 15px 5px!important;
    border-bottom: 1px solid #f1f1ff!important;
}
.classTargetOn2 table td {
    border: 0!important;
}
.classTargetOn2 .table tbody tr:hover td:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.classTargetOn2 .table tbody tr:hover td:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.menu-aksi {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    background: #f2f2ff;
    height: 30px;
    width: 30px;
    transition: .3s linear;
}
.menu-aksi::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    z-index: 0;
}
.menu-aksi i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: var(--defaultColor);
    transition: .3s linear;
    width: auto!important;
}
.menu-aksi:hover i {
    color: var(--whiteColor);
}
.head_brcmb {
    padding-top: 1rem!important;
    padding: 1rem 20px 0;
    background: #fff;
    border-radius: 15px!important;
    border-bottom: 2px solid #F539F8!important;
    box-shadow: 0px 0px 5px #0000000d;
}
.l_wellc ul {
    background: #fff;
    border-radius: 15px!important;
    border-bottom: 2px solid #F539F8!important;
    box-shadow: 0px 0px 5px #0000000d;
}
.l_wellc ul li {
    padding: 20px 30px!important;
}
.breadcrumbs ul li {
    letter-spacing: 1px;
}
.dash-title-top h3 {
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 5px!important;
}
.dash-title-top span {
    display: block;
    font-size: var(--fontSize8)!important;
    letter-spacing: 1px;
    margin-bottom: 40px!important;
}
.modal-content .modal-header {
    height: auto!important;
}
.boxWrapper img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}