
body, html, div, p {
	font-family: Inter, Avenir, 'sans-serif';
	font-size: 14px;
}


#admin_top_bar {
	width: 100%; padding: 10px; background-color: #000; color: #FFF; font-size: 12px; text-transform: uppercase; text-align: center
}



ul {
    list-style-type: disc; /* or 'circle' or 'square' depending on your preference */
    padding-left: 20px;   /* or any suitable value that aligns your list items properly */
}


/* default button styling */

/* star styling */

.rating-box .checked {
	color: orange;
}

.rating-box .fa {
	color: #EEE;
}

label {
	margin-bottom: 10px;
	font-weight: bold;
}

input {
	
}

button {
  background-color: #00d1b2; /* Bulma's primary color */
  color: #fff;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #EEE;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  transition: color 0.1s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}


a.button {
	text-decoration: none;
}

a.button:hover {
	text-decoration: none !important;
}


.button:hover {
	 text-decoration: none !important;
}

button:hover {
	color: initial;
}

.custom-button-color:hover {
	
	border: 0px;
	text-decoration: none !important;
}

button:focus,
button:active {
  outline: none;
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

/* backend admin */


.page-title-h1 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0px;
}

#right-side-content-area {
    position: absolute;
    left: 385px;
    top: 20px;
	right: 20px;
    padding: 30px;
}



.enclosed-div {
	
	border-radius: 6px;
	border: 2px solid #e8eef5;
	    margin-bottom: 30px;
	    padding: 40px;
	    background-color: #FFFFFF;
	    box-shadow: 0 0 20px rgba(0,0,0, .05);
		
}




.product-create-left {
    display: table-cell;
    width: 58%;
    padding-right: 7%;
}

.product-create-right {
    display: table-cell;
    width: 35%;
}



#selectors-top {
    font-size: 13px;
	text-align: right; 
	height: 40px;
	position: fixed; 
	top: 20px; right: 20px;
	z-index: 5;
}



.is-primary {
	background-color: #000 !important;
	color: #FFFFFF;
	display: inline-block; vertical-align: middle; cursor: pointer; height: 40px
}

button {
	background-color: #FFFFFF;
	color: #000;
	display: inline-block; vertical-align: middle; cursor: pointer; 
	min-height: 40px
}


.black-button {
	background-color: #000;
	color: #FFFFFF;
}

.black-button:hover {
	color: #FFFFFF;
}





#left-navigation {
	
	display: block;
	    width: 360px;
	    margin-top: 0px;
	    margin-left: 0px;
	    position: fixed;
	    z-index: 4;
	    left: 0px;
		top: 0px;
	    height: 100%;
		overflow: auto;
	    border-radius: 0px;
		border-top: 0px;
	    background-color: #FFF;
		
}

#left-post-navigation {
	position: fixed;
	display: block;
	    
		width: 100%;
		max-width: 400px;
		padding: 30px;
	    margin-top: 0px;
	    margin-left: 0px;
	    position: fixed;
	    z-index: 4;
	    left: 0px;
	    height: 100%;
		overflow: auto;
	    border-radius: 0px;
		border-top: 0px;
		border-right: 2px solid #e8eef5;
	    background-color: #FFF;
		
}

#menu-close {
	
	cursor: pointer; margin-bottom: 20px; font-size: 12px;
}

#save-button {
	display: inline-block;
	background-color: black;
	color: #FFFFFF;
	border: 1px solid #000;

}
.menu-arrow {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
    text-align: center;
    font-size: 25px;
    padding: 6px;
    text-align: right
}

.left-nav-item {
	border: 2px solid rgb(238, 238, 238);
	    background-color: rgb(254, 254, 254);
		padding: 15px;
		    text-align: left;
		    font-size: 15px;
		    margin-bottom: 10px;
			cursor: pointer;
}


.left-nav-item:hover {
    background-color: #f6fafc;
}


.left-nav-item-no-dropdown {
	border-right: 2px solid rgb(238, 238, 238);
	    background-color: rgb(254, 254, 254);
		padding: 15px;
		    text-align: left;
		    font-size: 15px;
		    margin-bottom: 10px;
}




