@charset "UTF-8";

/* ================
        BASIC
  ================= */
  
:root {
    color-scheme: light dark;
    --nw-bg-opacity:#515b6538;
    --nw-border-color:#6666;
    --info-color:#17a2b8;
    --info-hover-color:#287c8d;
    --bg-body: #fff;
    --bg-body-dark: #353535;
}
body {
    --bg-body: #fff;
    --bg-navbar:#2c3e50;
    --bg-navactive:#223446;
    --bg-portfolio:rgb(44 62 80 / 85%);
    --text-color:#6c757d;
    --badge-label-color:#6c757d;
    --img-filter:none;
    --bg-keyboard:#f1f1f1;
    --bg-bottom:url('../../images/np-bottom.png');
    --light-switcher-content: "\f185";
    --light-switcher-color: yellow
}
body.dark-theme {
    --bg-body: #292929;
    --bg-navbar:#353535;
    --bg-navactive:#3f3f3f;
    --bg-portfolio:rgb(25 25 25 / 85%);
    --text-color:#999;    
    --badge-label-color:#a09368;
    --img-filter:brightness(.8);
    --img-main-badge-filter: grayscale(48%) sepia(100%) hue-rotate(8deg) contrast(1.1) brightness(2.2);
    --img-gold-filter :grayscale(60%) sepia(100%) hue-rotate(2deg) contrast(1.5) brightness(.7);
    --bg-keyboard:#353535;
    --bg-bottom:url('../../images/np-bottom-dark.png');
    --light-switcher-content: "\f186";
    --light-switcher-color: white
}

@media (prefers-color-scheme: dark) {
  body {
    --bg-body: #292929;
    --bg-navbar:#353535;
    --bg-navactive:#3f3f3f;
    --bg-portfolio:rgb(25 25 25 / 85%);
    --text-color:#999;
    --badge-label-color:#a09368;
    --img-filter:brightness(.8);
    --img-main-badge-filter: grayscale(48%) sepia(100%) hue-rotate(8deg) contrast(1.1) brightness(2.2);
    --img-gold-filter :grayscale(60%) sepia(100%) hue-rotate(2deg) contrast(1.5) brightness(.7);
    --bg-keyboard:#353535;
    --bg-bottom:url('../../images/np-bottom-dark.png');
    --light-switcher-content: "\f186";
    --light-switcher-color: white
  }
  body.light-theme {
    --bg-body: #fff;
    --bg-navbar:#2c3e50;
    --bg-navactive:#223446;
    --bg-portfolio:rgb(44 62 80 / 85%);
    --text-color:#6c757d;
    --badge-label-color:#6c757d;
    --img-filter:none;
    --img-main-badge-filter: none;
    --img-gold-filter :none;
    --bg-keyboard:#f1f1f1;
    --bg-bottom:url('../../images/np-bottom.png');
    --light-switcher-content: "\f185";
    --light-switcher-color: yellow
  }
}

.accordion {
    --bs-accordion-color: unset !important;
    --bs-accordion-bg: unset !important;
    --bs-accordion-border-color: var(--nw-border-color) !important;
}
.accordion-button {
    color: unset !important;
}
.accordion-button:not(.collapsed) {background-color: var(--nw-bg-opacity);}
.accordion-button:focus{
    border-color: none !important;
        box-shadow: unset !important}
.accordion-button::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23888'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;}
.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23888'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;}
/* ================
   BOOTSTRAP 4
  ================= */
