/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

button#place_order::after {content: "Register Now";font-size: 14px !important;}

button#place_order {
    font-size: 0 !important;
    padding: 0 18px !important;
}

/*****NEW TASK PAGE CSS STARTS*****/
/*******************/
.list_tab_task .pp-timeline-vertical, .pp-timeline-items {
    position: relative;
}
.list_tab_task .pp-timeline-vertical .pp-timeline-card-date-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.list_tab_task .pp-timeline-vertical .pp-timeline-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}
.list_tab_task .pp-timeline-vertical.pp-timeline-center .pp-timeline-card-date {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.list_tab_task .pp-timeline-marker {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 1;
    -webkit-transition: all .25s linear 0s;
    transition: all .25s linear 0s;
}
.list_tab_task .pp-timeline-vertical.pp-timeline-center .pp-timeline-connector-wrap {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.list_tab_task .pp-timeline-vertical .pp-timeline-connector {
    background: #ccc;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.list_tab_task .pp-timeline-vertical .pp-timeline-connector-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
}
.list_tab_task .pp-timeline-vertical .pp-timeline-connector {
    position: absolute;
    background: #ccc;
    width: 4px;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.list_tab_task .pp-timeline-card {
    background: #f1f1f1;
    padding: 10px;
    position: relative;
    -webkit-transition: all .25s linear 0s;
    transition: all .25s linear 0s;
}
.list_tab_task .pp-timeline-arrow {
    color: #f1f1f1;
    position: absolute;
    height: 40px;
}
.list_tab_task .pp-timeline-vertical .pp-timeline-arrow {
    width: 10px;
    right: 0;
    top: 0;
    left: 0;
}
.list_tab_task .pp-timeline-vertical.pp-timeline-center .pp-timeline-item:nth-child(odd) .pp-timeline-arrow, .list_tab_task .pp-timeline-vertical.pp-timeline-left .pp-timeline-arrow {
    left: 0;
    right: auto;
}
.list_tab_task .pp-timeline-arrow:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .25s linear 0s;
    transition: all .25s linear 0s;
}
.list_tab_task .pp-timeline-vertical.pp-timeline-center .pp-timeline-item:nth-child(even) .pp-timeline-arrow:after, .list_tab_task .pp-timeline-vertical.pp-timeline-left .pp-timeline-arrow:after {
    border-right: 10px solid currentColor;
    border-left: none;
}
.list_tab_task .pp-timeline-vertical.pp-timeline-center .pp-timeline-item:nth-child(odd) .pp-timeline-arrow:after, .list_tab_task .pp-timeline-vertical.pp-timeline-left .pp-timeline-arrow:after {
    border-right: 10px solid #f1f1f1;
    border-left: none;
}

.list_tab_task .pp-timeline-vertical .pp-timeline-arrow:after {
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f1f1f1;
}
.list_tab_task .pp-timeline-card-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.list_tab_task .pp-timeline-vertical.pp-timeline-center .pp-timeline-card-date-wrapper, .list_tab_task .pp-timeline-vertical.pp-timeline-center .pp-timeline-card-wrapper {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}


/******************/
.tog_des {
    font-size: 22px;
    float: right;
    padding: 13px 16px;
    width: 55px;
    height: 55px;
    background-color: #007CFF !important;
    border-color: #007CFF !important;
}
body.expand .tog_des i.fa.fa-grip-vertical {
    display: none;
} 
body:not(.expand) .tog_des i.fa.fa-sliders-h {
    display: none;
}
#tb_task .tab-content {
    text-align: center;
}
#tb_task .tab-content a:hover {
    background: #E3E3E3;
}
#tb_task .elementkit-tab-nav .elementkit-nav-link.active::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #E3E3E3;
    position: absolute;
    bottom: -15%;
    transform: rotate(
45deg);
    -webkit-transition: all .25s linear 0s;
    transition: all .25s linear 0s;
}
#tb_task .btn-default {
    color: #fff;
    background-color: #08c;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    margin-top: 20px;
    border-radius: 5px;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.1);
    display: inline-block;
}
/*************
***********/
#bktop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 0;
    left: 0;
    display: inline-block !important;
    width: 160px;
    margin: 0 auto;
    z-index: 99;
    border: none;
    outline: none;
    border-radius: 4px;
    background-color: #007CFF !important;
    border-color: #007CFF !important;
}
.list_tab_task .pp-timeline-card-content .bth-default {
    color: #fff;
    background-color: #007CFF !important;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.1);
    margin-right: 0;
    display: inline-block;
}
  .list_tab_task .pp-timeline-vertical.pp-timeline-center .pp-timeline-item {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
} 
.list_tab_task .pp-timeline-vertical.pp-timeline-center .pp-timeline-item .pp-timeline-card-date-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.list_tab_task .pp-timeline-vertical.pp-timeline-center .pp-timeline-card .pp-timeline-card-date {
    display: block !important;
}
.list_tab_task .pp-timeline-vertical.pp-timeline-center .pp-timeline-item:nth-child(odd) .pp-timeline-arrow:after, .list_tab_task .pp-timeline-vertical.pp-timeline-left .pp-timeline-arrow:after {
    border-right: 10px solid currentColor;
    border-left: none;
}
.list_tab_task .pp-timeline-vertical.pp-timeline-center .pp-timeline-item:nth-child(odd) .pp-timeline-arrow, .list_tab_task .pp-timeline-vertical.pp-timeline-left .pp-timeline-arrow {
    left: 0;
    right: auto;
}
.list_tab_task .pp-timeline-vertical.pp-timeline-center .pp-timeline-item .pp-timeline-card-wrapper {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 1024px) {
.list_tab_task .pp-timeline-vertical.pp-timeline-tablet-left .pp-timeline-item {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
}

@media(min-width:981px) {
button.tog_des {
    top: 40%;
    position: fixed;
    right: 8px;
    z-index: 2;
}
}

/**************/
.list_tab_task .elementor-widget-pp-timeline:not(.db_link_anchor_occ) {
    border-bottom: 2px dashed #dddddd;
    padding: 32px 0;
}
.list_tab_task .pp-timeline-marker {
    color: #ffffff;
    background-color: #007CFF;
}
.list_tab_task .pp-timeline-card-date {
    font-size: 32px;
    line-height: 1.4em;
}
.list_tab_task .pp-timeline-card {
    color: #131111C7;
}
.list_tab_task .list_tab_task .pp-timeline-vertical .pp-timeline-item:not(:last-child) {
    margin-bottom: 74px;
}
.list_tab_task .pp-timeline-card-image {
    margin-bottom: 20px;
}
.list_tab_task .pp-timeline-connector {
    background-color: #0201014F;
}
.pp_oc, .pp_cc {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.3em;
}
.pp_meta {
    margin-bottom: 12px;
}
p.pp_oc .seperator:last-child, p.pp_cc .seperator:last-child {
    display: none;
}
.db_link_anchor_occ .db_link_term_occ {
    cursor: pointer;
}
.db_link_anchor_occ .pp-timeline-wrapper {
    display: none;
}
.tog_active .pp-timeline-wrapper {
    display: block !important;
}
.db_link_anchor_occ .db_link_term_occ {
    background: #ebebeb;
    padding: 8px 35px 15px 35px;
    display: block;
    font-size: 26px;
    margin-bottom: 20px;
    box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
}
.db_link_anchor_occ .db_link_term_occ::after {
    content: "\f196";
    font-family: FontAwesome;
    font-weight: normal;
    transform: translateY(-50%);
    float: right;
}
.tog_active.db_link_anchor_occ .db_link_term_occ::after {
    content: "\f147" !important;
}

.db_link_anchor_occ .tc_anchor_term::after {
    transform: none !important;
}
.db_link_anchor_occ .tc_anchor_term {
    padding: 15px 35px !important;
}
.d_active {
    display: none;
}
.child_par {
    padding-bottom: 20px;
}
@media(max-width:980px) {
    button#tog_style {
        display: none;
    }
    .db_link_anchor_occ .tc_anchor_term {
        font-size: 22px;
        line-height: 1.4em;
    }
    .pp-timeline-card-title-wrap .pp-timeline-card-date a {
        font-size: 25px;
    }   
}
@media(max-width:480px) {
    #tb_task ul {
        margin-left: 0 !important;
    }
    #tb_task li.elementkit-nav-item {
        width: 100%;
        margin-right: 0 !important;
    }
}

