@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");
@import url("https://cdn.jsdelivr.net/npm/@icon/icofont@1.0.1-alpha.1/icofont.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
:root {
  --brand-color-theme-1: #293f94;
  --brand-color-theme-2: #211c52;
  --brand-color-theme-3: #d10005;
  --body-font: "Montserrat", sans-serif;
  --heading-font: "Bebas Neue", sans-serif;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 16px;
}

body {
  padding: 0;
  padding-top: 0 !important;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 1rem;
  line-height: 1.5;
  color: #222;
  font-family: var(--body-font);
}

p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  margin: 1rem 0;
}

a,
span {
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

h1 {
  font-size: 2.25rem;
  font-weight: 600;
  margin: 1.25rem 0;
  line-height: 1.5;
}

h2 {
  font-size: 2rem;
  font-weight: 600;
  margin: 1.25rem 0;
  line-height: 1.5;
}

h3 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 1.25rem 0;
}

h4 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 1.25rem 0;
}

h5 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 1rem 0;
}

ol,
ul {
  margin: 0 0 1rem;
  padding: 0 0 0 1em;
  line-height: 1.5;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

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

.bg-none {
  background: transparent !important;
}

.container {
  min-width: 320px;
}

body.width-full #fContent > .container {
  width: 100%;
  padding: 0;
  min-width: 100%;
}

body.width-full #fMatter {
  padding: 0;
}

#f-messages {
  margin: 0;
}

#fPageTitle {
  display: block;
}

#nav-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 99999;
  font-size: 18px;
  background-color: var(--brand-color-theme-3);
  color: white;
  cursor: pointer;
  width: 48px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-color: var(--brand-color-theme-3);
  border-image: initial;
  padding: 10px 5px;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgb(37 34 25);
  visibility: visible !important;
}

#nav-up:hover {
  background-color: rgb(255, 255, 255);
  color: var(--brand-color-theme-3);
}

/*Module*/

.fModule .fModuleTitle,
.fModule .fModuleContent {
  width: 100%;
}

.fModuleEnd .fModuleTitle,
.fModuleEnd .fModuleContent,
.fModuleBoxed {
  margin: 0 auto;
}

#fMatter .fModule,
#fSidebarRight .fModule,
#fContentPre .fModule,
#fContentPost .fModule {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
}

.fRegion.region-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.fRegion.region-header > .row {
  margin: 0;
}

.fRegion {
  display: inline-block;
  width: 100%;
}

.fPageTitle {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 6rem 0 5rem;
  background-size: cover;
  min-height: 182px;
  height: 100%;
  margin-bottom: 2rem;
  background-color: var(--brand-color-blue2);
  display: grid;
  place-items: center;
}

body.title-off .fPageTitle {
  display: none;
}

.fModule .fGalleryContainer > h4,
.fModuleTitle h3 {
  margin: 0;
  color: var(--brand-color-theme-1);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
  font-size: 1.7rem;
  text-align: center;
  font-weight: bold;
  margin-top: 0;
  font-family: var(--heading-font);
  letter-spacing: 2px;
}

.f-welcome-message .fModuleTitle h3 {
  margin: 0;
  color: var(--brand-color-theme-1);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
  font-size: 1.7rem;
  text-align: center;
  font-weight: bold;
  margin-top: 0;
  font-family: var(--heading-font);
  letter-spacing: 2px;
}

ul.fGalleryImages.fGalleryList {
  position: relative;
  margin: 0px;
  list-style: none;
  padding: 0px;
}

ul.fGalleryImages.fGalleryList li.fGalleryItem {
  margin: 0px;
  list-style: none;
}

.ItemfinnerGallery {
  position: relative;
}

/* Responsive Homepage */

.fModuleEnd .fModuleTitle {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}

@media (min-width: 576px) {
  .fModuleEnd .fModuleTitle {
    width: 540px;
  }
}

@media (min-width: 768px) {
  .fModuleEnd .fModuleTitle {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .fModuleEnd .fModuleTitle {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .fModuleEnd .fModuleTitle {
    width: 1140px;
  }
}

@media (min-width: 1400px) {
  .fModuleEnd .fModuleTitle {
    width: 1320px;
  }
}

/* Toggle Menu */

/* .navbar-toggle {
    display: block !important;
    padding: 9px 10px;
    background: var(--brand-color-1);
    position: relative;
    width: fit-content;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: var(--brand-color-1-text);
}
.navbar-toggle .icon-bar:not(:first-child){
    margin-top:4px;
}
.navbar-toggle-container{
    height:100%;
    text-align: -webkit-right;
}
.collapse:not(.show){
    opacity:0;
    transition: 0.3s ease-in-out;
}
nav.collapse.show {
    display: block !important;
    position: fixed;
    left:0;
    right:0;
    z-index:99;
    height: 100%;
    margin-left: 30px;
    transition: 0.3s ease-in-out;
    transition: right 0.5s cubic-bezier(0.4,0,0.2,1);
}

nav.collapse.show > ul > li > ul{
    position:relative;
    width: 100%;
    display: block;
    opacity: 1;
    visibility: visible;
}
nav.collapse.show > ul.fMenu > li > ul li{
    margin: 0;
    text-align: right;
}
nav.collapse.show > ul > li > ul:before,
nav.collapse.show > ul > li > ul:after{
    right: 1rem;
    left: unset;
}
nav.collapse.show > ul > li > ul:before{
    right: 1.5rem;
}
 */

.collapse.show {
  display: block !important;
}

.collapse.in {
  display: block !important;
}

.navbar-header .navbar-toggler {
  display: none;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  position: absolute;
  right: 0;
  height: 3px;
  width: 26px;
  background: #1173ba;
}

.navbar-toggle .icon-bar:nth-child(3) {
  opacity: 0;
}

.navbar-toggle .icon-bar:nth-child(2) {
  transform: rotate(-45deg);
  margin-bottom: 4px;
}

.navbar-toggle .icon-bar:nth-child(1) {
  transform: rotate(45deg);
}

.navbar-toggle.collapsed .icon-bar:nth-child(1),
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  transform: none;
  /* margin: 0;
    margin: 0; */
}

.navbar-toggle.collapsed .icon-bar:nth-child(1) {
  margin-top: -7px;
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  margin-top: 7px;
}

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
  opacity: 1;
}

.navbar-toggle-container .navbar-toggle {
  z-index: 9999;
}

/* Header */

header .fModule.fLogo {
  padding-left: 0;
  padding-right: 0;
}

