@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Spectral&display=swap');

html {
    font-size: 16px;
}
body {
    font-family: 'Spectral', serif;
    font-size: 16px;
    margin:0px;
    color: #000000;
    padding: 0px;
    font-weight: 400;
}

.session-people-role-32333 {
  font-weight: bold;
}

.wrap {
  padding-left: 15px;
  padding-right: 15px;
}

/* Layout */
ul, ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}
a, a:hover {text-decoration: none;color: #000;}
h1, h2, h3, h4, h5, h6 {font-family: 'Inter', sans-serif;font-weight: 700;}
h1, h2, h3 {
    font-size: 2em;
    margin: 15px 0 10px;
    font-weight: 500;
    color: #100f49;
}
h3 {
    font-size: 24px;
}
.fBanner {height: 530px;overflow:hidden;}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
p {margin-bottom: 15px;}
.no-padding {
    padding: 0px;
}
.no-padding-top {
    padding-top: 0px !important;
}
.no-padding-bottom {
    padding-bottom: 0px !important;
}
.no-padding-left {
    padding-left: 0px !important;
}
.no-padding-right {
    padding-right: 0px !important;
}
.margin-bottom {
    margin-bottom: 10px;
}
#fContentPre .fModule,
#fContentPost .fModule {
    overflow: hidden;
}

.session-venue {
    color: #009e74;
}
 
.session-item.session-full-details {
    display: none
}   
 

.session-people-subtitle {
    position: relative;
}
.session-people-subtitle:empty,
.session-people-role-32335,
.session-people-role-32336 {
    display: none;
}
.session-people-subtitle::before,
.session-people-subtitle::after {
    content: ")";
    display: inline-block;
    position: relative;
}
.session-people-subtitle::before {
    content: "(";
}
.session-time-start,
.session-time-end {
    position: relative;
}
.session-full .session-time-start:before {
    content:"(";
    display: inline-block;
}
.session-full .session-time-end:before {
    content: "-";
    display: inline-block;
}
.session-full .session-time-end:after {
    content: ")";
    display: inline-block;
}


/* Button */
a.fButton,
input.fButton {
    padding: 7px 24px 7px;
    margin: 10px 0px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    border-radius:0px;
    font-size: 1em;
    text-align: center;
    background: #7248BD;
    -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: 0px;
}
a.fButton:hover,
input.fButton:hover {
    background:#000;
    color:#fff;
}
a.fButton1,
input.fButton1 {
    padding: 10px 19px 12px;
    margin: 10px 0px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    border-radius:0px;
    font-size: 1em;
    text-align: center;
    background: #19195e;
    -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: 0px;
}
a.fButton1:hover,
input.fButton1:hover {
    background: #169b5f;
    color:#fff;
}
a.fButton2, input.fButton2 {
    padding: 10px 26px 11px;
    margin: 10px 0px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    border-radius: 0px;
    font-size: 16px;
    text-align: center;
    background: #e32d2d;
    -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: 0px;
}
a.fButtonBlue,
input.fButtonBlue {
    background: #00acdc;
}

a.fButtonBlue:hover,
input.fButtonBlue:hover {
    background: #0196c0;
}
a.fButtonGreen,
input.fButtonBlue {
    background: #48bb58;
}
a.fButtonGreen:hover,
input.fButtonBlue:hover {
    background: #2aa13a;
}

.pull-left .fModuleContent  {
    text-align:center;
    margin-right: 4%;
}


/* Extra */
#fContentPre .fCenter h3,
#fContentPost .fCenter h3 {
    text-align: center;
}
#fContentPre .fModuleTitleWhite h3,
#fContentPost .fModuleTitleWhite h3 {
    color: #fff;
}
/* Column */
#fMatter .fCol5 .fGalleryImages .fGalleryItem,
#fContentPost .fCol5 .fGalleryImages .fGalleryItem,
.fCol5 .fGalleryImages .fGalleryItem {
    width: 20%;
    float: left;
    padding: 2em;
}