.left-nav-menu-title {
	display: table; width: 100%
}
.menu-headline {
    display: table-cell;
    width: 75%;
	font-size: 14px;
}


.menu-icon {
	display: table-cell;
	width: 15%;
}

.menu-carat {
	width: 10%;
	display: table-cell;
	text-align: right;
	font-size: 18px;
}


.menu-label {
    color: #000;
    margin-left: 15px;
    position: relative;
    top: -8px;
    width: 160px;
}


.menu-content {
    margin-top: 10px;

}

.open-menu-item {
	border-color: #0abbf1;
}

#mobile-toggle {
	display: table; width: 160px; margin: auto; margin-bottom: 20px; border-radius: 6px; border: 2px solid #EEE;
}

.mobile-toggle-item {
	font-size: 24px; padding: 10px; text-align: center; background-color: #EEE;
}

.active-mobile-toggle {
	background-color: #FFF !important;
}


.form-control-white {
    background-color: #ffffff !important;
    border: 2px solid #e8eef5 !important;
    border-radius: 3px !important;
    color: #222 !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    padding: 20px;
	margin-bottom: 10px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
    width: 100%;
    border: 0px;
    line-height: 23px;
    height: 56px;
}


.form-control {
    background-color: #ffffff !important;
    border: 2px solid #e8eef5 !important;
    border-radius: 3px !important;
    color: #222 !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    padding: 20px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
    width: 100%;
    border: 0px;
    line-height: 23px;
    height: 56px;
	margin-bottom: 10px;
}


.title-subtitle {
	font-size: 12px; text-transform: uppercase; margin-top: 5px;
}

.item-active {
	display: table-cell; vertical-align: middle; width: 10%; text-align: center; padding-right: 2%;
}



.dropdown-ellipse-001 {
	display: table-cell; vertical-align: middle; font-size: 25px; width: 10%; text-align: left; position: relative; left: 0px;
}

.ellipses-dropdown {
	float: right; background: none; border: none; font-size: 20px;
}

hr {
    background-color: #D9ECF8;
    border-color: #D9ECF8;
    margin-top: 2.5rem;
}




#left-side-post-navigation {
    height: 100%;
    z-index: 2;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
	padding: 10px;
	
    border-top: 0px;
    border-left: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


.menu-content-header {
	
	font-size: 14px;
	    margin-bottom: 10px;
	
}


div,p,h1,h2,h3 {
    overflow-wrap: break-word;
    white-space: normal;
}


.progress-bar-custom {
    width: 100%;
    height: 5px;
    background: none;;
    overflow: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	border: 0px;
	z-index: 100;
}

.progress-custom {
    height: 100%;
    width: 0;
    background-color: #48c78e;
    transition: width 2s; /* Adjust the duration as needed */
	border: 0px;
}

.progress-completed {
    animation: fadeOut 1s forwards;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}



#mobile-menu-show {
	

	display: none;
}

#mobile-menu-close {

	display: none;
}


.show-mobile {
	display: none;
}


@media only screen and (max-width: 1000px) {


	.show-mobile {
		display: block;
	}
	
	#mobile-menu-show {
		width: initial;
		font-size: 12px;
		background-color: #000;
		color: #FFF;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 7px;
		padding-bottom: 7px;
		display: inline-block;
		position: fixed;
		border-radius: 4px;
		top: 5px;
		left: 5px;
		z-index: 5;
	}
	
	#mobile-menu-close {
		
		width: initial;
		font-size: 12px;
		background-color: #f87777;
		color: #FFF;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 7px;
		padding-bottom: 7px;
		display: inline-block;
		position: fixed;
		z-index: 5;
		border-radius: 4px;
		top: 5px;
		left: 5px;
		display: none;
	}
	
	
	
	.page-title-h1 {
	    font-size: 25px;
	    font-weight: bold;
	    margin-bottom: 20px;
	    margin-top: 0px;
	}
	
	#left-navigation {
	    display: table;
	    display: none;
	    width: 360px;
	    margin-top: 0px;
	    margin-left: 0px;
	}
	
	/* this is for left design on posts (member posts, course lessons) */
	
	

		
		
	#right-side-content-area {
	    position: initial;
	    padding: 3%;
		margin-top: 25px;
	    width: 100%;
	    overflow-x: scroll;
	}
	
  
		
	#main {
		position: relative;
		
	}
}