/***************************************************/
@media only screen and (max-width: 767px) {
.list_tab_task .pp-timeline-vertical.pp-timeline-mobile-left .pp-timeline-connector-wrap {
    left: 0;
    -webkit-transform: none;
    transform: none;
}
}
@media only screen and (max-width: 1024px) {
    .list_tab_task .pp-timeline-vertical.pp-timeline-tablet-left .pp-timeline-item {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row-reverse;
}
    .list_tab_task .pp-timeline-vertical.pp-timeline-tablet-left .pp-timeline-marker-wrapper {
    margin-left: 0!important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.list_tab_task .pp-timeline-vertical.pp-timeline-tablet-left .pp-timeline-card-date-wrapper {
    display: none;
}
.list_tab_task .pp-timeline-vertical.pp-timeline-tablet-left .pp-timeline-connector-wrap {
    left: 0;
    -webkit-transform: none;
    transform: none;
}
}

.list_tab_task .pp-timeline-vertical .pp-timeline-item.bounce-in .pp-timeline-card-wrapper {
    visibility: visible;
    -webkit-animation: 1s pp-bounce-odd;
    animation: 1s pp-bounce-odd;
}

@keyframes pp-bounce-odd {
0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}
60% {
    opacity: 1;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}

@keyframes pp-bounce-even {
0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}
60% {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}


.sin_oc .seperator:last-child, .sin_cc .seperator:last-child {
    display: none;
}
.s_tmeta span, .s_tmeta span {
    color: #4d5c6d;
}
.s_tmeta {
    padding: 0 20px 20px 20px;
}
p.sin_oc strong, p.sin_cc strong {
    color: #122B46;
    font-size: 25px;
}
p.sin_tm .seperator:last-child {
    display: none;
}
p.sin_tm {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
}
.db_link_term small {
    font-size: 16px;
    font-weight: 500;
}
a.single_tmeta {
    padding: 4px 10px;
    color: #666666;
    margin: 8px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    font-size: 15px;
}
a.single_tmeta:hover {
	  background: #E3E3E3;
}
#tb_task .tab-content a {
    padding: 4px 10px;
    color: #666666;
    margin: 8px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    font-size: 15px;
	  position: relative;
}
.term_child .cat_child:empty {
    display: none !important;
}
.term_child .cat_child {
    display: none;
}
.term_child:hover .cat_child {
    display: block;
}
.term_child {
    display: inline-block;
}
.cat_child {
    position: absolute;
    background: #ebebeb;
    padding: 15px;
    left: 0;
    right: 0;
    width: 100%;
    border: 1px solid #f0f0f0;
	  z-index: 1;
}
#tb_task .tab-content .cat_child a {
    border: 1px solid #666666;
}
.cat_child a {
    font-size: 12px !important;
}
#tb_task .tab-content .term_child:hover a:not(.cat_child a)::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .25s linear 0s;
    transition: all .25s linear 0s;
    border-right: 10px solid #e3e3e3;
    border-bottom: 10px solid transparent;
    transform: rotate(
-90deg);
    bottom: -15px !important;
    right: 40%;
}
span.term_child:hover a.db_link {
    background: #E3E3E3;
}
#tb_task .tab-content .cat_child a:hover {
    background-color: #f8f8f8;
}
.child_par a {
    padding: 0px 10px;
    color: #666666;
    margin: 8px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #666666;
    font-size: 14px;
    position: relative;
}

