<br />
<b>Warning</b>:  include(mb_properties.php): Failed to open stream: No such file or directory in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>3</b><br />
<br />
<b>Warning</b>:  include(): Failed opening 'mb_properties.php' for inclusion (include_path='.:/opt/alt/php80/usr/share/pear:/opt/alt/php80/usr/share/php:/usr/share/pear:/usr/share/php') in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>3</b><br />
	

* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
			
	html,body
{
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
    position: relative;
    text-align: center;
    overflow-x: hidden;
    line-height: normal; /* Ensures no extra line height */
	font-family: "Manrope", serif;
}

input:focus {
  outline: none;
  border: none; /* Optional: Removes border if needed */
}
select:focus {
  outline: none;
  border: none; /* Optional: Removes border if needed */
}
textarea:focus {
  outline: none;
  border: none; /* Optional: Removes border if needed */
}

#dashboard_nav_control{
	display:none;
}

#mb-dashboard-navbar-mobile{
	display:none;
}

/** MB VIEW (MOBILE) **/
.mb-desktop-inline-block{
	display:none;
}
.mb-desktoponly{
	display:none;
}
#mb-desktoponly{
	display:none;
}
.mb-mobile-inline-block{
	display:inline-block;
}
.mb-mobileonly{
	display:block;
}
#mb-mobileonly{
	display:block;
}
.smenu{
	display:none;
}

/** MB WRAPPER (MOBILE) **/

.mb-wrapper-100{
	width:100%;
}
.mb-wrapper-95{
	width:90%;
}
.mb-wrapper-90{
	width:90%;
}
.mb-wrapper-85{
	width:90%;
}
.mb-wrapper-80{
	width:90%;
}
.mb-wrapper-60{
	width:90%;
}
.mb-wrapper-50{
	width:90%;
}
.mb-wrapper-40{
	width:90%;
}
.mb-wrapper-30{
	width:90%;
}
.mb-wrapper-20{
	width:90%;
}
.mb-wrapper-screen{
	width:100%;
	height:100vh;
}

/** MB DIALOG**/
#mbdialog{
	display:none;
}

/** MB SECTION (MOBILE) **/
.mb-section-100{
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
}
.mb-section-95{
	width:90%;
	margin:0 auto;
	text-align:center;
}
.mb-section-90{
	width:90%;
	margin:0 auto;
	text-align:center;
}
.mb-section-85{
	width:90%;
	margin:0 auto;
	text-align:center;
}
.mb-section-80{
	width:90%;
	margin:0 auto;
	text-align:center;
}

/** MB PADDING (MOBILE) **/
.mb-nopadding{
	padding:0;
}
.mb-updown-padding-small{
	padding-top:5px;
	padding-bottom:5px;
}

.mb-updown-padding-medium{
	padding-top:10px;
	padding-bottom:10px;
}

.mb-updown-padding-large{
	padding-top:20px;
	padding-bottom:20px;
}

.mb-updown-padding-xlarge{
	padding-top:40px;
	padding-bottom:40px;
}

.mb-updown-padding-xxlarge{
	padding-top:40px;
	padding-bottom:40px;
}



.mb-all-padding-small{
	padding:5px;
}

.mb-all-padding-medium{
	padding:10px;
}

.mb-all-padding-large{
	padding:20px;
}

.mb-all-padding-xlarge{
	padding:40px;
}

.mb-all-padding-xxlarge{
	padding:40px;
}

/** MB MARGIN (MOBILE) **/
.mb-nomargin{
	margin:0;
}
.mb-updown-margin-auto{
	margin-top:auto;
	margin-bottom:auto;
}
.mb-leftright-margin-auto{
	margin-left:auto;
	margin-right:auto;
}
.mb-updown-margin-small{
	margin-top:5px;
	margin-botton:5px;
}

.mb-updown-margin-medium{
	margin-top:10px;
	margin-botton:10px;
}

.mb-updown-margin-large{
	margin-top:20px;
	margin-botton:20px;
}

.mb-updown-margin-xlarge{
	margin-top:40px;
	margin-botton:40px;
}

.mb-updown-margin-xxlarge{
	margin-top:40px;
	margin-botton:40px;
}


.mb-all-margin-auto{
	margin:auto;
}

.mb-all-margin-small{
	margin:5px;
}

.mb-all-margin-medium{
	margin:10px;
}

.mb-all-margin-large{
	margin:20px;
}

.mb-all-margin-xlarge{
	margin:40px;
}

.mb-all-margin-xxlarge{
	margin:40px;
}

/** MB POSITION (MOBILE/DESKTOP) **/
.mb-position-fixed{
	position:fixed;
}
.mb-position-relative{
	position:relative;
}
.mb-position-absolute{
	position:absolute;
}
.mb-position-sticky{
    position: -webkit-sticky; /* Safari */
    position: sticky; /* Modern browsers */
}

/** MB LINE HEIGHT (MOBILE) **/
.mb-line-height-1-5{
	line-height:1.5;
}
.mb-line-height-1{
	line-height:1;
}
.mb-line-height-2{
	line-height:2;
}

