#content h2 {
    font-weight: 700;
}

#site_content h3 {
	font-family: "Kode Mono", monospace;
}

#main_top {
    margin-top: 3em;
    padding: 0 8em;
}

#main_top_content {
    padding: 1em 0;
    margin-bottom: 1.8em;
}

#top_content {
    width: 80%;
    padding: 1em 4em;
    margin: auto;
    margin-bottom: 1.8em;
}

#hero_top {
    margin-bottom: 1.7em;
}

#dotted_box {
    margin-bottom: 5em;
}

#site_content a {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
}

@media (max-width: 768px) {
    #top_content {
        width: 100%;
        padding: 1em 0;
    }

    #main_top_content {
        padding: 1em 0;
    }

    #content {
        padding-top: 0;
    }

    #top {
        text-align: center;
    }

    #top .gray_bt {
        margin-bottom: 2em;
    }
}

#main_content {
    display: flex;
    gap: 1em;
	background: #0C302F;
	border: dashed 1.5px #38494B;
	padding: 1.4em!important;
	border-radius: 10px;
}

#services #main_content {
    padding: 1.5em;
}

#left_sidebar {
    width: 32%;
}

.single #content img {
	min-width: 100%;
}

#services #left_sidebar {
    min-width: 50%;
    background: none;
    padding: 0;
    border: 0;
}

.main_tab {
	display: block;
	background: #173737;
	padding: 1em;
	border-radius: 6px;
	color: #fff;
	font-size: 0.8em;
	margin-bottom: 1.15em;
	border: solid 1px #173737;
}

#services .main_tab {
    display: flex;
    gap: 1em;
    align-items: center;
    height: 22%;
}

.main_tab:last-child {
    margin-bottom: 0;
}

.main_tab p {
	margin-bottom: 0;
}

.main_tab:hover, .main_tab.active {
	background: linear-gradient(356deg,rgba(40, 254, 208, 0.15) 0%, rgba(23, 55, 55, 1) 100%);
	color: #fff;
	border-image-slice: 1;
	border-image-source: linear-gradient(to right, rgba(40, 254, 208, 0.47), rgba(23, 55, 55, 1) 100%);
	border-radius: 6px;
}

.main_box {
    padding: 1.5em;
    background: linear-gradient(90deg,rgba(23, 55, 55, 1) 0%, rgba(40, 254, 208, 0.15) 50%, rgba(23, 55, 55, 1) 100%);
    display: none;
    border-radius: 6px;
    cursor: pointer;
}

@media (max-width: 991px) {
    #main_content .main_box {
        padding: 0;
    }
}

.desktop .main_box {
    display: none;
}

.mobile .main_box {
    display: unset;
}

.main_box.active {
    display: block;
}

#left_sidebar hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#page hr {
    border-top: dashed 1.5px rgba(255, 255, 255, 0.07);
}

#services #main_column {
    height: 530px;
}

#services .main_box {
    background: linear-gradient(356deg,rgba(40, 254, 208, 0.15) 0%, rgba(40, 254, 208, 0) 100%);
	color: #fff;
    border: solid 1.5px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, rgba(40, 254, 208, 0.47), rgba(23, 55, 55, 1) 100%);
    padding: 1em;
    height: 100%;
}

#services .main_box ul {
    list-style: none;
    padding-inline-start: 0px;
    margin-bottom: 0;
}

#services .main_box li {
    background: rgba(255, 255, 255, 0.07);
    margin-bottom: 0.6em;
    padding: 0.8em;
    padding-left: 2.6em;
}

#services .main_box li:last-child {
    margin-bottom: 0;
}

#services .main_box li:before, #services .left_side li:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #28FED0;
    border-radius: 9px;
    margin-left: -25px;
    margin-right: 16px;
}

#services .main_box h3 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 0.5em;
}

@media (max-width: 768px) {
    #addit_bg #services {
        padding: 0 1.5em;
    }

    #services #main_content {
        display: block;
    }

    #services #left_sidebar {
        min-width: 100%;
    }

    #services #main_column {
        height: auto;
        margin-top: 1.2em;
    }
}

.main_tab h2 {
	font-size: 1rem;
}

.main_tab img {
	background: #244B4B;
	width: 38px;
	height: 38px;
	padding: 0.5em;
	border-radius: 4px;
	margin-bottom: 0.5em;
}