#video-transcript-and-chapters {
	display: flex; overflow-y: scroll; max-height: 500px;
}

.video-transcript {
	flex-basis: 60%;
}

.video-chapters {
	flex-basis: 40%
}



.select-item {
						padding: 20px; display: table; width: 100%; border-bottom: 2px solid #D9ECF8; margin-top: 15px;
}

.display-table {
	display: table;
}

.display-table-cell {
	display: table-cell;
}

@media only screen and (max-width: 600px) {
	
	
	.display-table {
		display: block;
	}

	.display-table-cell {
		display: block;
	}
	
	.video-transcript {
		display: block;
	}

	.video-chapters {
		display: block;
		
	}

	#left-post-navigation {
	    display: block;
		width: 100%;
	    max-width: 400px;
	    margin-top: 0px;
	    margin-left: 0px;
		border-right: 0px solid #e8eef5;
	}
	
	#left-navigation {
	    display: table;
	    display: none;
		font-size: 12px;
		width: 100%;
		    max-width: 390px;
	}
		
		
	#right-side-content-area {
	    position: initial;
	    padding: 3%;
		margin-top: 45px;
	    width: 100%;
	    overflow-x: scroll;
	}
	
    #selectors-top {
        margin-top: 10px;
        text-align: left;
		position: initial;
		margin-bottom: 30px;
		font-size: 11px;
    }
	
	#selectors-top .button {
		font-size: 12px;
	}
	
	#main {
		max-width: 100%;
		position: relative;
		
	}
	
	#left-nav-item {
		font-size: 12px;
	}
	
	body, html {
		font-size: 12px;
	}
	
	.item-title {
		font-size: 15px;
		display: block;
		width: 100%;
		padding: 0%;
	}
	
	.item-active {
		display: block; vertical-align: middle; width: 10%; text-align: center; padding-right: 2%;
		
		float: right;
		    position: relative;
		    top: -30px;
	}
	
	.title-subtitle {
		font-size: 10px;
		display: block;
	}
	
	.select-item {
		padding: 5px;
		display: block;
	}
	

	.dropdown-ellipse-001 {
		display: none;
	}
	
	.ellipses-dropdown {
		display: none;
	}
	
		
	.product-create-left {
	    display: block;
	    width: 100%;
	    padding-right: 0%;
	}

	.product-create-right {
	    display: block;
	    width: 100%;
	}
	
	
	
	.modal-card, .modal-content {
	    margin: 0px;
	    max-height: 100%;
		height: 100%;
	    overflow: auto;
	    position: relative;
	    width: 100%;
	}
	
	
	.modal-content {
		height: 100%;
		border-radius: 0px;
	}
	
	.modal-close {
		    background-color: rgba(10,10,10,.2);
	}
	

	
	#video-transcript-and-chapters {
		display: block; overflow-y: scroll; max-height: 500px;
	}
	
}
/* finish 600px */

.button {
	 transition: transform 0.1s ease-in-out;
}

.button:hover {
	 transform: scale(1.02);
	  transition: transform 0.1s ease-in-out;
}

/* reset bulma */

embed, iframe, img, object, video {
    height: initial;
	
}	


/* for the bacakend blog titles / course lesson titles */

.blog-h1 {
	margin-top: 35px; text-align: left; font-size: 35px; font-weight: 800; margin-bottom: 10px;
}

.blog-subtitle {
	width: 100%; font-size: 25px; margin: auto; text-align: left; margin-bottom: 45px; opacity: 0.8;
}




.uppy-Dashboard-poweredBy {
	display: none !important;
}