/* Common CSS */
.border {
    border:6px solid #fff;
    box-shadow: 0px 0px 2px 2px #ccc;
    border-radius:3px;
}
#fContentPost h3 {
    color: #1a185f;
    margin: 12px 0px 55px;
    font-weight: 500;
    text-align: center;
}
#fContentPost .fModuleTitle h3:before {
    content: " ";
    top: 85px;
    width: 3%;
    height: 4px;
    background: #8c569c;
    left: 49%;
    right: 49%;
    position: absolute;
}
footer {padding: 20px 0px;}
footer hr {border-top: 1px solid #697280;}
footer p {opacity:.7; font-size:90%;}
#fMatter h4 {
    font-size: 1em;
    color: #1c1e64;
}
#fMatter form p {
    margin-bottom: 12px;
}
#fMatter ul li, #fMatter ol li {
    margin-left: 40px;
}
input.form-control,
textarea.form-control {
}

/* Module */
.fModuleEnd .fModuleTitle,
.fModuleEnd .fModuleContent,
.fModuleBoxed {
  margin: 0 auto;
}   
    @media (max-width : 319px) {
        .fModuleEnd .fModuleTitle,
        .fModuleEnd .fModuleContent,
        .fModuleBoxed {
            width: 280px;
        }  
    }
    @media (min-width : 320px) {
        .fModuleEnd .fModuleTitle,
        .fModuleEnd .fModuleContent,
        .fModuleBoxed {
            width: 300px;
        }        
    }
    @media (min-width : 480px) {
        .fModuleEnd .fModuleTitle,
        .fModuleEnd .fModuleContent,
        .fModuleBoxed {
            width: 470px;
        }
    }
    @media (min-width: 768px) {
        .fModuleEnd .fModuleTitle,
        .fModuleEnd .fModuleContent,
        .fModuleBoxed {
            width: 750px;
        }
    }
    @media (min-width: 992px) {
        .fModuleEnd .fModuleTitle,
        .fModuleEnd .fModuleContent,
        .fModuleBoxed {
            width: 970px;
        }
    }
    @media (min-width: 1200px) {
        .fModuleEnd .fModuleTitle,
        .fModuleEnd .fModuleContent,
        .fModuleBoxed {
            width: 1170px;
        }
    }


/***************Header***************/
.region-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
header .fModule {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.fModule .fModuleTitle, .fModule .fModuleContent {
    width: 100%;
}
.header-logo a {
    display: block;
}
.header-logo img {
    max-height: 100px;
}
.navbar-header {
    float: none;
}
.fPageTitle {
    background: #8C8C8C;
/* 
    height: 90px;
 */

}
h1#heading {
    color: #fff;
/* 
    padding: 2rem 0;
 */
}
h1 span {
    display: block;
    font-size: 1.5rem;
    font-weight: 300;
}

form.fForm label {
    float: none;
    width: auto;
    display: block;
    text-align: left;
    color: rgba(0,0,0,0.5);
}
.fForm .buttons {
    padding-left: 0 !important;
}
.fForm .buttons input {
    background: #7248BD;
    color: #fff;
}
.fForm .hint {
    margin-left: 0 !important;
}
form.fForm input,
form.fForm select {
    border: 0 none;
    padding: 1rem;
    border-bottom: 2px solid #7248BD;
    width: 100%;
    background: #fafafa;
}
form.fForm input:hover,
form.fForm select:hover {
}
form.fForm input:focus,
form.fForm select:focus {
    background: #efefef;
}
form.fForm .buttons input,
form.fForm .buttons input:hover {
    padding: 1rem 2rem;
    margin: 0;
    margin-right: 1rem;
    background: #7248BD;
    font-family: 'Spectral', serif;
}

.f-content-container {
    display: none;
}