#services .main_tab img, #services .main_tab h2 {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    h1 {
        font-size: 1.6em!important;
    }
}

.cont_col img {
    min-width: 100%;
}

.dotted_info_box {
    display: flex;
	border: dashed 1.5px #25C7C1;
	background: rgba(37, 199, 193, 0.13);
	padding: 1em;
	border-radius: 3px;
    margin-bottom: 1.7em;
}

.dotted_info_box p {
    margin-bottom: 0;
    font-size: 1.125em;
}

.dotted_info_box strong {
	color: #28FED0;
}

.dotted_info_box img {
	display: block;
    margin-right: 1.5em;
}

@media (max-width: 768px) {
    .dotted_info_box {
        display: block;
        text-align: center;
    }

    .dotted_info_box img {
        margin: auto;
        margin-bottom: 1.5em;
    }
}

#kpi {
    background: rgba(255, 255, 255, 0.07);
    border: dashed 1.5px #38494B;
    border-radius: 6px;
    font-size: 0.93em;
    margin: 0;
}

#kpi h2 {
    font-family: "Kode Mono", monospace;
    font-weight: 700;
}

#kpi .dotted_box {
    min-width: 35%;
    padding: 1.2em;
}

div.dotted_box {
    padding: 0;
    margin-bottom: 2em;
}

#kpi .dotted_box p {
    margin-bottom: 0;
}

#kpi .dotted_box strong {
    color: #28FED0;
}

div.kpi_box {
    border-right: dashed 1.5px #38494B;
    display: flex;
	align-items: center;
    padding: 1.5em;
    flex: 1;
}

@media (max-width: 768px) {
    div.kpi_box {
        flex: auto;
    }
}

div.kpi_box:last-child {
    border-right: 0;
}

div.kpi_box p {
    margin-bottom: 0;
}

div.kpi_box:before,
div.kpi_box:after {
    content: '';
    position: absolute;
    right: -4px;
    width: 7px;
    height: 7px;
    background: #38494B;
    border-radius: 6px;
}

div.kpi_box:before {
    top: -4px;
}

div.kpi_box::after {
    bottom: -4px;
}

div.kpi_box:last-child:before,
div.kpi_box:last-child:after {
    display: none;
}

@media (max-width: 768px) {
    #kpi {
        background: none;
        border: 0;
    }

    #kpi .row {
        margin: 0;
        display: block;
    }

    div.kpi_box {
        background: rgba(255, 255, 255, 0.07);
        border: dashed 1.5px #38494B;
        border-radius: 6px;
        margin-bottom: 1em;
    }

    div.kpi_box:before {
        display: none;
    }

    div.kpi_box::after {
        display: none;
    }

    #kpi .dotted_box {
        padding: 0;
    }
}

#left_sidebar {
    background: rgba(255, 255, 255, 0.06);
    padding: 1em;
	border-radius: 6px;
    border: dashed 1.5px #38494B;
}

#top_gradient #left_sidebar {
    font-size: 0.93em;
}

#top_gradient #left_sidebar p {
    margin-bottom: 0;
}

#top_gradient #left_sidebar ul {
    list-style: none;
    padding-inline-start: 0px;
}

#top_gradient #left_sidebar li {
    background: rgba(255, 255, 255, 0.05);
    padding: 0.9em;
    padding-left: 2em;
    border-radius: 6px;
    margin-bottom: 1em;
}

#top_gradient #left_sidebar li:before {
    content: '';
    position: absolute;
    margin-left: -1em;
    margin-top: 0.5em;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #25C7C1;
}

#top_gradient #left_sidebar .box {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    padding: 1.2em;
}

#top_gradient #main_col {
    background: linear-gradient(0deg,rgba(255, 255, 255, 0.05) 0%, rgba(37, 199, 193, 0.12) 100%);
    padding: 1.2em;
    padding-bottom: 1.8em;
    border-radius: 6px;
    border: solid 1px;
    border-image-slice: 1;
	border-image-source: linear-gradient(to right, rgba(40, 254, 208, 0.47), rgba(23, 55, 55, 1) 100%);
}

#top_gradient #main_col .tit_bt {
    margin-bottom: 1.5em;
}

.video_box {
    background: #0C302F;
    padding: 1em;
    border-radius: 10px;
    border: dashed 1.5px #38494B;
}

