*, ::after, ::before 
{
    box-sizing: border-box;
}
.arrow-tl::after 
{
  bottom: 100%;
  left: 36px;
  border-bottom-color: #353156;
  border-width: 10px;
  margin-left: -10px;
}
.arrow-tl::before 
{
	bottom: 100%;
	left: 36px;
	border-bottom-color: #7976A0;
	border-width: 12px;
	margin-left: -12px;
}
.pt-php-communities_btnmenu {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	gap: 12px;
	flex-grow: 1;	
}
.pt-php-communities_btnmenu a {
	padding: 2px 8px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 18px;
	line-height: 1.5;
	color: #FFFFFF;
	background: #44416F;
	border: solid 1px #565380;
	width: 100%;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	transition: background 0.8s;
}
.pt-php-communities_btnmenu a:hover {	
	color: #FFFFFF;
	background: #565380;
	text-decoration: none;
}

.pt-php-communities__search {
    display: block;
    position: relative;
    padding: 16px;
    background-color: #2D2A49;
    border-bottom: solid 1px rgba(255, 255, 255, 0.12);
}

.pt-php-communities__search::before {
    font-family: 'Material Icons';
    content: '\E8B6';
    font-size: 24px;
    line-height: 1;
    color: rgba(233, 229, 246, 0.6);
    display: block;
    position: absolute;
    left: 24px;
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
}

.pt-php-communities__search input {
    height: 36px;
    border: 2px solid rgba(233, 229, 246, 0.3);
    border-radius: 0.25rem;
    width: 100%;
    background: none;
    padding: 0 12px 0 36px;
    color: #E9E5F6;
    font-size: 16px;
    -webkit-transition: border-color 0.15s linear;
    -moz-transition: border-color 0.15s linear;
    -o-transition: border-color 0.15s linear;
    -ms-transition: border-color 0.15s linear;
    transition: border-color 0.15s linear;
}

.pt-php-communities__search input:focus {
    outline: none;
    border-color: #9575CD;
}

.pt-php-forum-container {
    overflow-y: auto;
    max-height: 60vh;
    scrollbar-color: rgba(233, 229, 246, 0.3) transparent;
    scrollbar-width: thin;
}

/*List Item Forum Menu*/
.pt-php-forum-communities  {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
}
.pt-php-forum-list {
	display: flex;
	width: calc(25% - 8px);
	height: 88px;
	position: relative;
	justify-content: center;
	align-items: center;
	margin: 0 4px;
}

.pt-php-forum-list__pin::after {
    display: block;
    content: '';
    background-image: url(https://pantip.com/static/images/pantip_icon/ic-pin-512px.png);
    background-size: cover;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 2px;
    margin-left: 13px;
}

.pt-php-forum-list:hover {
	background: rgba(0,0,0,0.12);
	border-radius: 4px;
}
.pt-php-forum-list a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	text-decoration: none;
}
.pt-php-forum-list a .pt-php-forum-list__icon {
	height: 40px;
	width: 40px;
	position: relative;
	background-color: #2D2A49;
	box-shadow: inset 0px 0px 0px 1px rgba(233, 229, 246, 0.3);
	display: block;
	overflow: hidden;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	max-height: 720px;
	max-width: 720px;
}
.pt-php-forum-list a h2 {
	font-size: 12px;
	font-weight: 400;
	color: rgba(233, 229, 246, 0.87);
	display: block;
	white-space: nowrap;
	margin: 8px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pt-php-forum-header {
	display: flex;
	padding: 16px;
}
.pt-php-forum-header span {
	font-size: 14px;
	font-weight: 400;
	color: #7976A0;
}
.pt-php-forum-header a {
	margin-left: auto;
	font-size: 14px;
    font-weight: 400;
	color: #B39DDB !important;
}

.pt-php-forum-header a:hover {
    color: #D1C4E9 !important;
}

.pt-php-link__more {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: rgba(233, 229, 246, 0.87) !important;
    padding: 14px;
    text-decoration: none;
    -webkit-transition: background-color 0.15s linear;
    -moz-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    -ms-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}

.pt-php-link__more:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.12);
}

.pt-php-link__more:active,
.pt-php-link__more:visited {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.24);
}