header .fModule {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.region-header,
.region-headertop {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.region-header .fModule,
.region-headertop .fModule {
  display: flex;
  align-items: center;
  align-self: center;
}

.region-headertop .fModule {
  padding: 0;
}

header ul,
ul.fMenu,
header ul li,
ul.fMenu li {
  margin: 0px;
  list-style: none;
  padding: 0px;
}

.headertop ul li {
  display: inline-block;
  align-items: center;
  padding: 0 0.7em 0 0;
  position: relative;
}

.headertop ul li ul {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  display: none;
}

.headertop ul li ul li {
  border: none;
  display: block;
}

.f-logo-header .fGalleryItem {
  text-align: center;
}

.f-logo-header .fGalleryItem img {
  width: 250px;
}

header.fHeader {
  position: sticky;
  top: 0;
  width: 100%;
  display: block;
  z-index: 9999;
  background: white;
}

.menu-horizontal {
  padding-right: 0%;
  background: transparent !important;
  justify-content: right;
  transition: 0.5s all;
}

.menu-horizontal nav ul.fMenu {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: right;
}

.menu-horizontal nav a {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 1px;
  display: flex;
}

.menu-horizontal nav > ul > li {
  display: flex;
  align-items: stretch;
  position: relative;
}

.menu-horizontal nav > ul > li > a {
  margin-left: 0.8rem;
  padding: 0.25rem;
  color: #222;
}

.menu-horizontal nav > ul > li > ul {
  position: absolute;
  top: 100%;
  padding-top: 0;
  width: 250px;
  max-height: 0;
  display: unset;
  overflow: hidden;
  transition: all 0.3s linear;
}

.menu-horizontal nav > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  max-height: 30rem;
  transition: all 0.3s linear;
}

.menu-horizontal nav > ul > li > ul li a {
  margin: 0;
  padding: 0.5rem;
  color: #1173ba;
  background: #ffffff;
  box-shadow: 0px 0px 20px #00000008;
  border-bottom: 1px solid #ffffff45;
  transition: all 0.3s ease 0.1s;
}

.menu-horizontal nav > ul > li > ul li a:hover {
  color: #fff;
  background: #1173ba;
  transition: all 0.3s ease 0.1s;
}

.menu-horizontal.set {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

header.set .menu-horizontal nav a {
  color: #000;
}

.Ftop-header-logo li.fGalleryItem {
  width: 42%;
}

.header-middle-container-row ul li a::before {
  content: "";
  height: 1px;
  width: 0;
  -webkit-transition: all 0.3s linear 0ms;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0ms;
  -ms-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--brand-color-green);
}

.header-middle-container-row ul li a:hover::before {
  width: 100%;
}

.fMenu li:hover > ul.sub {
  visibility: visible;
  opacity: 1;
  top: 0;
  transition: all 0.4s ease-in-out;
  display: block;
  transform: perspective(600px) scale(1);
  top: 2rem;
  padding-top: 1rem;
}

.fMenu li:hover > ul.sub {
  top: unset;
  padding-top: 0;
  position: relative;
}

.navbar-header .navbar-toggler {
  display: none;
}

.main-menu-slide .fMenu {
  display: flex;
  justify-content: end;
  place-items: center;
}

.main-menu-slide .fMenu li {
  position: relative;
  padding: 5px 20px;
}

.main-menu-slide .fMenu li a {
  color: var(--brand-color-theme-1);
  position: relative;
  font-weight: 600;
  font-size: 0.85rem;
}

.main-menu-slide .fMenu li a span {
  font-size: unset;
}

.main-menu-slide .fMenu li.has-submenu ul {
  position: absolute;
  left: 0;
  top: 2rem;
  padding-top: 1rem;
  width: 250px;
  max-height: 0;
  display: unset;
  overflow: hidden;
  background-color: transparent;
}

.main-menu-slide .fMenu li.has-submenu:hover ul {
  max-height: 600px;
}

.main-menu-slide .fMenu li.has-submenu ul li {
  padding: 0;
}

header.active .main-menu-slide .fMenu li.has-submenu ul li {
  background-color: white;
}

.main-menu-slide .fMenu li.has-submenu ul li a {
  background-color: var(--brand-color-theme-1);
  display: block;
  border-bottom: 1px solid var(--brand-color-theme-1);
  color: white;
  padding: 10px;
  font-size: 0.8rem;
}

.main-menu-slide .fMenu li.has-submenu ul li a:hover {
  background-color: var(--brand-color-theme-3);
}

.main-menu-slide .fMenu li.has-submenu ul li a > span {
  font-size: unset;
}

header {
  border-bottom: 1px solid #dedede;
}

header .region-header > .row {
  justify-content: space-between;
}

header .f-logo-new {
  width: 200px;
}

header.active {
  background-color: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-color: transparent;
}

header.active .main-menu-slide .fMenu > li > a {
  color: var(--brand-color-theme-1);
}

/*** Footer ***/

footer#fFooter ul,
footer#fFooter ul li {
  margin: 0px;
  list-style: none;
  padding: 0px;
}

footer {
  background-image: url("https://storage.unitedwebnetwork.com/files/1216/42b715d4cfa07fc96a34a1663ed5e0cc.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top: 4px solid var(--brand-color-theme-1);
  padding-bottom: 4rem;
  padding-top: 1.5rem;
}

footer .f-copy-right {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--brand-color-theme-1);
  padding: 10px 0;
}

footer .f-copy-right .row {
  align-items: center;
  color: white;
}

footer .f-copy-right .row .col-12:nth-child(2) ul {
  display: flex;
  justify-content: end;
}

footer#fFooter .f-copy-right .row .col-12:nth-child(2) ul li {
  padding: 0 5px;
}

footer#fFooter .f-copy-right .row .col-12:nth-child(2) ul li a {
  color: white;
}

footer#fFooter .f-logo-media img {
  width: 280px;
  max-width: 100%;
}

footer#fFooter .f-logo-media .social a {
  display: inline-flex;
  width: 50px;
  height: 50px;
  font-size: 16px;
  border-radius: 80px;
  border: 2px solid var(--brand-color-theme-1);
  color: var(--brand-color-theme-2);
  transition: linear 0.4s;
  justify-content: center;
  place-items: center;
  margin-right: 15px;
}

.f-subscribe-form {
  margin-top: 1.8rem;
}

footer#fFooter .f-logo-media .social a:hover {
  border-color: var(--brand-color-theme-3);
  color: var(--brand-color-theme-3);
}

footer#fFooter .fModuleTitle h3 {
  text-align: start;
  font-size: 1.8rem;
}

footer#fFooter .fModuleTitle h3 span {
  display: block;
  font-weight: unset;
  font-family: var(--heading-font);
}

footer#fFooter .fForm {
  place-items: center;
}

footer#fFooter .form-item {
  padding: 0;
  width: 75%;
}

footer#fFooter .form-item label {
  display: none;
}

footer#fFooter .fForm .buttons {
  width: 25%;
}

footer#fFooter .fForm .buttons input {
  width: 100%;
  background-color: var(--brand-color-theme-1);
  border-radius: 0;
  display: block;
  height: 100%;
  margin-right: 0;
  padding: 13.6px 0;
  text-align: center;
  border: 1px solid var(--brand-color-theme-1);
  color: white;
}

/*** Button ***/