sup,sup a,sub, sub a {color:#dc3545!important;font-weight:bold !important;}
.text-justify {text-align:justify !important;}
.small, small {font-size: .8em;}
.bg-info, .btn-info {--bs-btn-bg:var(--info-color)!important;--bs-btn-color: white !important;--bs-btn-hover-color:white !important; --bs-btn-hover-bg: var(--info-hover-color) !important;}
.btn-link {--bs-btn-color: var(--info-color)!important;--bs-btn-hover-color: var(--info-hover-color) !important;}
.text-info {color:var(--info-color)!important;}
.modal-footer {border-top: 1px solid #999;}
.pointer {cursor:pointer!important;}
.rtl {direction:rtl !important;}
.btn-close {background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dc3545'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important}
.bg-adaptive {background-color: var(--nw-bg-opacity) !important}

@media (max-width: 575.98px) {.w-xs-100 {width: 100% !important;}.w-xs-75 { width: 75% !important;}.w-xs-50 {width: 50% !important;}.w-xs-25 { width: 25% !important;}}
@media (min-width: 576px) {.w-sm-100 {width: 100% !important;}.w-sm-75 {width: 75% !important;}.w-sm-50 {width: 50% !important;}.w-sm-25 {width: 25% !important;}}
@media (min-width: 768px) {.w-md-100 {width: 100% !important;}.w-md-75 {width: 75% !important;}.w-md-50 {width: 50% !important;}.w-md-25 {width: 25% !important;}}
@media (min-width: 992px) {.w-lg-100 {width: 100% !important;}.w-lg-75 {width: 75% !important;}.w-lg-50 {width: 50% !important;}.w-lg-25 {width: 25% !important;}}
@media (min-width: 1200px) {.w-xl-100 {width: 100% !important;}.w-xl-75 {width: 75% !important;}.w-xl-50 {width: 50% !important;}.w-xl-25 {width: 25% !important;}}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, .bs-popover-top>.popover-arrow::after{border-top-color:var(--bg-body);}
.bs-popover-auto[data-popper-placement^=buttom]>.popover-arrow::after, .bs-popover-bottom>.popover-arrow::after{border-bottom-color:var(--bg-body);}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, .bs-popover-end>.popover-arrow::after{border-right-color:var(--bg-body);}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, .bs-popover-start>.popover-arrow::after {border-left-color:var(--bg-body);}
.popover {background: var(--bg-body);color:var(--text-color);transition:opacity .2s linear;}

.border{border-top-color :#81818185!important;border-bottom-color :#81818185!important;border-right-color :#81818185!important;border-left-color :#81818185!important}
.border-top{border-top :1px solid #81818185!important}
.border-bottom{border-bottom :1px solid #81818185!important}
.border-right{border-right :1px solid #81818185!important}
.border-left {border-left :1px solid #81818185!important}
button, .btn {border: none; box-shadow: none}
.breadcrumb-item+.breadcrumb-item::before{color:unset !important;padding-right: .4em !important;}
/* ================
    DARK MODE
  ================= */
img.main-badge {filter:var(--img-main-badge-filter)}
img.img-gold-in-dark {filter:var(--img-gold-filter)}
img {filter:var(--img-filter)}
.btn-check:focus+.btn {outline: unset !important;box-shadow: unset !important}
textarea, input, .form-control, .form-control:focus {outline: none !important; padding:5px;box-shadow: none !important;background-color:var(--nw-bg-opacity);color:var(--text-color);border:none;}
select, .form-select, body, .modal-content, .menu-bottom-wrapper,.nawacanvas, .popover-body {background: var(--bg-body);color:var(--text-color);transition:background-color .3s;}
.nawa-tabs, .copyright, .dropdown-menu, .popover-header   {background-color:var(--bg-navbar); transition:background-color .3s;}
.badge-label, .gold-in-dark{color:var(--badge-label-color);transition: color .3s;}
.badge-label{font-family:Montserrat;}
select, .form-select{background: var(--bg-body);color:var(--text-color);transition:background-color .3s;}
select:focus {outline: none;box-shadow: none !important;}
option:disabled {color:#e2858587 !important}
/* ================
   HOME ONLY PORTFOLIO
  ================= */
.btn-social{color:var(--text-color);border-radius:100%;display:inline-flex;width:2.5rem;height:2.5rem;font-size:1rem;justify-content:center;align-items:center;border:.125rem solid}
.portfolio .portfolio-item{cursor:pointer;position:relative;display:block;max-width:25rem;border-radius:.5rem;overflow:hidden}
.portfolio .portfolio-item .portfolio-item-caption:hover{opacity:1}
.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content{font-size:1.5rem}
.portfolio-modal .portfolio-modal-title{font-size:2.25rem;line-height:2rem}
.close, .portfolio-modal .close{color:#f05c51;text-shadow:none;}
.img-fluid{transition: transform .5s ease;}
.img-fluid:hover{transform: scale(1.025);}
@media (min-width:992px){.portfolio-modal .portfolio-modal-title{font-size:3rem;line-height:2.5rem}}

/* ================
        BASIC
  ================= */

/* Wrapper untuk seluruh halaman */
.nw-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Membuat tinggi minimum sesuai viewport */
}

html {position: relative;min-height: 100%;font-family: sans-serif;-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: transparent}
* {-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
*, ::after, ::before {box-sizing: border-box}
a {color:var(--info-color);text-decoration:none;}
a:hover {color:var(--info-hover-color);text-decoration:none;}
body {font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji", "Noto Sans Javanese", serif, "Noto Sans Sundanese", serif, NotoBali, "Noto Sans Buginese", serif, "Noto Sans Batak", serif, NotoRejang, "Noto Serif Makasar", serif, "Noto Sans Kawi", serif, 'Scheherazade New';
    background-image: url(img/border-l.png),url(img/border-r.png);
    background-position-x: left, right;
    background-position-y: 3.1em;
    background-repeat: no-repeat;
    background-size: 20%, 20%, auto;
    height: 100%;
}
@media (min-width:768px) {body {background-size: 7%, 7%, auto}}
@media (max-width: 360px) {body {font-size:85%!important}}
main {
    flex: 1;
    padding-bottom: 4em;overflow-wrap: break-word;
    background-image:var(--bg-bottom);
    background-position:bottom;
    background-repeat:repeat-x;
    background-size:350px;
}
@keyframes fadein {
    from {opacity:0;}
    to {opacity:1;}
}
@-moz-keyframes fadein { /* Firefox */
    from {opacity:0;}
    to {opacity:1;}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {opacity:0;}
    to {opacity:1;}
}
@-o-keyframes fadein { /* Opera */
    from {opacity:0;}
    to {opacity: 1;}
}
/* Mengatur seluruh scrollbar */
::-webkit-scrollbar {
    width: 7px; /* Lebar scrollbar */
    height: 7px; /* Tinggi untuk scrollbar horizontal */
}

/* Mengatur track (bagian yang scrollbar bergerak di dalamnya) */
::-webkit-scrollbar-track {
    background: var(--bg-keyboard); /* Warna latar dari track */
    border-radius: 10px; /* Membulatkan sudut track */
}

/* Mengatur thumb (bagian yang bisa digeser) */
::-webkit-scrollbar-thumb {
    border-radius: 10px; /* Membulatkan sudut thumb */
    border: 1px solid var(--bg-keyboard); /* Border sekitar thumb */
    background-color:var(--text-color);
    cursor:n-resize
}


/* Mengatur efek hover pada thumb */
::-webkit-scrollbar-thumb:hover {
    background-color: #666 /* Warna thumb ketika di-hover */
}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {display: block}
.text-brown {color:#a09368!important;}
.mw-75 {max-width:75% !important}
.mw-50 {max-width:50%!important}
.mw-25 {max-width:25%!important}
code {font-size: 80%;}
.header-icon {padding-top:3.5em;}
.navigasi{padding:0;}
@media (max-width:767px){.navigasi{bottom:0;}}
#nav-tabContent{    animation: fadein 1.5s;-moz-animation: fadein 1.5s;-webkit-animation: fadein 1.5s;-o-animation: fadein 1.5s;}
.nawa-tabs{height:3em;z-index:10;}
.navigasi-back {position: fixed;bottom: 0;left: 50%;transform: translateX(-50%)!important;width:3.5em;height: 3.5em;border: 3px solid #fff!important;border-radius: 50%!important;text-align: center;background: var(--info-color) !important;transition: background 1s;}
.navigasi-back:hover{background-color:#ff7043!important;transform: scale(1.1);}
#back-to-top {color:#fff;font-size:2em;}
@media (min-width:768px){
.navigasi-back{right: 0 !important;left: unset;bottom: .5em;background: unset !important;border: unset !important;width: 2em;}#back-to-top {color:var(--info-color)}#back-to-top:hover {color:#ff7043}.navigasi-back:hover{background-color:unset!important;}}
#grid.active, #list.active, .nav-pills .nav-link.active, .nav-pills .show>.nav-link{background-color:var(--nw-bg-opacity);color:var(--info-color);transition: background-color .3s;}
.text-icon {display: block;margin-top: -2px;font-size: 75%;}
@media (max-width:767px){.nawa-footer{margin-bottom:3em}}
.nav-link, .dropdown-item {color:#fff}
.dropdown-item:hover {color:var(--info-color);background-color:var(--nw-bg-opacity)}
.swal2-popup, .swal2-modal, .swal2-show {background: var(--bg-body) !important}
.swal2-html-container {color:var(--info-color) !important;}
.team-wrapper {position: relative;}
.overlay {transition: .5s ease;opacity:0;text-align: center;}
.team-wrapper:hover .overlay {opacity: 1;}
.resizer{background:none;}
.judul {font-weight:500;}
.bell {color:var(--info-color);cursor:pointer;font-size: calc(1.625rem + 4.5vw);}
.bell:hover {color:#ff7043!important;transition: color 1s;}
.form-control:disabled, .form-control[readonly] {background-color:#515b6575}
.error {border:unset!important;}
.help-block ul {margin-bottom:0!important;}
.btn-view, .btn-kontak {background-color:var(--nw-bg-opacity);color:var(--text-color)}
.btn-kontak:hover, .btn-kontak:active {background-color:#73737354 !important;color:#198754}
.gambar {overflow: hidden;}
.bingkai-post {background: unset;background-size: contain;}
.bingkai-post:hover, .bingkai-post:focus {background:url(https://nawaksara.id/wp-content/themes/nawabs/images/bingkai-avatar.png) no-repeat top center;background-size: contain;}
.popover-header, .popover-body {padding: .5rem;font-size:.8rem}
.popover-header {Color : #ddd;}
a.tag-cloud-link {font-size: 0.75em !important; line-height:2.5em;text-transform: lowercase;padding: 4px 10px;background-color: var(--nw-bg-opacity);color: #6c757d;border-radius: 0 10px}
a.tag-cloud-link:hover {background-color:#5f869c;color:#fff;transition: background-color .3s;}
.tagcloud a:before {content: "#";
}

.section-title {
    text-align: center;
}
.section-title h4, .section-title p {
    position: relative;
}
.section-title h4, .section-title p::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: var(--text-color);
    top: 31px;
    left: calc(50% - 60px);}
.section-title h4, .section-title p::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: var(--text-color);
    top: 30px;
    left: calc(50% - 20px);
}
.light-switcher-icon:before {
    content:var(--light-switcher-content);
    color:var(--light-switcher-color);
}
/* --------------- table Custom --------------- */
table {width:auto;}
.table>:not(caption)>*>* {color:unset !important;background-color:unset !important;}
table[border="1"] td, table[border="1"] th {padding: 3px 5px;border: 1px solid var(--nw-border-color);}
table[border="1"] th {background: var(--nw-bg-opacity);}
table{max-width: 100%;height: auto;}
iframe {max-width: 100%;}
th, td{vertical-align: baseline;}


/* --------------- Input Custom --------------- */
.form-check-input:checked,.form-check-input:focus,.form-check-label::before {border-color: var(--info-color);background-color: var(--info-color);}
input.form-control::placeholder {
    color: #999 !important;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: var(--info-color);
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 25px;
  border-radius: 7px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0px 0px 5px rgb(143, 143, 143);
  -webkit-appearance: none;
  margin-top: -3.6px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: var(--info-color);
}


/* --------------- 404 --------------- */
.page_404  img{ width:100%;}
.four_zero_four_bg{background: url(../../images/404-icon.gif) no-repeat center center;height: 500px;background-position: center;}
.four_zero_four_bg h1{font-size:80px;}
.four_zero_four_bg h3{font-size:80px;}
.link_404{color: #fff!important;padding: 10px 20px;background: #39ac31;margin: 20px 0;display: inline-block;}
.contant_box_404{ margin-top:-50px;}


/* --------------- Comments --------------- */
.comment-date {font-size: .6em;font-style: italic;}
li.comment {list-style:none;}


/* Images */
.img-responsive{display: block;max-width: 100%;height: auto;margin: 0px auto;}
.img-circle { border-radius: 50%; }


/* --------------- Pagination  --------------- */
.next-prev {display: flex;justify-content: center;text-transform: uppercase;font-weight: 700}
.screen-reader-text {display:none;}
.page-numbers {padding: 0 5px;}


/* --------------- Share Content --------------- */
.menu-bottom-wrapper {position:-webkit-sticky;position:sticky;bottom:0;border-top: 5px dotted #999;}
@media (max-width:767px){.menu-bottom-wrapper{bottom:3em;}}
.share-button {margin:.3em;color: #eee;}
.share-telegram {background:#00AFF0}
.share-whatsapp {background:#25D366}
.share-twitter {background:#1DA1F2}
.share-facebook {background:#1877F2}
.share-copy {background:#FF5722}
.share-api {background:#6c757d}
.nav-link:hover {color:var(--info-color);text-decoration:none;}
.modal-content{border-radius:.75rem}
.btn-toggle, .btn-search {color:#fff;}


/* -------------- BOX AND PAGE LIST --------------  */
.post-list, .wiyata-box, .karya-box, .pustaka.box, .carita-box,.recent-box, .author, .transparent-box {position:relative;background-color:var(--nw-bg-opacity);}

.deskripsi {margin-top:3em;}
.reading, .cuplikan{line-height:1.8;text-align:justify;-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;hyphens: auto;}


/*STYLE KARYA*/
.tag-karya {position: absolute;padding: 0 21px 0 5px;margin: .5em -3px;background-color: var(--info-color);z-index: 1;}

.gambar-karya img {transition: transform .5s ease;}
.gambar-karya:hover img{transform: scale(1.3);}
.tag-karya a, .tag-wiyata a, .tag-pustaka a {color:#fff;font-size:75%;}


/*STYLE PUSTAKA*/
.tag-pustaka a {font-size: .8em;background: #67a449;padding: 2px 10px;margin-right: 5px;text-transform: lowercase;border: 2px solid #5b8247;border-radius: 5px;}
.line-pustaka {border-top: 1px dashed #999;margin-bottom:-1em}


/*STYLE WIYATA*/
.tag-wiyata {position: absolute;background-color:#6f75b5;padding: 0 21px 0 5px;margin: .5em -3px;z-index :1}
@media screen and (min-width: 576px) {.wiyata-box {width:47%}}

/* --------------- Postingan --------------- */
.aksara {padding-top: 25px;line-height: 2em;}
.arabic {font-family:nawapegon;font-size:1.5em;text-align:right;direction:rtl;padding-top:15px}
.marka {text-align:center !important;padding:0 10px;}
.ortotrans, .terjemah {display:none;padding-top: 10px;font-size:85%;text-align:justify}
.ortotrans {color:#966a36}
tr.lanjutan {display:none}
input.show-lanjutan {width:100%}

.referensi-block {position: relative; }
.referensi-text {
    margin-top: 2em;
    background-color: var(--nw-bg-opacity);
    padding: 20px 10px;
    border-top: 1px dashed #999;
    font-size:.8em;
    overflow-x: auto;
}

.referensi-text:before {
   content: "Referensi";
   position: absolute;
   top: -7px;
   left: 0;
   background-color: var(--bg-body);
   border: 1px dashed #999;
   padding: 2px 10px;
   font-family:Montserrat;
}
ol.referensi, ul.referensi {padding-left: 1em;margin-bottom: unset;}

/* --------------- Print --------------- */
.print-area {display:none}
.trakteer-print {display:none}

/* TWIBBON */
input#file-upload-button{background:teal!important;}
.twibbon-button {width:20em;margin:auto;}
.canvas-container{
    width:17em !important;
    height:17em !important;
    padding: 0;
    margin: 0 auto;
    display: block;
    max-width:20em;
}
.canvas-container canvas{
    width: 17em !important;
    height: 17em !important;
    padding: 4px;
    border-radius: 1em;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23979797FF' stroke-width='3' stroke-dasharray='15 10' stroke-linecap='square'/%3E%3C/svg%3E");
}


/* ================
   CONDITIONAL SCREEN
  ================= */
 @media screen and (max-width: 575px) {
.install-modal {display: block;position: fixed;bottom: 3em;min-height: 0;width: 100%;margin: auto;padding: .5em;}
}
@media print {
    .print-area {display:block}
    .noprint {display: none}
    .container{max-width:100% !important;padding:2em;}
    body {color:#666;border:5px dotted #ccc;}
    .header-print {border-bottom:3px double #999;}
    .watermark {position: fixed !important;opacity: 0.15;width: 90%;text-align: center;z-index: 1000;top:40vh}
    .trakteer-print {display:inline-block;color:#991725;border:2px solid #999}
    #comments, .nw-navbar, .header-icon,.nawa-tabs, .blog-sidebar, .nawa-footer, .menu-bottom-wrapper, .btn-trakteer, .print-setting-modal, .modal-backdrop.show{display:none;}
    #penulis {display:flex;text-align:left!important;padding:1em !important;border:3px solid #ccc;border-radius:20px;}
    .avatar {margin-right:1em;}
    main, .tab-content, .blog-main {padding:0 !important;margin:0 !important;}
}