/** MB SHADOW (MOBILE) **/
.mb-shadow-1{
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.mb-shadow-2{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.mb-shadow-3{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.mb-shadow-4{
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

/** MB BORDER RADIUS (MOBILE) **/
.mb-border-radius-5{
	border-radius:5px;
}
.mb-border-radius-10{
	border-radius:10px;
}
.mb-border-radius-15{
	border-radius:15px;
}
.mb-border-radius-20{
	border-radius:20px;
}
.mb-border-radius-25{
	border-radius:25px;
}
.mb-border-radius-50{
	border-radius:50px;
}
.mb-border-radius-circle{
	border-radius:50%;
}

/** MB BUTTON (MOBILE) **/
.mb-button{
	border:none;
	padding:15px;
}

/** MB CURSOR (MOBILE) **/
.mb-cursor:hover{
	cursor:pointer;
}
.mb-cursor-underline:hover{
	cursor:pointer;
	text-decoration:underline;
}

/** MB NO-BACKGROUND (MOBILE) **/
.mb-nobackground{
	background:none;
}
.mb-noborder{
	border:none;
}

/** MB FONT SIZE (MOBILE) **/
.mb-fontsize-xsmall{
	font-size:10px;
}
.mb-fontsize-small{
	font-size:12px;
}
.mb-fontsize-medium{
	font-size:14px;
}
.mb-fontsize-large{
	font-size:16px;
}
.mb-fontsize-xlarge{
	font-size:18px;
}
.mb-fontsize-xxlarge{
	font-size:20px;
}

.mb-fontsize-2xl{
	font-size:20px;
}
.mb-fontsize-3xl{
	font-size:25px;
}
.mb-fontsize-4xl{
	font-size:30px;
}
.mb-fontsize-5xl{
	font-size:40px;
}
.mb-fontsize-6xl{
	font-size:40px;
}
.mb-fontsize-7xl{
	font-size:40px;
}
.mb-fontsize-8xl{
	font-size:40px;
}


/** MB FONT PROPERTIES (MOBILE) **/
.mb-font-bold{
	font-weight:bold;
}
.mb-font-italics{ 
    font-style: italic;
}
.mb-font-underline{
	text-decoration: underline;
}

/** MB TEXT ALIGN (MOBILE) **/
.mb-textalign-left{
	text-align:left;
}
.mb-textalign-right{
	text-align:right;
}
.mb-textalign-center{
	text-align:center;
}
.mb-textalign-justify{
	text-align:justify;
}

.mb-center-child{
	display:flex;
	justify-content:center;
	place-items:center;
}

/** MB LOGO (MOBILE) **/
.mb-logo-long{
	max-width:240px;
}
.mb-logo-long-2{
	width:180px;
}
.mb-logo-short{
	max-width:30px;
}

/** MB MENU (MOBILE) **/
.mb-menu-buttons-right{
	width:100%;
	padding:0;
	margin:0;
	text-align:right;
}
.mb-menu-buttons-right button{
	padding:30px 0;
	border:none;
	margin:0 20px;
	background:none;
}

.mb-menu-buttons-right button:hover{
	cursor:pointer;
	color:<br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>444</b><br />
;
    /** box-shadow: inset 0 -2px 0 0 <br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>445</b><br />
; **/
}

.mb-menu-buttons-left{
	width:100%;
	padding:0;
	margin:0;
	text-align:left;
}
.mb-menu-buttons-left button{
	padding:30px 0;
	border:none;
	margin:0 20px;
	background:none;
}

.mb-menu-buttons-left button:hover{
	cursor:pointer;
	color:<br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>463</b><br />
;
    /** box-shadow: inset 0 -2px 0 0 <br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>464</b><br />
; **/
}

.mb-leftnav-button-noicon{
	width:95%;
}

.mb-leftnav-button-icon-2{
	width:95%;
	display:grid;
	grid-template-columns:15% 85%;
}

.mb-leftnav-button-icon-3{
	width:95%;
	display:grid;
	grid-template-columns:15% 70% 15%;
}

.mb-navgroup-divider{
	width:80%;
}

.mb-menu-buttons-block{
	width:100%;
	padding:0;
	margin:0;
	text-align:center;
}
.mb-menu-buttons-block button{
	width:90%;
	padding:20px 0;
	border:none;
	margin:5px auto;
	background:none;
	text-align:left;
}
.mb-menu-buttons-block button:hover{
	cursor:pointer;
	color:<br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>503</b><br />
;
    box-shadow: inset 0 -3px 0 0 <br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>504</b><br />
;
}


/** MB MARQUEE (MOBILE) **/
.mb-marquee{
	width:98%;
	padding:15px 2px;
	margin:0 auto;
	font-size:14px;
}


/** MB TOPBAR (MOBILE) **/
.mb-topbar-style-1{
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
}

.mb-topbar-style-2{
	width:100%;
	margin:0;
	padding:0;
	display:grid;
	grid-template-columns:15% 85%;
	text-align:left;
}

.mb-topbar-style-3{
	width:100%;
	margin:0;
	padding:0;
	display:grid;
	grid-template-columns:70% 30%;
	text-align:left;
}

.mb-topbar-style-4{
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
}
.mb-topbar-style-irregular-leftright{
	width:100%;
	margin:0;
	padding:0;
	display:grid;
	grid-template-columns:75% 25%;
	text-align:left;
}
.mb-topbar-style-irregular-rightleft{
	width:100%;
	margin:0;
	padding:0;
	display:grid;
	grid-template-columns:25% 75%;
	text-align:left;
}

/** MB NAVBAR (MOBILE) **/
.mb-navbar-style-1{
	width:100%;
	display:grid;
	grid-template-columns:40% 60%;
	text-align:left;
}

.mb-navbar-style-2{
	width:100%;
	display:grid;
	grid-template-columns:85% 15%;
	text-align:left;
}



/** MB SIDEBAR **/
.mb-navbar-style-1-mobile{
	display:none;
	width:60%;
	height:100vh;
	z-index:1000;
	position:fixed;
	top:0;
}

/** MB HOVER **/
.mb-hover-pointer:hover{
	cursor:pointer;
}
.mb-hover-pointer-shadow:hover{
	cursor:pointer;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

/** MB HEADER (MOBILE) **/
.mb-header-style-1{
	width:100%;
	margin:0;
	padding:0;
	height:auto;
	display:flex;
	justify-item:center;
	place-items:center;s
}

/** MB CONTENT BOX (MOBILE) **/
/** Content box left starts here **/
.mb-content-box-left{
	width:100%;
	margin:0;
}

.mb-content-box-left-header-xlarge{
	width:95%;
	margin:5px 0;
	font-size:40px;
	text-align:left;
}
.mb-content-box-left-header-large{
	width:95%;
	margin:5px 0;
	font-size:35px;
	text-align:left;
}
.mb-content-box-left-header-medium{
	width:95%;
	margin:5px 0;
	font-size:30px;
	text-align:left;
}
.mb-content-box-left-header-small{
	width:95%;
	margin:5px 0;
	font-size:25px;
	text-align:left;
}

.mb-content-box-left-header-xsmall{
	width:95%;
	margin:5px 0;
	font-size:18px;
	text-align:left;
}

.mb-content-box-left-paragraph-xlarge{
	width:95%;
	margin:5px 0;
	font-size:20px;
	text-align:left;
}
.mb-content-box-left-paragraph-large{
	width:95%;
	margin:5px 0;
	font-size:18px;
	text-align:left;
}
.mb-content-box-left-paragraph-medium{
	width:95%;
	margin:5px 0;
	font-size:16px;
	text-align:left;
}
.mb-content-box-left-paragraph-small{
	width:95%;
	margin:5px 0;
	font-size:14px;
	text-align:left;
}
.mb-content-box-left-paragraph-xsmall{
	width:95%;
	margin:5px 0;
	font-size:12px;
	text-align:left;
}

.mb-content-box-left-meta-large{
	width:95%;
	margin:5px 0;
	font-size:12px;
	text-align:left;
}
.mb-content-box-left-meta-medium{
	width:95%;
	margin:5px 0;
	font-size:10px;
	text-align:left;
}
.mb-content-box-left-meta-small{
	width:95%;
	margin:5px 0;
	font-size:8px;
	text-align:left;
}
.mb-content-box-left-horizontal-20{
	width:15%;
	margin:10px 0;
	border:2px solid <br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>704</b><br />
;
}
.mb-content-box-left-horizontal-10{
	width:10%;
	margin:10px 0;
	border:2px solid <br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>709</b><br />
;
}

.mb-content-box-left-btns{
	width:100%;
	margin:0;
	text-align:left;
}
.mb-content-box-left-btn-background{
	padding:10px 15px;
	margin:5px;
	background-color:<br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>720</b><br />
;
	border:2px solid <br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>721</b><br />
;
}
.mb-content-box-left-btn-nobackground{
	padding:10px 15px;
	margin:5px;
	background:none;
	border:2px solid <br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>727</b><br />
;
}
.mb-content-box-left-btn-background:hover{
	cursor:pointer;
}

.mb-content-box-left-btn-nobackground:hover{
	cursor:pointer;
	background-color:<br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>735</b><br />
;
}


/** Content box center starts here **/
.mb-content-box-center{
	width:100%;
	margin:0;
	text-align:center;
}

.mb-content-box-center-header-xlarge{
	width:95%;
	margin:5px auto;
	font-size:40px;
	text-align:center;
}
.mb-content-box-center-header-large{
	width:95%;
	margin:5px auto;
	font-size:35px;
	text-align:center;
}
.mb-content-box-center-header-medium{
	width:95%;
	margin:5px auto;
	font-size:30px;
	text-align:center;
}
.mb-content-box-center-header-small{
	width:95%;
	margin:5px auto;
	font-size:25px;
	text-align:center;
}

.mb-content-box-center-header-xsmall{
	width:95%;
	margin:5px auto;
	font-size:18px;
	text-align:center;
}

.mb-content-box-center-paragraph-xlarge{
	width:95%;
	margin:5px auto;
	font-size:20px;
	text-align:center;
}
.mb-content-box-center-paragraph-large{
	width:95%;
	margin:5px auto;
	font-size:18px;
	text-align:center;
}
.mb-content-box-center-paragraph-medium{
	width:95%;
	margin:5px auto;
	font-size:16px;
	text-align:center;
}
.mb-content-box-center-paragraph-small{
	width:95%;
	margin:5px auto;
	font-size:14px;
	text-align:center;
}
.mb-content-box-center-paragraph-xsmall{
	width:95%;
	margin:5px auto;
	font-size:12px;
	text-align:center;
}
.mb-content-box-center-meta-large{
	width:95%;
	margin:5px 0;
	font-size:12px;
	text-align:center;
}
.mb-content-box-center-meta-medium{
	width:95%;
	margin:5px 0;
	font-size:10px;
	text-align:center;
}
.mb-content-box-center-meta-small{
	width:95%;
	margin:5px 0;
	font-size:8px;
	text-align:center;
}
.mb-content-box-center-btns{
	width:100%;
	margin:0;
	text-align:center;
}
.mb-content-box-center-btn-background{
	padding:10px 15px;
	margin:5px;
	background-color:<br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>834</b><br />
;
	border:2px solid <br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>835</b><br />
;
}
.mb-content-box-center-btn-nobackground{
	padding:10px 15px;
	margin:5px;
	background:none;
	border:2px solid <br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>841</b><br />
;
}
.mb-content-box-center-btn-background:hover{
	cursor:pointer;
}

.mb-content-center-left-btn-nobackground:hover{
	cursor:pointer;
	background-color:<br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>849</b><br />
;
}



/** MB COLUMN (MOBILE) **/
.mb-column-1{
	width:98%;
	margin:0 auto;
}
.mb-column-2{
	width:98%;
}
.mb-column-3{
	width:98%;
}
.mb-column-4{
	width:98%;
}
.mb-column-5{
	width:98%;
}

.mb-column-2-irregular-left{
	width:98%;
}
.mb-column-2-irregular-right{
	width:98%;
}
.mb-irregular-column-4{
	width:98%;
}
.mb-column-dashboard{
	width:100%;
	text-align:center;
}

/** MB NAVIGATIONS & MENU **/
.mb-sidenav-sticky{
	width:60%;
	height:100vh;
    position:fixed;
    top: 0; /* Adjust this value as needed */
    z-index: 1000; /* To ensure it stays above other content */
}

#mb-dashboard-navbar-mobile{
	display:none;
}



/** MB ELLIPSIS (MOBILE) **/
.mb-ellipsis-7{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7; /* Limit to 4 lines */
    overflow: hidden;
    text-overflow: ellipsis;
}
.mb-ellipsis-6{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6; /* Limit to 4 lines */
    overflow: hidden;
    text-overflow: ellipsis;
}
.mb-ellipsis-5{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; /* Limit to 4 lines */
    overflow: hidden;
    text-overflow: ellipsis;
}
.mb-ellipsis-4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* Limit to 4 lines */
    overflow: hidden;
    text-overflow: ellipsis;
}
.mb-ellipsis-3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    overflow: hidden;
    text-overflow: ellipsis;
}
.mb-ellipsis-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    overflow: hidden;
    text-overflow: ellipsis;
}
.mb-ellipsis-1{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* Limit to 1 line */
    overflow: hidden;
    text-overflow: ellipsis;
}


/** MB POST BOX (MOBILE) **/
.mb-post-box-column-2{
	width:100%;
	margin:15px auto;
	display:grid;
	grid-template-columns:35% 65%;
}
.mb-post-box-column-2 img{
	width:90%;
}

.mb-post-box-column-1{
	width:100%;
	margin:15px auto;
}
.mb-post-box-column-1-img{
	width:100%;
}
.mb-cover-on-hover-wrapper {
    width: 100%;
    position: relative;
}

.mb-cover-on-hover-overlap {
    position: absolute;
    width: 100%;
    top: 0;
    height: 99%;
    z-index: 900;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center; /* Center the content */
    text-align: center;
    opacity: 0; /* Initially invisible */
    visibility: hidden; /* Initially hidden */
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; 
}

.mb-cover-on-hover-wrapper:hover .mb-cover-on-hover-overlap {
    opacity: 1; /* Fade in */
    visibility: visible; /* Make it visible */
}
.mb-cover-on-hover button{
	border:none;
	padding:15px 25px;
}

/** MB USER DATA BOX (MOBILE) **/
.mb-user-data-column-2{
	width:100%;
	margin:15px auto;
	display:grid;
	grid-template-columns:15% 80%;
}
.mb-user-data-column-2 img{
	width:50px;
	height:50px;
}

.mb-user-data-column-3{
	width:100%;
	display:grid;
	grid-template-columns:25% 60% 15%;
}
.mb-user-data-column-3 img{
	width:40px;
	height:40px;
}

.mb-forum-data-column-2{
	width:100%;
	margin:15px auto;
	display:grid;
	grid-template-columns:12% 88%;
}
.mb-forum-data-column-2 img{
	width:40px;
	height:40px;
}


/** MB PROGRESS BAR (MOBILE)**/
.mb-progress-bar-1-wrapper{
	width:98%;
}
.mb-progress-bar-1-title{
	width:98%;
	text-align:left;
}
.mb-progress-bar-1-bar-outer{
	width:98%;
	background-color:#F3F3F3;
}
.mb-progress-bar-1-bar-inner{
	position:relative;
	background-color:<br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>1049</b><br />
;
	display:grid;
	grid-template-columns:90% 10%;
}
.mb-progress-bar-1-bar-inner>div{
	width:100%;
	padding:3px 0;
	background-color:<br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>1056</b><br />
;
}
.mb-progress-bar-1-bar-inner>span{
	display:inline-block;
	position:absolute;
	right:0;
	top:-15px;
	padding:10px 8px;
	background-color:<br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>1064</b><br />
;
	width:25px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	color:#fff;
}
.mb-progress-bar-1-label-column{
  margin:20px 0;		
  display:grid;
  grid-template-columns:50% 50%;
}
.mb-progress-bar-1-label-left{
	text-align:left;
	padding:0;
	margin:0;
}
.mb-progress-bar-1-label-right{
	text-align:right;
	padding:0;
	margin:0;
}

.mb-progress-bar-2-wrapper{
	width:100%;
}

.mb-progress-bar-2-circle-outer{
    width: 150px;
    height: 150px;
    border-radius: 50%;
     position: relative;
}

.mb-progress-bar-2-circle-inner {
    content: '';
    width: 142px; /* Adjust this to change the inner circle size */
    height: 142px; /* Adjust this to change the inner circle size */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	display:flex;
	justify-content:center;
	place-items:center;
}
.mb-progress-bar-2-caption{
	width:100%;
	text-align:center;
}



/** MB SCROLLER (DESKTOP)**/
.mb-scroller-left{
	position:absolute;
	left:-20px;
	top:40%;
	z-index:999;
	border:none;
}

.mb-scroller-right{
	position:absolute;
	right:-20px;
	top:40%;
	z-index:999;
	border:none;
}

.mb-scroll-container{
    display: flex;
    overflow-x: scroll; /* Enable horizontal scrolling */
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
}

.mb-scroll-container::-webkit-scrollbar {
            display: none;
        }

/* Hide scrollbar for IE, Edge, and Firefox */
.mb-scroll-container {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
 }
 
.mb-scroll-container-item {
    flex: 0 0 auto; /* Ensure child elements don't shrink or grow */
    width:80%; /* Set a fixed width for child elements */
    margin:0 10px;
    background-color:yellow; /* Optional: Add background color */
    text-align: center; /* Optional: Center text */
	padding:0;
}

/** MB FOOTER (DESKTOP)**/
.mb-footer-1-wrapper{
	width:100%;
	text-align:center;
}
.mb-footer-1-column-80{
	width:80%;
}
.mb-footer-1-column-85{
	width:85%;
}
.mb-footer-1-column-90{
	width:90%;
}
.mb-footer-1-column-90{
	width:90%;
}
.mb-footer-1-column-95{
	width:90%;
}
.mb-footer-1-column-100{
	width:100%;
}

.mb-footer-1-box{
	width:98%;
	margin:10px 0;
	text-align:left;
}

.mb-footer-1-box-caption{
	width:90%;
	height:35px;
	text-align:left;
	margin-top:20px;
}
.mb-footer-1-box-caption h1,h2,h3,h4,h5,h6,p{
	width:100%;
	padding:0;
	margin:0;
}
.mb-footer-1-box-caption img{
	max-width:70%;
	margin-top:0;
	margin-top:0;
}
.mb-footer-1-box-paragraph{
	width:90%;
	text-align:left;
}


/** MB FLOATING CHAT (MOBILE)**/
.mb-floating-chat-button-1{
	position:fixed;
	bottom:25px;
	right:15px;
	padding:16px 18px;
	border:none;
	border-radius:30px 30px 10px 30px;
	font-size:25px;
}

/** MB FORM (DESKTOP) **/
.mb-form-wrapper{
	width:100%;
	text-align:center;
}

.mb-form-input-wrapper{
	width:100%;
	text-align:left;
}
.mb-form-input-wrapper label{
	display:inline-block;
}
.mb-form-input{
	width:100%;
}

.mb-form-input-half{
	width:100%;
}
.mb-form-input-noicon{
	width:100%;
}
.mb-form-input-noicon-half{
	width:100%;
}
.mb-form-input-icon{
	width:100%;
	display:grid;
	grid-template-columns:20% 80%;
}
.mb-form-input-icon-half{
	width:100%;
	display:grid;
	grid-template-columns:20% 80%;
}
.mb-form-input-icon button{
	width:100%;
	border-radius:4px 0 0 4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
}
.mb-form-input-icon input{
	width:99%;
	border-radius:0 4px 4px 0;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-icon input:focus {
    outline: none;
}


.mb-form-input-icon-half button{
	width:100%;
	border-radius:4px 0 0 4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
}
.mb-form-input-icon-half input{
	width:99%;
	border-radius:0 4px 4px 0;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-icon-half input:focus {
    outline: none;
}

.mb-form-input-noicon-half input{
	width:99%;
	border-radius:4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-noicon-half input:focus {
    outline: none;
}

.mb-form-input-noicon-half select{
	width:100%;
	border-radius:4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-noicon-half select:focus {
    outline: none;
}

.mb-form-input-noicon input{
	width:98%;
	border-radius:4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-noicon input:focus {
    outline: none;
}

.mb-form-input-noicon select{
	width:99%;
	border-radius:4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-noicon select:focus {
    outline: none;
}

.mb-form-input-noicon textarea{
	width:99%;
	min-height:120px;
	border-radius:4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-noicon textarea:focus {
    outline: none;
}

.mb-form-input button{
	width:100%;
	border-radius:0;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
}
.mb-form-input input{
	width:99%;
	border-radius:0;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input input:focus {
    outline: none;
}

.mb-form-input select{
	width:100%;
	border-radius:0;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input select:focus {
    outline: none;
}

.mb-form-input textarea{
	width:100%;
	min-height:120px;
	border-radius:0;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input textarea:focus {
    outline: none;
}

/** DIALOG SCREEN DISPLAY **/
#mb-login-dialog{
	display:none;
}

/** MB SEARCH BAR (MOBILE)**/

.mb-sidenav-search-1{
	width:95%;
	display:grid;
	grid-template-columns:15% 85%;
}

.mb-sidenav-search-1 input{
	width:95%;
	border:none;
	background:none;
}
.mb-sidenav-search-1 input:focus{
	outline:none;
}
.mb-sidenav-search-1 button{
	width:95%;
	border:none;
	background:none;
}

/** MB LIST STYLE **/
.mb-list-vertical-bottomborder{
	width:100%;
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
}

.mb-list-vertical-bottomborder li{
	box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}


/** MB TABLE (MOBILE)**/
.mb-table-style1-3-col{
	width:98%;
	display:grid;
	grid-template-columns:30% 60% 10%;
	text-align:left;
}


/** MB LOADER **/
.mb-loader1  {
  animation: rotate 1s infinite;  
  height: 50px;
  width: 50px;
}

.mb-loader1:before,
.mb-loader1:after {   
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;  
  width: 20px;
}
.mb-loader1:before {
  animation: ball1 1s infinite;  
  background-color: #cb2025;
  box-shadow: 30px 0 0 #f8b334;
  margin-bottom: 10px;
}
.mb-loader1:after {
  animation: ball2 1s infinite; 
  background-color: #00a096;
  box-shadow: 30px 0 0 #97bf0d;
}

@keyframes rotate {
  0% { 
    -webkit-transform: rotate(0deg) scale(0.8); 
    -moz-transform: rotate(0deg) scale(0.8);
  }
  50% { 
    -webkit-transform: rotate(360deg) scale(1.2); 
    -moz-transform: rotate(360deg) scale(1.2);
  }
  100% { 
    -webkit-transform: rotate(720deg) scale(0.8); 
    -moz-transform: rotate(720deg) scale(0.8);
  }
}

@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 #f8b334;
  }
  50% {
    box-shadow: 0 0 0 #f8b334;
    margin-bottom: 0;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
  }
}

@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #97bf0d;
  }
  50% {
    box-shadow: 0 0 0 #97bf0d;
    margin-top: -20px;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #97bf0d;
    margin-top: 0;
  }
}

/** MB GLOW **/

.mb-glow{
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
    animation: soft-glow 3s ease-in-out infinite;
}

@keyframes soft-glow {
    0% {
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.3), 0 0 10px rgba(255, 255, 255, 0.3);
    }
    50% {
        box-shadow: 0 0 8px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.3), 0 0 10px rgba(255, 255, 255, 0.3);
    }
}

/** MB FLEXBOX DESKTOP**/

.mb-flex-container-space {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adds space between images */
    align-items: stretch; /* Ensures all images have the same height */
}

.mb-flex-item-space img {
    width: auto; /* Keeps original aspect ratio for varying widths */
    object-fit: cover; /* Ensures image fills its container as needed */
}

.mb-flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* Ensures all images have the same height */
}
.mb-flex-item {
    flex: 1 1 0; /* Allows items to grow and shrink as needed */
}
.mb-flex-item img {
    width: auto; /* Keeps original aspect ratio for varying widths */
    object-fit: cover; /* Ensures image fills its container as needed */
    margin: 0; /* Removes any spacing */
    border-radius: 0; /* Removes any rounding if not needed */
}

/** BACKGROUND IMAGE CLIP**/
.mb-background-clip{
  background-clip: content-box;
}


/** CUSTOM CSS **/
#imageDialog{
	display:none;
}

#changecolor:hover{
	background-color:#e0ebed;
}
.gradient-button {
      background: linear-gradient(45deg, #128fc0, #77C196);
      border: none;
      color: white;
      font-weight: bold;
      cursor: pointer;
      transition: transform 0.2s, box-shadow 0.2s;
    }

    .gradient-button:hover {
      transform: scale(1.05);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

.gradient-button:active {
      transform: scale(0.98);
    }
.gradient-text {
      background: linear-gradient(45deg, #128fc0, #77C196);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
.gradient-border {
      display: inline-block;
      padding: 15px; /* Inner padding for content */
      border-radius: 5px; /* Rounded corners */
      background: linear-gradient(45deg, #128fc0, #77C196); /* Gradient for the border */
      position: relative;
      overflow: hidden;
    }

    .gradient-border::before {
      content: '';
      position: absolute;
      top: 2px;
      left: 2px;
      right: 2px;
      bottom: 2px;
      background: #fff; /* Inner content background */
      z-index: 1;
      border-radius: 4px; /* Match the inner border-radius */
    }

    .gradient-border > span {
      position: relative;
      z-index: 2;
      background: linear-gradient(45deg, #128fc0, #77C196);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      transition: color 0.5s ease; /* Smooth color transition */
    }	
	
	/* Hover Effect */
    .gradient-border:hover::before {
      background: linear-gradient(45deg, #128fc0, #77C196); /* Fill the background with gradient */
    }

    .gradient-border:hover > span {
      color: #fff; /* Change text color to white */
      -webkit-text-fill-color: white; /* For better cross-browser support */
      background: none; /* Remove text gradient */
    }

 .scrolled {
      background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent white */
    }

.slide-in-top {
	-webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.slide-in-left {
	-webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.accordion {
  cursor: pointer;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}
.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  width: 96%;
  display: none;
  text-align:justify;
  overflow: hidden;
}
.panel p{
	font-size:16px;
	margin:4px;
}



.scale-in-center {
	-webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.mbdialog{
	display:none;
}









 /* For desktop: */
@media only screen and (min-width: 768px) {
	
	html{
		scroll-behavior: smooth;
		  --scrollbarBG: #CFD8DC;
        --thumbBG: #90A4AE;
	}
	a{
		text-decoration:none;
	}
 
 body{
	margin:0;
	padding:0;
	overflow-x: hidden;
	background-color:white;
	text-align:center;
	position:relative;
	scrollbar-width: thin;
	scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

	body::-webkit-scrollbar {
	  width: 15px;
	}

	body::-webkit-scrollbar-track {
	  background: var(--scrollbarBG);
	}
	body::-webkit-scrollbar-thumb {
	  background-color: var(--thumbBG) ;
	  border-radius: 6px;
	  border: 3px solid var(--scrollbarBG);
	}

/** MB VIEW (DESKTOP) **/
.mb-desktop-inline-block{
	display:inline-block;
}
.mb-desktoponly{
	display:block;
}
#mb-desktoponly{
	display:block;
}
.mb-mobile-inline-block{
	display:none;
}
.mb-mobileonly{
	display:none;
}
#mb-mobileonly{
	display:none;
}
.smenu{
	display:none;
}

/** MB WRAPPER (DESKTOP) **/
.mb-wrapper-100{
	width:100%;
}
.mb-wrapper-95{
	width:95%;
}
.mb-wrapper-90{
	width:90%;
}
.mb-wrapper-85{
	width:85%;
}
.mb-wrapper-80{
	width:80%;
}
.mb-wrapper-60{
	width:60%;
}
.mb-wrapper-50{
	width:50%;
}
.mb-wrapper-40{
	width:40%;
}
.mb-wrapper-30{
	width:30%;
}
.mb-wrapper-20{
	width:20%;
}

.mb-wrapper-screen{
	width:100%;
	height:100vh;
}

/** MB SECTION (DESKTOP) **/
.mb-section-100{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.mb-section-95{
	width:95%;
	margin:0 auto;
	text-align:center;
}
.mb-section-90{
	width:90%;
	margin:0 auto;
	text-align:center;
}
.mb-section-85{
	width:85%;
	margin:0 auto;
	text-align:center;
}
.mb-section-80{
	width:80%;
	margin:0 auto;
	text-align:center;
}

/** MB PADDING (DESKTOP) **/
.mb-updown-padding-small{
	padding-top:5px;
	padding-bottom:5px;
}

.mb-updown-padding-medium{
	padding-top:10px;
	padding-bottom:10px;
}

.mb-updown-padding-large{
	padding-top:20px;
	padding-bottom:20px;
}

.mb-updown-padding-xlarge{
	padding-top:40px;
	padding-bottom:40px;
}

.mb-updown-padding-xxlarge{
	padding-top:80px;
	padding-bottom:80px;
}


.mb-all-padding-small{
	padding:5px;
}

.mb-all-padding-medium{
	padding:10px;
}

.mb-all-padding-large{
	padding:20px;
}

.mb-all-padding-xlarge{
	padding:40px;
}

.mb-all-padding-xxlarge{
	padding:80px;
}


/** MB MARGIN (DESKTOP) **/
.mb-updown-margin-auto{
	margin-top:auto;
	margin-bottom:auto;
}
.mb-leftright-margin-auto{
	margin-left:auto;
	margin-right:auto;
}

.mb-updown-margin-small{
	margin-top:5px;
	margin-botton:5px;
}

.mb-updown-margin-medium{
	margin-top:10px;
	margin-botton:10px;
}

.mb-updown-margin-large{
	margin-top:20px;
	margin-botton:20px;
}

.mb-updown-margin-xlarge{
	margin-top:40px;
	margin-botton:40px;
}

.mb-updown-margin-xxlarge{
	margin-top:80px;
	margin-botton:80px;
}


.mb-all-margin-auto{
	margin:auto;
}
.mb-all-margin-small{
	margin:5px;
}

.mb-all-margin-medium{
	margin:10px;
}

.mb-all-margin-large{
	margin:20px;
}

.mb-all-margin-xlarge{
	margin:40px;
}

.mb-all-margin-xxlarge{
	margin:80px;
}

/** MB SHADOW (DESKTOP) **/
.mb-shadow-1{
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.mb-shadow-2{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.mb-shadow-3{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.mb-shadow-4{
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

/** MB BORDER RADIUS (DESKTOP) **/
.mb-border-radius-5{
	border-radius:5px;
}
.mb-border-radius-10{
	border-radius:10px;
}
.mb-border-radius-15{
	border-radius:15px;
}
.mb-border-radius-20{
	border-radius:20px;
}
.mb-border-radius-25{
	border-radius:25px;
}
.mb-border-radius-50{
	border-radius:50px;
}
.mb-border-radius-circle{
	border-radius:50%;
}
.mb-noborder{
	border:none;
}

/** MB BUTTON (DESKTOP) **/
.mb-button{
	border:none;
}
/** MB CURSOR (DESKTOP) **/
.mb-cursor{
	cursor:pointer;
}
/** MB ELEMENT FLOAT (DESKTOP) **/
.mb-btn-float-left{
	float:left;
}
.mb-btn-float-right{
	float:right;
}

/** MB NO-BACKGROUND (DESKTOP) **/
.mb-nobackground{
	background:none;
}
.mb-noborder{
	border:none;
}

/** MB FONT SIZE (DESKTOP) **/
.mb-fontsize-xsmall{
	font-size:10px;
}
.mb-fontsize-small{
	font-size:12px;
}
.mb-fontsize-medium{
	font-size:14px;
}
.mb-fontsize-large{
	font-size:16px;
}
.mb-fontsize-xlarge{
	font-size:18px;
}
.mb-fontsize-xxlarge{
	font-size:20px;
}

.mb-fontsize-2xl{
	font-size:20px;
}
.mb-fontsize-3xl{
	font-size:30px;
}
.mb-fontsize-4xl{
	font-size:40px;
}
.mb-fontsize-5xl{
	font-size:50px;
}
.mb-fontsize-6xl{
	font-size:60px;
}
.mb-fontsize-7xl{
	font-size:70px;
}
.mb-fontsize-8xl{
	font-size:80px;
}

/** MB FONT PROPERTIES (DESKTOP) **/
.mb-font-bold{
	font-weight:bold;
}
.mb-font-italics{ 
    font-style: italic;
}
.mb-font-underline{
	text-decoration: underline;
}

/** MB TEXT ALIGN (DESKTOP) **/
.mb-textalign-left{
	text-align:left;
}
.mb-textalign-right{
	text-align:right;
}
.mb-textalign-center{
	text-align:center;
}
.mb-textalign-justify{
	text-align:justify;
}
.mb-center-child{
	display:flex;
	justify-content:center;
	place-items:center;
}

/** MB LOGO (DESKTOP) **/
.mb-logo-long{
	max-width:300px;
}
.mb-logo-long-2{
	max-width:180px;
}
.mb-logo-short{
	max-width:40px;
}

/** MB MENU (DESKTOP) **/
.mb-menu-buttons-right{
	width:100%;
	padding:0;
	margin:0;
	text-align:right;
}
.mb-menu-buttons-right button{
	padding:30px 0;
	border:none;
	margin:0 20px;
	background:none;
}

.mb-menu-buttons-right button:hover{
	cursor:pointer;
	color:<br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>2196</b><br />
;
    box-shadow: inset 0 -2px 0 0 <br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>2197</b><br />
;
}

.mb-menu-buttons-left{
	width:100%;
	padding:0;
	margin:0;
	text-align:left;
}
.mb-menu-buttons-left button{
	padding:30px 0;
	border:none;
	margin:0 20px;
	background:none;
}

.mb-menu-buttons-left button:hover{
	cursor:pointer;
	color:<br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>2215</b><br />
;
    box-shadow: inset 0 -2px 0 0 <br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>2216</b><br />
;
}

.mb-leftnav-button-noicon{
	width:95%;
}

.mb-leftnav-button-icon-2{
	width:95%;
	display:grid;
	grid-template-columns:15% 85%;
}

.mb-leftnav-button-icon-3{
	width:95%;
	display:grid;
	grid-template-columns:15% 70% 15%;
}

.mb-navgroup-divider{
	width:80%;
}



/** MB MARQUEE (DESKTOP) **/
.mb-marquee{
	width:98%;
	padding:15px 2px;
	margin:0 auto;
	font-size:14px;
}

/** MB TOPBAR (DESKTOP) **/
.mb-topbar-style-1{
	width:100%;
	margin:0;
	padding:0;
	display:grid;
	grid-template-columns:30% 55% 15%;
	text-align:left;
}

.mb-topbar-style-2{
	width:100%;
	margin:0;
	padding:0;
	display:grid;
	grid-template-columns:10% 90%;
	text-align:left;
}

.mb-topbar-style-3{
	width:100%;
	margin:0;
	padding:0;
	display:grid;
	grid-template-columns:30% 30% 25% 15%;
	text-align:left;
}

.mb-topbar-style-4{
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
}

.mb-topbar-style-irregular-leftright{
	width:100%;
	margin:0;
	padding:0;
	display:grid;
	grid-template-columns:75% 25%;
	text-align:left;
}
.mb-topbar-style-irregular-rightleft{
	width:100%;
	margin:0;
	padding:0;
	display:grid;
	grid-template-columns:25% 75%;
	text-align:left;
}

/** MB NAVBAR (DESKTOP) **/
.mb-navbar-style-1{
	width:100%;
	display:grid;
	grid-template-columns:40% 60%;
	text-align:left;
}

.mb-navbar-style-2{
	width:100%;
	display:grid;
	grid-template-columns:70% 30%;
	text-align:left;
}


/** MB SIDEBAR **/
.mb-siderbar-slider-mobile{
	display:none;
}

/** MB HEADER (DESKTOP) **/
.mb-header-style-1{
	width:100%;
	margin:0;
	padding:0;
	height:auto;
}

/** MB CONTENT BOX (DESKTOP) **/
/** Content box left starts here **/
.mb-content-box-left{
	width:90%;
	margin:0;
}

.mb-content-box-left-header-xlarge{
	width:95%;
	margin:5px 0;
	font-size:80px;
	text-align:left;
}
.mb-content-box-left-header-large{
	width:95%;
	margin:5px 0;
	font-size:65px;
	text-align:left;
}
.mb-content-box-left-header-medium{
	width:95%;
	margin:5px 0;
	font-size:40px;
	text-align:left;
}
.mb-content-box-left-header-small{
	width:95%;
	margin:5px 0;
	font-size:25px;
	text-align:left;
}
.mb-content-box-left-header-xsmall{
	width:95%;
	margin:5px 0;
	font-size:20px;
	text-align:left;
}

.mb-content-box-left-paragraph-xlarge{
	width:95%;
	margin:5px 0;
	font-size:25px;
	text-align:left;
}
.mb-content-box-left-paragraph-large{
	width:95%;
	margin:5px 0;
	font-size:20px;
	text-align:left;
}
.mb-content-box-left-paragraph-medium{
	width:95%;
	margin:5px 0;
	font-size:18px;
	text-align:left;
}
.mb-content-box-left-paragraph-small{
	width:95%;
	margin:5px 0;
	font-size:16px;
	text-align:left;
}
.mb-content-box-left-paragraph-xsmall{
	width:95%;
	margin:5px 0;
	font-size:14px;
	text-align:left;
}

.mb-content-box-left-meta-large{
	width:95%;
	margin:5px 0;
	font-size:14px;
	text-align:left;
}
.mb-content-box-left-meta-medium{
	width:95%;
	margin:5px 0;
	font-size:12px;
	text-align:left;
}
.mb-content-box-left-meta-small{
	width:95%;
	margin:5px 0;
	font-size:10px;
	text-align:left;
}

.mb-content-box-left-horizontal-20{
	width:20%;
	margin:10px 0;
	border:2px solid <br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>2421</b><br />
;
}

.mb-content-box-left-horizontal-10{
	width:10%;
	margin:10px 0;
	border:2px solid <br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>2427</b><br />
;
}

.mb-content-box-left-btns{
	width:100%;
	margin:0;
	text-align:left;
}
.mb-content-box-left-btn-background{
	padding:15px 25px;
	margin:5px;
	background-color:<br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>2438</b><br />
;
	border:2px solid <br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>2439</b><br />
;
}
.mb-content-box-left-btn-nobackground{
	padding:15px 25px;
	margin:5px;
	background:none;
	border:2px solid <br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>2445</b><br />
;
}
.mb-content-box-left-btn-background:hover{
	cursor:pointer;
}

.mb-content-box-left-btn-nobackground:hover{
	cursor:pointer;
	background-color:<br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>2453</b><br />
;
}

/** Content box center starts here **/
.mb-content-box-center{
	width:90%;
	margin:0;
	text-align:center;
}
.mb-content-box-center-header-xlarge{
	width:95%;
	margin:5px auto;
	font-size:80px;
	text-align:center;
}
.mb-content-box-center-header-large{
	width:95%;
	margin:5px auto;
	font-size:65px;
	text-align:center;
}
.mb-content-box-center-header-medium{
	width:95%;
	margin:5px auto;
	font-size:40px;
	text-align:center;
}
.mb-content-box-center-header-small{
	width:95%;
	margin:5px auto;
	font-size:25px;
	text-align:center;
}
.mb-content-box-center-header-xsmall{
	width:95%;
	margin:5px auto;
	font-size:20px;
	text-align:center;
}

.mb-content-box-center-paragraph-xlarge{
	width:95%;
	margin:5px auto;
	font-size:25px;
	text-align:center;
}
.mb-content-box-center-paragraph-large{
	width:95%;
	margin:5px auto;
	font-size:20px;
	text-align:center;
}
.mb-content-box-center-paragraph-medium{
	width:95%;
	margin:5px auto;
	font-size:18px;
	text-align:center;
}
.mb-content-box-center-paragraph-small{
	width:95%;
	margin:5px auto;
	font-size:16px;
	text-align:center;
}

.mb-content-box-center-paragraph-xsmall{
	width:95%;
	margin:5px auto;
	font-size:14px;
	text-align:center;
}
.mb-content-box-center-meta-large{
	width:95%;
	margin:5px 0;
	font-size:14px;
	text-align:center;
}
.mb-content-box-center-meta-medium{
	width:95%;
	margin:5px 0;
	font-size:12px;
	text-align:center;
}
.mb-content-box-center-meta-small{
	width:95%;
	margin:5px 0;
	font-size:10px;
	text-align:center;
}
.mb-content-box-center-btns{
	width:100%;
	margin:0;
	text-align:center;
}
.mb-content-box-center-btn-background{
	padding:15px 25px;
	margin:5px;
	background-color:<br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>2550</b><br />
;
	border:2px solid <br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>2551</b><br />
;
}
.mb-content-box-center-btn-nobackground{
	padding:15px 25px;
	margin:5px;
	background:none;
	border:2px solid <br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>2557</b><br />
;
}
.mb-content-box-center-btn-background:hover{
	cursor:pointer;
}

.mb-content-box-center-btn-nobackground:hover{
	cursor:pointer;
	background-color:<br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>2565</b><br />
;
}



/** MB COLUMN (DESKTOP) **/
.mb-column-1{
	width:100%;
	text-align:center;
}
.mb-column-2{
	width:100%;
	display: grid;
    grid-template-columns: 50% 50%;
	text-align:center;
}
.mb-column-3{
	width:100%;
	display: grid;
    grid-template-columns: repeat(3, 1fr); /* Create 2 equal columns */
	text-align:center;
}
.mb-column-4{
	width:100%;
	display: grid;
    grid-template-columns: repeat(4, 1fr); /* Create 4 equal columns */
	text-align:center;
}
.mb-column-5{
	width:100%;
	display: grid;
    grid-template-columns: repeat(5, 1fr); /* Create 5 equal columns */
	text-align:center;
}
.mb-column-2-irregular-left{
	width:100%;
	display: grid;
    grid-template-columns: 30% 70%;
	text-align:center;
}
.mb-column-2-irregular-right{
	width:100%;
	display: grid;
    grid-template-columns: 70% 30%;
	text-align:center;
}
.mb-irregular-column-4{
	display:grid;
	grid-template-columns:22% 22% 22% 34%;
}
.mb-column-dashboard{
	width:100%;
	display: grid;
    grid-template-columns: 18% 82%;
	text-align:center;
}

/** MB NAVIGATIONS & MENU **/
.mb-sidenav-sticky{
	width:100%;
	height:100vh;
    position: -webkit-sticky; /* Safari */
    position: sticky; /* Modern browsers */
    top: 0; /* Adjust this value as needed */
    z-index: 1000; /* To ensure it stays above other content */
}

/** MB POST BOX (DESKTOP) **/
.mb-post-box-column-2{
	width:100%;
	margin:15px auto;
	display:grid;
	grid-template-columns:30% 70%;
}
.mb-post-box-column-2 img{
	width:90%;
}

.mb-post-box-column-1{
	width:100%;
	margin:15px auto;
}
.mb-post-box-column-1-img{
	width:100%;
}
.mb-cover-on-hover-wrapper {
    width: 100%;
    position: relative;
}

.mb-cover-on-hover-overlap {
    position: absolute;
    width: 100%;
    top: 0;
    height: 99%;
    z-index: 900;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center; /* Center the content */
    text-align: center;
    opacity: 0; /* Initially invisible */
    visibility: hidden; /* Initially hidden */
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; 
}

.mb-cover-on-hover-wrapper:hover .mb-cover-on-hover-overlap {
    opacity: 1; /* Fade in */
    visibility: visible; /* Make it visible */
}
.mb-cover-on-hover button{
	border:none;
	padding:15px 25px;
}

/** MB USER DATA BOX (DESKTOP) **/
.mb-user-data-column-2{
	width:100%;
	margin:15px auto;
	display:grid;
	grid-template-columns:15% 80%;
}
.mb-user-data-column-2 img{
	width:60px;
	height:60px;
}

.mb-user-data-column-3{
	width:100%;
	display:grid;
	grid-template-columns:25% 60% 15%;
}
.mb-user-data-column-3 img{
	width:45px;
	height:45px;
}

.mb-forum-data-column-2{
	width:100%;
	margin:15px auto;
	display:grid;
	grid-template-columns:8% 92%;
}
.mb-forum-data-column-2 img{
	width:45px;
	height:45px;
}


/** MB PROGRESS BAR (DESKTOP)**/
.mb-progress-bar-1-wrapper{
	width:100%;
}
.mb-progress-bar-1-title{
	width:100%;
	text-align:left;
}
.mb-progress-bar-1-bar-outer{
	width:100%;
	background-color:#F3F3F3;
}
.mb-progress-bar-1-bar-inner{
	position:relative;
	background-color:<br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>2728</b><br />
;
	display:grid;
	grid-template-columns:90% 10%;
}
.mb-progress-bar-1-bar-inner>div{
	width:100%;
	padding:3px 0;
	background-color:<br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>2735</b><br />
;
}
.mb-progress-bar-1-bar-inner>span{
	display:inline-block;
	position:absolute;
	right:0;
	top:-15px;
	padding:10px 8px;
	background-color:<br />
<b>Warning</b>:  Undefined variable $btncolor in <b>/home/reapfije/public_html/rps/referral/agent/mbstyles.php</b> on line <b>2743</b><br />
;
	width:25px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	color:#fff;
}
.mb-progress-bar-1-label-column{
  display:grid;
  grid-template-columns:50% 50%;
}
.mb-progress-bar-1-label-left{
	text-align:left;
	padding:0;
	margin:0;
}
.mb-progress-bar-1-label-right{
	text-align:right;
	padding:0;
	margin:0;
}

.mb-progress-bar-2-wrapper{
	width:100%;
}

.mb-progress-bar-2-circle-outer{
    width: 150px;
    height: 150px;
    border-radius: 50%;
     position: relative;
}

.mb-progress-bar-2-circle-inner {
    content: '';
    width: 142px; /* Adjust this to change the inner circle size */
    height: 142px; /* Adjust this to change the inner circle size */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	display:flex;
	justify-content:center;
	place-items:center;
}
.mb-progress-bar-2-caption{
	width:100%;
	text-align:center;
}




/** MB SCROLLER (DESKTOP)**/
.mb-scroller-left{
	position:absolute;
	left:-20px;
	top:40%;
	z-index:999;
	border:none;
}

.mb-scroller-right{
	position:absolute;
	right:-20px;
	top:40%;
	z-index:999;
	border:none;
}

.mb-scroll-container{
    display: flex;
    overflow-x: scroll; /* Enable horizontal scrolling */
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
}

.mb-scroll-container::-webkit-scrollbar {
            display: none;
        }

/* Hide scrollbar for IE, Edge, and Firefox */
.mb-scroll-container {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
 }
 
.mb-scroll-container-item {
    flex: 0 0 auto; /* Ensure child elements don't shrink or grow */
    width:22%; /* Set a fixed width for child elements */
    margin-right:15px; 
	margin-left:10px;
    background-color:yellow; /* Optional: Add background color */
    text-align: center; /* Optional: Center text */
	padding:0;
}

/** MB FOOTER (DESKTOP)**/
.mb-footer-1-wrapper{
	width:100%;
	text-align:center;
}
.mb-footer-1-column-80{
	width:80%;
	display:grid;
	grid-template-columns:35% 20% 20% 25%;
}
.mb-footer-1-column-85{
	width:85%;
	display:grid;
	grid-template-columns:35% 20% 20% 25%;
}
.mb-footer-1-column-90{
	width:90%;
	display:grid;
	grid-template-columns:35% 20% 20% 25%;
}

.mb-footer-1-column-95{
	width:95%;
	display:grid;
	grid-template-columns:35% 20% 20% 25%;
}
.mb-footer-1-column-100{
	width:100%;
	display:grid;
	grid-template-columns:35% 20% 20% 25%;
}

.mb-footer-1-box{
	width:98%;
	margin:10px 0;
	text-align:left;
}

.mb-footer-1-box-caption{
	width:90%;
	height:60px;
	text-align:left;
	margin-top:0;
}
.mb-footer-1-box-caption h1,h2,h3,h4,h5,h6,p{
	width:100%;
	padding:0;
	margin:0;
}
.mb-footer-1-box-caption img{
	max-width:70%;
	margin-top:0;
	margin-top:0;
}
.mb-footer-1-box-paragraph{
	width:90%;
	text-align:left;
}

/** MB FLOATING CHAT (DESKTOP)**/
.mb-floating-chat-button-1{
	position:fixed;
	bottom:25px;
	right:15px;
	padding:18px 20px;
	border:none;
	border-radius:30px 30px 10px 30px;
	font-size:25px;
}

/** MB FORM (DESKTOP) **/
.mb-form-wrapper{
	width:100%;
	text-align:center;
}

.mb-form-input-wrapper{
	width:100%;
	text-align:left;
}
.mb-form-input-wrapper label{
	display:inline-block;
}
.mb-form-input-noicon{
	width:100%;
}
.mb-form-input-noicon-half{
	width:89%;
}
.mb-form-input-icon{
	width:96%;
	display:grid;
	grid-template-columns:10% 90%;
}
.mb-form-input-icon-half{
	width:92%;
	display:grid;
	grid-template-columns:20% 80%;
}
.mb-form-input-icon button{
	width:100%;
	border-radius:4px 0 0 4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
}
.mb-form-input-icon input{
	width:99%;
	border-radius:0 4px 4px 0;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-icon input:focus {
    outline: none;
}


.mb-form-input-icon-half button{
	width:100%;
	border-radius:4px 0 0 4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
}
.mb-form-input-icon-half input{
	width:99%;
	border-radius:0 4px 4px 0;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-icon-half input:focus {
    outline: none;
}

.mb-form-input-noicon input{
	width:93.5%;
	border-radius:4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-noicon input:focus {
    outline: none;
}

.mb-form-input-noicon select{
	width:94%;
	border-radius:4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-noicon select:focus {
    outline: none;
}

.mb-form-input-noicon textarea{
	width:93.5%;
	min-height:150px;
	border-radius:4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
	text-align:left;
}
.mb-form-input-noicon textarea:focus {
    outline: none;
}

.mb-form-input-noicon-half input{
	width:99%;
	border-radius:4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-noicon-half input:focus {
    outline: none;
}

.mb-form-input-noicon-half select{
	width:99%;
	border-radius:4px;
	border:none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background:none;
	padding-left:5px;
}
.mb-form-input-noicon-half select:focus {
    outline: none;
}



/** MB SEARCH BAR (DESKTOP)**/

.mb-sidenav-search-1{
	width:95%;
	display:grid;
	grid-template-columns:15% 85%;
}

.mb-sidenav-search-1 input{
	width:95%;
	border:none;
	background:none;
}
.mb-sidenav-search-1 input:focus{
	outline:none;
}
.mb-sidenav-search-1 button{
	width:95%;
	border:none;
	background:none;
}


/** MB SCREENSIZE (DESKTOP)**/

.mb-screensize-100{
	width:100%;
	height:100vh;
}

.mb-screensize-98{
	width:100%;
	height:96vh;
}


/** MB LIST STYLE **/
.mb-list-vertical-bottomborder{
	width:100%;
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
}

.mb-list-vertical-bottomborder li{
	box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}


/** MB TABLE **/
.mb-table-style1-3-col{
	width:98%;
	display:grid;
	grid-template-columns:30% 60% 10%;
	text-align:left;
}


/** MB FLEXBOX DESKTOP**/

.mb-flex-container-space {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adds space between images */
    align-items: stretch; /* Ensures all images have the same height */
}

.mb-flex-item-space img {
    width: auto; /* Keeps original aspect ratio for varying widths */
    object-fit: cover; /* Ensures image fills its container as needed */
}

.mb-flex-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Three columns of equal width */
    gap: 0; /* No gaps between items */
}

.mb-flex-item img {
    width: 100%; /* Makes images fill the container width */
    height: 100%; /* Ensures images have a consistent height */
    object-fit: cover; /* Ensures images fill their container while maintaining aspect ratio */
}



/** CUSTOMIZED **/
.mb-flatmenu-ul-left{
	list-style:none;
}
.mb-flatmenu-ul-left li{
	float:left;
	margin-right:25px;
}
.mb-flatmenu-ul-left li:hover{
	cursor:pointer;
}

.mb-flatmenu-ul-right{
	list-style:none;
}
.mb-flatmenu-ul-right li{
	float:right;
	margin-left:25px;
}
.mb-flatmenu-ul-left li:hover{
	cursor:pointer;
}





}