@media (max-width: 768px) {
    #top_gradient {
        padding: 4em 0;
    }
    #top_gradient .row {
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

    .mobile_soc img {
        width: 100%;
    }

    .single-platforms .video_box {
        margin: 2em 0 3em 0;
    }

    .single-platforms .anim_bottom {
        padding: 0;
    }

    .single-platforms div.anim_right {
        padding: 0 1em;
    }
}

.home .video_box {
    padding: 1.5em;
}

.video {
    position: relative;
    width: 100%;
    /*padding-top: 56.25%;
    overflow: hidden;*/
}

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

.showControls {
	position: absolute;
	z-index: 99;
	margin-left: 1em;
	margin-top: 1em;
}

.showControls img {
	width: 25px!important;
}

#home_content h2 {
    font-weight: 700;
}

#home_content ul {
    padding-inline-start: 0px;
    list-style: none;
}

#home_content ul li {
    border-radius: 6px;
    padding: 1em;
    padding-top: 0;
    margin-bottom: 1em;
}

#home_content ul strong {
    display: inline-block;
    font-family: "Kode Mono", monospace;
    background: linear-gradient(90deg,rgba(40, 254, 208, 1) 0%, rgba(37, 199, 193, 1) 100%);
	color: #070E14;
    padding: 0.6em 0.9em;
    border-radius: 3px;
    margin: 1em 0;
}

#main {
    width: 100%;
}

.cont_col {
    margin: 2em 0;
}

@media (max-width: 992px) {
    .cont_col {
        margin: 0.2em 0;
    }
    
    #home_content h2 {
        font-size: 1.5em;
    }
}

.info_col {
    margin-bottom: 1em;
}

.info_box {
    height: 100%;
    background: rgba(255, 255, 255, 0.07);
    border-bottom: dashed 1.5px #25C7C1;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 1.5em;
    margin-bottom: 1em;
}

.info_box h3 {
    font-size: 1.25em;
    font-weight: 700;
}

.info_box p {
    margin-bottom: 0;
}

.info_box img {
    background: rgba(255, 255, 255, 0.07);
    border-radius: 3px;
    margin-bottom: 1.5em;
}

#infos .section_title {
    text-align: left;
}

.contact_row {
    margin: 2.5em -1em 0 0;
    width: 100%;
}

.contact_row hr {
    margin-top: 0.5rem;
    margin-bottom: 0.7rem;
}

div.contact_col {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 6px;
    padding: 0.9em;
}

div.contact_col:first-child {
    padding-right: 0;
}

.contact_link {
    display: block;
    width: 100%;
    padding: 0.7em;
    margin-bottom: 0.9em;
    font-size: 0.85em;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
    color: #fff;
}

.address p {
    margin-bottom: 0;
}

.contact_link:before {
    display: inline-block;
    float: left;
    width: 15px;
    margin-right: 1em;
}

.phone:before{
    content: url(../img/phone.svg);
}

.address:before{
    content: url(../img/home.svg);
    margin-bottom: 20px;
}

.mail:before{
    content: url(../img/mail.svg);
}

.flag {
    float: left;
    margin-top: -0.15em;
    margin-right: 0.9em;
}

.department_country {
    font-family: "Kode Mono", monospace;
    font-weight: 600;
}

.first_section_cap {
    width: 100vw;
    position: relative;
    text-align: center;
    padding-top: 5em;
}

#platform img {
    width: 100vw;
}

.platform_thumb {
    margin-top: -320px;
    padding-top: 4em;
    background: linear-gradient(180deg,rgba(20, 74, 75, 1) 19%, rgba(20, 74, 75, 0) 100%);
}

@media (max-width: 991px) {
    .first_section_cap {
        position: relative;
        width: auto;
    }

    #platform img {
        width: auto;
    }
}

.single-platforms #top_gradient {
	margin-bottom: 0;
}

.flex_row {
    display: flex;
    gap: 1em;
}

@media (max-width: 991px) {
    .single-platforms .flex_row {
        display: block;
    }

    .single-platforms .gradient_box {
        margin: 1em 0;
    }
}

.flex_col {
    flex: 1;
}

.regular_box {
    background: rgba(255, 255, 255, 0.05);
    padding: 2em;
    padding-bottom: 1em;
    border-radius: 6px;
    margin-bottom: 1em;
    text-align: left;
}