nav {
    height: 100%;
}
.menu-horizontal nav ul.fMenu {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-end;
}
.menu-horizontal nav > ul > li {
    display: flex;
    align-items: stretch;
    position: relative;
}
.menu-hover-1 .fMenu > li {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
}
.menu-horizontal nav a {
    color: #828387;
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 1rem 0.8rem;
    position: relative;
    transition: 0.3s all;
}
.menu-horizontal nav a span {
    position: relative;
}
.menu-horizontal nav a span.menu-item-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 6px;
}
.menu-horizontal nav a span.menu-item-icon img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.menu-horizontal nav a span:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #dcdcdc;
    right: -24px;
    display: none;
}
.menu-horizontal nav li:last-child a span:after {
    display: none;
}

#fMatter,
#fSidebarRight {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.navbar-header {
    margin-left: -15px;
    margin-right: -15px;
}


.path-login- .fForm #hint-password,
.path-login- .fForm .buttons a {
    display: none;
}
.path-my-schedule- .fPageTitle #heading .print {
    display: inline-block;
    float: right;
}
#session-full-7372 .session-full-details div:nth-child(3) {
    position: fixed;
    top: 24%;
    right: 5%;
    transform: translateY(-50%);
}
#session-full-7372 .session-full-details div:nth-child(3) a {
    display: inline-block;
    padding: 8px 15px;
    background: #50b855;
    color: #fff;
    border-radius: 6px;
}
#fModule-34429 .fMenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
}
#fModule-34429 .fMenu li {
    text-align: center;
    margin: 0;
}
#fModule-34429 .fMenu li .menu-item-icon {
    width: 35px;
    height: 35px;
    display: block;
    margin: 0 auto;
}
#fModule-34429 .fMenu li .menu-item-icon img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: invert(100%);
}
#fModule-34429 .fMenu li .menu-item-text {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0;
    display: none;
}
#fModule-34432 ul,
#fModule-34432 ul li {
    list-style: disc;
}
.fHeaderIcons {
    position: absolute;
    z-index: 999;
    right: 0;
    top: -48px;
}
.flex {
    display: flex; 
    align-items:center; 
    gap: 0 10px;
}
.flex .flexContainer {
    display: flex;
    align-items: center;
    gap: 0 5px;
}
.path-home- .fPageTitle,
.path-dashboard- .fPageTitle {
    display: none;
}
.fPageTitle {
    text-align: center;
}
.session-full {
    text-align: center;
}
#fModule-34432 .fModuleTitle h3 {
    color: #5ab444;
    font-weight: 700;
}
#fModule-34433 img,
#fModule-34964 img {
    margin: 0 auto;
}
.region-page-35103,
.region-page-35608 {
    position: relative;
}
#fModule-35019 {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
}
#fModule-35102 .fModuleContent > div {
    display: inline-block;
    width: 100%;
}
#fModule-35102 .printDiv {
    width: 20px;
    height: 20px;
    float: right;
}
#fModule-35019 > div *,
#fModule-35102 > div * {
    width: 100%;
    height: 100%;
}
#fModule-35019 img,
#fModule-35102 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.path-meeting-attendance- #user-form-995 .buttons {
    text-align: center;
}
.path-meeting-attendance- #user-form-995 .buttons input {
    padding: 0;
    margin: 0;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    animation: glowing 1300ms infinite;
}
@keyframes glowing {
    0% {
      background-color: #50B855;
      box-shadow: 0 0 5px #50B855;
    }
    50% {
      background-color: #50B855;
      box-shadow: 0 0 20px #50B855;
    }
    100% {
      background-color: #50B855;
      box-shadow: 0 0 5px #50B855;
    }
}
.fPageTitle {
    display: none;
}
#fModule-35095 {
    margin-top: 30px;
}
select option {
    font-family: 'Spectral', serif;
}
@media (max-width: 580px) {
    .navbar-toggle {
        display: block;
        background: transparent;
        padding: 5px 6px;
        margin-top: 30px;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 31px;
        height: 3px;
        border-radius: 1px;
        background: #727070;
        opacity: 1;
        transform: rotate(0);
        transition: 0.6s all;
    }
    .navbar-toggle.cross span:last-child  {
        opacity: 0;
    }
    .navbar-toggle.cross span:nth-child(2)  {
        transform: rotate(45deg);
    }
    .navbar-toggle.cross span:nth-child(3)  {
        transform: rotate(-45deg);
        margin-top: -3px;
    }
    .menu-horizontal nav ul.fMenu {
        flex-direction: column;
    }
    header {
        position: relative;
    }
    .menu-horizontal {
        position: absolute;
        /* right: 0; */
        /* left: 0; */
        top: 100%;
        background: #fff;
        z-index: 9999;
        width: 95%;
        left: -150%;
        transform: translateX(-50%);
        -webkit-box-shadow: 0px 0px 11px -3px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 11px -3px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 11px -3px rgba(0,0,0,0.75);
        transition: 0.6s all;
    }
    .menu-horizontal.show {
        left: 50%;
    }
    .menu-horizontal nav > ul > li {
        border-bottom: 1px solid #72b85f;
    }
    .menu-horizontal a {
        color: #000 !important;
        font-size: 1rem !important;
    }
    .menu-horizontal nav a span:after {
        display: none;
    }
    #fModule-34429 .fMenu {
        flex-direction: column;
        gap: 10px;
    }
    .flex {
        flex-direction: column;
    }
    .flex a {
        display: inline-block;
    }
    #fModule-14346 .wrapper,
    #fModule-34432 .wrapper {
        width: 95% !important;
    }
    #fModule-35019 {
        left: 93%;
        transform: translateX(-50%);
        right: auto;
        top: -34px;
    }
}
@media print {
  a[href]:after {
    content: none !important;
  }
  #fModule-35019 {
    display: none;
  }
  .fTable .fButton {
    display: none;
  }
  #fModule-35095 img {
    max-height: 800px;
    margin: 0 auto;
  }
  .printDiv {
    display: none;
  }
  .fHeader1 {
    display: none;
  }
}

