.fs-5m6 {
    font-size: 1.125rem !important;

}

.fs-small {
    font-size: 0.875rem !important;
}

.fs-x-small {
    font-size: 0.75rem !important;
}

body {
	font-family: Arial MT, Arial, Palatino, "Palatino Linotype",'微软雅黑', Microsoft YaHei, "Book Antiqua", "Hoefler Text", Georgia, "Lucida Bright", Cambria, Times, "Times New Roman", 'bootstrap-icons', sans-serif, serif;
	background-color: #ecfeff;
	background-position: center center;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-size: cover;
	color: #000 !important;
}


img {
    max-width: 100%;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--kt-primary);
    --bs-btn-border-color: var(--kt-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--kt-btn-hover-bg);
    --bs-btn-hover-border-color: var(--kt-primary);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--kt-primary);
    --bs-btn-active-border-color: var(--kt-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--kt-primary);
    --bs-btn-disabled-border-color: var(--kt-primary);
}

.text-primary {
    color: var(--kt-primary) !important;
}

.bg-kt-primary{
    background-color: var(--kt-primary) !important;
}

dl.row dd:last-child {
    margin-bottom: 0 !important;
}

.kt-banner .text-banner {
    background-image: url("/static/themes/images/bg_banner.jpeg");
    background-size: cover;
}

.kt-banner .text-banner a {
    color: var(--kt-white);
}

.kt-navbar .navbar-nav .dropdown:hover .dropdown-menu {

}

.kt-navbar .navbar-nav > li.nav-item {
    flex-grow: 1;
    position: relative;
    
}

.kt-navbar .navbar-nav > li.nav-item:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: ' ';
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    height: 100%;
}

.kt-navbar .navbar-nav > li.nav-item:hover {
    background-color: rgba(154, 205, 50, 0.6);
}

.kt-navbar .nav-link {
    font-size: 1.15rem;
    /*padding-top: 0.25rem;*/
    /*padding-bottom: 0.25rem;*/
    text-align: center;
    font-weight: bolder;
    color: var(--kt-white) !important;
    text-shadow: 1px 1px 2px rgba(255, 255, 0, 0.3) !important;
}