.regular_box strong {
    font-family: "Kode Mono", monospace;
    font-size: 3.75em;
    font-weight: 600;
}

.regular_box p {
    line-height: 1.8em;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .regular_box strong {
        font-size: 1.875em;
    }

    .platform_cont .cont_col {
        padding: 0 1em;
    }

    .platform_cont .cont_col h2 {
        margin-top: 2em;
    }
}

div.single_box {
    background: rgba(255, 255, 255, 0.05);
    padding: 2em;
    padding-bottom: 0;
    border-radius: 6px;
    margin-bottom: 2em;
    border: dashed 1.5px #38494B;
}

#services .single_box {
    background: rgba(39, 250, 203, 0.17);
    padding: 1.2em;
}

#services .single_box img {
    margin-bottom: 2.5em;
}

.single_box h3 {
    font-size: 1.125em;
    font-weight: 700;
}

.single_box p {
    height: 150px;
}

#services .single_box p {
    height: 110px;
}

@media (max-width: 991px) {
    #services {
        padding: 4em 1.5em 0 1.5em!important;
    }

    .single_box p {
        height: auto;
    }

    .mob_img img {
        width: 100%;
    }
}

.gradient_box {
    background: linear-gradient(0deg,rgba(12, 48, 47, 1) 0%, rgba(39, 250, 203, 0.17) 100%);
    padding: 1.5em;
    border-radius: 10px;
    flex: 1em;
    text-align: left;
}

.gradient_box p {
    margin: 1.5em 0 0;
}

#request .section_title {
    text-align: left;
    font-size: 2.5em;
    margin-bottom: 0.5em;
}

#request .request_col {
    padding-left: 2em;
}

.tab_box {
    display: flex;
    gap: 1em;
    background: rgba(255, 255, 255, 0.06);
    border: dashed 1.5px #38494B;
    padding: 1.4em;
    border-radius: 10px;
    margin-bottom: 1em;
}

.tab_box h3 {
    font-size: 1.125em;
    font-weight: 700;
}

.tab_box p {
    margin-bottom: 0;
}

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

.left_side h2 {
    font-size: 2.3em;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.left_side ul {
    list-style: none;
    padding-inline-start: 1.6em;
}

.left_side li {
    margin-bottom: 1em;
}

#about_us {
    background: linear-gradient(180deg,rgba(40, 254, 208, 0.15) 0%, rgba(40, 254, 208, 0.04) 100%);
    padding: 4em 0;
}

.one_third {
    width: 70%;
    margin: auto;
}

.leadership .thumb img {
    border-radius: 10px;
    margin-bottom: 0.7em;
    width: 100%;
}

.leadership_box strong {
    font-size: 1.125em;
    font-weight: 700;
}

.leadership_box .thumb img {
    border-radius: 10px;
    margin-bottom: 0.7em;
    width: 100%;
}

.timeline_box {
    display: flex!important;
}

.timeline_box .thumb img {
    min-width: 250px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.timeline_box .desc {
    padding: 1em;
    background: #181F24;
    border: dashed 1.5px #38494B;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.timeline_box .desc p {
    margin-bottom: 0.5em;
}

.timeline_box .lead {
    font-family: "Kode Mono", monospace;
    font-size: 2.5em;
}

.timeline_box .lead p {
    margin-bottom: 0;
}

.timeline_box .time_desc {
    font-size: 0.85em;
}

.timeline_box strong {
    margin-bottom: 0;
    font-size: 1.125em;
}

@media (max-width: 991px) {
    .timeline_box {
        display: unset!important;
    }

    .timeline_box .thumb img {
        min-width: 100%;
        border-radius: 10px;
    }
}

#home_tabs, .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

#home_tabs {
    margin: 1.5em 0 2.5em 0;
}

.white_tab {
    position: relative;
    flex: 1;
    box-sizing: border-box;
    height: fit-content;
    background: rgba(255,255,255,0.07);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: dashed 1.5px #25C7C1;
    padding: 1.5em;
}

.post-type-archive-customer .white_tab {
    height: 260px;
}

.white_tab:only-child {
    min-width: 100%;
}

.post-type-archive #main_tabs .white_tab {
    flex: 0 0 calc((100% - 2em) / 3);
}

/*.post-type-archive-sales #main_tabs .white_tab {
    flex: 0 0 calc((100% - 3em) / 4);
}*/