/* Accordion More*/
.ptp-accordion__more {
    position: relative;
    width: 100%;
    color: rgba(233, 229, 246, 0.87);
    border-bottom: solid 1px rgba(255, 255, 255, 0.12);
    overflow: hidden;
}

.ptp-accordion__more-state {
    display: none;
}

.ptp-accordion__more-target {
    opacity: 0;
    max-height: 0;
    height: 0;
    overflow: hidden;
}

.ptp-accordion__more-state:checked~.ptp-accordion__more-target {
    opacity: 1;
    height: auto;
    overflow: visible;
    max-height: 90000px;
    display: contents;
}

.ptp-accordion__more-label {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    line-height: 1.5;
    font-size: 14px;
    color: rgba(233, 229, 246, 0.87);
    margin-bottom: 0;
    padding: 10px 14px;
    touch-action: manipulation;
    -webkit-transition: background-color 0.15s linear;
    -moz-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    -ms-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}

.ptp-accordion__more-label:hover,
.ptp-accordion__more-label:active,
.ptp-accordion__more-label:focus {
    text-decoration: none;
    color: rgba(233, 229, 246, 0.87);
    background-color: rgba(0, 0, 0, 0.12);
}

.ptp-accordion__more-label i:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.ptp-accordion__more-state~div .ptp-accordion__more-label>span {
    padding: 0 8px;
}

.ptp-accordion__more-state~div .ptp-accordion__more-label>span:before {
    content: '\0E14\0E39\0E40\0E1E\0E34\0E48\0E21\0E40\0E15\0E34\0E21';
}

.ptp-accordion__more-state:checked~div .ptp-accordion__more-label>span:before {
    content: '\0E14\0E39\0E19\0E49\0E2D\0E22\0E25\0E07';
}

.ptp-accordion__more-state~div .ptp-accordion__more-label>i:before {
    content: 'expand_more';
}

.ptp-accordion__more-state:checked~div .ptp-accordion__more-label>i:before {
    content: 'expand_less';
}

/* List Item for Communities */
.pt-lists .pt-lists-item>a,
.pt-lists .pt-lists-item>label,
.pt-lists .pt-lists-item>.pt-lists-item__label {
    text-decoration: none;
}

.pt-lists .pt-lists-item>a:hover,
.pt-lists .pt-lists-item>label:hover,
.pt-lists .pt-lists-item>.pt-lists-item__label:hover {
    background-color: rgba(0, 0, 0, 0.12);
}

.pt-lists .pt-lists-item>a:active,
.pt-lists .pt-lists-item>label:active,
.pt-lists .pt-lists-item>.pt-lists-item__label:active {
    background-color: rgba(0, 0, 0, 0.24);
}

.pt-lists .pt-lists-item>a:hover .pt-lists-item__text,
.pt-lists .pt-lists-item>label:hover .pt-lists-item__text,
.pt-lists .pt-lists-item>.pt-lists-item__label:hover .pt-lists-item__text {
    color: FFFFFF;
}

.pt-lists .pt-lists-item>a:hover .pt-lists-item__graphic,
.pt-lists .pt-lists-item>label:hover .pt-lists-item__graphic,
.pt-lists .pt-lists-item>.pt-lists-item__label:hover .pt-lists-item__graphic {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    opacity: 1;
}

.pt-lists-item:hover {
    background-color: rgba(0, 0, 0, 0.12);
}

.pt-lists-item:active,
.pt-lists-item.active:hover {
    background-color: rgba(0, 0, 0, 0.24);
    color: #FFFFFF;
}

.pt-lists-item__text {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 8px;
    width: 100%;
}

.pt-lists-item__primary-text {
    color: rgba(233, 229, 246, 0.87);
    font-size: 16px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    display: block;
    margin-top: 0;
    margin-bottom: -20px;
}

.pt-lists-item__primary-text::before {
    display: inline-block;
    width: 0;
    height: 32px;
    content: "";
    vertical-align: 0;
}

.pt-lists-item__primary-text::after {
    display: inline-block;
    width: 0;
    height: 20px;
    content: "";
    vertical-align: -20px;
}

.pt-lists-item__secondary-text {
    color: rgba(233, 229, 246, 0.6);
    font-size: 14px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    display: block;
    margin-top: 0;
}

