:root {
    --primary-color: #141A48;
    --primary-rgb: rgb(20, 26, 72);
    --secondary-color: #EE3126; 
    --secondary-rgb: rgb(239, 49, 38);
    --third-color: #5EDCCD;
    --third-rgb: rgb(94, 220, 205);
    --forth-color: #00331D;
    --forth-rgb: rgb(0, 51, 29);
}

body, html {
	background-color: #141A48;
    color: #fff;
}

body, html, input, select, textarea, h1, h2, h3, h4 ,h5, p, span, button {
	font-family: "Noto Sans", sans-serif;
}

.desktop_nav {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
}

.mobile_nav {
	display: none;
}

.hidden {
	display: none!important;
	visibility: hidden;
	opacity: 0;
}

.form-group {
	text-align: left;
	margin-bottom: 15px;
}

.form-group label.secondary_description {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
}

.form-group label span {
	color: #dc3545;
	padding-left: 5px;
}

.form-group .form-checkbox {
	margin-bottom: 10px;
}

.form-group p {
	/*color: #fff;*/
	font-size: 12px;
	line-height: 18px;
	margin-top: 3px;
	margin-bottom: 0;
}

.form-group .secondary_description {
	padding-left: 15px;
}

.form-group input, .form-group select {
	border: 1px solid #BDBDBD;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 15px;
	border-radius: 10px;
	height: 40px!important;
    background-color: #fff;!important;
    color: #000;
    border-radius: 25px;
}

.form-group textarea {
	border: 1px solid #BDBDBD;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 15px;
	border-radius: 10px;
    background-color: #fff;!important;
    color: #000;
}

.form-control:focus {
	box-shadow: none;
	color: #000;
	border-color: #141A48;
}