.white_tab h3 {
    font-size: 1.6em;
    font-weight: 600;
}

.white_tab .desc {
    min-height: 50px;
}

.white_tab .icon {
    margin-bottom: 1em;
}

.white_tab .full_width_bt {
    margin-bottom: 0;
}

.white_tab .description ul {
    list-style: none;
    padding-inline-start: 0px;
}

.white_tab .description ul li {
    background: rgba(255,255,255,0.07);
    padding: 1em 2em!important;
    border-radius: 3px;
    margin-bottom: 0.5em!important;
}

.cat_bt {
    font-family: "Kode Mono", monospace;
    box-sizing: border-box;
    background: rgba(255,255,255,0.07);
    padding: 0.7em 1em;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}

.cat_bt:hover {
    background: linear-gradient(90deg, rgba(40, 254, 208, 1) 0%, rgba(37, 199, 193, 1) 100%);
    color: #070E14!important;
}

.description {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease;
}

.description.active {
	max-height: 500px;
}

.desc_bt, .link_bt {
    background: rgba(255,255,255,0.07);
    padding: 0.8em 1em;
    border-radius: 3px;
    margin-bottom: 1em;
    display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	position: relative;
    color: #fff!important;
    border-radius: 6px;
}

.post-type-archive-customer .white_tab .link_bt {
	position: absolute;
    bottom: 0.5em;
    width: calc(100% - 3em);
}

.link_bt:hover {
    color: #25C7C1!important;
}

.desc_bt.active, .link_bt.active {
    background: #fff;
    color: #070e14;
    margin-bottom: 0.5em;
}

.home .desc_bt.active, .link_bt.active {
    color: #070e14!important;
}

.desc_bt img {
    margin-right: 0.7em;
}

.desc_bt.active img {
	filter: invert(1);
}

.desc_bt::after {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1.2px solid #fff;
	border-bottom: 1.2px solid #fff;
	transform: rotate(45deg);
	transition: .3s ease;
	margin-left: auto;
}

.desc_bt.active::after {
	transform: rotate(-135deg);
    border-right: 1.2px solid #070e14;
	border-bottom: 1.2px solid #070e14;
}

.prev_bt {
    width: fit-content;
    padding: 0.8em 3em;
}

.next_bt::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1.2px solid #fff;
    border-top: 1.2px solid #fff;
    transform: rotate(45deg);
    transition: .3s ease;
    margin-left: auto;
}

.prev_bt::before {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 1.2px solid #fff;
    border-bottom: 1.2px solid #fff;
    transform: rotate(45deg);
    transition: .3s ease;
    margin-right: 0.5em;
}

.description.active li:before {
    content: '';
    position: absolute;
    margin-left: -1em;
    margin-top: 0.5em;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background: #28FED0;
}

#tabs .white_tab {
    display: flex;
    margin-bottom: 2em;
    flex-direction: column;
}

#categories {
    border-top: dashed 1.5px rgba(255,255,255,0.1);
    border-bottom: dashed 1.5px rgba(255,255,255,0.1);
    padding: 1.5em 0;
	margin-bottom: 1.5em;
}

.item {
    flex: 0 0 calc((100% - 2em) / 3);
    border: dashed 1.5px rgba(255,255,255,0.18);
    border-radius: 10px;
    padding: 1.5em;
}

.term-other-documents .item {
    /*flex: 0.333;*/
}

.item .link_bt {
    margin-bottom: 0;
}

.term-other-documents .item .link_bt {
    margin-bottom: 0.7em;
}

.term-other-documents .item .link_bt:last-child {
    margin-bottom: 0;
}

.term-faq #tabs {
    background: rgba(255,255,255,0.07);
    padding: 1.5em;
    border-radius: 10px;
}

#faq {
    margin-bottom: 1.5em;
}

#faq .white_tab {
    margin-bottom: 0.8em;
    border-bottom: 0;
    border-radius: 6px;
}

#faq .white_tab.active {
    border: dashed 1.5px #25C7C1;
}

.faq_title {
    margin: 1em 0;
}

.accordion-content {
	display: none;
}

.accordion-item.active .accordion-content {
	display: block;
}

.accordion-title {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 1em;
}

.accordion-title::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1.2px solid #fff;
    border-bottom: 1.2px solid #fff;
    transform: rotate(45deg);
    transition: .3s ease;
    margin-left: auto;
}