.grid-search {
    display: grid;
    row-gap: 30px;
    grid-template-columns: repeat(3,1fr);
    column-gap: 50px;
}
.grid-search .pp-timeline-card {
    background: #f1f1f1;
    padding: 20px;
    position: relative;
    -webkit-transition: all .25s linear 0s;
    transition: all .25s linear 0s;
}
.grid-search .pp-timeline-card-date a {
	  font-size: 28px;
	  line-height: 1.4em;
    color: #012243 !important;
	  font-weight: 600;
}
.grid-search .pp-timeline-card-title {
    margin-bottom: 5px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
    line-height: 25px;
    font-weight: 400;
    color: #122B46;
}
.grid-search .pp_oc, .grid-search .pp_cc {
    font-size: 15px;
    margin-bottom: 0px;
}
.grid-search .pp-timeline-card-content .bth-default {
    color: #fff;
    background-color: #08c;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.1);
    margin-right: 0;
    display: inline-block;
}
.grid-search .cat_parent {
    flex-direction: column;
}
.grid-search .pp-timeline-card-image {
    margin-bottom: 20px;
}
.ct_search input#s::placeholder {
    color: #b7b4b4;
}
.ct_search input#s {
    width: 100%;
    height: 48px;
    background-color: #ebebeb;
}
.ct_search #searchsubmit {
    background-color: #b7b4b4;
    border-radius: 0;
    height: 48px;
    position: absolute;
    right: 0;
    font-size: 16px;
}
.back_btn {
    margin-bottom: 25px;
	  background-color: #b7b4b4;
}
@media(max-width:768px) {
.grid-search {
    grid-template-columns: repeat(2,1fr);
}
}
@media(max-width:480px) {
.grid-search {
    grid-template-columns: repeat(1,1fr);
}
}