.post-pagination {
	
	margin: auto;
	padding: 20px;
	margin-top: 25px;
	text-align: center;
	
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* designer page */


.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.switch input {
    position: absolute;
    opacity: 0;
    background: #FFFFFF;
}

/**
 * 1. Adjust this to size
 */
.switch {
    display: inline-block;
    font-size: 20px; /* 1 */
    height: 1em;
    width: 2em;
    background: #FFFFFF;
    border-radius: 1em;
}

.switch div {
    height: 1em;
    width: 1em;
    border-radius: 1em;
    background: #c7092a;
    box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}

.switch input:checked + div {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    background: #41b883;
}

/* The browser window */
.browser-window-container {
  border: 3px solid #f1f1f1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-left: 20px;
  margin-right: 20px;
}

/* Container for columns and the top "toolbar" */
.browser-window-row {
  padding: 10px;
  background: #f1f1f1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* Create three unequal columns that floats next to each other */
.browser-window-column {
  float: left;
}

.browser-window-left {
  width: 15%;
}

.browser-window-right {
  width: 10%;
}

.browser-window-middle {
  width: 75%;
}

/* Clear floats after the columns */
.browser-window-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Three dots */
.browser-window-dot {
  margin-top: 4px;
  height: 12px;
  width: 12px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

/* Style the input field */
.browser-window-container input[type=text] {
  width: 100%;
  border-radius: 3px;
  border: none;
  background-color: white;
  margin-top: -8px;
  height: 25px;
  color: #666;
  padding: 5px;
}

/* Three bars (hamburger menu) */
.browser-window-bar {
  width: 17px;
  height: 3px;
  background-color: #aaa;
  margin: 3px 0;
  display: block;
}

/* Page content */
.browser-window-content {
  padding: 10px;
  position: relative;
}






.white-color-picker {
    padding-left: 50px !important;
    position: relative;
    z-index: 1
}

.force-display-block {
    display: block !important;
    width: 100% !important;
}

.center-align {
    text-align: center !important;
}

.mobile-width {
    width: 415px !important;
}

.color-block {
    display: block;
    position: relative;
    top: 48px;
    left: 10px;
    width: 12%;
    max-width: 40px;
    height: 40px;
    z-index: 2;
    border: 1px solid #AAA
}




#social-links {
    text-align: left;
    margin: auto;
}

.avatar {
    width: 150px;
	height: 150px;
    border-radius: 150px;
    margin-bottom: 30px;
}

.avatar-mobile {
    width: 80px !important;
	height: 80px !important;
    border-radius: 80px;
    margin-bottom: 20px;
}

.chat-icon {
    background-color: #F6FAFE;
    font-size: 13px;
    display: block
}


.link-list-row {
    width: 100%;
    display: table;
    margin-bottom: 0px;
}


#creator-stats-top {
    display: none;
}


#left-profile-area {
    margin-top: 30px;
    text-align: left;
    display: table-cell;
    width: 35%;
    padding: 3%;
    padding-right: 5%;
    vertical-align: top
}

#right-profile-content-area {
    margin-top: 30px;
    text-align: left;
    display: table-cell;
    width: 65%;
    padding: 3%;
    vertical-align: top
}

#content-editing-area {
    max-width: 100%;
    margin: auto;
    margin-top: 30px;
    display: table;
    top: 0px;
    width: 900px;
}


#main-area {
    max-width: 100%;
    margin: auto;
    padding-top: 30px;
    display: block;
    position: absolute;
    left: 380px;
    top: 0px;
    width: calc(100% - 400px);
}



.one-link {
    border-radius: 6px;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    display: block;
}



.image-link {
    border-radius: 8px;
    border: 1px solid #AAA;
    margin-top: 25px;
    width: 100%;
    min-height: 100px;
    padding: 0px !important;
    overflow: hidden;
    cursor: pointer;
    display: table;
    background-color: #FFF;
    color: #000;
    position: relative;
    transition: transform 0.1s ease-in-out;
}



.one-link-padding {
    padding-right: 20px;
    display: table-cell;
    width: 50%;
}

.one-social-link {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    transition: all .1s ease-in-out;
}


.top-nav-item-selector-item {
    display: inline-block;
    font-size: 11px;
    width: 90px;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
}



#main-designer-area {
    max-width: 100%;
    margin: auto;
    padding-top: 30px;
    display: block;
    position: absolute;
    left: 380px;
    top: 0px;
    width: calc(100% - 400px);
}




.top-nav-selector {
    text-align: left;
    display: block;
    width: 100%;
    margin-bottom: 30px;
	padding: 3%;
	padding-top: 0%;
}

#creator-name {
    font-size: 35px;
    margin-bottom: 20px;
}