a.fButton,
.fForm .buttons input,
.fbutton-btn a,
.fForm .buttons a {
  padding: 0.8rem 2rem;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-size: 1em;
  text-align: center;
  background-color: var(--brand-color-theme-1);
  border: 2px solid var(--brand-color-theme-1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
  font-weight: bold;
}

a.fButton:hover,
.fForm .buttons input:hover,
.fbutton-btn a:hover,
.fForm .buttons a:hover {
  background: #fff;
  color: var(--brand-color-theme-1);
}

/* popup message */

#f-messages .item {
  z-index: 9999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* popup message  */

/*----------iconset----------*/

.iconset .fMenu {
  justify-content: center;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.iconset .fMenu li {
  padding: 1rem;
}

.iconset .fMenu a {
  display: block;
  padding: 1rem;
  font-weight: bold;
  color: #000;
  height: 100%;
  background: #f5f5f5;
  transition: 0.3s all ease-in-out;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px -4px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px -4px rgb(0 0 0 / 30%);
  position: relative;
}

.iconset .fMenu a:hover {
  background: #efefef;
  -webkit-box-shadow: 0px 0px 10px -4px rgb(0 0 0 / 55%);
  -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 15px -4px rgb(0 0 0 / 55%);
}

.iconset img {
  width: auto;
  max-width: 45px;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.menu-item-text .action:before {
  display: block;
  content: "";
  height: 1.04rem;
  width: 1.04rem;
  background: red;
  border-radius: 1rem;
  position: absolute;
  left: 10px;
  top: 19%;
  transform: translate(0, -50%);
  animation: blinking 2s infinite;
}

/*----------animation----------*/

@keyframes blinking {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Common CSS */

/* Programme Table */

.session-heading {
  text-align: center;
  margin-top: 1.5rem;
  color: #4d4f53;
  font-weight: bold;
  line-height: 1.3;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: var(--brand-color-1);
}

.session-container {
  border-collapse: separate;
  border-spacing: 0 1rem;
  border: 1px solid #eaeaea;
}

body .session-container th {
  background: var(--brand-color-theme-1);
  color: #fff;
  font-weight: bold;
}

.session-container td {
  border-bottom: 1px solid #f7ae3f;
}

.session-container tr:last-child td {
  border-bottom: 0 none !important;
}

.session-container .session-details {
  vertical-align: top !important;
  position: relative;
  border-right: 1px solid #dadada;
}

.session-container .session-details:last-child {
  border-right: 0 none;
}

.session-container td.session-details[colspan="2"] {
  text-align: center;
}

td.session-time,
th.session-time {
  padding: 1rem;
  width: 150px;
  min-width: 150px;
}

.session-time.session-time-show {
  font-size: 0.9rem;
}

td.session-time {
  border-right: 1px solid #f7ae3f;
}

.session-time .session-time-start,
.session-time .session-time-end {
  display: inline-block;
  opacity: 1;
}

.session-time .session-time-start:after {
  display: inline-block;
  content: " - ";
  padding-left: 5px;
}

.session-time .session-time-zone {
  font-size: 0.9rem;
  color: #999;
}

.session-time .session-time-date {
  display: none;
}

.session-time .session-time-date.is-different {
  color: #fff;
  display: inline-block;
  background: #aaa;
  border-radius: 2rem;
  font-size: 0.8rem;
  padding: 0.25rem 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.session-container ul li {
  margin: 0.5em 0 0.5em 20px !important;
  list-style: square;
}

.session-sub {
  padding-left: 0;
  list-style: square;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.session-sub-title {
  font-weight: 600;
}

.session-sub .session-people {
  padding-top: 0;
  margin-top: 0;
}

.session-title.session-sub-title {
  font-weight: 600;
  font-size: 1rem;
  opacity: 0.75;
  display: inline;
}

.session-venue {
  width: fit-content;
  border-radius: 1rem;
  padding: 0.25rem 1rem;
  background: #666;
  color: #fff;
}

.session-venue::before {
  content: "\f3c5";
  font-family: "FontAwesome";
  margin-right: 5px;
}

.session-venue a {
  font-size: 0.8rem;
  color: #fff;
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
}

.session-venue a:before {
  display: block;
  content: "";
  height: 1.1rem;
  width: 1.1rem;
  background: #fff;
  border-radius: 2rem;
  position: absolute;
  left: 6px;
  line-height: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  animation: blinking 1.2s infinite;
}

.session-status-3 .session-venue,
.session-status-2 .session-venue {
  margin-top: 0.5rem;
  padding-left: 1.25rem;
  background: url("https://img.icons8.com/fluency-systems-regular/48/000000/marker--v1.png")
    left center no-repeat;
  background-size: 1rem;
  font-size: 0.8rem;
  opacity: 0.75;
}

span.live {
  color: #cc0000 !important;
}

.session-status-3 .session-venue,
.session-status-2 .session-venue {
  background-color: #cc0000;
  display: inline-block;
  position: relative;
  margin-top: 2rem;
}

.session-status-3 > .session-title:before,
.session-status-2 > .session-title:before {
  position: relative;
  content: "LIVE";
  color: #cc0000;
  font-size: 1rem;
  font-weight: bold;
  display: block;
  animation: blinking 1.2s infinite;
}

.no-user .session-status-3 .session-venue {
  display: none;
}

.no-user .session-status-3 > .session-title:before {
  display: none;
}

.session-status-2 .session-venue,
.session-status-2 > .session-title:before {
  display: none;
}

.session-mine.session-status-2 > .session-title:before,
.session-mine.session-status-2.session-full:before {
  content: "PRESENTER TO JOIN SESSION";
  color: #ffa500;
  display: block;
  margin-bottom: 0.5rem;
}

.session-mine.session-status-2 .session-venue {
  display: inline-block;
}

@keyframes blinking {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* banner starts here */

.f-banner .fGalleryImage img {
  height: 710px;
  object-fit: cover;
  object-position: top;
}

.f-banner .fGalleryText {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  height: 100%;
  top: 0;
  justify-content: center;
  place-items: center;
}

.f-banner .bx-wrapper {
  margin: 0;
}

.f-banner .bx-wrapper .bx-pager,
.f-banner .bx-wrapper .bx-controls-auto {
  bottom: 10px;
  z-index: 9999;
}

.f-banner .bx-wrapper .bx-pager.bx-default-pager a {
  width: 17px;
  height: 17px;
  border-radius: 50px;
  background-color: var(--brand-color-theme-1);
}

.f-banner .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: var(--brand-color-theme-2);
}

.f-banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.f-banner .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: var(--brand-color-theme-2);
}

.f-banner .fGalleryText .item {
  width: fit-content;
}

.f-banner .fGalleryText .item .dates h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  color: var(--brand-color-theme-1);
  font-size: 2rem;
  line-height: 1.1em;
}

.f-banner .fGalleryText .item .dates h3 span {
  display: inline-block;
  margin-right: 5px;
  color: white;
  background: var(--brand-color-theme-3);
  width: 70px;
  text-align: center;
  border-radius: 0.5rem;
  padding: 7px 0;
}

.f-banner .fGalleryText .item h2 {
  font-size: 5rem;
  font-weight: 800;
  margin: 1.25rem 0;
  line-height: 100%;
  color: var(--brand-color-theme-1);
}

.f-banner .fGalleryText .item h2 span {
  color: white;
  background: var(--brand-color-theme-1);
  height: fit-content;
  padding: 7px 20px;
  display: inline-block;
  border-radius: 0.5rem;
}

.f-banner .fGalleryText .item h4 {
  color: #000;
  font-size: 1.2rem;
  /* padding: 0.5rem; */
  /* background: var(--brand-color-theme-3); */
  margin: 0.5rem 0;
  width: 524px;
}

.f-banner .fGalleryText .item .adrs {
  z-index: 6;
  background-color: var(--brand-color-theme-1);
  height: auto;
  width: 525px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: nowrap;
  text-align: left;
  line-height: 1.25;
  /* letter-spacing: 5px; */
  font-weight: 700;
  font-size: 1rem;
  padding: 10px;
  backdrop-filter: none;
  filter: none;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
}

/* banner ends here */

/* welcome starts here */

.f-welcome-message .f-media-image {
  width: 270px;
  padding: 0 20px 20px 0;
  float: left;
}

.f-welcome-message {
  text-align: justify;
}

.f-welcome-text-new .text-overflow {
  max-height: 470px;
  overflow: auto;
  padding-right: 15px;
}

/* width */

.f-welcome-text-new .text-overflow::-webkit-scrollbar {
  width: 5px;
}

/* Track */

.f-welcome-text-new .text-overflow::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */

.f-welcome-text-new .text-overflow::-webkit-scrollbar-thumb {
  background: var(--brand-color-theme-1);
  border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

/* welcome ends here */

/* important dates starts here */

.f-important-dates .icon-side .item {
  width: 33.33%;
  text-align: center;
}

.f-important-dates .icon-side .inr {
  font-weight: 600;
}

.f-important-dates .icon-side .inr label {
  display: block;
  text-align: center;
  width: 183px;
  max-width: 100%;
  aspect-ratio: 1/1;
  align-content: center;
  margin: 1rem auto;
  border: 3px solid var(--brand-color-theme-1);
  border-radius: 1000px;
  font-weight: normal;
  padding: 20px;
  font-size: 0.9rem;
}

.f-important-dates .icon-side .inr label img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
  margin: 0 auto 1rem auto;
}

.f-important-dates .btn-side {
  align-content: center;
}

.f-important-dates .btn-side .menu.services {
  padding-left: 0;
}

.f-important-dates .btn-side .menu.services li {
  margin-left: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1rem;
}

.f-important-dates .btn-side .menu.services li a {
  display: block;
  text-align: center;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  background-color: var(--brand-color-theme-1);
  padding: 1rem 0.5rem;
}

/* important dates ends here */

/* countdown starts here */

.f-countdown > .container {
  display: flex;
  flex-wrap: wrap;
  place-items: center;
}

.f-countdown > .container div.f-module-title {
  width: 33.33%;
  padding: 10px;
}

.f-countdown > .container div.f-module-title h3 {
  font-weight: 600;
  font-family: var(--heading-font);
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1em;
  color: #000;
}

.f-countdown > .container .f-module-content {
  width: 66.66%;
  padding: 10px;
}

.f-countdown > .container .f-module-content > .row {
  margin: 0;
  place-items: center;
}

.f-countdown > .container .f-module-content .col-count {
  width: 25%;
  text-align: center;
}

.f-countdown > .container .f-module-content .col-count h4 {
  margin: 0;
  color: var(--brand-color-theme-1);
  font-size: 3rem;
  font-weight: 600;
  font-family: var(--heading-font);
}

.f-countdown > .container .f-module-content .col-count p {
  margin: 0;
  font-size: 1rem;
  color: var(--brand-color-theme-2);
  font-weight: 600;
}

/* new */

.f-counter .row {
  margin: 0;
}

.f-counter .row .col-count {
  width: fit-content;
  padding: 0;
  text-align: center;
  padding-right: 2rem;
}

.f-counter .row .col-count h4 {
  color: white;
  background: var(--brand-color-theme-3);
  width: 70px;
  text-align: center;
  border-radius: 0.5rem;
  padding: 7px 0;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 2rem;
  font-weight: 600;
}

.f-counter .row .col-count p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: capitalize;
  color: var(--brand-color-theme-2);
}

/* countdown ends here */

/* about start here */

.f-about-main {
  padding-top: 3rem;
}

.f-about-main > .container > .row {
  place-items: center;
}

.f-about-main > .container > .row .f-about-text label {
  letter-spacing: 1px;
  font-weight: 500;
  font-family: var(--heading-font);
  font-size: 1.1rem;
  background-color: #e9ebf9;
  padding: 3px 7px;
  color: #333;
  text-transform: uppercase;
  border-radius: 3px;
}

.f-about-image {
  overflow: visible !important;
}

.f-about-text {
  padding-right: 5%;
}

.f-about-text .org-by {
  display: flex;
  flex-wrap: wrap;
}

.f-about-text .org-by span {
  color: #666;
  display: block;
  width: 100%;
  font-weight: 500;
}

.f-about-text .org-by img {
  width: 170px;
  height: 80px;
  border: 1px solid #dedede;
  margin-top: 10px;
  margin-right: 5px;
  object-fit: contain;
}

.f-about-text .f-module-content h3 {
  margin: 0;
  color: var(--brand-color-theme-1);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
  font-size: 1.7rem;
  text-align: start;
  font-weight: bold;
  margin-top: 0;
  font-family: var(--heading-font);
  letter-spacing: 2px;
}

.f-about-text .fButton {
  position: relative;
  margin-top: 20px;
  display: inline-block;
}

.f-about-image .f-media-image-link img {
  border-radius: 10px;
}

.f-about-image .f-media {
  position: relative;
}

.f-about-image .f-media .f-media-text {
  position: absolute;
  padding: 10px;
  bottom: -30px;
  left: -30px;
}

.f-about-image .f-media .f-media-text .venue-box {
  background-color: white;
  width: 280px;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.25);
}

.f-about-image .f-media .f-media-text .venue-box .icon-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 7px;
  margin-top: 7px;
  place-items: center;
}

.f-about-image .f-media .f-media-text .venue-box .icon-text .icon {
  width: 20%;
  height: fit-content;
}

.f-about-image .f-media .f-media-text .venue-box .icon-text .icon i {
  background-color: var(--brand-color-theme-1);
  color: white;
  width: 100%;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  place-items: center;
  border-radius: 5px;
}

.f-about-image .f-media .f-media-text .venue-box .icon-text .text {
  width: 75%;
}

.f-about-image .f-media .f-media-text .venue-box .icon-text .text h4 {
  margin-top: -3px;
  font-weight: 600;
  font-family: var(--heading-font);
  margin-bottom: 0;
  font-size: 1.1rem;
  letter-spacing: 1.5px;
}

.f-about-image .f-media .f-media-text .venue-box .icon-text .text p {
  margin-top: 10px;
  font-size: 13px;
}

.f-about-image .f-media .f-media-text .venue-box .icon-text:last-child .text p {
  margin-bottom: 0;
}

/* about ends here */

/* highlights start here */

.highlights-main {
  overflow-y: hidden;
  position: relative;
  .fModule {
    padding: 0 !important;
  }
  .f-event-highlights-slider {
    .bx-wrapper {
      margin-bottom: 0;
    }
    .bx-wrapper .bx-viewport {
      height: 680px !important;
      .fGalleryImage {
        img {
          height: 680px;
          width: 100%;
          aspect-ratio: 6/5;
          object-fit: cover;
          object-position: center bottom;
        }
      }
    }
    .bx-controls .bx-pager {
      position: absolute;
      left: 0;
      width: 100%;
      bottom: -25px;
      z-index: 999;
      text-align: end;
      .bx-pager-item a {
        color: transparent;
        border: 2px solid var(--brand-color-theme-1);
        background-color: transparent;
        height: 15px;
        width: 15px;
        opacity: 1;
        border-radius: 50px;
      }
      .bx-pager-item a.active {
        background-color: var(--brand-color-theme-1);
      }
    }
  }
  .f-event-highlights-text {
    .item-about {
      padding: 50px 10px 50px 20px;
      .heading {
        color: #000;
        font-family: var(--heading-font);
        font-weight: 700;
        letter-spacing: 2px;
        font-size: 2rem;
        span {
          color: var(--brand-color-theme-1);
          display: block;
          font-family: var(--heading-font);
          font-weight: 700;
        }
        ::before {
          right: unset;
          left: 0;
        }
      }
      .text {
        width: 700px;
        max-width: 100%;
        img {
          filter: invert(1);
          margin-left: 0;
          margin-right: 10px;
        }
        span {
          border-color: var(--brand-color-theme-1);
          font-weight: 500;
        }
        p {
          color: #242732;
        }
        ul {
          margin-left: 0;
          padding-left: 0;
          color: #242732;
          li {
            padding-left: 0;
            margin-left: 0;
            font-size: 0.9rem;
            div {
              display: flex;
              justify-content: start;
              margin-bottom: 12px;
              padding-bottom: 12px;
              border-bottom: 1px dashed #dbd9d9;
              text-align: justify;
            }
            ::before {
              content: "\f046";
              font-family: "FontAwesome";
              margin-top: 0px;
              margin-right: 7px;
              color: var(--brand-color-theme-1);
              font-size: 1.2rem;
            }
          }
        }
      }
    }
  }
}

.item-about {
  & .text {
    img {
      width: 25px;
      margin-left: 10px;
    }
  }
}

/* highlights starts here */

/* highlights ends here */

.f-highlights p > label {
  letter-spacing: 1px;
  font-weight: 500;
  font-family: var(--heading-font);
  font-size: 1.1rem;
  background-color: #e9ebf9;
  padding: 3px 7px;
  color: #333;
  text-transform: uppercase;
  border-radius: 3px;
}

.f-highlights h3 {
  color: var(--brand-color-theme-1);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
  font-size: 1.7rem;
  text-align: start;
  font-weight: bold;
  margin-top: 0;
  font-family: var(--heading-font);
  letter-spacing: 2px;
}

.f-highlights ul.highlights {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.f-highlights ul.highlights li {
  margin-left: 0;
  width: 50%;
  list-style: none;
  position: relative;
  justify-content: space-between;
  display: flex;
}

.f-highlights ul.highlights li > div {
  width: 80%;
}

.f-highlights ul.highlights li::before {
  content: "\f560";
  font-family: "FontAwesome";
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  place-items: center;
  background-color: var(--brand-color-theme-1);
  color: white;
  border-radius: 3px;
  font-size: 1.1rem;
}

.f-highlights ul.highlights li > div h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-family: var(--brand-heading-font);
  color: #000;
}

.f-highlights ul.highlights li > div p {
  margin-top: 10px;
  font-size: 14px;
}

/* keydates starts here */

.whats-include {
  padding-bottom: 9rem !important;
}

.whats-include li.fGalleryItem {
  padding: 35px 15px;
}

.whats-include li.fGalleryItem div.ItemfinnerGallery {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border: 1px solid #ddd;
  background: url(https://storage.unitedwebnetwork.com/files/869/2141492013f248861e66086b51fc747b.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 15px 10%;
  position: relative;
  justify-content: left;
  flex-direction: column;
  text-align: left;
  transition: all 0.25s ease-in-out;
  top: 10px;
}

.whats-include li.fGalleryItem div.ItemfinnerGallery:hover {
  top: 0;
}

.whats-include li.fGalleryItem div.ItemfinnerGallery::after {
  content: "";
  width: 120px;
  height: 55px;
  background: url(https://storage.unitedwebnetwork.com/files/1216/38d08f68984031a7ba985d99053c3c47.png)
    center no-repeat;
  position: absolute;
  right: -25px;
  bottom: -45px;
  transition: all 0.25s ease-in-out;
  background-size: 99%;
}

.whats-include li.fGalleryItem:nth-child(1) .ItemfinnerGallery,
.whats-include li.fGalleryItem:nth-child(3) .ItemfinnerGallery {
  position: relative;
  top: 50%;
}

.whats-include li.fGalleryItem:nth-child(1) .ItemfinnerGallery:hover,
.whats-include li.fGalleryItem:nth-child(3) .ItemfinnerGallery:hover {
  top: 49%;
}

.whats-include li.fGalleryItem div.ItemfinnerGallery::before {
  content: "";
  width: 60%;
  height: 6px;
  background: var(--brand-color-theme-1);
  position: absolute;
  left: -1px;
  top: -1px;
  transition: all 0.25s ease-in-out;
}

.whats-include li.fGalleryItem div.ItemfinnerGallery:hover::before {
  background-color: var(--brand-color-theme-1);
  width: 80%;
}

.whats-include li.fGalleryItem div.ItemfinnerGallery .fGalleryText h3 {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.whats-include li.fGalleryItem div.ItemfinnerGallery .fGalleryText p {
  max-height: 130px;
  font-size: 1rem;
  overflow: auto;
  margin-bottom: 0;
}

.whats-include
  li.fGalleryItem
  div.ItemfinnerGallery
  .fGalleryText
  p::-webkit-scrollbar {
  width: 3px;
}

.whats-include
  li.fGalleryItem
  div.ItemfinnerGallery
  .fGalleryText
  p::-webkit-scrollbar-thumb {
  background: var(--brand-color-theme-1);
  border-radius: 5px;
}

.whats-include
  li.fGalleryItem
  div.ItemfinnerGallery
  .fGalleryText
  p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.whats-include li.fGalleryItem div.ItemfinnerGallery .fGalleryText p {
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 7px;
}

.whats-include li.fGalleryItem div.ItemfinnerGallery .fGalleryText p a {
  color: var(--brand-color-theme-3);
  font-weight: 500;
  text-decoration: underline;
  position: relative;
  display: inline-flex;
  place-items: center;
}

.whats-include li.fGalleryItem div.ItemfinnerGallery .fGalleryText p a::after {
  content: "\f061";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 4px;
  text-decoration: none;
}

/* keydates ends here */

/* sponsors starts here */

/* sponsors start here */

.f-sponsors {
  /* background-image: url("https://storage.unitedwebnetwork.com/files/1197/59c9175e5a9be1285509ddaa39a29e81.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
  /* .fModuleTitle h3 {
        color: white;
    } */
  .fModuleTitle h3::before {
    background-color: #aaa;
  }
  .fModuleTitle h3::after {
    border-color: transparent;
  }
  .fGalleryItem {
    padding: 10px;
    .ItemfinnerGallery {
      height: 130px;
      padding: 1rem;
      /* background-color: white; */
      border: 1px solid #dedede;
      img {
        height: 100%;
        object-fit: contain;
      }
    }
  }
}

.f-table-new thead {
  background-color: var(--brand-color-theme-2);
  color: white;
}

.f-table-new thead th {
  padding: 20px 8px;
}

.f-table-new tbody td {
  font-size: 0.9rem;
}

.f-table-new#fModule-48192 thead tr th:nth-child(2),
.f-table-new#fModule-48192 thead tr th:nth-child(3) {
  width: 25%;
}

/* Important Date */

.f-imp-date li.fGalleryItem {
  padding: 1.5rem 1rem;
}

.f-imp-date li.fGalleryItem div.ItemfinnerGallery {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border: 1px solid #ddd;
  background: url(https://storage.unitedwebnetwork.com/files/869/2141492013f248861e66086b51fc747b.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 15px 10%;
  position: relative;
  justify-content: left;
  flex-direction: column;
  text-align: left;
  transition: all 0.25s ease-in-out;
  top: 10px;
}

.f-imp-date li.fGalleryItem div.ItemfinnerGallery:hover {
  top: 0;
}

.f-imp-date li.fGalleryItem div.ItemfinnerGallery::before {
  content: "";
  width: 60%;
  height: 6px;
  background: var(--brand-color-theme-2);
  position: absolute;
  left: -1px;
  top: -1px;
  transition: all 0.25s ease-in-out;
}

.f-imp-date li.fGalleryItem div.ItemfinnerGallery:hover::before {
  background-color: var(--brand-color-theme-2);
  width: 80%;
}

.f-imp-date li.fGalleryItem div.ItemfinnerGallery .fGalleryText h3 {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.f-imp-date li.fGalleryItem div.ItemfinnerGallery .fGalleryText p {
  max-height: 130px;
  font-size: 0.9rem;
  overflow: auto;
  margin-bottom: 0;
}

.f-imp-date
  li.fGalleryItem
  div.ItemfinnerGallery
  .fGalleryText
  p::-webkit-scrollbar {
  width: 3px;
}

.f-imp-date
  li.fGalleryItem
  div.ItemfinnerGallery
  .fGalleryText
  p::-webkit-scrollbar-thumb {
  background: var(--brand-color-theme-1);
  border-radius: 5px;
}

.f-imp-date
  li.fGalleryItem
  div.ItemfinnerGallery
  .fGalleryText
  p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.f-imp-date li.fGalleryItem div.ItemfinnerGallery .fGalleryText p {
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 7px;
}

.f-imp-date li.fGalleryItem div.ItemfinnerGallery .fGalleryText p a {
  color: var(--brand-color-theme-3);
  font-weight: 500;
  text-decoration: underline;
  position: relative;
  display: inline-flex;
  place-items: center;
}

.f-imp-date li.fGalleryItem div.ItemfinnerGallery .fGalleryText p a::after {
  content: "\f061";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 4px;
  text-decoration: none;
}

.f-imp-date li.fGalleryItem div.ItemfinnerGallery .fGalleryText span.step {
  font-size: 5rem;
  font-weight: 800;
  color: #000;
  opacity: 0.05;
  position: absolute;
  right: 10px;
  top: 1rem;
  font-family: var(--brand-heading-font);
}

/* about venue start here  */

.f-accessibility .item {
  font-size: 2rem;
  font-weight: 800;
  color: black;
  box-shadow: 0 0 10px 0 #aaa;
  height: 100%;
  background: #dde2f6;
  border-radius: 1rem;
  padding: 1rem;
}

.f-accessibility .item img {
  border-radius: 10px;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.f-accessibility .info h4 {
  padding-right: 1rem;
}

.f-accessibility .info {
  box-shadow: 0 0 8px 0 #ddd;
  padding: 1rem;
  margin-bottom: 1rem;
  display: inline-flex;
  border-radius: 10px;
}

/* about venue end here  */

/* ************Malaysia Page**************** */

.f-travel .info {
  padding: 1rem;
  background: #c6d9e033;
  border-radius: 1rem;
}

.fModuleTitle h3 {
  color: var(--brand-color-theme-3);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}

.f-accommodation .fGalleryText a {
  position: absolute;
  inset: 0;
}

.f-accommodation .fGalleryItem .ItemfinnerGallery h4 {
  color: #0d3052;
  font-size: 1.25rem;
  font-weight: 600;
}

.f-accommodation .ItemfinnerGallery {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 33px 0 rgb(0 0 0 / 15%);
  height: 100%;
}

.f-accommodation .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
  aspect-ratio: 4 / 3;
  object-position: center;
  object-fit: cover;
  transition: all 0.3s linear;
}

.f-accommodation .fGalleryItem .ItemfinnerGallery:hover .fGalleryImage img {
  scale: 1.2;
}

.f-accommodation .fGalleryImage {
  display: block;
  overflow: hidden;
}

.f-about-malaysia {
  padding-left: 1.3rem;
  overflow: visible;
  padding-top: 7rem !important;
}

.f-about-malaysia .fGalleryImages {
  position: relative;
}

.f-about-malaysia .fGalleryImages::before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: white;
  top: 0;
  z-index: 1;
}

.f-about-malaysia li {
  overflow: visible;
}

.f-about-malaysia ul.fGalleryImages.fGalleryList {
  width: 120% !important;
}

.f-about-malaysia .ItemfinnerGallery {
  padding-left: 12px;
}

.f-about-malaysia .ItemfinnerGallery img {
  height: 450px;
  object-fit: cover;
}

.f-about-malaysia .owl-nav {
  position: absolute;
  right: 20%;
  top: -6rem;
  width: fit-content;
  button {
    width: 50px;
    height: 50px;
    border-radius: 500px !important;
    font-size: 0.85rem;
    background-color: white !important;
    border: 1px solid var(--brand-color-theme-2) !important;
    color: var(--brand-color-theme-2) !important;
    transition: all 0.3s;
    margin-right: 5px;
    &:hover {
      background-color: var(--brand-color-theme-2) !important;
      color: white !important;
    }
  }
}

.f-about-malaysia .owl-dots {
  width: fit-content;
  margin: 1rem auto 0;
  position: relative;
  right: 10%;
  .owl-dot span {
    margin: 0 !important;
    height: 3px !important;
    width: 50px !important;
    border-radius: 0 !important;
  }
}

/* programme start here */

.no-list {
  padding: 2rem 1rem;
  background-color: #d2daf7;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}

.session-container .session-row-hidden {
  display: none;
}

.session-container tr td:nth-child(1) {
  width: 150px;
}

.session-container tr td {
  transition: all linear 0.3s;
  width: auto;
}

/* .session-container  tr:hover td {
background-color: var(--brand-color-theme-second-4);
color: #000;
} */

.session-container tr:hover td a,
.session-container tr:hover td ul li,
.session-container tr:hover td p {
  color: #000;
}

.session-container td.session-details[colspan="2"] {
  text-align: start;
}

.f-programme-nav ul.fMenu {
  display: flex;
  justify-content: center;
}

.f-programme-nav ul.fMenu li {
  padding: 10px;
}

.f-programme-nav ul.fMenu li a {
  display: inline-flex;
  place-items: center;
  justify-content: center;
  color: white;
  font-weight: 500;
  width: fit-content;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  background: linear-gradient(
    95deg,
    var(--brand-color-theme-1),
    var(--brand-color-theme-2)
  );
}

.f-programme-nav ul.fMenu li.selected a {
  background: var(--brand-color-theme-1);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
}

.session-people .session-people-item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.session-people .session-people-item .session-people-role {
  order: -1;
  display: block;
  width: 100%;
  font-style: italic;
  color: #666;
  font-size: 0.8rem;
}

.session-people .session-people-item .session-people-role:after {
  content: ":";
}

.session-title.session-sub-title {
  opacity: 1;
}

.session-people
  div.session-people-item:has(.session-people-subtitle span:not(:empty))
  span.session-people-name:after {
  content: ",";
  margin-right: 5px;
}

.session-venue {
  margin-top: 1rem;
  padding-left: 1.25rem;
  background: url(https://img.icons8.com/fluency-systems-regular/48/000000/marker--v1.png)
    left center no-repeat;
  background-size: 1rem;
  font-size: 0.8rem;
  opacity: 0.75;
  width: fit-content;
  color: #000;
  position: unset;
}

/* programme ends here */

.f-programme table {
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-color: #cecece;
}

.f-programme table tr td {
  padding: 12px 15px;
  width: 30%;
  vertical-align: baseline;
}

.f-programme .checks table tr td:nth-child(1) {
  width: 50px;
}

.f-programme .checks table tr td:nth-child(1) input[type="radio"] {
  position: relative;
  top: 7px;
  margin-right: 0;
}

.f-programme .checks table tr td {
  width: unset;
}

.f-programme .checks table tr td:nth-child(2) label {
  display: block;
  float: unset;
}

.f-programme table tbody tr {
  transition: all linear 0.5s;
}

.f-programme table tr th {
  padding: 17px 15px;
  background-color: var(--brand-color-theme-1);
  color: white;
  font-size: 1.2rem;
  display: none;
}

.f-programme table tr:nth-child(odd) {
  background-color: #d3daf8;
}

.f-programme table tr:nth-child(even) {
  background-color: #e7effa;
}

.f-programme table p {
  margin: 0;
  transition: all linear 0.3s;
}

.f-programme table tbody tr:hover p {
  color: #000;
}

/* Organising Committee start here */

/* .f-committe .row ul li::before {
    content: "";
    background: #57C9F4;
    border-right: solid 0.2em #175b9a;
    display: inline-block;
    border-radius: 0.35em;
    height: 0.7em;
    width: 0.6em;
    box-sizing: border-box;
    margin-left: -1.2em;
    margin-right: 0.6em;
    position: relative;
} */
.f-committe .row ul li {
  list-style: none;
  margin-bottom: 0.4rem;
  margin-left: 0;
}

.f-committe .row .item h5 {
  text-align: start;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0;
  color: var(--bs-dark);
}
.f-committe .row .item h4 {
  font-weight: 600;
  color: var(--bs-dark);
  font-size: 1.25rem;
  margin-bottom: 0;
}

.f-committe .row ul {
  text-align: start;
  padding-left: 0rem;
}

.f-committe .row .section p {
  margin: 0 !important;
}

/* Organising Committee end here */

/*Speaker*/

.f-speakers .f-list-item-container {
  position: relative;
}
.f-speakers .f-list-item-subtitle a {
  color: #000;
}

.f-speakers .f-list-item-title a {
  color: var(--brand-color-theme-2);
  font-weight: 800;
}

.f-speakers .f-list-item-title a::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}

.f-speakers .f-list-item-title a:hover {
  color: var(--brand-color-theme-3);
}

.f-speakers .f-list-item-subtitle a > img {
  width: 25px;
}

/***************************************************************************
                        RESPONSIVE MEDIA QUERY
****************************************************************************/

/*xl*/

@media (max-width: 1499.9px) {
  .f-about-malaysia .ItemfinnerGallery img {
    height: 330px;
  }
}

@media (max-width: 1299.9px) {
  .f-about-malaysia .ItemfinnerGallery img {
    height: 300px;
  }
}

@media (max-width: 1399.9px) {
  html {
    font-size: 16px;
  }
  .f-countdown > .container div.f-module-title h3 {
    font-size: 1.4rem;
  }
  .f-countdown > .container .f-module-content .col-count h4 {
    font-size: 2.1rem;
  }
  .main-menu-slide .fMenu li {
    padding: 5px;
  }
}

/*lg*/

@media (max-width: 1199.9px) {
  header .navbar-header > .container {
    width: 100%;
    min-width: 100%;
  }
  .f-important-dates .btn-side .menu.services li a {
    font-size: 0.9rem;
  }
  .f-highlights ul.highlights li::before {
    width: 35px;
    height: 35px;
    font-family: 0.9rem;
  }
  .f-highlights ul.highlights li > div h5 {
    font-size: 0.9rem;
  }
}

@media (max-width: 1049.9px) {
  .main-menu-slide .fMenu li a {
    font-size: 0.8rem;
  }
}

@media (max-width: 991.9px) {
  html {
    font-size: 15px;
  }
  .row.w-100 {
    --bs-gutter-x: 0;
  }
  .fHeader .navbar-header {
    margin: 0;
  }
  .fHeader .navbar-header .row.row-0 {
    margin: 0 15px;
  }
  .menu-horizontal nav {
    position: fixed;
    left: 0;
    z-index: 9;
    top: 5rem;
    width: 100%;
    float: right;
    padding: 29px 1px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 1px solid transparent;
  }
  .menu-horizontal nav ul.fMenu {
    justify-content: center;
    flex-direction: column;
  }
  .menu-horizontal ul li {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0px 0;
    border-top: 0px solid white;
    margin: 0;
  }
  .menu-horizontal nav > ul > li > a {
    color: #1874bb;
    background: #fff;
    margin: 0;
    padding: 0.5rem !important;
    border-top: 1px solid #000;
    font-size: 1rem;
    position: relative;
  }
  .menu-horizontal nav > ul > li > a:hover {
    color: #fff;
    background: #1874bb;
  }
  .menu-horizontal nav > ul > li > ul {
    position: relative;
    padding-top: 0;
  }
  .menu-horizontal nav > ul > li > ul {
    float: left;
    width: 100%;
    background: #f9b90d;
    padding-left: 6px;
    padding-bottom: 0;
  }
  .menu-horizontal nav > ul > li > ul li a {
    color: #000;
    background: #ffffff;
    margin-left: 0px;
  }
  .menu-horizontal nav > ul > li > ul li a:first-child {
    border-top: 1px solid #00000005;
    border-bottom: solid 1px #eeeeee03;
  }
  .menu-horizontal nav > ul > li > ul li a:hover {
    color: #fff;
    background: #1874bb;
  }
  .fHeader.set .menu-horizontal ul li {
    float: none;
    padding: 20px 0;
  }
  .fHeader.set .menu-horizontal ul li a {
    color: #fff;
  }
  .header-middle-container-row ul li a::before {
    content: "";
    height: 1px;
    width: 0;
    -webkit-transition: all 0.3s linear 0ms;
    -khtml-transition: all 0.3s linear 0ms;
    -moz-transition: all 0.3s linear 0ms;
    -ms-transition: all 0.3s linear 0ms;
    -o-transition: all 0.3s linear 0ms;
    transition: all 0.3s linear 0ms;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--brand-color-blue);
  }
  .navbar-header .navbar-toggler {
    display: block;
  }
  .navbar-collapse.collapse.show {
    display: block;
  }
  .region-header,
  .region-headertop {
    display: inline-block;
    width: 100%;
  }
  .region-header .fModule,
  .region-headertop .fModule {
    display: block;
  }
  .row.w-100 {
    --bs-gutter-x: 0;
  }
  /*** Programme ***/
  .session-container th {
    font-size: 0px;
  }
  .session-container th select {
    font-size: 1rem;
  }
  tr.session-row {
    border: 1px solid #333;
    margin-top: 1.5rem;
  }
  tr.session-row-hidden {
    border: 0 none;
    margin-top: 0;
  }
  .session-time-zone {
    display: inline-block;
    padding-left: 0.5rem;
  }
  .session-time-zone::before,
  .session-time-zone::after {
    position: relative;
    content: " ";
    display: inline;
  }
  .session-time-zone::before {
    content: "(";
  }
  .session-time-zone::after {
    content: ")";
  }
  tr.session-row,
  tr.session-row td,
  td.session-time {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  tr.session-row td {
    border: 0px none;
  }
  th.session-time {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .session-time .session-time-date.is-different {
    margin-left: 0;
  }
  .session-container tr:hover td.session-time,
  table.fTable tr:nth-child(odd) td.session-time,
  table.fTable tr:nth-child(even) td.session-time {
    display: block;
    text-align: left;
    background: linear-gradient(
      95deg,
      var(--brand-color-theme-1),
      var(--brand-color-theme-2)
    );
    color: #fff;
    width: 100%;
  }
  .session-container th:last-child {
    display: none;
  }
  .main-menu-slide .fMenu li.has-submenu:hover ul {
    display: block;
  }
  .row.w-100 {
    --bs-gutter-x: 0;
  }
  .navbar-header .navbar-toggler {
    display: block;
  }
  .navbar-collapse.collapse.show {
    display: block;
  }
  header .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .region-header,
  .region-headertop {
    display: inline-block;
    width: 100%;
  }
  .region-header .fModule,
  .region-headertop .fModule {
    display: block;
  }
  .fHeader .navbar-header {
    margin: 0;
  }
  .fHeader .navbar-header .row.row-0 {
    margin: 0 15px;
  }
  header .navbar-toggle .icon-bar {
    background: var(--brand-color-theme-1);
    height: 3px;
    width: 26px;
    position: absolute;
    right: 0;
  }
  header.active .navbar-toggle .icon-bar {
    background: var(--brand-color-theme-1);
  }
  .navbar-toggle .icon-bar:nth-child(1) {
    margin-top: 0;
  }
  .navbar-toggle .icon-bar:nth-child(2) {
    margin-top: 0;
  }
  .main-menu-slide .collapse,
  .main-menu-slide nav {
    position: fixed;
    top: 0;
    left: -60%;
    transition: all linear 0.4s !important;
    width: 250px;
    max-width: 100%;
    height: 100%;
    background-color: var(--brand-color-theme-2);
    z-index: 9999;
  }
  .main-menu-slide .collapse,
  .main-menu-slide nav,
  .main-menu-slide .collapse:not(.show) {
    display: block !important;
  }
  .main-menu-slide nav.collapse.show {
    left: 0%;
  }
  header.active .main-menu-slide .collapse,
  .main-menu-slide nav {
    height: 1500px;
  }
  .main-menu-slide nav .fMenu {
    display: block;
  }
  header .fMenu li {
    display: block;
    border-top: 1px solid #ffffff57;
    position: relative;
  }
  header .fMenu li.has-submenu::after {
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 0;
    color: white;
    font-family: "FontAwesome";
    border-left: 1px solid #ffffff57;
    padding-left: 20px;
    padding-right: 20px;
    height: 41px;
    padding-top: 10px;
  }
  header .fMenu li:last-child {
    border-bottom: 1px solid #ffffff57;
  }
  header .fMenu li {
    padding: 10px !important;
  }
  header .navbar-toggle {
    top: 15px;
  }
  .main-menu-slide .fMenu li.has-submenu ul {
    position: relative;
    width: 100%;
    height: auto;
    display: none;
    margin-top: 14px;
    top: 0;
    background: white;
    z-index: 99;
  }
  .main-menu-slide .fMenu li.has-submenu ul li {
    padding: 0 !important;
    border: 0;
  }
  .main-menu-slide .fMenu li.has-submenu:hover ul {
    height: auto;
  }
  .main-menu-slide .fMenu li a {
    color: white;
  }
  header.active .main-menu-slide .fMenu li a {
    background-image: none;
    -webkit-text-fill-color: white;
  }
  header .fMenu li {
    display: block;
    border-top: 1px solid #ffffff57;
    position: relative;
  }
  header .fMenu li.has-submenu::after {
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 0;
    color: white;
    font-family: "FontAwesome";
    border-left: 1px solid #ffffff57;
    padding-left: 20px;
    padding-right: 20px;
    height: 41px;
    padding-top: 10px;
  }
  header .fMenu li:last-child {
    border-bottom: 1px solid #ffffff57;
  }
  header .fMenu li {
    padding: 10px !important;
  }
  header .navbar-toggle {
    top: 0px;
  }
  .main-menu-slide .fMenu li.has-submenu ul {
    position: relative;
    width: 100%;
    height: auto;
    display: none;
    margin-top: 14px;
    top: 0;
    background: white;
    z-index: 99;
  }
  .main-menu-slide .fMenu li.has-submenu ul li {
    padding: 0 !important;
    border: 0;
  }
  .main-menu-slide .fMenu li.has-submenu:hover ul {
    height: auto;
    padding-top: 0;
  }
  header.active .main-menu-slide .fMenu li a {
    background-image: none;
    -webkit-text-fill-color: white;
    color: white;
  }
  .f-countdown > .container div.f-module-title,
  .f-countdown > .container .f-module-content {
    width: 100%;
  }
  .f-banner .fGalleryImage img {
    height: 710px;
    object-position: top;
  }
  .f-banner .fGalleryText {
    /* background-color: #00000094; */
  }

  .f-programme .session-container {
    border: none;
  }

  .f-about-image {
    order: -1;
  }
  .f-welcome-message {
    margin-top: 0 !important;
  }
  footer#fFooter .fModuleTitle h3 {
    font-size: 1.4rem;
  }
  .f-subscribe-form {
    margin-top: 2rem;
  }
  footer#fFooter .form-item {
    width: 67%;
  }
  footer#fFooter .fForm .buttons {
    width: 33%;
  }
  .f-important-dates .btn-side {
    padding-top: 1.2rem;
  }
  .f-banner .fGalleryImage img {
    object-position: left top;
  }
  .f-about-malaysia ul.fGalleryImages.fGalleryList {
    width: 100% !important;
  }
  .f-about-malaysia {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .f-about-malaysia .owl-nav,
  .f-about-malaysia .owl-dots {
    right: 0;
  }
  .f-about-malaysia .ItemfinnerGallery {
    padding-left: 0;
  }
  .f-programme table tr td {
    width: 100%;
  }
}

/*sm*/

@media (max-width: 767.9px) {
  html {
    font-size: 14px;
  }
  .main-menu-slide .collapse,
  .main-menu-slide nav {
    left: -80%;
  }
  .f-welcome-message {
    text-align: center;
  }
  .f-welcome-message .fModuleTitle h3 {
    text-align: center !important;
    width: 100%;
  }
  .f-welcome-message .f-media-image {
    display: inline-block;
    float: none;
    padding: 0 10px 20px 10px;
  }
  .f-welcome-message .f-media-text p {
    text-align: justify;
  }
  .f-welcome-message .f-media-text p.mb-0,
  .f-welcome-message .f-media-text p.mt-1 {
    text-align: center !important;
  }
  .f-banner .fGalleryText .item h1 {
    font-size: 3.7rem;
  }
  .f-banner .fGalleryText .item .adrs {
    white-space: unset;
  }
  .whats-include li.fGalleryItem:nth-child(1) .ItemfinnerGallery,
  .whats-include li.fGalleryItem:nth-child(3) .ItemfinnerGallery {
    top: 0;
  }
  .whats-include {
    padding-bottom: 4rem !important;
  }
  .whats-include li.fGalleryItem:nth-child(1) .ItemfinnerGallery:hover,
  .whats-include li.fGalleryItem:nth-child(2) .ItemfinnerGallery:hover,
  .whats-include li.fGalleryItem:nth-child(3) .ItemfinnerGallery:hover {
    top: 20px !important;
  }
  footer {
    padding-bottom: 7rem;
  }
  footer .f-copy-right .row .col-12 {
  }
  footer .f-copy-right .row .col-12:nth-child(1) {
    order: 2;
    margin-top: 10px;
  }
  footer .f-copy-right .row .col-12:nth-child(2) ul {
    justify-content: start;
  }
  footer#fFooter .f-copy-right .row .col-12:nth-child(2) ul li:nth-child(1) {
    padding-left: 0;
  }
  .f-important-dates .icon-side > div {
    justify-content: space-around;
  }
  .f-important-dates .icon-side .item {
    width: 40%;
  }
  .f-banner .fGalleryText .item h4,
  .f-banner .fGalleryText .item .adrs {
    width: 462px;
  }
}

/*xs*/

@media (max-width: 575px) {
  html {
    font-size: 14px;
  }
  .main-menu-slide .collapse,
  .main-menu-slide nav {
    left: -100%;
  }
  header .navbar-toggle {
    z-index: 9999999 !important;
    position: relative;
  }
  .main-menu-slide .collapse,
  .main-menu-slide nav {
    left: -100%;
  }
  .whats-include li.fGalleryItem div.ItemfinnerGallery::after {
    right: -15px;
  }
  .highlights-main {
    & .f-event-highlights-text {
      & .item-about {
        .heading {
          font-size: 1.8rem;
          text-align: center;
        }
      }
    }
  }
  .highlights-main {
    & .f-event-highlights-text {
      & .item-about {
        .text {
          width: 100%;
          p {
            text-align: justify;
            padding-right: 15px;
          }
        }
      }
    }
  }
  header .f-logo .logo-div a {
    width: 90%;
  }
  .f-countdown > .container .f-module-content .col-count p {
    font-size: 0.8rem;
  }
  .f-banner .fGalleryText .item {
    text-align: center;
  }
  .f-banner .fGalleryText .item .dates {
    justify-content: center;
  }
  .f-banner .fGalleryText .item .adrs {
    letter-spacing: 1.5px;
    font-weight: 500;
    font-size: 0.8rem;
    padding: 5px 2px;
    width: fit-content !important;
  }
  .f-banner .fGalleryText .item h1 {
    font-size: 3.3rem;
  }
  .f-banner .fGalleryText .item .dates h3 {
    font-size: 1.5rem;
  }
  .f-banner .fGalleryText .item .dates h3 span {
    width: 3rem;
  }
  .f-banner .fGalleryText .item {
    width: 100%;
    text-align: center;
  }
  .f-banner .fGalleryText .item h2 {
    font-size: 3rem;
  }
  .f-banner .fGalleryText .item .adrs {
    display: inline-block;
    white-space: unset;
    text-align: center;
  }
  .f-about-image .f-media .f-media-text {
    left: 50%;
    transform: translateX(-50%);
  }
  .highlights-main {
    & .f-event-highlights-slider {
      .bx-wrapper .bx-viewport {
        height: 350px !important;
      }
    }
  }
  /* .bx-wrapper .bx-viewport {
        height: 550px!important;
        .fGalleryImage {
            img {
                height: 350px!important;
            }
        }
    } */
  .highlights-main {
    & .f-event-highlights-text {
      & .item-about {
        & .text {
          img {
            display: none;
          }
        }
      }
    }
  }
  .highlights-main {
    & .f-event-highlights-text {
      & .item-about {
        & .text > span {
          display: block;
          text-align: center;
        }
      }
    }
  }
  .f-event-highlights-text {
    padding-bottom: 0 !important;
  }
  .f-important-dates .icon-side .item {
    width: 50%;
    padding: 10px;
  }
  .f-important-dates .icon-side .inr label {
    font-size: 0.8rem;
    height: fit-content;
    border: none;
    margin: 0 auto;
    padding: 10px;
    aspect-ratio: unset;
  }
  .f-important-dates .icon-side .inr {
    font-size: 0.9rem;
  }
  .f-important-dates .icon-side .item {
    padding: 0;
  }
  .f-important-dates .icon-side .item {
    width: 33.33%;
  }
  .f-countdown {
    padding-bottom: 0 !important;
  }
  .f-counter .row {
    justify-content: center;
  }
  .f-counter .row .col-count h4 {
    font-size: 1.2rem;
    width: 50px;
  }
  .f-counter .row .col-count {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .f-banner .fGalleryText .item h4,
  .f-banner .fGalleryText .item .adrs {
    max-width: 100%;
  }
  .f-banner .fGalleryText .item h4 {
    font-size: 1.2rem;
    margin: 0.3rem auto 1rem auto;
  }
  .f-about-malaysia .owl-dots {
    .owl-dot span {
      width: 20px !important;
    }
  }
  .f-about-malaysia .fGalleryImages::before {
    content: none;
  }
}

@media (max-width: 499.9px) {
  .f-highlights ul.highlights li {
    width: 100%;
  }
  .f-highlights ul.highlights li > div {
    align-content: center;
  }
}

@media (max-width: 374.9px) {
}

/* Abstract Form */
.checks input[type="radio"].invalid {
  outline: 2px solid red;
}
.f-button {
  background-color: #b8b8b8;
}
.f-button-add {
  position: absolute;
  font-size: 2rem;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: -3px;
  z-index: 0;
  line-height: 1;
}
.f-button-add.f-button-remove {
  background: none;
}
.author-institute {
  position: relative;
}
.f-button-add.f-button-remove {
  background: #ffdada;
  color: #000;
  top: 50%;
  transform: translate(113%, -76%);
  font-size: 2rem;
}
.form-item-count {
  font-size: 1rem;
  color: #6c757d;
  width: fit-content;
  float: right;
}
.total-word-count {
  font-size: 1.2rem;
  color: #444;
}
/* Abstract Form End*/
form.fForm .form-item-error input,
form.fForm .form-item-error select,
form.fForm .form-item-error textarea {
  border: 2px solid #cc0000;
  margin: 1px;
}
form.fForm .form-item-error > label {
  color: #cc0000;
}
form.fForm .checks input {
  margin-top: 4px;
}
.fForm .form-item.buttons,
.fForm .buttons {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #ccc;
  padding-bottom: 2rem;
}

form.fForm .form-heading {
  padding: 0;
  padding-bottom: 0.5rem;
}
form.fForm label {
  font-weight: 500;
}
form.fForm .hint,
form.fForm .error {
  font-size: 1rem;
  margin-left: 0;
}

select {
  word-wrap: normal;
  padding: 0.3rem 10px;
}

.fForm label {
  float: left;
  text-align: left;
  width: 100%;
}

.fForm input,
.fForm select,
.fForm textarea,
.fForm .date {
  padding: 0.85rem 10px;
  width: 100%;
}

.fForm .hint {
  color: #333;
  margin: 0;
}

.fForm .hint a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.fForm .hint a:hover {
  color: var(--brand-color-blue);
}

input.form-control,
textarea.form-control {
  display: inline-block;
  margin: 10px 0px;
}

.fForm .form-item-type-checkbox .checkbox label,
.fForm .form-item-type-radio .checkbox label,
.fForm .form-item-type-boolean label {
  display: flex;
  align-items: center;
}

.f-important-dates table {
  border-radius: 10px;
}

.f-important-dates table td {
  width: 33.33%;
  text-align: center;
}

.f-important-dates table td div.num {
  font-size: 4rem;
  line-height: 0.5em;
  font-weight: 900;
  color: #f2f2f2;
  display: block;
  text-transform: capitalize;
  margin-top: 1.5rem;
}

.f-important-dates table td h5.heading-important {
  color: var(--brand-color-theme-2);
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.f-important-dates table td p {
  color: var(--brand-color-theme-1);
  font-size: 1.3rem;
  margin-top: 0;
}

.fForm .checks {
  padding-left: 10px;
}

.fForm .form-item-type-checkbox .checkbox input[type="checkbox"],
.fForm .form-item-type-checkbox .checkbox input[type="radio"],
.fForm .form-item-type-radio .checkbox input[type="radio"],
.fForm .form-item-type-boolean input[type="checkbox"],
.fForm .form-item-type-boolean input[type="radio"] {
  margin-left: -25px;
}
.fForm .form-item-type-checkbox .checkbox label,
.fForm .form-item-type-radio .checkbox label,
.fForm .form-item-type-boolean label {
  padding-left: 25px;
}

.abstract-list #f-list-node-id {
  font-size: 1rem;
  display: block;
  font-weight: 500;
}