/******Single Task*********/
.single_cat_child {
		display: none;
	}
	.single_cat_child.hidden {
		display: block;
	}
	a.single_tmeta.par_active {
    background: #E3E3E3;
}
/******************/
.filter_active .btn_tgl {
       background-color: #ebebeb;
   }
   .f_clear {
    display: none;
    }
    .filter_active .f_clear {
        display: inline-block !important;
    }
.filter_active .yahoo {
    /*background-color: red;
    border: 10px solid green;*/
    display:  flex;
}
.filter_active .pp-timeline-item:not(.yahoo) {
    display: none !important;
}
img[data-src] {
  opacity: 0;
  transition: opacity .25s ease-in-out;
  will-change: opacity;
}

/* appear animation */
img[data-src][src] {
  opacity: 1;
}


/*********NEW CSS*********/
.list_tab_task .pp-timeline-card {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 118px;
    grid-column-gap: 20px;
	border-radius: 8px;
}
.list_tab_task .pp-timeline-card-image {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-column-gap: 20px;
    align-items: center;
}
.list_tab_task .pp-timeline-card-title {
    font-size: 18px;
    line-height: 1.3em !important;
}
.list_tab_task .pp-timeline-card-title a {
    color: #122b46;
}
.list_tab_task .pp-timeline-card-sub-title {
	color: #012243 !important;
    font-size: 16px;
	line-height: 1.3em;
    margin-bottom: 0;
}
.list_tab_task .pp-timeline-card-content {
    text-align: center;
}
.pp_oc strong, .pp_cc strong {
    padding-bottom: 5px;
    display: block;
}
.pp_oc br, .pp_cc br {
    display: none;
}
.pp-img-title-wrap {
    display: grid;
    align-items: center;
    grid-template-columns: 150px 180px 1fr;
    grid-column-gap: 20px;
}
.pp-meta-btn-wrap {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}
@media(max-width: 1200px) {
	.list_tab_task .pp-timeline-card {
		grid-template-columns: 1fr 1fr 118px;
	}
	.pp-img-title-wrap, .pp-meta-btn-wrap {
		grid-template-columns: auto;
	}
	p.pp_oc {
		border-bottom: 1px solid #dbdbdb;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}
@media(max-width: 980px) {
	.list_tab_task .pp-timeline-card-image {
		grid-template-columns: auto;
	}
	.list_tab_task .pp-timeline-card-title {
		padding: 8px 0 2px 0;
	}
}

@media(max-width: 650px) {
	.list_tab_task .pp-timeline-card {
		grid-template-columns: auto;
	}
	.list_tab_task .pp-timeline-card-image {
		grid-template-columns: 1fr 1fr;
		padding-bottom: 15px;
		align-items: self-start;
	}
	.pp-meta-btn-wrap {
		grid-template-columns: 1fr 1fr;
		align-items: flex-start;
	}
	.list_tab_task .pp-timeline-card-content {
		margin-top: 20px;
	}
	p.pp_oc {
		border-bottom: none;
		border-right: 1px solid #dbdbdb;
		padding-bottom: 0;
		margin-bottom: 0;
		padding-right: 10px;
	}
	.pp_oc a, .pp_cc a {
		font-size: 15px;
	}
}
@media(max-width: 480px) {
	.list_tab_task .pp-timeline-card-image, .pp-meta-btn-wrap {
		grid-template-columns: auto;
	}
	.list_tab_task .pp-timeline-card {
		max-width: 320px;
		margin: 0 auto;
	}
	p.pp_oc {
		border-right: none;
		border-bottom: 1px solid #dbdbdb;
		padding-bottom: 8px;
		margin-bottom: 8px;
	}
	h2.db_link_term {
    font-size: 25px;
    line-height: 1.2em;
}
}


.mmm-task-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(320px, 1fr));
  gap: 36px;
  max-width: 1700px;
  margin: 40px auto;
  align-items: stretch;
}