.form-button {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.form-button button {
	border: 1px solid #141A48;
	border-radius: 8px;
	background: rgb(20, 26, 72);
	background: -moz-linear-gradient(90deg, rgba(20, 26, 72,1) 0%, rgba(239, 49, 38,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(20, 26, 72,1) 0%, rgba(239, 49, 38,1) 100%);
	background: linear-gradient(90deg, rgba(20, 26, 72,1) 0%, rgba(239, 49, 38,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#141A48",endColorstr="#5EDCCD",GradientType=1);
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 35px;
}

.form-button button:hover {
	background: transparent;
	color: #141A48;
}

.form-checkbox {
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 14px;
	line-height: 24px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: left;
	color: #fff;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.form-checkbox label.secondary_description {
	color: #fff;
}

.form-checkbox label.secondary_description a {
	color: #EE3126;
	position: relative;
	z-index: 1;
}

.form-checkbox label.secondary_description a:hover {
	text-decoration: underline;
}

input[disabled], input[disabled=true], .form-control:disabled {
	background-color: #c5c5c5!important;
}

.form-checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: transparent;
	border: 2px solid #fff;
}

.form-checkbox:hover input ~ .form-checkmark {
	background-color: transparent;
}

.form-checkbox input:checked ~ .form-checkmark {
	background-color: transparent;
}

.form-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.form-checkbox input:checked ~ .form-checkmark:after {
	display: block;
}

.form-checkbox .form-checkmark:after {
	left: 6px;
    top: 1px;
    width: 5px;
    height: 11px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

a:hover {
	color: #EE3126;
}

.sweet_account .popup_close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #141A48;
    border: 1px solid #141A48;
    z-index: 2;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border-radius: 0 0 0 5px;
    animation: 0s popup_fade;
    animation-fill-mode: forwards;
    visibility: hidden;
}

@keyframes popup_fade {
    99% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

.sweet_account .popup_close:hover {
    background-color: transparent;
    color: #141A48;
}

.swal2-container.swal2-backdrop-show {
    background-color: rgba(0, 0, 0, 0.6)!important;
}

.sweet_account.success.swal2-popup {
	box-shadow: 0px 0px 15px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(255,255,255,0.5);
	/*background-image: repeating-linear-gradient(
        to right,
        rgba(255, 0, 0, 0.08) 0px,
        rgba(255, 0, 0, 0.08) 80px,
        transparent 80px,
        transparent 100px
    )!important;*/
    border-radius: 25px!important;
    overflow: hidden;
}

.sweet_account.success .swal2-html-container {
    font-size: 14px;
    line-height: 20px;
    color: #141A48;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sweet_account.success .swal2-confirm {
    background-color: #EE3126!important;
    border: 1px solid #fff!important;
    border-radius: 25px!important;
    padding: 5px 50px!important;
    font-size: 14px!important;
    line-height: 20px!important;
}

.sweet_account.success .swal2-confirm:hover {
    background-color: transparent!important;
    color: #EE3126!important;
}

.marquee {
	overflow: hidden;
	opacity: 0;
}

.marquee_ready {
	background-color: #404040;
}

.marquee_ready p {
	font-size: 20px;
	line-height: 26px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
}

.primary_title {
	font-size: 50px;
	line-height: 55px;
	font-weight: bold;
	margin-bottom: 0;
}

.secondary_title {
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 0;
}

.primary_description {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0;
}

.secondary_description {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}

.third_description {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0;
}

#scrollUp {
	background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    color: #0d1d35;
    border-color: #0d1d35;
}

.general_button {
	display: flex;
	justify-content: center;
	align-items: center;
}

.general_button a, .general_button button, .general_button p {
	background-color: #141A48;
	border: 1px solid #141A48;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 25px;
	display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.general_button a:hover, .general_button button:hover {
	background: transparent;
	color: #141A48;
}

.general_button a[disabled][href=""] {
	pointer-events: none;
	background-color: #E2E4E8;
	color: #808080;
}

.general_editor p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}

.general_editor p a {
	text-decoration: underline;
}

.general_editor p a:hover {
	color: #EE3126;
}

.secondard_button {
	display: flex;
	justify-content: center;
	align-items: center;
}

.secondard_button a, .secondard_button button {
	background-color: #EE3126;
	border: 1px solid #EE3126;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	padding: 3px 25px;
	border-radius: 15px;
}

.secondard_button a:hover, .secondard_button button:hover {
	background-color: transparent;
	color: #fff;
}

 .white_button {
	display: flex;
	justify-content: center;
	align-items: center;
}

.white_button a, .white_button button {
	background-color: #fff;
	border: 1px solid #fff;
	color: #141A48;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 25px;
	display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.white_button a:hover, .white_button button:hover {
	background: transparent;
	color: #fff;
}

.general_image {
	display: flex;
	justify-content: center;
	align-items: center;
}

.general_image img {
	width: 100%;
}

.general_background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.secondary_section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.secondary_section .secondary_description {
	text-align: right;
	font-weight: bold;
	padding-right: 65px;
	position: relative;
}

.secondary_section .secondary_description:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 1px;
	background-color: #fff;
}

.general_section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.sweet_vendor {
	background-color: transparent!important;
	border: 2px solid #141A48!important;
	border-radius: 10px!important;
	overflow: hidden;
	padding: 50px!important;
	background: rgb(20, 26, 72)!important;
	background: -moz-linear-gradient(0deg, rgba(20, 26, 72,1) 0%, rgba(239, 49, 38,1) 100%)!important;
	background: -webkit-linear-gradient(0deg, rgba(20, 26, 72,1) 0%, rgba(239, 49, 38,1) 100%)!important;
	background: linear-gradient(0deg, rgba(20, 26, 72,1) 0%, rgba(239, 49, 38,1) 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#141A48",endColorstr="#5EDCCD",GradientType=1)!important;
	width: 750px!important;
	max-width: initial!important;
}

.sweet_vendor .swal2-content {
	text-align: left;
}

.sweet_vendor .sweet_vendor_form {
	position: relative;
}

.sweet_vendor .sweet_vendor_form .sweet_vendor_title {
	margin-bottom: 30px;
	color: #fff;
}

.sweet_vendor .sweet_vendor_form .secondary_description {
	font-weight: 100;
	color: #C5C5C5;
	margin-top: 30px;
}

.sweet_vendor .sweet_vendor_form .sweet_vendor_content[attr-id="2"] {
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
}

.sweet_vendor .sweet_vendor_form .sweet_vendor_content .sweet_vendor_content_inner {
	width: 75%;
	margin: auto;
	text-align: center;
	color: #fff;
}

.sweet_vendor .sweet_vendor_form .sweet_vendor_content .sweet_vendor_content_inner .secondary_description {
	font-weight: 100;
	margin-top: 25px;
}

.sweet_vendor .sweet_vendor_form.active .sweet_vendor_content[attr-id="1"] {
	opacity: 0;
}

.sweet_vendor .sweet_vendor_form.active .sweet_vendor_content[attr-id="2"] {
	display: flex;
}

.sweet_vendor .swal2-close {
	color: #fff!important;
}

.sweet_vendor .swal2-close:hover {
	color: #dc3545!important;
}

.sweet_vendor .form-button button {
	background: rgb(225,51,50);
	background: -moz-linear-gradient(0deg, rgba(225,51,50,1) 0%, rgba(123,28,27,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(225,51,50,1) 0%, rgba(123,28,27,1) 100%);
	background: linear-gradient(0deg, rgba(225,51,50,1) 0%, rgba(123,28,27,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EE3126",endColorstr="##00331D",GradientType=1);
	border-color: ##00331D;
}

.sweet_vendor .form-button button:hover {
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.sweet_vendor .form-group input, .sweet_vendor .form-group select, .sweet_vendor .form-group textarea {
	color: #000;
}

.sweet_vendor .form-group input[type="file"] {
	background-color: transparent !important;
    border: 0;
    color: #fff;
    padding-left: 0;
    padding-top: 0;
}

.sweet_account {
	min-height: 300px!important;
	max-width: 600px!important;
}

.sweet_account.sweet_video_play {
    padding: 0!important;
    background-color: transparent!important;
    width: 750px!important;
    max-width: 100%!important;
}

.sweet_account.sweet_video_play .video_play_frame {
    position: relative;
    overflow: hidden;
}

.sweet_account.sweet_video_play .video_play_loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    line-height: 1;
    color: #141A48;
}

.sweet_account.sweet_video_play iframe {
    position: relative;
    z-index: 1;
    width: 100%;
}

.sweet_account.sweet_video_play .video_play_frame img {
    position: relative;
    z-index: 1;
    width: 100%;
}

.sweet_account.sweet_video_play .video_play_frame img.fixed_height {
    width: auto;
}

.sweet_account .popup_close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #141A48;
    border: 1px solid #141A48;
    z-index: 2;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border-radius: 0 0 0 5px;
    animation: 0.5s popup_fade;
    animation-fill-mode: forwards;
    visibility: hidden;
}

.bg_outer {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow-x: hidden;
}

.owl-carousel .owl-prev {
	position: absolute;
    left: 15px;
    /*top: 0;*/
    bottom: -50px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #000;
}

.owl-carousel .owl-next {
	position: absolute;
    right: 15px;
    /*top: 0;*/
    bottom: -50px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #000;
}

.owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {
	color: #141A48;
}

.desktop_nav {
	/*padding-top: 15px;
	padding-bottom: 15px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;*/
	padding-top: 15px;
}

.desktop_nav_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	/*background-color: rgba(239, 49, 38, 0.15);*/
	/*background-color: rgba(255, 255, 255, 0.2);*/
	padding: 5px 15px;
	border-radius: 20px;
	z-index: 1;
	position: relative;
	background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.desktop_nav_inner .desktop_nav_left {
	width: 60px;
}

.desktop_nav_inner .desktop_nav_right {
	width: 140px;
}

.desktop_nav_inner .desktop_nav_left a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.desktop_nav_inner .desktop_nav_left img {
	width: 100%;
	padding-left: 5px;
}

.desktop_nav_inner .desktop_nav_center {
	width: calc(100% - 200px);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 50px;
	padding-right: 50px;
	gap: 50px;
}

.desktop_nav_inner .desktop_nav_center a {
	color: #fff;
	text-shadow:
    0 0 4px #141A48,
    0 0 8px #141A48,
    0 0 12px #141A48,
    0 0 30px #141A48;
    font-size: 18px;
}

.desktop_nav_inner .desktop_nav_center a:hover, .desktop_nav_inner .desktop_nav_center a.active {
	color: #EE3126;
}

.desktop_nav_inner .desktop_nav_right .secondard_button {
	text-align: center;
}

.desktop_nav_inner .desktop_nav_right .secondard_button a {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 25px;
}

.desktop_nav_inner .desktop_nav_right .secondard_button a:hover {
	border-color: #EE3126;
	color: #EE3126;
}

.primary_background {
    /*background-image: repeating-linear-gradient(
        to right,
        rgba(255, 0, 0, 0.08) 0px,
        rgba(255, 0, 0, 0.08) 80px,
        transparent 80px,
        transparent 100px
    );
    background-origin: content-box;*/
}

.footer_box {
	background-color: #fff;
}

.footer_content .primary_background {
	padding-bottom: 50px;
}

.footer_icons {
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 80px;
}

.footer_icons a {
	display: block;
	width: 40px;
}

.footer_subscribe {
	background-color: #141A48;
    border-radius: 20px;
    padding: 40px;
}

.footer_subscribe .form-group {
	display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
}

.footer_subscribe .form-control {
	border-radius: 25px;
    /*background-image: repeating-linear-gradient(
        to right,
        rgba(255, 0, 0, 0.08) 0px,
        rgba(255, 0, 0, 0.08) 80px,
        transparent 80px,
        transparent 100px
    );*/
    padding-right: 125px;
}

.footer_subscribe button {
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 40px;
    border-radius: 0 25px 25px 0;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #EE3126;
    border: 1px solid #EE3126;
}

.footer_subscribe button:hover {
	background-color: transparent;
	color: #EE3126;
	/*background-image: repeating-linear-gradient(
        to right,
        rgba(255, 0, 0, 0.08) 0px,
        rgba(255, 0, 0, 0.08) 80px,
        transparent 80px,
        transparent 100px
    )*/;
}

.footer_copyrights {
	border-top: 5px solid #EE3126;
}

.footer_copyrights .primary_background {
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer_logo {
	margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.footer_logo img {
	width: 40px;
	margin-bottom: 0;
}

.footer_line {
	color: #141A48;
	text-align: right;
}

.primary_background_color {
	background-color: #141A48;
}

.secondary_background_color {
	background-color: #EE3126;
}

.white_background_color {
	background-color: #FFFFFF;
}

.background_fixed {
	background-attachment: fixed
}

.general_title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}

.general_title .secondary_title {
	color: #000;
	margin-bottom: 0;
}

.general_content {
	padding-top: 50px;
	padding-bottom: 50px;
}

.general_marquee {
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
}

.general_marquee_flex {
    display: flex;
    align-items: center;
}

.general_marquee_col {
	flex-shrink: 0;
}

.image_play {
	cursor: pointer;
}

.dashboard_content1 {
	padding-bottom: 50px;
}

.dashboard_content1 video {
	width: 100%;
	background-color: #141A48;
	border-radius: 25px;
	overflow: hidden;
}

.dashboard_content2_inner {
	margin-top: 50px;
	margin-bottom: 50px;
	/*overflow: hidden;*/
	border-radius: 25px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.10), 0 12px 30px rgba(0, 0, 0, 0.25);
}

.dashboard_content2_image {
	height: calc(100% + 50px);
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -50px;
}

.dashboard_content2_copywrites {
	padding: 50px 50px 50px;
}

.dashboard_content2_copywrites .primary_title {
	color: #EE3126;
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 80px;
	line-height: 85px;
}

.dashboard_content2_copywrites .secondard_button {
	margin-top: 50px;
	justify-content: flex-start;
}

.dashboard_content2_copywrites .secondary_description {
	font-size: 18px;
	line-height: 24px;
}

.dashboard_content3 {
	border-radius: 25px;
	overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.10), 0 12px 30px rgba(0, 0, 0, 0.25);
    margin-bottom: 50px;
}

.dashboard_content3 a[href=""] {
	pointer-events: none;
}

.dashboard_content4 {
	margin-top: 50px;
	margin-bottom: 15px;
}

.dashboard_content4_button {
	margin-bottom: 50px;
}

.post_activity {
	background-color: #fff;
	border-radius: 25px;
	overflow: hidden;
	height: 100%;
	display: block;
}

.post_activity_image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.post_activity_image .secondary_description {
	position: absolute;
    right: 0;
    bottom: 0;
    background-color: #141A48;
    padding: 5px 25px;
    border-radius: 25px 0 25px 0;
    color: #fff;
}

.post_activity_content {
	padding: 15px;
	color: #000;
}

.post_activity_content .primary_description {
	font-size: 18px;
}

.post_activity_item {
	margin-top: 5px;
	display: grid;
    grid-template-columns: 65px 1fr;
    row-gap: 4px;
}

.dashboard_content4 .secondard_button, .dashboard_content5 .secondard_button {
	margin-top: 50px;
}

.dashboard_content5 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.post_books_image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 15px;
	overflow: hidden;
}

.post_books_content .secondary_description {
	margin-top: 10px;
	color: #000;
}

.dashboard_content6 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.dashboard_content6:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}

.dashboard_content6_inner {
	position: relative;
	z-index: 1;
	padding-top: 350px;
	padding-bottom: 50px;
}

.dashboard_content6_inner .dashboard_content6_title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}

.dashboard_content6_inner .dashboard_content6_title .primary_title {
	font-size: 80px;
	line-height: 85px;
}

.dashboard_content6_inner .dashboard_content6_content .secondary_description {
	font-size: 18px;
	line-height: 24px;
}

.dashboard_content6_inner .dashboard_content6_title img {
	width: 70px;
	margin-right: 15px;
}

.dashboard_content6_inner .secondard_button {
	margin-top: 30px;
	justify-content: flex-start;
}

.dashboard_content7 {
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0;
}

.post_media_news {
	width: 450px;
	border-radius: 25px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.post_media_news .post_media_news_button {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	justify-content: center;
	align-items: center;
	display: none;
}

.post_media_news .post_media_news_button a {
	display: block;
	background-color: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); /* Safari */
    padding: 10px 25px;
    border-radius: 25px;
	color: #fff;
}

.post_media_news:hover .post_media_news_button {
	display: flex;
}

.post_media_news_image, .post_social_media_image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.post_interviewed_platform {
	display: block;
} 

.post_interviewed_platform[href=""] {
	pointer-events: none;
}

.post_interviewed_platform_image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.post_social_media {
	width: 300px;
	display: block;
}

.dashboard_content8 {
	padding-bottom: 50px;
}

.about_content1 {
	position: relative;
}

.about_content1 .dashboard_content2_inner {
	margin-top: 100px;
	margin-bottom: 100px;
}

.about_content1 .general_background {
	background-position: left bottom;
	background-size: contain;
	width: calc(100% / 3 + 100px);
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.book_content1 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.book_content1 .book_content1_copywrites {
	padding: 100px 0px 100px 30px;
}

.book_content1 .book_content1_copywrites .primary_title {
	color: #EE3126;	
}

.book_content1 .book_content1_copywrites .secondary_description {
	margin-top: 15px;
    margin-bottom: 75px;
}

.book_content1 .book_content1_copywrites .secondard_button {
	justify-content: flex-start;
}

.book_content1 .general_image img {
	box-shadow: 0px 5px 50px 10px rgba(0, 0, 0, 0.5);
}

.book_content2_inner {
	position: relative;
}

.book_content2_inner:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: calc(100% - 100px);
	margin: auto;
	background-color: #fff;
}

.book_content2 .book_content1_copywrites {
	padding: 100px 30px 100px 0;
}

.book_content2 .book_content1_copywrites .secondary_description {
	color: #141A48;
}

.book_content2 .general_image {
	padding-right: 20px;
}

.book_content3 {
	background: linear-gradient(
    to bottom,
    transparent 0,
    transparent 200px,
    #ffffff 200px,
    #ffffff 100%
  );
}

.book_content3 .secondary_title {
	color: #EE3126;
}

.book_background {
	padding-top: 25px;
}

.event_content1 {
	padding-top: 50px;
	margin-top: 50px;
}

.event_content2 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.event_content2 .general_title {
	margin-bottom: 0;
}

.event_content2 .general_title .secondary_title {
	color: #fff;
}

.event_content_select {
	background-color: #EE3126;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    padding: 2px 25px;
    margin-left: 30px;
}

.shop_toolbar {
	width: 100%;
    margin-top: 30px;
    border: 0;
    padding: 0;
}

.shop_toolbar ul.pagination li a {
	background-color: transparent;
	color: #fff;
	border: 0!important;
	font-size: 15px;
	line-height: 20px;
}

.shop_toolbar ul.pagination li a.current, .shop_toolbar ul.pagination li a:hover {
	background-color: transparent;
	color: #EE3126;
}

.general_col {
	margin-bottom: 30px;
}

.event_content4 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.event_content4 .secondary_title {
	text-align: center;
	margin-bottom: 40px;
}

.event_content4 .secondard_button {
	margin-top: 40px;
}

.tilt_card{
	display:block;                 /* <a> needs this */
	position: relative;            /* glare needs positioning */
	transform-style: preserve-3d;
	will-change: transform;
  /* IMPORTANT: do NOT set transform here in your own css */
}

.tilt_card_inner{
	transform: translateZ(30px);
}

.tilt_card_glare{
	position:absolute;
	inset:0;
	pointer-events:none;
	opacity:0;
	border-radius: inherit;
	mix-blend-mode: screen;
}

.floating {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.register_content1 {
	min-height: 100vh;
	width: 100%;
	position: relative;
}

.register_content1 .general_background {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #fff;
}

.register_content1 .register_content1_inner {
	padding-top: 100px;
}

.register_content1_title .secondary_description {
	color: #A7A7A7;
}

.register_content1_title .general_button {
	margin-top: 30px;
    margin-bottom: 30px;
}

.register_content1_title .general_button a {
	width: 100%;
    background-color: #fff;
    border-radius: 25px;
    color: #000;
    padding: 10px 15px;
}

.register_content1_title .general_button img {
	width: 25px;
    margin-right: 15px;
}

.register_content1_divider {
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}

.register_content1_divider:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: calc(100% - 30px);
	height: 1px;
	background-color: #A7A7A7;
	margin: auto;
}

.register_content1_divider .secondary_description {
	position: relative;
	z-index: 1;
	background-color: #141A48;
	padding: 5px 15px;
}

.register_form {
	padding-top: 30px;
}

.register_content1_form .secondard_button {
	margin-top: 30px;
}

.register_content1_form .secondard_button button {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.register_content1_form .authentication_link {
	text-align: left;
	padding-left: 15px;
}

.register_content1_form .authentication_link a {
	color: #fff;
}

.register_content1_form .authentication_link a span {
	color: #3F8BE4;
	padding-left: 5px;
}

.register_content1_form .authentication_link a:hover span {
	text-decoration: underline;
}

.register_content1_form .form-checkbox {
	margin-top: 30px;
	margin-left: 15px;
}

.error_message {
	font-size: 12px;
	line-height: 18px;
	color: #EE3126;
	margin-top: 5px;
}

.shortcut_nav {
	display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

.shortcut_nav .shortcut_nav_button {
	display: block;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.shortcut_nav .shortcut_nav_button i[attr-id="1"] {
	font-size: 22px;
    color: #141A48;
}

.shortcut_nav .shortcut_nav_button i[attr-id="2"] {
	position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    line-height: 1;
    color: #EE3126;
}

.shortcut_nav .shortcut_nav_button i[attr-id="3"] {
	font-size: 25px;
    color: #EE3126;
}

.profile_nav_profile {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    background-color: #DCDDE4;
    border-radius: 50%;
    overflow: hidden;
}

.profile_content1 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.profile_content1 .profile_nav {
	background-color: #ffffff;
	padding: 30px;
	border-radius: 25px;
	color: #000;
	text-align: center;
	height: 100%;
}

.profile_content1 .profile_nav .profile_nav_profile {
	margin-bottom: 10px;
}

.profile_nav_button a {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}

.profile_nav_button a:hover, .profile_nav_button a.active {
	color: #EE3126;
}

.profile_content1 .form-group label.secondary_description {
	color: #000;
}

.profile_content1 .secondard_button button:hover {
	color: #EE3126;
}

.iti, .iti input {
	width: 100%;
}

.iti.iti--allow-dropdown {
	display: block;
	width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
	background-color: transparent!important;
}

.profile_pic {
	width: 120px;
    height: 120px;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.input-file-image {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: rgba(0,0,0,0.3);
}

.input-file-icon {
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.input-file-icon.added {
	width: 100%;
	height: 100%;
	background-color: transparent!important;
	z-index: 1;
	cursor: default;
}

.input-file-image:hover .input-file-icon {
	background-color: rgb(20, 26, 72, 0.75);
}

.input-file-icon img {
	width: 100%;
}

.input-file-image input {
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.image_remove {
    display: none;
}

.image_remove i {
	color: #dc3545;
    font-size: 20px;
    line-height: 1.5;
}

.body_notification {
	top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    z-index: 2501;
    cursor: pointer;
    display: none;
}

.body_notification .body_notification_content {
	width: 300px;
    position: absolute; 
    right: -300px;
    top: 0;
    bottom: 0;
    overflow: auto;
    padding: 15px;
    cursor: default;
    background: #141A48;
}

.body_notification.active {
	display: block;
}

.body_notification.active .body_notification_content {
    -webkit-animation: slide 0.5s forwards;
    animation: slide 0.5s forwards;
}

.body_notification .body_notification_content .body_notification_header {
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

.body_notification .body_notification_content .body_notification_header a {    
	font-size: 20px;
    line-height: 1;
    margin-right: 15px;
    cursor: pointer;
}

.body_notification .body_notification_content .body_notification_header a:hover {
	color: #EE3126;
}

.body_notification .body_notification_content .body_notification_header p {
	font-size: 14px;
    line-height: 18px;
}

.body_notification_divider {
	width: 100%;
	height: 1px;
	background-color: #424242;
	margin-top: 10px;
	margin-bottom: 10px;
}

@-webkit-keyframes slide {
    100% { right: 0; }
}

@keyframes slide {
    100% { right: 0; }
}

.body_notification .body_notification_inner a {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    padding: 10px 5px;
    font-weight: 400;
    position: relative;
    display: block;
    background-color: transparent;
}

.body_notification .body_notification_inner a .slide_notification_inner {
    position: relative;
    white-space: initial;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
}

.body_notification .body_notification_inner a .slide_notification_inner span {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 25px;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
    color: #dc3545;
}

.body_notification .body_notification_inner a .slide_notification_inner p {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    width: calc(100% - 25px);
    word-break: break-word;
}

.body_notification .body_notification_inner a .time {
    font-size: 10px;
    line-height: 16px;
    color: #848e91;
    text-align: right;
    display: block;
    width: 100%;
}

.body_notification .notification_forward:not(:last-child):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #d4af37;
    width: 95%;
    height: 1px;
}

.body_notification .notification_forward:hover {
	background-color: #fff;
	color: #111827;
}

.post_content1{
    padding-top: 0px;
    padding-bottom: 30px;
}

.post_list{
    max-width: 969px;
    margin: 20px auto 0px auto;
}

.post_item{
    background-color: #fff;
    border-radius: 15px;
    padding: 25px 20px;
    display: flex;
    gap: 25px;
}

.post_item_cover{
    width: 155px;
    height: 155px;
    border-radius: 15px;
    background-color: #D9D9D9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-shrink: 0;
}

.post_item_body{
    flex: 1;
    min-width: 0;
}

.post_item_top{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

.post_item_title{
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    color: #000;
}

.post_item_action{
    display: flex;
    align-items: center;
    gap: 12px;
}

.post_action_btn{
    border: 0;
    background: transparent;
    padding: 0;
    color: var(--secondary-color);
    /*border: 1px solid #EE3126;*/
    font-size: 18px;
    cursor: pointer;
}

.post_action_btn .is-active{
    display: none;
}

.post_action_btn .is-inactive{
    display: inline-block;
}

.post_action_btn.active .is-active{
    display: inline-block;
}

.post_action_btn.active .is-inactive{
    display: none;
}

.post_item_tags{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.post_tag{
    background-color: var(--primary-color);
    color: #DCDDE4;
    border-radius: 20px;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
}

.post_item_desc{
    margin-top: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #000;
}

.post_item_more{
    color: #686A70;
    text-decoration: underline;
    margin-left: 6px;
}

.post_item_bottom{
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 15px;
}

.post_user{
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.post_user_avatar{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #DCDDE4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-shrink: 0;
}

.post_user_name{
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: var(--primary-color);
    white-space: nowrap;
}

.post_user_dot{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #DCDDE4;
    display: inline-block;
}

.post_user_time{
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: #686A70;
}

.post_stats{
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #686A70;
    white-space: nowrap;
}

.post_create_wrap{
    max-width: 969px;
    margin: auto;
}

/* Normal bar */
.post_create{
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.post_create_avatar{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #DCDDE4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.post_create_input{
    flex: 1;
}

.post_create_input input.form-control{
    height: 46px;
    border: 0;
    border-radius: 15px;
    background-color: #DCDDE4;
    box-shadow: none;
    cursor: pointer;
}

.post_create_btn{
    height: 44px;
    padding: 12px 16px;
    border: 0;
    border-radius: 15px;
    background-color: var(--secondary-color);
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    flex-shrink: 0;
}

/* Expanded form */
.post_create_form{
    display: none;
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
    margin-top: 15px;
}

.post_create_form.active{
    display: block;
}

.post_create_media{
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.post_media_item{
    flex: 1;
}

.post_media_preview{
    width: 100%;
    height: 180px;
    border-radius: 15px;
    background-color: #DCDDE4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

/* Actions */
.post_create_actions{
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

.post_submit_btn{
    border: 0;
    border-radius: 12px;
    padding: 10px 16px;
    background-color: var(--secondary-color);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.post_cancel_btn{
    border: 0;
    border-radius: 12px;
    padding: 10px 16px;
    background-color: #DCDDE4;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}

.post_create_form .secondary_description {
	color: #000;
}

.form_form .post_item_title {
	text-align: center;
	margin-bottom: 30px;
}

.community_right .profile_nav {
	height: initial;
	margin-bottom: 20px;
}

.community_right .shortcut_nav {
	margin-bottom: 0;
}

.community_right_card{
    background: #FFFFFF;
    border-radius: 15px;
    padding: 18px 18px;
    margin-bottom: 16px;
}

.community_right_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.community_right_title{
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #141A48;
}

.community_right_more{
    color: #141A48;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
}

/* Simple list rows */
.community_right_list{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.community_right_row{
    text-decoration: none;
}

.community_right_row_title{
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    color: #141A48;
}

.community_right_row_sub{
    margin-top: 4px;
    font-weight: 400;
    font-size: 9px;
    line-height: 14px;
    color: #686A70;
}

/* Upcoming events */
.community_event_list{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.community_event_item{
    display: flex;
    gap: 12px;
}

.community_event_date{
    width: 45px;
    height: 53px;
    border-radius: 10px;
    background: #141A48;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}

.community_event_month{
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
}

.community_event_day{
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
}

.community_event_body{
    flex: 1;
    min-width: 0;
}

.community_event_title{
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    color: #141A48;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.community_event_meta{
    font-weight: 600;
    font-size: 8px;
    line-height: 16px;
    color: #686A70;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.community_event_tags{
    margin-top: 4px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.community_event_tag{
    background: #141A48;
    color: #fff;
    border-radius: 15px;
    padding: 1px 8px;
    font-weight: 600;
    font-size: 8px;
    line-height: 14px;
}

/* Media library */
.community_media_list{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.community_media_item{
    display: flex;
    gap: 12px;
    text-decoration: none;
}

.community_media_thumb{
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: #D9D9D9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-shrink: 0;
}

.community_media_body{
    flex: 1;
    min-width: 0;
}

.community_media_title{
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #141A48;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.community_media_desc{
    margin-top: 2px;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #686A70;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ui_reply{
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Card base */
.ui_card{
    background: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
}

.ui_body{
    padding: 22px 43px;
}

.ui_cover{
    height: 350px;
    background: #D9D9D9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Head row (user left, actions right) */
.ui_card_head{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 15px;
}

/* User row */
.ui_user{
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.ui_avatar{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #DCDDE4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-shrink: 0;
}

.ui_user_name{
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #141A48;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ui_time{
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: #686A70;
}

/* Title + tags + content */
.ui_title{
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 10px;
}

.ui_tags{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.ui_tag{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 20px;
    background: #141A48;
    color: #DCDDE4;
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    text-decoration: none;
}

.ui_content{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    white-space: pre-line;
}

/* Actions */
.ui_actions{
    margin-top: 22px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.ui_btn{
    border: 0;
    border-radius: 15px;
    padding: 12px 16px;
    height: 44px;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
}

.ui_btn_muted{
    background: #DCDDE4;
    color: #686A70;
}

/* Right side buttons */
.ui_card_head_actions{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.ui_icon_btn{
    border: 0;
    background: transparent;
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #EE3126;
}

.ui_icon_btn i{
    font-size: 18px;
}

/* Default show outline, active show solid */
.ui_icon_btn .fa-heart,
.ui_icon_btn .fa-bookmark{
    display: none;
}

.ui_icon_btn .fa-heart-o,
.ui_icon_btn .fa-bookmark-o{
    display: inline-block;
}

.ui_icon_btn.active .fa-heart,
.ui_icon_btn.active .fa-bookmark{
    display: inline-block;
}

.ui_icon_btn.active .fa-heart-o,
.ui_icon_btn.active .fa-bookmark-o{
    display: none;
}

/* Report (3 dots only) */
.ui_report_btn{
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    border-radius: 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #686A70;
}

.ui_dots{
    width: 4px;
    height: 18px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.ui_dots i{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #686A70;
    display: block;
}

/* Reply card tweak */
.reply_top .ui_body{
    padding-top: 14px;
}

.ui_reply_slot{
    margin-top: 12px;
}

.ui_reply_editor{
    display: none;
}

.ui_reply_editor .ui_body {
	padding: 0;
}

.ui_reply_editor.active{
    display: block;
}

.ui_reply_editor_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.ui_reply_close{
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 10px;
    background: #DCDDE4;
    color: #686A70;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ui_reply_editor_actions{
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.ui_btn_primary{
    background: var(--secondary-color);
    color: #FFFFFF;
}

.reply_editor_home {
	display: none;
}

.ui_more{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ui_more_menu{
    position: absolute;
    top: 38px;
    right: 0;
    min-width: 140px;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    padding: 6px;
    display: none;
    z-index: 50;
}

.ui_more.active .ui_more_menu{
    display: block;
}

.ui_more_item{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #141A48;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
}

.ui_more_item:hover{
    background: #F2F3F7;
}

.ui_more_item i{
    width: 16px;
    text-align: center;
    color: #686A70;
}

.ui_more_item.ui_remove_btn i{
    color: #EE3126;
}

/* Comment specific */
.ui_comment_content{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    white-space: pre-line;
}

.ui_comment_actions{
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid #EEF0F4;
}

.ui_comment_action{
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #686A70;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
}

.ui_comment_action i{
    font-size: 14px;
}

.ui_comment_count{
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #686A70;
}

/* Nested replies block */
.ui_nested{
    margin-top: 14px;
    padding-left: 18px;
    border-left: 2px solid #EEF0F4;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Nested reply item */
.ui_nested_item{
    background: #FAFBFC;
    border-radius: 12px;
    padding: 12px 12px;
}

.ui_nested_head{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.ui_user_small{
    gap: 10px;
    margin: 0;
}

.ui_avatar_small{
    width: 32px;
    height: 32px;
}

.ui_user_name_small{
    font-size: 13px;
    line-height: 20px;
}

.ui_nested_actions{
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.ui_icon_btn_small{
    width: 28px;
    height: 28px;
}

.ui_icon_btn_small i{
    font-size: 16px;
}

.ui_nested_content{
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
    white-space: pre-line;
}

.ui_nested_footer{
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
}

.ui_nested_reply{
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #686A70;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
}

.ui_nested_reply i{
    font-size: 14px;
}

/* View all replies button */
.ui_nested_toggle{
    margin-top: 12px;
    border: 0;
    background: transparent;
    padding: 0;
    color: #141A48;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    text-align: left;
}

@media only screen and (max-width: 991px) {  
	.desktop_nav {
		display: none;
	}

	.mobile_nav {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 10;
	}

	.mobile_header_outer {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.mobile_header_inner {
		display: flex;
	    justify-content: space-between;
	    align-items: center;
		background-color: rgba(255, 255, 255, 0.25);
	    backdrop-filter: blur(5px);
	    -webkit-backdrop-filter: blur(5px);
        border-radius: 10px;
        padding: 5px;
        position: relative;
	}

	.mobile_header_inner a {
		width: 125px;
		display: flex;
	    justify-content: flex-start;
	    align-items: center;
	}

	.mobile_header_inner a img {
		width: 45px;
	}

	.mobile_header_inner button {
		background-color: transparent;
		color: #fff;
		border: 0;
		font-size: 25px;
		line-height: 28px;
	}

	#mobile_sidebar {
	    width: 250px;
	    position: fixed;
	    top: 0;
	    right: -250px;
	    height: 100vh;
	    z-index: 999;
		background-color: rgba(255, 255, 255, 0.25);
	    backdrop-filter: blur(5px);
	    -webkit-backdrop-filter: blur(5px);
		color: #000;
	    transition: all 0.3s;
	    overflow-y: scroll;
	}

	#mobile_sidebar.active {
	    right: 0;
	}

	#mobile_sidebar .sidebar_header {
	    padding: 50px 50px 25px 50px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

	#mobile_sidebar .sidebar_header a {
		display: block;
		width: 60px;
	}

	#mobile_sidebar ul.components {
	    padding: 15px 0;
	    border-bottom: 1px solid #fff;
	}

	#mobile_sidebar .components p {
	    color: #fff;
	    padding: 10px;
	}

	#mobile_sidebar .components li a {
	    padding: 10px;
	    display: block;
	    font-size: 12px;
	    line-height: 18px;
	    font-weight: 600;
	    color: #fff;
	    text-transform: uppercase;
	}

	#mobile_sidebar .components li.active>a, #mobile_sidebar a.collapse[aria-expanded="true"] {
		color: #EE3126;
	}

	#mobile_sidebar .components li a:hover {
	    color: #fff;
	}

	#mobile_sidebar a[data-toggle="collapse"] {
	    position: relative;
	}

	.nav_panel {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;                /* makes it stretch same width as wrapper */
		z-index: 9999;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.nav_panel_button {
		background-color: rgba(255, 255, 255, 0.2);
	    backdrop-filter: blur(5px);
	    -webkit-backdrop-filter: blur(5px);
        border-radius: 10px;
        padding: 15px 15px;
        margin: 5px 0;
        display: flex;
        justify-content: center;
        align-items: center;
	}

	.nav_panel a {
		justify-content: center;
		text-align: center;
		text-shadow:
	    0 0 4px #141A48,
	    0 0 8px #141A48,
	    0 0 12px #141A48,
	    0 0 30px #141A48;
	}

	.sidebar_overlay {
	    display: none;
	    position: fixed;
	    width: 100vw;
	    height: 100vh;
	    background: rgba(0, 0, 0, 0.7);
	    z-index: 998;
	    opacity: 0;
	    transition: all 0.5s ease-in-out;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    margin: auto;
	}
	.sidebar_overlay.active {
	    display: block;
	    opacity: 1;
	}

	#sidebar_dismiss {
	    width: 25px;
	    height: 25px;
	    line-height: 25px;
	    font-size: 15px;
	    text-align: center;
	    position: absolute;
	    top: 10px;
	    right: 10px;
	    cursor: pointer;
	    -webkit-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	    border-radius: 15px;
	    color: #fff;;
	}

	.background_fixed {
		background-attachment: initial;
	}
    .post_create{
        padding: 15px;
        gap: 12px;
    }

    .post_create_btn{
        padding: 12px 12px;
    }

    .post_item{
        flex-direction: column;
        padding: 18px;
    }

    .post_item_cover{
        width: 100%;
        height: 180px;
    }

    .post_item_bottom{
        flex-direction: column;
        align-items: flex-start;
    }

    .post_stats{
        flex-wrap: wrap;
        gap: 10px 15px;
        white-space: normal;
    }

    .post_create_media{
        flex-direction: column;
    }

    .ui_body{
        padding: 18px 18px;
    }

    .ui_cover{
        height: 220px;
    }

    .ui_title{
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 767px) {
	.primary_title {
		font-size: 30px;
		line-height: 35px;
	}

	.secondary_title {
		font-size: 25px;
		line-height: 30px;
	}

	.primary_description {
		font-size: 16px;
		line-height: 20px;
	}

	.secondary_description {
		font-size: 12px;
		line-height: 16px;
	}

	.general_button a, .general_button button, .secondard_button a {
		font-size: 12px;
		line-height: 18px;
	}

	.general_section {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.general_col {
		margin-bottom: 30px;
	}

	.footer_icons {
		gap: 50px;
	}

	.footer_icons a {
		width: 25px;
	}

	.dashboard_content2_image {
		height: 400px;
		margin-top: 0;
	}

	.dashboard_content2_inner {
		background-color: transparent;
		border-radius: 0;
		margin-top: 0px;
		box-shadow: initial;
		backdrop-filter: initial;
	}

	.dashboard_content2_copywrites {
	    padding: 25px 25px 25px 25px;
	}

	.dashboard_content4 .secondard_button, .dashboard_content5 .secondard_button {
		margin-top: 25px;
	}

	.dashboard_content6_inner {
		padding-top: 250px;
	}

	.dashboard_content6_button {
		justify-content: center;
	}

	.dashboard_content4 .general_marquee_flex {
		flex-wrap: initial;
		margin: 0;
	}

	.dashboard_content4 .general_marquee_flex .general_col {
		width: 350px;
		padding: 0;
		flex-shrink: 0;
	}

	.dashboard_content5 .general_marquee_flex {
		flex-wrap: initial;
		margin: 0;
	}

	.dashboard_content5 .general_marquee_flex .general_col {
		width: 350px;
		padding: 0;
		flex-shrink: 0;
	}

	.dashboard_content6_inner .dashboard_content6_title img {
		width: 50px;
	}

	.post_media_news {
		width: 300px;
	}

	.post_social_media {
		width: 200px;
	}

	.footer_subscribe {
		padding: 20px;
	}

	.footer_subscribe .secondary_title {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 15px;
	}

	.footer_logo {
		justify-content: center;
	}

	.footer_logo img {
		width: 30px;
	}

	.footer_line {
		text-align: center;
		margin-top: 15px;
	}

	.about_content1 .dashboard_content2_inner {
		margin-top: 0px;
		margin-bottom: 50px;
	}

	.about_content2 {
		padding-left: 0;
		padding-right: 0;
	}

	.about_content1 .dashboard_content2_image {
		margin-top: 0;
	}

	.dashboard_content2_copywrites {
		background-color: rgba(255, 255, 255, 0.1);
		border-radius: 25px;
	}

	.book_content1 {
		padding-top: 0;
		padding-bottom: 25px;
	}

	.book_content1 .general_image {
		max-width: 250px;
		margin: auto;
		padding: 0;
	}

	.book_content1 .book_content1_copywrites {
		text-align: center;
	}

	.book_content1 .book_content1_copywrites .secondary_description {
		margin-bottom: 15px;
	}

	.book_content1 .book_content1_copywrites .secondard_button {
		justify-content: center;
	}

	.book_content1 .book_content1_copywrites {
		padding: 30px 15px;
	}

	.book_content2_inner:before {
		height: 100%;
	}

	.book_content2 .book_content2_inner {
		padding-top: 50px;
		padding-bottom: 15px;
	}

	.book_content2 .row {
		flex-direction: column-reverse;
	}

	.event_content2 .general_title {
		display: block;
	}

	.event_content2 .event_content_select {
		margin: 15px 0 0 0;
	}

	.event_content2 {
		padding-top: 70px;
	}

	.event_content3 {
		padding-top: 0;
		padding-bottom: 30px;
	}

	.shop_toolbar.t_bottom {
		padding: 0;
		margin-bottom: 0;
	}

	.glass_background {
		background-repeat: no-repeat;
		background-position: center;
		background-image: url('/assets/img/glass_background.png');
		background-size: 100% 100%;
		border: 0;
	}

	.post_activity_content .primary_description {
		font-size: 14px;
		line-height: 20px;
	}

	.dashboard_content6_inner .dashboard_content6_title .primary_title {
		font-size: 30px;
		line-height: 35px;
	}

	.dashboard_content6_inner .dashboard_content6_content .secondary_description {
		font-size: 12px;
		line-height: 18px;
	}

	.register_content1 .primary_background, .register_content1 .register_content1_inner {
		padding-top: 0;
	}

	.register_content1_form {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.shop_toolbar ul.pagination li a {
		font-size: 12px;
		line-height: 18px;
	}

	.profile_content1 .profile_nav {
		margin-bottom: 50px;
		height: initial;
	}

	.dashboard_content2_copywrites .primary_title {
		font-size: 50px;
		line-height: 60px;
	}

	.dashboard_content2_copywrites .secondary_description {
		font-size: 14px;
		line-height: 20px;
	}
}