.content-area {
    padding-top: 0;
  }
  
  .site-title {
    font-size: 1.375rem;
    font-weight: 500;
    margin: 0;
    color: var(--bb-headings-color);
    position: relative;
    padding-bottom: 10px;
  }
  .site-title ::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ff9911;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 50%;
  }
  
  .buddypanel-open .bb-toggle-panel {
    color: #ffffff !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .buddypanel-open .bb-toggle-panel:hover {
    background-color: #ffffff !important;
    color: #0e0f53 !important;
  }
  .buddypanel .bb-toggle-panel {
    color: #0e0f53;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .buddypanel .bb-toggle-panel:hover {
    background-color: #ffffff !important;
    color: #0e0f53 !important;
  }
  
  .bb-template-v2 .header-aside .user-wrap.user-wrap-container {
    margin-left: 14px;
    margin-right: 14px;
  }
  
  .buddypanel .side-panel-menu li.current-menu-item a,
  .bb-template-v2 .buddypanel .side-panel-menu li.current-menu-item > a,
  .buddypanel .side-panel-menu li a:is(:hover, :active, :focus) {
    background-color: #ffffff;
    color: #0e0f53 !important;
    border-bottom-left-radius: 28px;
    border-top-left-radius: 28px;
  }
  
  .bb-template-v2.buddypanel-open .buddypanel ul.buddypanel-menu.has-section-menu > li:not(.bb-menu-section) > a {
    width: calc(100% - 22px);
  }
  
  .bb-template-v2.buddypanel-open .buddypanel .side-panel-inner li:not(.current-menu-item) a i:not(.bb-icon-angle-down) {
    opacity: 1 !important;
  }
  
  .buddypanel {
    box-shadow: none;
  }
  .buddypanel-open {
    /* .bb-toggle-panel{
        color: $bzw-primary-color;
        visibility: visible !important;
        opacity: 1 !important;
    } */
  }
  .buddypanel .side-panel-menu a {
    color: white;
    background-color: #0e0f53;
    width: calc(100% - 10px);
  }
  .buddypanel .side-panel-menu a:is(:hover, :active, :focus) {
    color: #0e0f53 !important;
    background-color: white !important;
  }
  .buddypanel .side-panel-menu li {
    margin-bottom: 10px;
    /* &.logout-last{
        ::before {
            content: '';
            display: block;
            width: 100%;
            height: 2px;
            background-color: #66bfba;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 50%;
        }
        a{
            padding-top: 20px;
        }
    } */
  }
  .buddypanel .side-panel-menu li.current-menu-item a {
    background-color: #ffffff;
    color: #0e0f53 !important;
  }
  .buddypanel .side-panel-menu li.current-menu-item a::after {
    content: "";
    background: #0e0f53;
    height: 2em;
    width: 2em;
    position: absolute;
    bottom: -2em;
    right: 0;
    border-radius: 0 15px 0 0;
    box-shadow: 0 -16px 0 0 #ffffff;
    z-index: -1;
  }
  .buddypanel .side-panel-menu li.current-menu-item a::before {
    content: "";
    background: #0e0f53;
    height: 2em;
    width: 2em;
    position: absolute;
    top: -2em;
    right: 0;
    border-radius: 0 0 15px 0;
    box-shadow: 0 16px 0 0 #ffffff;
    z-index: -1;
  }
  .buddypanel .side-panel-menu li.current-menu-item a:hover {
    background-color: #ffffff;
    color: #0e0f53 !important;
  }
  .buddypanel .side-panel-menu li a:hover {
    background-color: #ffffff;
    color: #0e0f53 !important;
  }
  .buddypanel .side-panel-menu li a:hover::after {
    content: "";
    background: #0e0f53;
    height: 2em;
    width: 2em;
    position: absolute;
    bottom: -2em;
    right: 0;
    border-radius: 0 15px 0 0;
    box-shadow: 0 -16px 0 0 #ffffff;
    z-index: -1;
  }
  .buddypanel .side-panel-menu li a:hover::before {
    content: "";
    background: #0e0f53;
    height: 2em;
    width: 2em;
    position: absolute;
    top: -2em;
    right: 0;
    border-radius: 0 0 15px 0;
    box-shadow: 0 16px 0 0 #ffffff;
    z-index: -1;
  }
  .buddypanel .side-panel-menu li a i {
    margin-right: 10px;
    transition: color 0.3s ease;
  }
  .buddypanel .side-panel-menu li.current-menu-item a i {
    color: #0e0f53 !important;
  }
  .buddypanel .side-panel-menu li a:hover i {
    color: #0e0f53 !important;
  }
  .buddypanel.buddypanel-open .bb-toggle-panel {
    color: #0e0f53;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .buddypanel.buddypanel-open .side-panel-inner li:not(.current-menu-item) a i:not(.bb-icon-angle-down) {
    opacity: 1 !important;
  }
  .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover i:not(.bb-icon-angle-down),
  .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover > .bs-submenu-toggle {
    color: #0e0f53 !important;
  }
  
  .bzw-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 85px;
    padding: 0 20px;
    margin: 10px auto;
    width: 100%;
  }
  .bzw-header .welcome-message {
    display: flex;
    align-items: flex-end;
  }
  .bzw-header .welcome-message div {
    display: flex;
    align-items: baseline;
    flex-direction: column;
  }
  .bzw-header .welcome-message p {
    margin: 0;
    line-height: 65px;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
  }
  .bzw-header .welcome-message p span {
    font-weight: normal;
  }
  .bzw-header .welcome-message span.user-mention {
    font-size: 13px;
    margin-top: -7px;
  }
  .bzw-header .school-info {
    flex: 2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bzw-header .school-info .school-display {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .bzw-header .school-info .school-display img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #d5d4d4;
    box-shadow: -1px -1px 3px 0 #eee;
  }
  .bzw-header .school-info .school-display a {
    line-height: 85px;
    font-size: 16px;
    font-weight: bold;
  }
  .bzw-header .school-info #selected-school-avatar {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 1px solid #d5d4d4;
    box-shadow: -1px -1px 3px 0 #eee;
  }
  .bzw-header .school-info .school-dropdown {
    margin-left: 10px;
    position: relative;
  }
  .bzw-header .school-info .school-dropdown .select2-container {
    display: flex;
    align-items: center;
    position: relative;
  }
  .bzw-header .school-info .school-dropdown .select2-container span.selection {
    position: relative;
  }
  .bzw-header .school-info .school-dropdown .select2-container #select2-school-select-container {
    min-width: 160px;
    font-size: 16px;
    font-weight: bold;
    color: #0e0f53;
    font-family: "Montserrat", Sans-serif;
    background: transparent;
  }
  .bzw-header .school-info .school-dropdown .select2-container.select2-container--open .select2-dropdown {
    top: 10px;
  }
  .bzw-header .school-info .school-dropdown .select2-container.select2-container--open .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bzw-header .school-info .school-dropdown .select2-container.select2-container--open .select2-selection--single .select2-selection__rendered img {
    margin-right: 8px;
  }
  .bzw-header .school-info .school-dropdown .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #333333 transparent;
  }
  .bzw-header .school-info .school-dropdown .select2-container .select2-selection__arrow {
    background-color: #f5f5f5;
    border-radius: 50%;
    width: 26px;
    position: absolute;
    right: -15px;
  }
  .bzw-header .school-info .school-dropdown .select2-container .select2-selection__arrow b {
    border-color: #333333 transparent transparent transparent;
  }
  .bzw-header .school-info .school-dropdown #school-select {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 5px;
    font-size: 16px;
  }
  .bzw-header .user-info {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .select2-dropdown.school-select.select2-dropdown {
    padding: 0;
  }
  .select2-dropdown.school-select.select2-dropdown--below {
    top: 10px !important;
    min-width: 220px;
  }
  .select2-dropdown.school-select.select2-dropdown--below li.select2-results__option img.img-avatar {
    width: 50px;
    height: 50px;
    margin-right: 8px;
    border-radius: 50%;
    vertical-align: middle;
  }
  
  .select2-container--school-select .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .select2-container--school-select .select2-selection--single .select2-selection__rendered img {
    margin-right: 8px;
  }
  
  @font-face {
    font-family: "Nunito";
    src: url("../fonts/Nunito-Regular.eot");
    src: local("Nunito Regular"), local("Nunito-Regular"), url("../fonts/Nunito-Regular.eot") format("embedded-opentype"), url("../fonts/Nunito-Regular.woff2") format("woff2"), url("../fonts/Nunito-Regular.woff") format("woff"), url("../fonts/Nunito-Regular.ttf") format("truetype"), url("../fonts/Nunito-Regular.svg#Nunito-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Light.eot");
    src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/Montserrat-Light.eot") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.eot");
    src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/Montserrat-Regular.eot") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Medium.eot");
    src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/Montserrat-Medium.eot") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBold.eot");
    src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.eot");
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.eot") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  ::selection {
    background: #0e0f53;
    color: #ffffff;
  }
  
  ::-moz-selection {
    background: #0e0f53;
    color: #ffffff;
  }
  
  body {
    font-family: "Nunito";
  }
  
  ::-webkit-scrollbar {
    width: 14px;
  }
  
  @media screen and (max-width: 600px) {
    ::-webkit-scrollbar {
      width: 10px;
    }
  }
  @media screen and (max-width: 1024px) {
    .ha-navbar-nav-default .ha-dropdown-has > a,
    .ha-navbar-nav-default .ha-navbar-nav > li {
      height: max-content;
    }
  }
  ::-webkit-scrollbar-track {
    background: white !important;
  }
  
  .buddypress-wrap .select-wrap {
    margin-right: 12px;
    height: 40px;
    display: flex;
    align-items: center;
    width: 200px;
    background: #f5f5f5;
    border: none !important;
  }
  .buddypress-wrap .select-wrap:focus-within {
    box-shadow: none !important;
  }
  
  .buddypress .buddypress-wrap .search-form-has-reset,
  .search-form-has-reset {
    position: relative;
    padding-right: 30px;
    padding-top: 0;
    padding-bottom: 0;
    height: 38px;
    background: #f5f5f5;
    border: none !important;
    box-shadow: none !important;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #0e0f53 !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .students-loop ::-webkit-scrollbar-thumb {
    background: #0e0f53 !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  #bzw-refresh {
    position: fixed;
    bottom: 30px;
    right: 20px;
    background-color: #0e0f53;
    border: 1px solid #0e0f53;
    padding: 0 9px;
    line-height: 37px;
    height: 38px;
    font-size: 18px;
    z-index: 10000;
    color: #ffffff;
  }
  #bzw-refresh:hover, #bzw-refresh:focus {
    background-color: #ff9911;
    border: 1px solid #ff9911;
  }
  
  .bzw-refresh-popup.bb-modal {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .bzw-refresh-popup.bb-modal > h1:first-of-type {
    color: #ffffff;
    font-family: cursive;
    background-color: #0e0f53;
  }
  .bzw-refresh-popup.bb-modal > h1.bzw_troubleshooting {
    font-family: cursive;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
  }
  
  .bzw-refresh-popup .mfp-close {
    color: #ffffff;
  }
  .bzw-refresh-popup .header-container {
    font-family: cursive;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    background-color: #0e0f53;
    font-size: 25px;
    font-weight: 500;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    align-items: center;
  }
  .bzw-refresh-popup .header-container span.bb-icon {
    position: absolute;
    left: 30px;
  }
  .bzw-refresh-popup .header-container h1 {
    font-family: cursive;
    margin-bottom: 0 !important;
    color: #fff;
  }
  .bzw-refresh-popup-content .popup-scroll {
    resize: both;
    overflow-y: scroll;
    max-height: 600px;
    padding: 0 1em 0 0;
  }
  .bzw-refresh-popup-content .popup-scroll::after {
    content: "";
    position: absolute;
    bottom: 36px;
    left: 0;
    right: 0;
    height: 90px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 1;
  }
  .bzw-refresh-popup-content .popup-scroll .question_title {
    color: #ff9911;
  }
  .bzw-refresh-popup-content .popup-scroll ul.steps-list {
    border-left: 5px solid #ffca00;
    list-style: none;
  }
  .bzw-refresh-popup-content .popup-scroll ul.steps-list li.step_item {
    position: relative;
    padding-left: 35px;
  }
  .bzw-refresh-popup-content .popup-scroll ul.steps-list li.step_item:not(:first-child) {
    padding-top: 20px;
  }
  .bzw-refresh-popup-content .popup-scroll ul.steps-list li.step_item:not(:last-child) {
    border-bottom: 5px solid #ffca00;
    border-bottom-right-radius: 7px;
    padding-bottom: 20px;
  }
  .bzw-refresh-popup-content .popup-scroll ul.steps-list li.step_item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 25px;
    background-color: #ffca00;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -khtml-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
  }
  .bzw-refresh-popup-content .popup-scroll ul.steps-list li.step_item::after {
    content: counter(list-item);
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
  }
  .bzw-refresh-popup-content .popup-scroll ul.steps-list li.correct_answer {
    color: #55c21b;
    font-weight: bold;
  }
  .bzw-refresh-popup-content .button-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .bzw-refresh-popup-content .button-container button.button {
    background-color: #0e0f53;
    border-color: #0e0f53;
    color: #ffffff;
    width: fit-content;
    margin: 20px 0 0;
    font-size: 14px;
    box-shadow: none;
    text-shadow: none;
    height: auto;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -khtml-border-radius: 100px;
    border-radius: 100px;
  }
  .bzw-refresh-popup-content .button-container button.button#continue-btn {
    box-shadow: none;
    text-shadow: none;
    position: relative;
  }
  .bzw-refresh-popup-content .button-container button.button#continue-btn:hover, .bzw-refresh-popup-content .button-container button.button#continue-btn:active, .bzw-refresh-popup-content .button-container button.button#continue-btn:focus {
    background-color: #1c8600;
    border-color: #1c8600;
  }
  
  input,
  textarea,
  select {
    outline: none;
    border-color: #d3d3d3;
  }
  
  .bzw-overlay-blur {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: visible;
    position: relative;
    background: #0b0b0b;
    opacity: 0.4;
  }
  
  /* button, .button, input[type="button"], input[type="submit"], .buddypress .buddypress-wrap .comment-reply-link, .buddypress .buddypress-wrap .generic-button a, .buddypress .buddypress-wrap a.bp-title-button, .buddypress .buddypress-wrap a.button, .buddypress .buddypress-wrap button, .buddypress .buddypress-wrap input[type="button"], .buddypress .buddypress-wrap input[type="reset"], .buddypress .buddypress-wrap input[type="submit"], .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment, .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save{
    background-color: $bzw-hard-grey-bg-color;
    color: $bzw-text-color;
    border: 1px solid $bzw-hard-grey-bg-color;
    &:is(:hover, :active, :focus) {
      background-color: $bzw-hard-grey-bg-color-hover;
      border-color: $bzw-hard-grey-bg-color-hover;
      color: $bzw-text-color;
    }
  } */
  .site-content,
  #page {
    background: #ffffff;
    overflow: visible;
  }
  
  .bizworld-theme {
    color: #333333;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    background-color: #FFFFFF;
    /* 
  
    ====== Move-horizontal effect ======
  
    */
    /* Fade effect */
    /* 
  
    ====== Zoom effect ======
  
    */
    /* 
  
    ====== Newspaper effect ======
  
    */
    /* 
  
    ====== Move-horizontal effect ======
  
    */
    /* 
  
    ====== Move-from-top effect ======
  
    */
    /* 
  
    ====== 3d unfold ======
  
    */
    /* 
  
    ====== Zoom-out effect ======
  
    */
    /* button {
      font-family: $secondary-font-family;
      font-size: $secondary-font-size;
      font-weight: $secondary-font-weight;
      color: $bzw-white-color;
      background-color: $bzw-accent-color;
    } */
    /* button {
  
      &:hover,
      &:focus {
        background-color: $bzw-text-color;
      }
    } */
  }
  .bizworld-theme.bb-sfwd-aside .site-header .container {
    max-width: 80%;
    margin-right: auto;
  }
  .bizworld-theme a {
    color: #0e0f53;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 400;
  }
  .bizworld-theme a.bp-parent-group-title {
    color: #ff9911;
    font-size: 18px;
  }
  .bizworld-theme .mfp-bg {
    background: rgba(250, 251, 253, 0.75);
  }
  .bizworld-theme .mfp-move-horizontal {
    /* overlay animate out */
    /* content at start */
    /* content animate it */
    /* content animate out */
  }
  .bizworld-theme .mfp-move-horizontal.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .bizworld-theme .mfp-move-horizontal.mfp-bg.mfp-ready {
    opacity: 0.8;
  }
  .bizworld-theme .mfp-move-horizontal.mfp-bg.mfp-removing {
    opacity: 0;
  }
  .bizworld-theme .mfp-move-horizontal.mfp-wrap .mfp-content {
    opacity: 0;
    transform: translateX(-500px);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  .bizworld-theme .mfp-move-horizontal.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    transform: translateX(0);
  }
  .bizworld-theme .mfp-move-horizontal.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    transform: translateX(500px);
  }
  .bizworld-theme .mfp-fade {
    /* overlay animate out */
    /* content at start */
    /* content animate it */
    /* content animate out */
  }
  .bizworld-theme .mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .bizworld-theme .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
  }
  .bizworld-theme .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
  }
  .bizworld-theme .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .bizworld-theme .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
  }
  .bizworld-theme .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
  }
  .bizworld-theme .mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
  }
  .bizworld-theme .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
  }
  .bizworld-theme .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  .bizworld-theme .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
  }
  .bizworld-theme .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
  }
  .bizworld-theme .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
  }
  .bizworld-theme .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
  }
  .bizworld-theme .mfp-newspaper {
    /* start state */
    /* animate in */
    /* animate out */
  }
  .bizworld-theme .mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
  }
  .bizworld-theme .mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
  }
  .bizworld-theme .mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  .bizworld-theme .mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
  }
  .bizworld-theme .mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
  }
  .bizworld-theme .mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
  }
  .bizworld-theme .mfp-move-horizontal {
    /* start state */
    /* animate in */
    /* animate out */
  }
  .bizworld-theme .mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 1s;
    transform: translateX(-500px);
  }
  .bizworld-theme .mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 1s;
  }
  .bizworld-theme .mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
  }
  .bizworld-theme .mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
  }
  .bizworld-theme .mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(500px);
    opacity: 0;
  }
  .bizworld-theme .mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
  }
  .bizworld-theme .mfp-move-from-top {
    /* start state */
    /* animate in */
    /* animate out */
  }
  .bizworld-theme .mfp-move-from-top .mfp-content {
    vertical-align: top;
  }
  .bizworld-theme .mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
  }
  .bizworld-theme .mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
  }
  .bizworld-theme .mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
  }
  .bizworld-theme .mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
  }
  .bizworld-theme .mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
  }
  .bizworld-theme .mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
  }
  .bizworld-theme .mfp-3d-unfold {
    /* start state */
    /* animate in */
    /* animate out */
  }
  .bizworld-theme .mfp-3d-unfold .mfp-content {
    perspective: 2000px;
  }
  .bizworld-theme .mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
  }
  .bizworld-theme .mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
  }
  .bizworld-theme .mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .bizworld-theme .mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
  }
  .bizworld-theme .mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
  }
  .bizworld-theme .mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
  }
  .bizworld-theme .mfp-zoom-out {
    /* start state */
    /* animate in */
    /* animate out */
  }
  .bizworld-theme .mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
  }
  .bizworld-theme .mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  .bizworld-theme .mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
  }
  .bizworld-theme .mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
  }
  .bizworld-theme .mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
  }
  .bizworld-theme .mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
  }
  .bizworld-theme .list-title a {
    color: #1d2327;
  }
  .bizworld-theme .list-title a:hover, .bizworld-theme .list-title a:focus {
    color: #333333;
  }
  .bizworld-theme h1 {
    color: #0e0f53;
    font-family: "Montserrat", Sans-serif;
    font-size: 25px;
    font-weight: 500;
  }
  .bizworld-theme h2 {
    color: #333333;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 500;
  }
  .bizworld-theme h3 {
    color: #333333;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
  }
  .bizworld-theme input[type=button], .bizworld-theme input[type=submit] {
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #BE1E2D;
  }
  .bizworld-theme .elementor-button {
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #BE1E2D;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -khtml-border-radius: 100px;
    border-radius: 100px;
  }
  .bizworld-theme input[type=button]:hover, .bizworld-theme input[type=button]:focus {
    background-color: #333333;
  }
  .bizworld-theme input[type=submit]:hover, .bizworld-theme input[type=submit]:focus {
    background-color: #333333;
  }
  .bizworld-theme .bzw-primary-btn {
    background-color: #0e0f53 !important;
    border-color: #0e0f53 !important;
  }
  .bizworld-theme .bzw-primary-btn:is(:hover, :active, :focus) {
    background-color: #ff9911 !important;
    border-color: #ff9911 !important;
  }
  .bizworld-theme .bzw-secondary-btn {
    background-color: #0E0F53 !important;
    border-color: #0E0F53 !important;
  }
  .bizworld-theme .bzw-secondary-btn:is(:hover, :active, :focus) {
    background-color: #0E0F53 !important;
    border-color: #0E0F53 !important;
  }
  .bizworld-theme .select2-container .select2-results ::-webkit-scrollbar {
    width: 7px !important;
  }
  .bizworld-theme .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f5f5f5;
  }
  .bizworld-theme .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f5f5f5;
    color: inherit;
  }
  .bizworld-theme .select2-container.select2-container--open .select2-dropdown {
    top: -2px;
  }
  .bizworld-theme .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d3d3d3;
    height: 35px;
  }
  .bizworld-theme .select2-container .select2-search--dropdown .select2-search__field {
    padding-left: 8px;
  }
  .bizworld-theme .select2-container--default .select2-selection--single {
    border: none;
    height: fit-content;
  }
  .bizworld-theme .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
  }
  
  .bzw-loading {
    position: relative;
    vertical-align: middle;
    display: contents;
  }
  .bzw-loading:before {
    animation: ldrotating 1.2s linear infinite;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    border-top-color: #0e0f53;
    content: "";
    display: block;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 100;
  }
  
  h1.entry-title {
    display: var(--page-title-display);
  }
  
  .bizworld-theme e-page-transition {
    background-color: #ffbc7d;
  }
  
  @media only screen and (min-width: 801px) {
    .is_bzw_mobile {
      display: none !important;
    }
  }
  
  @media only screen and (max-width: 800px) {
    .is_bzw_desktop {
      display: none !important;
    }
  }
  
  @media (max-width: 1024px) {
    .bizworld-theme a {
      font-size: 15px;
    }
    .bizworld-theme button {
      font-size: 20px;
    }
    .bizworld-theme input[type=button], .bizworld-theme input[type=submit] {
      font-size: 20px;
    }
  }
  @media (max-width: 767px) {
    .bizworld-theme a {
      font-size: 15px;
    }
    .bizworld-theme button {
      font-size: 20px;
    }
    .bizworld-theme input[type=button], .bizworld-theme input[type=submit] {
      font-size: 20px;
    }
  }
  /* toggle */
  .inactiveMixin {
    content: "";
    position: absolute;
    display: block;
  }
  
  .beforeAnimation {
    -moz-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    -o-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    -webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  }
  
  .afterAnimation {
    box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
    -moz-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    -o-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    -webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  }
  
  .toggle-btn {
    width: 60px;
    height: 30px;
    margin: 10px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    border: 1px solid #e4e4e4;
    cursor: pointer;
    transition: background-color 0.4s ease-in-out;
  }
  .toggle-btn.active {
    background: #13c40e;
  }
  .toggle-btn.active .round-btn {
    left: 35px;
  }
  .toggle-btn .round-btn {
    display: inline-block;
    position: absolute;
    background: #f5f5f5;
    height: 28px;
    width: 28px;
    top: 0;
    left: 0px;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  }
  .toggle-btn .cb-value {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  
  /* checkbox */
  .bzw-checkbox {
    /* position: absolute;
      top: 6px;
      right: 10px;
      width: 24px;
      height: 20px; */
  }
  .bzw-checkbox .round {
    position: relative;
    padding: 0 !important;
  }
  .bzw-checkbox .round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    width: 28px;
    display: block;
  }
  .bzw-checkbox .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 8px;
    opacity: 0;
    position: absolute;
    top: 9px;
    transform: rotate(-45deg);
    width: 12px;
  }
  .bzw-checkbox .round input[type=checkbox] {
    visibility: hidden;
    display: none;
    opacity: 0;
  }
  .bzw-checkbox .round input[type=checkbox]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
  }
  .bzw-checkbox .round input[type=checkbox]:checked + label:after {
    opacity: 1;
  }
  
  /* Shop */
  .woocommerce ul.products li.product a img {
    padding: 0 50px;
    transition: all 0.5s;
  }
  .woocommerce ul.products li.product:hover a img {
    padding: 0 46px;
    margin: 0 0 8px;
  }


  /*# sourceMappingURL=global.css.map */
  