/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

 code[class*="language-"],
 pre[class*="language-"] {
   color: black;
   text-shadow: 0 1px white;
   font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
   direction: ltr;
   text-align: left;
   white-space: pre;
   word-spacing: normal;
   word-break: normal;
   word-wrap: normal;
   line-height: 1.5;
 
   -moz-tab-size: 4;
   -o-tab-size: 4;
   tab-size: 4;
 
   -webkit-hyphens: none;
   -moz-hyphens: none;
   -ms-hyphens: none;
   hyphens: none;
 }
 
 pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
 code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
   text-shadow: none;
   background: #b3d4fc;
 }
 
 pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
 code[class*="language-"]::selection, code[class*="language-"] ::selection {
   text-shadow: none;
   background: #b3d4fc;
 }
 
 @media print {
   code[class*="language-"],
   pre[class*="language-"] {
     text-shadow: none;
   }
 }
 
 /* Code blocks */
 pre[class*="language-"] {
   padding: 1em;
   margin: .5em 0;
   overflow: auto;
 }
 
 :not(pre) > code[class*="language-"],
 pre[class*="language-"] {
   background: #f5f2f0;
 }
 
 /* Inline code */
 :not(pre) > code[class*="language-"] {
   padding: .1em;
   border-radius: .3em;
 }
 
 .token.comment,
 .token.prolog,
 .token.doctype,
 .token.cdata {
   color: slategray;
 }
 
 .token.punctuation {
   color: #999;
 }
 
 .namespace {
   opacity: .7;
 }
 
 .token.property,
 .token.tag,
 .token.boolean,
 .token.number,
 .token.constant,
 .token.symbol,
 .token.deleted {
   color: #905;
 }
 
 .token.selector,
 .token.attr-name,
 .token.string,
 .token.char,
 .token.builtin,
 .token.inserted {
   color: #690;
 }
 
 .token.operator,
 .token.entity,
 .token.url,
 .language-css .token.string,
 .style .token.string {
   color: #a67f59;
 }
 
 .token.atrule,
 .token.attr-value,
 .token.keyword {
   color: #07a;
 }
 
 .token.function {
   color: #DD4A68;
 }
 
 .token.regex,
 .token.important,
 .token.variable {
   color: #e90;
 }
 
 .token.important,
 .token.bold {
   font-weight: bold;
 }
 .token.italic {
   font-style: italic;
 }
 
 .token.entity {
   cursor: help;
 }
 .tutor-invoice-wrapper{overflow-x:auto}.tutor-invoice-wrapper .tutor-invoice{background-color:#f9fafc;padding:32px 40px;font-size:14px;line-height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto;width:794px;min-height:1123px}.tutor-invoice-wrapper .tutor-invoice .invoice-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:32px}.tutor-invoice-wrapper .tutor-invoice .invoice-header h1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:4px;font-size:28px;line-height:32px;color:#41454f;margin:0px}.tutor-invoice-wrapper .tutor-invoice .invoice-header .status{display:inline-block;background:#66b95d;color:#fff;padding:0px 4px;margin-top:4px;border-radius:2px;font-size:10px;line-height:14px;text-transform:uppercase}.tutor-invoice-wrapper .tutor-invoice .invoice-header .invoice-number{font-size:12px;line-height:16px;font-weight:500;color:#767c8e}.tutor-invoice-wrapper .tutor-invoice .invoice-header img{height:40px}.tutor-invoice-wrapper .tutor-invoice .invoice-info{display:grid;grid-template-columns:1fr 1fr 1fr;margin-bottom:48px}.tutor-invoice-wrapper .tutor-invoice .invoice-table{width:100%;border-collapse:collapse;margin-bottom:16px;border-bottom:1px solid var(--tutor-border-color)}.tutor-invoice-wrapper .tutor-invoice .invoice-table th{border-bottom:1px solid var(--tutor-border-color)}.tutor-invoice-wrapper .tutor-invoice .invoice-table th,.tutor-invoice-wrapper .tutor-invoice .invoice-table td{padding:10px 0px;text-align:left}.tutor-invoice-wrapper .tutor-invoice .invoice-table .price{text-align:right}.tutor-invoice-wrapper .tutor-invoice .invoice-table .item-image{width:56px;height:32px}.tutor-invoice-wrapper .tutor-invoice .invoice-table .item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px}.tutor-invoice-wrapper .tutor-invoice .invoice-summary{max-width:300px;margin-left:auto;font-size:14px;line-height:20px}.tutor-invoice-wrapper .tutor-invoice .invoice-summary>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px;padding:10px 0px}.tutor-invoice-wrapper .tutor-invoice .invoice-summary>div:not(:last-child){border-bottom:1px solid var(--tutor-border-color)}.tutor-invoice-wrapper .tutor-invoice .invoice-footer{margin-top:auto}.tutor-invoice-wrapper .tutor-invoice .invoice-footer .footer-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:16px;border-top:1px solid var(--tutor-border-color);color:var(--tutor-color-hints)}.tutor-video-player .plyr--youtube iframe{top:-50%;height:200% !important}.tutor-video-player .plyr--youtube.plyr--paused.plyr--loading.plyr__poster-enabled .plyr__poster{opacity:1 !important}button[name=complete_course].tutor-topbar-mark-btn{background-color:#fff !important;color:var(--tutor-color-primary) !important}.tutor-dashboard-setting-notification .tutor-setting-notification-item{-webkit-transition:background-color .35s ease-in-out;transition:background-color .35s ease-in-out}.tutor-dashboard-setting-notification .tutor-setting-notification-item:not(:last-child){border-bottom:1px solid #e8e8e8}.tutor-dashboard-setting-notification .tutor-setting-notification-item:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.tutor-dashboard-setting-notification .tutor-setting-notification-item:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.tutor-dashboard-setting-notification .tutor-setting-notification-item:hover{background-color:rgba(243,243,243,.7)}.tutor-coming-soon-wrapper{font-size:13px;line-height:1.5;font-weight:500;background-color:#f4f9fd;color:#5b616f;border-radius:4px;padding:8px}.tutor-coming-soon-wrapper i{float:left;margin-top:4px;margin-right:4px}.tutor-coming-soon-wrapper .tutor-color-success{color:#097336}.tutor-course-list .tutor-card-footer .tutor-coming-soon-wrapper:not(:only-child){margin-top:8px}.single-courses .tutor-coming-soon-wrapper:not(:only-child){margin-top:16px}.single-courses:not(:has(.tutor-subscription-plans)) .tutor-coming-soon-wrapper{background-color:#fff}