#creator-description {
    margin-bottom: 20px;
}


#selectors-left {
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 2;
}

.left-handle {
    font-size: 23px;
    color: #999999;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.course-section-name {
margin-top: 15px;
margin-bottom: 15px;	
}

.course-content {
	width: 90%; font-size: 17px; margin: auto; text-align: left; margin-bottom: 45px; margin-top: 45px;
}
#center-content-area {
            margin: auto;
            max-width: 800px;
            padding: 40px;
        }


@media only screen and (max-width: 800px) {
	
	
	#main-designer-area
	{
		
		left: initial;
		width: initial;
		
	}
		/* mobile */
		#center-content-area {
			padding: 10px;
		}

}
	
		
@media only screen and (max-width: 1200px) {
	

    #content-editing-area {
        width: 100%;
    }

    #main {
        max-width: 100% !important;
    }

    #left-design-navigation {
        width: 100%;
        z-index: 2;
        padding: 4%;
        top: 40px;
        display: none;
        max-width: 480px;
    }

    #left-design-navigation-top {
        max-width: 480px;
        min-width: 200px;
        background-color: initial;
        height: 30px;
        position: absolute;
        top: 0px;
        left: 130px;
        padding: 2px;
        overflow: auto;
    }

    #creator-stats {
        display: none;
    }

  

    #creator-stats-top {
        display: block;
        position: fixed;
        width: 100%;
        position: fixed;
        font-size: 16px;
        top: 0px;
        padding: 10px;
        text-align: left;
        left: 0px;
        background-color: #222;
        color: #FFF;
        border-radius: 0px;
        z-index: 2;
    }

    #top-nav-bar {
        display: none;
    }

    .chat-icon {
        margin: auto;
        background-color: #F6FAFE;
        font-size: 13px;
        display: block
    }

    .avatar {
        width: 80px;
        border-radius: 80px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    #main-area {
        display: block;
        padding: 5px;
        left: 0%;
        position: relative;
        width: 100%;
    }


    #left-profile-area {
        margin-top: 0px;
        text-align: center;
        display: block;
        width: 100%;
        padding: 3%;
        padding-right: initial;
    }

    #right-profile-content-area {
        margin-top: 0px;
        text-align: left;
        display: block;
        width: 100%;
        padding: 3%;
    }

    #social-links {
        text-align: center;
    }

    .top-nav-item-selector-item {
        display: inline-block;
        font-size: 11px;
        width: initial;
    }
}


/* might delete the following stuff */


.page-content2 {
    min-height: 56px;
    z-index: 8;
    vertical-align: bottom;
    background: #f6fafc !important;
    float: none !important;
    width: 100%;
!important;
}

.left-bg {
    width: 0px;
    background-color: #f6fafc !important;
}

.member-page-title-h1 {
    font-family: minion-pro-caption, serif;
			    font-size: 35px;
    font-weight: 700;
    line-height: 120%;
    text-rendering: geometricPrecision;
    color: #001828;
}

.control-label {
    color: #919fad;
    margin-bottom: 20px;
    top: 10px;
    left: 10px;
    position: relative;
}

.control-label-secondary {
    font-size: 20px;
    margin-bottom: 10px;
    color: #222;
    margin-left: 10px;
}

.form-control {
    background-color: #ffffff;
    border: 1px solid #e8eef5 !important;
    border-radius: 3px !important;
    color: #222 !important;
    height: 56px;
}

.form-control-white {
    background-color: #ffffff !important;
    border: 2px solid #e8eef5 !important;
    border-radius: 3px !important;
    color: #222 !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    padding: 20px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
    width: 100%;
    border: 0px;
    line-height: 23px;
    height: 56px;
}

#memberposts-date {
    line-height: 23px;
    height: 56px;
    background-color: #ffffff !important;
}

.excerpt {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 200%;
    font-family: Georgia, serif;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #333;
}

.redactor-dropdown a {
    color: #001828 !important;
}

.redactor-dropdown a span {
    color: #001828 !important;
}

.enclosed-div {
    display: block;
    border-radius: 6px;
    border: 2px solid #e8eef5;
    margin-bottom: 30px;
    padding: 40px;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}