.pt-lists-item__secondary-text::before {
    display: inline-block;
    width: 0;
    height: 20px;
    content: "";
    vertical-align: 0;
}

.pt-lists-item__meta {
    color: rgba(233, 229, 246, 0.6);
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}

.pt-list-item__label-tag {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 10px;
    height: 1.1;
    padding: 2px 4px;
    border-radius: 2px;
    white-space: nowrap;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    color: #FFFFFF;
    background-color: #F44336;
}

.pt-lists.pt-lists-dense .pt-lists-item .pt-lists-item__primary-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.pt-lists.pt-lists-dense .pt-lists-item .pt-lists-item__secondary-text {
    color: rgba(233, 229, 246, 0.6);
    font-size: 12px;
}

.pt-lists--two-line.pt-lists-dense.pt-lists--avatar-list .pt-lists-item {
    height: 56px;
}

.pt-lists--two-line.pt-lists-dense.pt-lists--avatar-list .pt-lists-item .pt-lists-item__text {
    margin-top: -8px;
}

.pt-lists--two-line.pt-lists-dense.pt-lists--avatar-list .pt-lists-item__text {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
}

.pt-lists--avatar-list .pt-lists-item__graphic {
    background-color: rgba(0, 0, 0, 0.38);
    margin-left: 0;
    margin-right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.pt-lists--two-line.pt-lists-dense.pt-lists--avatar-list.pt-lists--avatar-list .pt-lists-item__graphic.img-thumbnail {
    width: 40px;
    height: 40px;
}

.pt-lists--two-line.pt-lists-dense.pt-lists--avatar-list .pt-php-forum-list__pin {
    position: absolute;
    top: 1px;
    left: 32px;
    z-index: 1;
}

.pt-lists--two-line .pt-lists-item.pt-lists-item__border::after {
    content: '';
    display: block;
    width: calc(100%);
    height: 1px;
    line-height: 1px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.12);
    bottom: 0;
    right: 0;
}

.pt-lists-item:last-child.pt-lists-item__border::after {
    background-color: transparent;
}

.pt-lists--two-line.pt-lists--avatar-list .pt-lists-item,
.pt-lists--two-line.pt-lists--image-list .pt-lists-item {
    height: 72px;
}

.pt-lists--two-line.pt-lists--avatar-list .pt-lists-item .pt-lists-item__text,
.pt-lists--two-line.pt-lists--image-list .pt-lists-item .pt-lists-item__text {
    margin-top: 0px;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
}

button.pt-lists-item__meta {
    min-width: 40px;
    max-height: 40px;
    margin-right: 12px;
    margin-left: auto;
}

.pt-lists-item__checkbox {
    line-height: 1;
    cursor: pointer;
}

.pt-lists-item__checkbox .pt-pin-button>input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(115, 115, 153, 0.12);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}

.pt-lists-item__checkbox .pt-pin-button>input:checked+span {
    width: 24px;
    height: 24px;
    background: url("https://pantip.com/static/images/pantip_icon/ic-pin-512px.png");
    opacity: 1;
    background-size: contain;
    display: inline-block;
}

.pt-lists-item__checkbox .pt-pin-button>span {
    width: 24px;
    height: 24px;
    background: url("https://pantip.com/static/images/pantip_icon/ic-pin_outline-512px.png");
    background-size: contain;
    display: inline-block;
    opacity: 0.5;
    -webkit-transition: background 0.15s linear;
    -moz-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    -ms-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

/*Dialogbox and Modal*/
.ptp-modal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.38);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transform: translateZ(0);
    transition: opacity .2s linear;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    overflow-y: auto;
}

.ptp-modal.ptp-modal-mask {
    visibility: visible;
    opacity: 1;
    z-index: 1040;
}