.mmm-task-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mmm-task-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.10);
}

.mmm-task-image-link {
  display: block;
  text-decoration: none;
  line-height: 0;
}

.mmm-task-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.mmm-task-card-body {
  padding: 34px 34px 10px;
  flex-grow: 1;
  text-align: center;
}

.mmm-task-card-body h3 {
  color: #102a43;
  font-size: 30px;
  line-height: 1.18;
  margin: 0 0 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.mmm-task-card-body p {
  color: #5a6b7d;
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
}

.mmm-task-button-wrap {
  padding: 34px;
  padding-top: 24px;
}

.mmm-task-access {
  display: block;
  width: 100%;
  background: #1677ff;
  color: #ffffff !important;
  text-align: center;
  padding: 22px 20px;
  border-radius: 18px;
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  transition: background 0.2s ease;
}

.mmm-task-access:hover {
  background: #005ed1;
}

@media (max-width: 1400px) {
  .mmm-task-grid {
    grid-template-columns: repeat(2, minmax(320px, 1fr));
  }
}

@media (max-width: 768px) {
  .mmm-task-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mmm-task-card-body {
    padding: 28px 24px 10px;
  }

  .mmm-task-card-body h3 {
    font-size: 24px;
  }

  .mmm-task-card-body p {
    font-size: 18px;
  }

  .mmm-task-button-wrap {
    padding: 24px;
  }

  .mmm-task-access {
    font-size: 20px;
    padding: 18px;
  }
}

.mmm-task-tab {
  border: 1px solid #d8dee6;
  background: #ffffff;
  color: #4a5568;
  padding: 14px 22px;
  border-radius: 14px;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

.mmm-task-tab:hover {
  border-color: #b8c2cc;
  background: #f7f9fb;
  color: #4a5568 !important;
}

.mmm-task-tab.active {
  background: #eef4ff;
  border-color: #b9d2ff;
  color: #1f4fa3 !important;
}

.mmm-tasks-browser .mmm-task-tabs {
  display: none;
}