.tox-tinymce {
    border-radius: 3px;
    background: #f6fafc !important;
    border: 1px solid #e8eef5 !important;
}

.tox .tox-toolbar, .tox .tox-toolbar__overflow, .tox .tox-toolbar__primary {
    background-color: #f6fafc;
}

.tox-tinymce img {
    max-width: 100%;
}

.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
    border-right: 1px solid #e8eef5 !important;
}


/*


                body::-webkit-scrollbar {
                  width: 14px;
                  background: #EEE;
                }


                body::-webkit-scrollbar-track {
                  background: #EEE;
                  border-radius: 6px;
                }


                body::-webkit-scrollbar-thumb {
                  background: #FFF;
                  padding: 2px;
                   border-radius: 4px;
                  border: 1px solid #EEE;
                }



                div::-webkit-scrollbar {
                  width: 14px;

                }


                div::-webkit-scrollbar-track {
                  background: #FFF;
                  border-radius: 10px;
                }


                div::-webkit-scrollbar-thumb {
                  background: #FFF;
                    padding: 2px;
                  border-radius: 6px;

                border: 1px solid #EEE;
                }
*/



/* these below are the items in each list of items like on product index */




.item-image-preview {
    display: table-cell;
    width: 5%;
    padding-left: 0px;
    padding-right: 2%;
}



.item-title {
						display: table-cell; vertical-align: middle; width: 80%; padding-right: 5%; padding-left: 2%; font-size: 19px;
}



#on-off-toggle {
    float: right;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 13px;
    display: table;
    border-radius: 6px;
    background-color: #FFFFFF;
    padding: 15px;
}

#app-store {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    padding: 50px;
    text-align: center;
    background-color: #FFF;
    z-index: 6;
    overflow: auto;
}

.one-app {
    margin-bottom: 20px;
    margin-right: 20px;
    display: inline-block;
    width: 30%;
    min-height: 370px;
    vertical-align: top;
    position: relative;
}

.app-title {
    font-size: 25px;
    font-weight: bold;
    line-height: 120%;
    margin-top: 15px;
}

.app-description {
    padding: 20px;
    text-align: left;
}

.upgrade-app {
    font-size: 12px;
    margin: auto;
    margin-bottom: 15px;
}

.available-app {
    color: green;
}

.unavailable-app {
    color: red;
}

.app-toggle {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 0px;
    right: 0px;
}

.navigation-item-number {
    float: right;
    background-color: #ffdd57;
    padding: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 3px;
    font-size: 10px;
}



.takeover {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF; /* semi-transparent white */
    z-index: 1000; /* to ensure it's on top */
    overflow: auto; /* to allow scrolling if the content is too long */
}


.close-btn {
 position: absolute;
     top: 95px;
     right: 20px;
     background: none;
     color: #000000;
     border: none;
     padding: 10px 15px;
     cursor: pointer;
     font-size: 40px;
	 z-index: 1001;
}

.close-btn:hover {
    color: red;
 background: none;
}

@media only screen and (max-width: 1200px) { 
 
 .close-btn {
	 position: absolute;
	     top: 95px;
	     right: 10px;
	     background: none;
	     color: #000000;
	     border: none;
	     padding: 10px 15px;
	     cursor: pointer;
	     font-size: 20px;
		 z-index: 1001;
 }
 
}


.dropdown-menu {
	left: -100px;
}

/* blog post */


	.title-area {
		margin: auto; max-width: 90%; text-align: left; margin-top: 35px; padding: 20px
	}
	
   #subtitle {
	   font-size: 25px;
   }
   
	@media only screen and (max-width: 800px) { 
		
		
		.title-area {
			margin: auto; max-width: 100%; text-align: left; margin-bottom: 35px; margin-top: 35px; padding: 20px
		}
		
	
	}
	
	
	.author-2 {

	border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; padding: 10px 20px; max-width: 90%;
	    margin: auto; margin-bottom: 35px;

	}

	@media only screen and (max-width: 800px) { 
	
	
		.author-2 {
		border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; padding: 10px 20px; margin-bottom: 30px; 
		}
	

	}
	
	
	@media only screen and (max-width: 767px) {
	  .hide-mobile {
	    display: none;
	  }
	}
	