.ptp-dialog__box {
    margin: auto;
    min-width: 280px;
    max-width: 560px;
    background-color: #353156;
    border-radius: 4px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.ptp-dialog__box .ptp-dialog__heading {
    color: rgba(233, 229, 246, 0.87);
    padding: 20px 16px 20px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.ptp-dialog__box .ptp-dialog__heading h5 {
    margin: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.ptp-dialog__box .ptp-dialog__heading a {
    margin-left: auto;
    color: rgba(233, 229, 246, 0.6);
    white-space: nowrap;
    text-decoration: none;
}

.ptp-dialog__box .ptp-dialog__heading a:hover {
    color: rgba(233, 229, 246, 0.6);
    text-decoration: none;
}

.ptp-dialog__box .ptp-dialog__heading a i {
    vertical-align: -6px;
}

.ptp-dialog__box .ptp-dialog__heading a.ptp-dialog__left-icon {
    margin-left: -8px;
    margin-right: 32px;
}

.ptp-dialog__box .ptp-dialog__heading.ptp-dialog__heading-no_divider {
    padding: 20px 16px 8px 24px;
    border-bottom: none;
}

.ptp-dialog__box .ptp-dialog__subheading {
    padding: 12px 24px;
    height: 64px;
    background: rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ptp-dialog__box .ptp-dialog__content {
    position: relative;
    color: rgba(233, 229, 246, 0.6);
    padding: 0;
    /*padding: 24px;*/
    max-height: calc(75vh - 116px);
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 88px;
    font-size: 16px;
    line-height: 1.5;
    scrollbar-color: rgba(233, 229, 246, 0.3) transparent;
    scrollbar-width: thin;
}

.ptp-dialog__bottom {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 8px;
    padding-left: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ptp-dialog__bottom span {
    font-size: 12px;
    color: rgba(233, 229, 246, 0.3);
    margin-right: auto;
}

.ptp-dialog__border-1 {
    border: 1px solid #7976A0;
}

.ptp-dialog__box.ptp-dialog__lg {
    width: 100%;
    min-width: 280px;
    max-width: 720px;
}

.ptp-dialog__box.ptp-dialog__md {
    width: 100%;
    min-width: 280px;
    max-width: 480px;
}

.ptp-dialog__box.ptp-dialog__sm {
    width: 100%;
    min-width: 280px;
    max-width: 360px;
}

.ptp-pos_sticky {
    position: sticky;
    position: -webkit-sticky;
    z-index: 970;
    transition: all 0.3s;
}

/* Add On Property */
.m-all-0 {
    margin: 0 !important;
}

.m-t-4 {
    margin-top: 4px !important;
}

.m-t-8 {
    margin-top: 8px !important;
}

.m-t-16 {
    margin-top: 16px !important;
}

.m-b-8 {
    margin-bottom: 8px !important;
}

.m-b-16 {
    margin-bottom: 16px !important;
}

.m-r-4 {
    margin-right: 4px !important;
}

.m-r-8 {
    margin-right: 8px !important;
}

.m-l-4 {
    margin-left: 4px !important;
}

.m-l-8 {
    margin-left: 8px !important;
}

.m-l-16 {
    margin-left: 16px !important;
}

.m-tnb-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.m-lnr-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
}

.m-l-de4 {
    margin-left: -4px !important;
}

.p-all-8 {
    padding: 8px !important;
}

.p-all-24 {
    padding: 24px !important;
}

.align-self-center {
    -webkit-align-self: center !important;
    -moz-align-self: center !important;
    -ms-align-self: center !important;
    align-self: center !important;
}

.txt-purple-pantip-300 {
    color: #7976A0 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-blue-500 {
    background-color: #2196F3 !important;
}

.bg-purple-400 {
    background-color: #AB47BC !important;
}

.pt-pointer-none {
    pointer-events: none;
}

.pt-block-radius-none,
.pt-block-radius-reset {
    border-radius: 0 !important;
}

.ptp-btn {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: -moz-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    font-weight: 600;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 4px 16px;
    font-size: 14px;
    line-height: 26px;
    border-radius: 2px;
    cursor: pointer;
}

.btn-sm {
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 2px;
    line-height: 1.5;
}

.ptp-btn>i {
    display: block;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
}

.btn-round {
    border-radius: 18px;
}

.btn-sm.btn-round {
    border-radius: 18px;
}

.btn--primary {
    color: #FFFFFF;
    background-color: #7459C8;
    border: solid 1px #9575CD;
    transition: background 0.8s;
}

.btn--primary:hover {
    color: #FFFFFF;
    background: #9575CD radial-gradient(circle, rgba(0, 0, 0, 0) 1%, #9575cd 1%) center/15000%;
    border-color: #9575CD;
}

.btn--secondary {
    color: #FFFFFF;
    background-color: #44416F;
    border: solid 1px #565380;
    transition: background 0.8s;
}

.btn--secondary:hover {
    color: #FFFFFF;
    background: #565380 radial-gradient(circle, rgba(0, 0, 0, 0) 1%, #565380 1%) center/15000%;
    border-color: #565380;
}

.btn--remove {
    border-radius: 50%;
    color: #FFFFFF;
    background: #EF5350;
    border-color: #E57373;
    transition: background 0.8s;
    padding: 0;
    width: 20px;
    height: 20px;
}

.btn--remove:hover {
    color: #FFFFFF;
    background: #E57373 radial-gradient(circle, rgba(0, 0, 0, 0) 1%, #e57373 1%) center/15000%;
    border-color: #E57373;
}

.btn--icon_circle {
    border-radius: 50% !important;
    padding: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.btn--icon_circle:hover {
    color: rgba(233, 229, 246, 0.87);
    background: rgba(115, 115, 153, 0.12);
}

.ptp-btn.disabled {
    color: rgba(233, 229, 246, 0.3);
    background-color: #382040;
    border-color: #382040;
    pointer-events: none;
}

@keyframes animate {
    0% {
        background-position: -2000px 0
    }

    100% {
        background-position: 2000px 0
    }
}

.pt-loader {
    animation-name: animate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background: linear-gradient(to right, #44416F 8%, #565380 18%, #44416F 33%);
    background-color: rgba(0, 0, 0, 0);
    -webkit-background-size: 2000px 104px;
    -moz-background-size: 2000px 104px;
    -o-background-size: 2000px 104px;
    background-size: 2000px 104px;
}

.pt-loader__txt-primary {
    height: 20px;
    border-radius: 2px;
}

.pt-loader__txt-secondary {
    height: 12px;
    border-radius: 2px;
}

.pt-loader__btn-large {
    height: 36px;
    border-radius: 4px;
}

.pt-loader__btn-small-circle {
    min-height: 20px;
    min-width: 20px;
    border-radius: 50%;
}

.pt-loader__img40 {
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

.pt-loader__width100 {
    width: 100%;
}

.pt-loader__width75 {
    width: 75%;
}

.pt-loader__width50 {
    width: 50%;
}

.pt-loader__width25 {
    width: 25%;
}

.pt-loader__width12 {
    width: 12%;
}

.pt-bullet-new-post::before {
    content: "\00B7";
    margin: 0 4px 0 0;
    font-size: 20px;
    vertical-align: middle;
}

/* Toggle */

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    height: 0;
    overflow: hidden;
    -moz-transition: 1s ease;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.read-more-state:checked~.read-more-target {
    opacity: 1;
    height: auto;
    overflow: auto;
    max-height: none;
}

.read-more-state~div .read-more-trigger:before {
    content: '\0E41\0E2A\0E14\0E07\0E23\0E32\0E22\0E25\0E30\0E40\0E2D\0E35\0E22\0E14\0E40\0E1E\0E34\0E48\0E21\0E40\0E15\0E34\0E21';
}

.read-more-state:checked~div .read-more-trigger:before {
    content: '\0E41\0E2A\0E14\0E07\0E23\0E32\0E22\0E25\0E30\0E40\0E2D\0E35\0E22\0E14\0E19\0E49\0E2D\0E22\0E25\0E07';
}

label.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #B39DDB;
    line-height: 2;
    margin-bottom: 0;
    text-decoration: underline;

}

label.read-more-trigger:hover {
    color: #D1C4E9;
}

/* 25/12/2023*/
.pt-php-forum-container ul.pt-lists li {
    float: none;
    padding: 0;
}

/* List Item One Line For Communities: Tag Pinned */
ul.pt-lists-item__one-line-pinned.pt-lists--two-line.pt-lists--avatar-list li.pt-lists-item .pt-lists-item__text {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
}

ul.pt-lists-item__one-line-pinned.pt-lists--two-line.pt-lists--avatar-list li.pt-lists-item .pt-lists-item__text .pt-lists-item__primary-text {
    margin: 0;
}

ul.pt-lists-item__one-line-pinned.pt-lists--two-line.pt-lists--avatar-list li.pt-lists-item .pt-lists-item__text .pt-lists-item__secondary-text {
    display: none;
}