.active .accordion-title::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1.2px solid #fff;
    border-bottom: 1.2px solid #fff;
    transform: rotate(225deg);
    transition: .3s ease;
    margin-left: auto;
}

.accordion-item {
    padding-bottom: 0.5em;
}

#faq .accordion-item {
    padding-top: 0.5em;
}

.accordion-item.active {
    padding-bottom: 1.5em;
}

#videos {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

#videos .thumbnail img {
    width: 200px;
}

.video_item {
    flex: 0 0 calc((100% - 2em) / 2);
}

.video_item .title {
    flex: 1;
}

.video_item .title p {
    margin-bottom: 0.7em;
}

.video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.watch_bt {
    display: flex;
    padding: 0.7em 2em;
    border-radius: 6px;
    font-size: 1em;
    font-weight: 400;
    justify-content: center;
}

.thumbnail {
    margin-bottom: 1.5em;
}

.data_infos {
    font-family: "Kode Mono", monospace;
}

.category_name {
    display: inline-block;
}

.movie_time {
    display: inline-block;
    padding-left: 1em;
    margin-left: 0.6em;
    border-left: solid 1px rgba(255,255,255,0.18);
}

.download_bt, .preview_bt {
    display: flex;
    gap: 1em;
    flex: 1;
    font-weight: 400;
}

.download_bt::after {
    content: url(../img/download.svg);
}

.preview_bt {
    background: rgba(255, 255, 255, 0.07);
    padding: 0.7em 2em;
    border-radius: 6px;
    font-size: 1em;
    font-weight: 400;
    justify-content: center;
    margin-bottom: 0;
    color: #fff;
    border: 0;
}

.preview_bt::after {
    content: url(../img/preview.svg);
}

.post {
    display: flex;
}

.single #content .wp-block-column {
    background: rgba(255, 255, 255, 0.07);
    border-bottom: dashed 1.5px rgba(37, 199, 193, 1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0.8em;
    padding-bottom: 0;
    margin-bottom: 0.5em!important;
}

.toc {
    position: relative;
    flex: 0 0 25%;
    max-width: 25%;
}

.toc_sticky {
    position: sticky;
    top: 100px;
}

h2[id] {
    scroll-margin-top: 80px;
}

.main_content h2 {
    font-family: "Kode Mono", monospace;
    font-size: 1.125em;
}

.wp-element-caption {
	font-size: 0.85em;
	font-style: italic;
}

.post a {
    color: #10deb2;
}

.post em {
    font-size: 0.875em;
}

.post h2 {
    border-top: dashed 1.5px rgba(255, 255, 255, 0.1);
    padding-top: 1em;
}

.single #content ul {
    list-style: none;
    padding-inline-start: 0px;
}

.single #content ul li {
    display: inline-block;
    background: rgba(255,255,255,0.08);
    border-radius: 3px;
    padding: 0.5em 0.7em 0.6em 1.7em;
    margin-right: 0.5em;
    margin-bottom: 0.7em;
}

.single #content ul li:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #28FED0;
    border-radius: 7px;
	margin-left: -1em;
    margin-right: 0.5em;
}

/*.tab {
    flex: 1;
    box-sizing: border-box;
    height: fit-content;
    background: rgba(255, 255, 255, 0.07);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: dashed 1.5px #25C7C1;
    padding: 1em;
    padding-bottom: 0;
    margin-bottom: 0.7em;
}*/

.pdf-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    overflow: auto;
}

.pdf-content {
    max-width: 40%;
    margin: 7em auto 4em auto;
    padding: 0;
    position: relative;
}

.pdfViewer canvas {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1.5em;
}

.pdf-close {
    position: fixed;
    top: 44px;
    right: 44px;
    z-index: 100000;
    font-size: 2.5em;
    background: #fff;
    color: #212529;
    cursor: pointer;
    width: 44px;
    height: 44px;
    line-height: 30px;
    text-align: center;
}

.pdf-loader {
    display: none;
    position: absolute;
    margin-top: 70%;
    left: 40%;
    text-align: center;
    padding: 3em;
    font-size: 0.9em;
}

.spinner {
    width: 30px;
    height: 30px;
    border: 4px solid #ddd;
    border-top: 4px solid #333;
    border-radius: 50%;
    margin: 0 auto 1em;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}