.session-container {
    page-break-after: always;
    margin-bottom: 3rem;
}
.session-container:last-child {
    page-break-after: auto;
}
#fModule-35169 {
    display: none;
}
.fButton.done,
.fButton.done:hover {
    background: url('https://img.icons8.com/material-outlined/24/ffffff/checked-2--v1.png') 0.75rem center #009e74 no-repeat;
    padding-left: 3rem;
}
.path-home- #form-item-fullname,
#form-item-password,
#form-item-password_repeat {
    display: none;
}
.fForm .form-item-type-fieldset .f-fieldset-body {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.fForm .form-item-type-fieldset .f-fieldset-body .form-item {
    flex: 0 0 48%;
    max-width: 48%;
}
#form-item-username {
  order: 1;
}
#form-item-field_id_19816 {
  order: 2;
}
#form-item-field_id_19817 {
  order: 3;
}
#form-item-field_id_19818 {
  order: 4;
}
#form-item-field_id_19819 {
  order: 5;
}
#form-item-mobile {
  order: 6;
}
#form-item-fullname {
  display: none;
}
.no-title .page-title{
    display: none;
}
.user-register-group tbody {
    display: flex;
    flex-wrap: wrap;
}
.user-register-group tbody .f-table-row {
    flex: 0 0 20%;
    max-width: 20%;
}
.user-register-group tbody .f-table-row label {
    display: flex;
    align-items: center;
}
.user-register-group tbody td:first-child {
    width: 100%;
}
.user-register-group tbody td:last-child {
    width: 0;
    padding: 0;
}
.path-home- .buttons a {
    display: none;
}
.logout {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
}
.col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.session-heading {
    font-size: 24px;
    margin-top: 20px;
}
.fForm fieldset {
  border-top: none !important;
}
@media (max-width: 480px) {
    .user-register-group tbody .f-table-row {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .fForm .form-item-type-fieldset .f-fieldset-body .form-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}