.kt-navbar .nav-item ul.dropdown-menu {
    min-width: 100% !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.kt-navbar .nav-item ul.dropdown-menu .dropdown-item {
    font-size: 1.2em;
}

.kt-navbar .nav-item ul.dropdown-menu .dropdown-item:hover, .kt-plugin.menu-t .nav-item ul.dropdown-menu .dropdown-item:hover{
    background-color: var(--kt-primary);
    color: var(--kt-white);
}

.kt-navbar .dropdown .dropdown-toggle:after {
    /*color: var(--bs-gray-400);*/
    content: "\f282";
    font-family: 'bootstrap-icons' !important;
    /*line-height: 1.5rem;*/
    margin-left: .5rem;
    /*vertical-align: -.125em;*/
    vertical-align: middle;
    border: none;
    font-size: 0.8rem;
}

.kt-navbar .dropdown .show.dropdown-toggle:after {
    transform: rotate(180deg);
}

.kt-menu-h {
    background: linear-gradient(90deg, var(--kt-primary) 0%, var(--kt-primary-subtle) 100%);
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://apcil-9.scievent.com/image/b963817a192e4dc5a4bad334c15b2090.png');*/


}

.kt-menu-h .navbar-nav > li:not(:last-child) {
    /*border-right: 1px solid var(--primary-subtle);*/
}

.kt-main > .kt-app {
    padding-top: var(--kt-padding-2);
    padding-bottom: var(--kt-padding-2);
}

.kt-main .kt-myspace-app .evt-dashboard .card{
    background-image: linear-gradient(180deg, rgba(26, 186, 251, 0.1), transparent);
}

.kt-plugin {
    /*margin-bottom: .75rem !important;*/
}

@media (min-width: 992px) {
    .kt-menu-t .menu-t{
        position: fixed;
        top: 0;
        right: 2rem;
        /*left: 0;*/
        z-index: 1030;
    }

    .kt-plugin.menu-t {
        background-color: var(--kt-menu-t-bg);
    }

    .kt-plugin.menu-t > a, .kt-plugin.menu-t ul.navbar-nav > li > a{
        color: var(--kt-white) !important;
        font-size: 0.8rem;
        margin-right: .5rem !important;
    }

}

.kt-plugin .plugin-title, .kt-app .app-title {
    font-weight: bolder;
    font-size: 1.1rem;
    padding: 0.25rem 1rem;
    color: var(--kt-title);
    
}

.kt-event-app .plugin-title, .kt-event-app .app-title {
    background-color: var(--kt-title-bg) !important;
    border-bottom: 1px solid var(--kt-title-border);
    padding: var(--kt-title-padding) !important;
} 

.kt-app .app-title {
    margin-bottom: .75rem !important;
}

.kt-app.evt-account .app-title, .kt-app.evt-hotels .app-title {
    font-size: 1.75rem !important;
    background-color: transparent !important;
    border-bottom: 1px solid var(--kt-title-border) !important;
}

.kt-app.evt-hotels .app-title {
    padding: 0 !important;
}

.kt-event-sidebar .kt-plugin {
    /*background-color: var(--kt-white);*/
    margin-bottom: 1rem !important;
    background: linear-gradient(180deg, #f8f9fa 0%, #f0f4fc 100%) !important;
      /* 底部圆角：8px 圆角，体现现代感 */
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem;
     /*border-radius: 1rem;*/
      /* 淡淡阴影：增强层次感，不过分夸张 */
     box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.kt-event-sidebar .kt-plugin .plugin-title{
    /*border-top-left-radius: 1rem;*/
    /*border-top-right-radius: 1rem;*/
    
}

.kt-event-sidebar .kt-plugin h4{
    color: #232a94;
  margin-bottom: 15px;
  font-weight: 600;
}

.kt-event-sidebar .kt-plugin .content{
    font-size: 14px;
  line-height: 1.5;
  color: #495057;
}

.kt-event-sidebar .kt-plugin .plugin-body {
    padding: 1rem;
}

.kt-event-app .kt-plugin {
    margin-bottom: .75rem !important;
}

.kt-event-app .kt-plugin > .plugin-body{
    padding: 1rem 0.5rem 0 0.5rem;
    text-align: justify;
}

.kt-plugin.countdown .time {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: var(--kt-primary);
}

.kt-plugin.countdown small {
    font-size: 0.75rem;
}

.kt-plugin.recent-news .more-link {
    /*font-size: 0.8rem;*/
    /*margin-top: 0.3rem;*/
}

.kt-plugin.organisers .org {
    padding: 0.5rem;
    background-color: var(--kt-white);
    text-align: center;
}

.kt-plugin.organisers .org > a{
    text-decoration: none;
    color: var(--dark);
}

.kt-plugin.quick-links .quick-link img{
    max-width: 42px;
}

.kt-plugin.quick-links .quick-link {
    background-color: var(--kt-white);
}

.kt-plugin.quick-links .quick-link a{
    color: var(--kt-dark);
}

.kt-plugin.menu-t .dropdown .language::before {
	display: inline-block;
    content: " ";
    background: 0 0 no-repeat;
    background-size: 100% 100%;
    width: 23px;
    height: 15px;
    position: relative;
    top: 2px;
    left: -2px;
}

.kt-plugin.menu-t .dropdown .language.language-en::before {
    background-image:url(/static/themes/images/lang_en.png) !important;
}

.kt-plugin.menu-t .dropdown .language.language-zh-hans::before {
    background-image:url(/static/themes/images/lang_zh_hans.png) !important;
}

.kt-plugin.speakers-list .plugin-body {
    /*padding-left: 0;*/
}

.kt-plugin.speakers-list .plugin-body li:not(:last-child) {
    border-bottom: 1px solid var(--kt-border-color);
}

.kt-plugin.speakers-list .speaker-avatar img, .kt-plugin.speakers-list .speaker-avatar .text-avatar{
    width: 100px;
    height: 100px;
}

.kt-plugin.speakers-list .speaker-avatar .text-avatar{
    text-align: center;
    align-content: center;
    background-color: var(--kt-light);
    color:#B6B6B9;
    font-size: 48px;
}

.kt-plugin.contact-us .contact-info {
    background-color: var(--kt-white);
}

.kt-plugin.contact-us .contact-info:not(:last-child) {
    margin-bottom: var(--kt-margin-2);
}

.kt-plugin.contact-us .contact-info div {
    padding: var(--kt-padding-2) 0;
}

.kt-plugin.contact-us .contact-info div:not(:last-child) {
    border-bottom: 1px solid var(--kt-border-color);
    padding: var(--kt-padding-2) 0;
}

.kt-plugin.menu-v .plugin-body > ul {
    background-color: var(--kt-white) !important;
    margin-bottom: 0;
    padding-left: 0;
}

.kt-plugin.menu-v .plugin-body ul ul {
    padding-left: 0.75rem;
}

.kt-plugin.menu-v ul li{
    list-style: none;
    font-size: 1.125rem;
    font-weight: 400;
    /*color: var(--kt-primary);*/
}

.kt-plugin.menu-v a{
    display: block;
    color: var(--kt-primary) !important;
    padding: 0.75rem 1.5rem 0.75rem 2rem;
}

.kt-plugin.menu-v a.current {
    font-weight: 700;
}

.kt-plugin.menu-v ul a.menu-link{
    position: relative;
}

.kt-plugin.menu-v ul a.menu-link:before {
    position: absolute;
    content: '';
    top: 1rem;
    left: 0.75rem;
    width: 5px;
    height: 1.1rem;
    background-color: var(--kt-primary);
    border-radius: 2rem;
}

.kt-plugin.menu-v ul a.menu-link:hover:after, .kt-plugin.menu-v ul a.menu-link.current:after {
    font-family: 'bootstrap-icons';
    content: '\F138';
    color: var(--kt-primary);
    font-size: 1.125rem;
    padding-right: 0.25rem;
    float: right;
}

.kt-plugin.menu-v a[aria-expanded=true] {
	border-bottom: 1px solid var(--kt-border-color);
}

.kt-plugin.menu-v a[aria-expanded=true]>i:before {
	content: '\F282';
	font-family: 'bootstrap-icons' !important;
}

.kt-plugin.menu-v ul li:not(:first-child) {
   border-top: 1px solid var(--kt-border-color);
}

.kt-plugin.menu-v ul li a{
    text-decoration: none;
}

.kt-footer {
    font-size: 0.8rem;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--kt-light) !important;
}

/** LAST STYLE / NOT KT2024 **/
.registration-fees ul li, .k-field-ticket ul li {
    margin-bottom: 0.5rem;
    padding: .5rem 1rem;
    background-color: #f8f9fa;
    border-radius: 10px;
}

.registration-fees input[type=radio].form-check-input, .k-field-ticket input[type=radio].form-check-input {
    width: 1.3rem !important;
    height: 1.3rem !important;
}
.registration-fees .form-check label.form-check-label, .k-field-ticket .form-check label.form-check-label {
    margin-left: .5rem;
    width: 100% !important;
}

/* bank select */
.payments-for-select > ul > li {
    background-color: #fff;
    padding: 1rem;
}

.payments-for-select > ul > li:not(:last-child) {
	margin-bottom: .75rem !important;
}

.payments-for-select label {
	width: 100% !important;
}

.payments-for-select label p{
	margin-bottom: .25rem;
}

.payments-for-select label hr{
	margin-bottom: .25rem;
	margin-top: .25rem;
    opacity: 0.1;
}

ul.banks > li{
    width: 140px !important;
}

ul.banks > li > span {
    padding: 10px 4px;
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 5px;
}

ul.banks > li > span > img {
    max-width: 120px;
}

ul.banks > li > span.active {
    border: 2px solid #c12e2a;
	position: relative;
}

ul.banks > li > span.active:after {
	content: "已选中";
	position: absolute;
	top: 0;
	right: 0;
	background-color: #c12e2a;
	padding: 0 5px;
	color: #FFFFFF;
	font-size: 0.6em;
}

@media (max-width: 991.98px) {
    .kt-content {
        background: linear-gradient(180deg, var(--kt-mobile-body-primary), transparent) no-repeat !important;
        box-shadow: none !important;
        border-bottom: 1px solid var(--kt-border-color);
    }
    
    .kt-event-sidebar {
        display: none;
    }

    .kt-main .kt-myspace-app, .kt-main .kt-event-app, .kt-main > .kt-app {
        background: var(--kt-white);
    }

    .kt-main .kt-myspace-sidebar {
        border-right: none !important;
    }

    .kt-main > .kt-app, .kt-main .kt-myspace-app {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    
    .kt-event-app, .kt-main > .kt-app {
        border-radius: 0.5rem;
    }

    .kt-plugin.menu-grid .menu-link {
        border: 5px solid #fff;
		border-radius: 15px !important;
		/*background-image: linear-gradient(to bottom, rgba(235,0,44), rgb(1,92,192));*/
		/*background-image: linear-gradient(to bottom, #23A9E2, #015CC0);*/
		background-image: linear-gradient(to bottom, #23A9E2, #1a1f70);
		color: #fff;
    }

    .kt-plugin.menu-grid .menu-link .menu-title{
        font-size: 1rem;
    }

    .kt-plugin.menu-grid .menu-link .menu-icon {
        line-height: 1.2em;
    }

    .kt-plugin.menu-grid .menu-link .menu-icon img{
        max-height: 42px;
    }

    .row-cols-3>* {
        flex: 1 0 auto !important;
    }
}

.evt-speaker .text-bg-primary {
    background-color: var(--kt-primary) !important;
}


/* custom for apcil-9 */
.kt-event-app .kt-plugin .plugin-title, .kt-event-app .kt-app .app-title {
    background-image: url("/image/d0bbc2f83cef4a74a39057f283664946.png");
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    background-size: cover;
    /*border-top-left-radius: 1rem;*/
    /*border-top-right-radius: 1rem;*/
    background-blend-mode: soft-light; 

}

.kt-event-sidebar .kt-plugin .plugin-title {
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)), url("/image/affb2738b5bc41a78fa7b81bb487d9a3.png");*/
    background-image: url("/image/affb2738b5bc41a78fa7b81bb487d9a3.png");
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-blend-mode: soft-light; 
    /*border-top-left-radius: 1rem;*/
    /*border-top-right-radius: 1rem;*/
}

.kt-plugin .plugin-title, .kt-event-app .kt-app .app-title {
    font-weight: bolder;
    font-size: 1.2rem;
    /*color: #FFFFFF;*/
    color: var(--kt-primary);
    /*padding: .625rem 2rem .625rem 2.4rem !important;*/
    padding: .625rem 1.5rem .625rem 1.5rem !important;
    border-radius: 0.5rem;
}

/* Important Dates **/
.kt-plugin.important-dates {
    /*margin-bottom: 0 !important;*/
}

.kt-plugin.important-dates .important-date {
    /*background-color: var(--kt-white);*/
    /*text-align: center;*/
}

.kt-plugin.important-dates .important-date:not(:last-child) {
    margin-bottom: var(--kt-margin-2);
}

.kt-plugin.important-dates .important-date .date{
    color: rgb(10, 122, 99) !important;
}

.kt-plugin.important-dates .important-date .title{
    background-color: #f0f6f3;
    font-weight: bold;
    font-size: 1.05rem;
    /*transform: skew(-10deg);*/
}

.recent-news .list-group-item {
    /*background-color: transparent !important;*/
}

.kt-event-sidebar .kt-plugin.plugin-5731{
    background: url("/image/758eaad949ab421ba55505bbcd2412da.png") !important;
	background-size: cover !important;
	color: #fff;
	border-radius: 0.5rem;
}

.kt-event-sidebar .kt-plugin.plugin-5731 *{
	color: #fff !important;
}

.plugin-5731 .plugin-title{
    background: transparent !important;
    border-bottom: 1px solid #629c78;
}

.plugin-body.custom-plugin-organizers ul {
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}

.plugin-body.custom-plugin-organizers ul li{
	list-style-type: none;
	line-height: 1.5rem;
	padding-left: 2.2rem;
	position: relative;
	padding-bottom: 1rem;
	font-size: 16px;
	font-weight: 500;
}

.plugin-body.custom-plugin-organizers ul li::before {
	content: "";
  position: absolute;
  left: 10px;
  top: 4px; /* 调整顶部距离，使其与首行文字对齐 */
  /* 使用外圈套中心实心的 SVG 图标 */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23232a94' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='4' fill='%23232a94'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.home-pages.plugin-5735 .plugin-body {
	background-image: url("/image/d63ba7a062624d3190b2030681c3b1fd.png");
	background-size: cover;
}

.quick-links .quick-link * {
    color: #fff !important;
}

.quick-links .quick-link {
    border-radius: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.quick-links .quick-link:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.quick-links .quick-link-1 {
    background: linear-gradient(135deg, #2196f3 0%, #9c27b0 100%);
    box-shadow: 0 4px 15px rgba(33, 150, 243, 0.4);
    border-radius: 8px;
}

.quick-links .quick-link-2 {
    background: linear-gradient(135deg, #00bcd4 0%, #1e88e5 100%);
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.4);
    border-radius: 8px;
}

.quick-links .quick-link-3 {
    background: linear-gradient(135deg, #9c27b0 0%, #ce93d8 100%);
    box-shadow: 0 4px 15px rgba(156, 39, 176, 0.4);
    border-radius: 8px;
}

.quick-links .quick-link-4 {
    background: linear-gradient(135deg, #4caf50 0%, #66bb6a 100%);
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4);
    border-radius: 8px;
}


.important-dates .plugin-body {
    background: #fff !important;
    
}

.kt-plugin.important-dates {
    box-shadow: none !important;
    border: 0;
}

.kt-event-sidebar .kt-plugin .plugin-title {
    position: relative;
}

.kt-event-sidebar .kt-plugin .plugin-title:before{
    /*content: '';*/
    /*position: absolute;*/
    /*left: 10px;*/
    /*top: 12px;*/
    /*width: 24px;*/
    /*height: 24px;*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*color: #333;*/
}

/** Recent News **/
.kt-event-sidebar .kt-plugin.plugin-5734 .plugin-title:before{
    /*background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.73 21a2 2 0 0 1-3.46 0" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');*/
}

/** Key Dates **/
.kt-event-sidebar .kt-plugin.plugin-5738 .plugin-title:before{
    /*background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="3" y="4" width="18" height="18" rx="2" ry="2" stroke="white" stroke-width="2"/><line x1="16" y1="2" x2="16" y2="6" stroke="white" stroke-width="2" stroke-linecap="round"/><line x1="8" y1="2" x2="8" y2="6" stroke="white" stroke-width="2" stroke-linecap="round"/><line x1="3" y1="10" x2="21" y2="10" stroke="white" stroke-width="2"/></svg>');*/
}

/** Quick Links **/
.kt-event-sidebar .kt-plugin.plugin-5736 .plugin-title:before{
    /*background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');*/
}

/** Hosted by **/
.kt-event-sidebar .kt-plugin.info-block.plugin-5730 .plugin-title:before{
    /*background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 21V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v16" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><polyline points="3 7 12 3 21 7" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><line x1="12" y1="3" x2="12" y2="15" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');*/
}

/** Organizer by **/
.kt-event-sidebar .kt-plugin.info-block.plugin-5732 .plugin-title:before{
    /*background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="9" cy="7" r="4" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M23 21v-2a4 4 0 0 0-3-3.87" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 3.13a4 4 0 0 1 0 7.75" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');*/
}

/** Co-organized by **/
.kt-event-sidebar .kt-plugin.info-block.plugin-5729 .plugin-title:before{
    /*background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 18a6 6 0 0 0-6-6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 12A10 10 0 0 0 12 2" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 2a10 10 0 0 0 0 20" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');*/
}

/** Contact Us **/
.kt-event-sidebar .kt-plugin.info-block.plugin-5731 .plugin-title:before{
    /*background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');*/
}