@font-face {
    font-family: 'Inter var';
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    src: url("../../fonts/Inter-roman.var.woff2") format("woff2");
}

@font-face {
    font-family: 'Inter var';
    font-weight: 100 900;
    font-display: swap;
    font-style: italic;
    font-named-instance: 'Italic';
    src: url("Inter-italic.var.woff2?v=3.18") format("woff2");
}

@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

.font-extrabold {
    font-weight: 800!important;
}

.text-4xl {
    font-size: 2.5rem!important;
}
.text-navy{
	color: rgb(30, 41, 59);
}
body {
    font-family: 'Inter var', 'Sarabun','Roboto','Helvetica Neue', 'Arial'!important;
	font-feature-settings: "salt";
	font-size: .875rem;
	letter-spacing: -.025em!important;	
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
    color: rgb(30, 41, 59);
}
/*Header*/
@media (min-width: 992px){
	div#kt_aside{
		transition: width .3git s ease;
	}
	div#kt_aside.drawer-on {
		margin-left: -265px;
	}
	div#kt_aside.drawer-on + #kt_wrapper .header,
	#kt_body.aside-enabled.aside-fixed .wrapper{
		left: 0;
	}
	div#kt_aside.drawer-on + #kt_wrapper{
		padding-left: 0;
	}
}
/**/
#kt_content {
	background: #f5f8fa;
}
/*Pagination*/
body .page-item.next .page-link, body .page-item.previous .page-link {
    background-color: #fff;
    border: 1px solid #DDE3E9;
    border-radius: 0.85rem;
    color: #64748B;
}
body .page-item .page-link {
    border-radius: 0.85rem;
}
.page-item.active .page-link {
    z-index: 3;
    color: #1E293B;
    background-color: #DDE3E9;
    border-color: #DDE3E9;
}
body .page-item:hover .page-link i {
    color: #1E293B;
}
body .page-link:focus,
body .page-link:hover {
    z-index: 2;
    color: #1E293B;
    text-decoration: none;
    background-color: #e9edf1;
    border-color: transparent;
}
body .page-item:hover .page-link .previous {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%231E293B'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e");
}

body .page-item:hover .page-link .next {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%231E293B'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}
body div.dataTables_wrapper div.dataTables_paginate {
    margin-right: 3rem;
}
/* Search */
#kt_filter_search {
	border: 1px solid #DDE3E9 !important;
}
#kt_filter_search:focus {
	border: 1px solid rgb(79, 70, 229) !important;
}
/* Link */
body a.link{
    color: rgb(99, 102, 241);
}
body a.link:hover{
    color: rgb(99, 102, 241);
    text-decoration: underline !important;
}
/* Button */
.btn.btn-primary {
    background-color: #1e1e2d;
}

.btn.btn-primary a {
    color: #fff;
}
.btn.btn-primary:hover {
	filter: brightness(0.9);
}

.btn.btn-outline {
    border: 1px solid  rgb(203, 213, 225);
    background-color: transparent !important;
    color: rgb(30, 41, 59);
    text-transform: capitalize !important;
}
.btn.btn-outline.btn-lightgrey {
    border: 1px solid #DDE3E9;
    background-color: transparent !important;
    color: #64748B;
    text-transform: capitalize !important;
}
.btn.btn-outline.btn-lightgrey:hover {
    border-color: #DDE3E9;
    background-color: #DDE3E9 !important;
    color: #64748B;
}
.btn.btn-duration {
    background-color: #eeeeee!important;
    color: rgb(30, 41, 59);
    text-transform: capitalize !important;
}

body .btn.btn-icon{
    border-radius: 50% !important;
}

body tr:hover td .btn-actions{
    display: none;
}

body tr:hover td .btn-actions{
    display: inline-flex;
}

.btn-check:active+.btn.btn-active-light-primary, .btn-check:checked+.btn.btn-active-light-primary, .btn.btn-active-light-primary.active, .btn.btn-active-light-primary.show, .btn.btn-active-light-primary:active:not(.btn-active), .btn.btn-active-light-primary:focus:not(.btn-active), .btn.btn-active-light-primary:hover:not(.btn-active), .show>.btn.btn-active-light-primary {
    color: #009ef7;
    border-color: #f1faff !important;
    background-color: #EAEDF1 !important;
    border-radius: 50% !important;
}

.accordion .btn {
    color: #5e6278;
}
.accordion .btn-check:active+.btn.btn-active-light-primary, 
.accordion .btn-check:checked+.btn.btn-active-light-primary, 
.accordion .btn.btn-active-light-primary.active, 
.accordion .btn.btn-active-light-primary.show, 
.accordion .btn.btn-active-light-primary:active:not(.btn-active), 
.accordion .btn.btn-active-light-primary:focus:not(.btn-active), 
.accordion .btn.btn-active-light-primary:hover:not(.btn-active), 
.accordion .show>.btn.btn-active-light-primary {
    color: #5e6278;
    border-color: #f1faff !important;
    background-color: #EAEDF1 !important;
    border-radius: 50% !important;
}

#kt_aside_mobile_toggle{
    border-radius: 50% !important;
}
/* Colors*/
.violet-color {
    color: #4f46e5!important;
}
.denim-color {
    color: rgb(100, 116, 139)!important;
}
.denim-light-bg {
    background: rgb(248, 250, 252)!important;
}
/* Background Colors*/
.violet-bg, .btn.btn-primary.violet-bg:hover,
.violet-bg.btn-check:active+.btn.btn-primary, 
.violet-bg.btn-check:checked+.btn.btn-primary, 
.violet-bg.btn.btn-primary.active, 
.violet-bg.btn.btn-primary.show, 
.violet-bg.btn.btn-primary:active:not(.btn-active), 
.violet-bg.btn.btn-primary:focus:not(.btn-active), 
.violet-bg.btn.btn-primary:hover:not(.btn-active), 
.violet-bg.show>.btn.btn-primary {
    background-color: #4f46e5!important;
}
.red-bg{
    background: rgb(220, 38, 38);
    color: #ffffff;
}
.red-bg:hover{
    background: rgb(184, 28, 28);
    color: #ffffff;
}
.denim-bg, .btn.btn-primary.denim-bg:hover {
    background-color: rgba(51,65,85,1)!important;
}
/**/
.btn-group-widoo .select2-container {
	margin-right: 1.25rem !important;
}
.btn-group-widoo .select2-container .selection {
}

/* Table */
.table.table-row-bordered tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e8f0;
}
.table.table-row-bordered tr:hover {
	background-color: rgb(241, 245, 249);
}
.table.table-row-bordered tr:focus,
.table.table-row-bordered tr:target,
.table.table-row-bordered tr:active {
	background-color: rgb(238, 242, 255);
}
.table.table-row-bordered tr:first-child  {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e2e8f0;
}

.table tbody tr:last-child, .table tfoot tr:last-child {
	border-bottom: 1px !important;
}

.table tbody tr:last-child td, .table tbody tr:last-child th, .table tfoot tr:last-child td, .table tfoot tr:last-child th {
	border-bottom: 1px !important;
}

.table.table-row-bordered tr a,
.table.table-row-bordered tr {
    color: #222c3e;
}

.table.table-row-bordered tr .text-muted {
    color: #707f94 !important;
}

.table.table-row-bordered tr .avatar > img {
	width: 40px;
	height: 40px;
    background: #e2e8f0;
}
body .table>tbody>tr:hover {
    background-color: transparent!important; 
}
/*contact*/
.engage-toolbar{
	z-index: 9;
}
#kt_project_users_table_pane{
	border-top: 1px solid rgb(226 232 240);
}
.table.table-row-bordered tr.contacts-letter {
    background-color: rgb(248, 250, 252);
	position: sticky;
    top: 0;
    z-index: 1;
    box-shadow: inset 0 -1px 0 rgb(226 232 240);
	border: none;
}
.table.table-row-bordered tr.contacts-letter td {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    color: rgb(100, 116, 139);
    font-size: 14px;
    font-weight: 500;
}

.letter-avatar {
    width: 40px;
    background: #e2e8f0;
    text-align: center;
    padding: 8px 0;
    border-radius: 100%;
    font-size: 16px;
	font-weight: 400;
    color: rgb(71, 85, 105);
}

.drawer.drawer-on {
	transform: none;
	box-shadow: 0px 0px 10px 0px #292f4c;
	transition: transform .3s ease-in-out;
}

.aside-dark .menu .menu-item .menu-section {
	color: #818CF8 !important;
	font-size: 12px !important;
}

.aside-dark .menu .menu-item .menuDescription {
	color: #7f838d !important;
	font-size: 11px !important;
}

/* Form */
body .form-control {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px!important;
}

.form-control.border-secondary,
.input-group.border-secondary{
	border-color: #cbd5e1!important;
	border-radius: 0.475rem;
}

.form-control.border-secondary:active,
.form-control.border-secondary:focus{
	border-color: #4f46e5!important;
}

.input-group .form-control.border-secondary:active,
.input-group .form-control.border-secondary:focus{
	border-color: #4f46e5!important;
}

#kt_aside{
	
}

/***********************/
/*    PAGE CONTACT     */
/***********************/

.page-contact {

}

body .btn.btn-secondary {
    color: rgb(100, 116, 139);
    border-color: transparent;
    background-color: transparent;
}

body .btn-check:active+.btn.btn-secondary, 
body .btn-check:checked+.btn.btn-secondary, 
body .btn.btn-secondary.active, 
body .btn.btn-secondary.show, 
body .btn.btn-secondary:active:not(.btn-active), 
body .btn.btn-secondary:focus:not(.btn-active), 
body .btn.btn-secondary:hover:not(.btn-active), 
body .show>.btn.btn-secondary {
    color: rgb(30, 41, 59);
    border-color: #dde3e9;
    background-color: #dde3e9!important;
}

body .card.shadow {
	border-radius: 1rem !important;
}
body .shadow {
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px !important;
}

/* Accordion */
.accordion-button {
    border-radius: 1rem !important;
}
.accordion-button:not(.collapsed) {
    color: #b93993;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 #eff2f5;
    border-radius: 1rem 1rem 0 0!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='%23b93993'%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");
    transform: rotate(-180deg);
}

.fade:not(.show) {
    opacity: 0;
    display: none;
}
/*Checkboxes*/
body .form-check.form-check-solid .form-check-input {
    border: 0;
    background-color: #fff;
    border: 1px solid #86899a;
}
body .form-check.form-check-solid .form-check-input:checked {
    background-color: #4f46e5;
    border: 1px solid #4f46e5;
}
/* MarketPlace */
.module-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.module-info {
    position: relative;
    z-index: 9;
    /*box-shadow: inset 0 0 0 16px rgb(255 255 255 / 60%), 0 1px 2px rgb(0 0 0 / 10%);*/
	background: rgb(38 42 95 / 80%);
	width: 100%;
	height: 220px;
	border-radius: 1rem;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;

}
/*
.module-info .module-name {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 45px 0 0 0;
	height: 100%;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}*/

.module-info .module-description {
	color: #fff;
	padding: 10px 5px;
	margin: 0 10px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0.4s;
	-moz-transition: all 1s ease-in-out 0.4s;
	-o-transition: all 1s ease-in-out 0.4s;
	-ms-transition: all 1s ease-in-out 0.4s;
	transition: all 1s ease-in-out 0.4s;
}

.module-info .module-description a {
	display: block;
	color: #fff;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.module-info hr {
    height: 2px;
    color: #ffffff;
    opacity: 1;
    width: 30%;
}
.module-subscription {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 1rem 1rem 0 0;
    padding: 1rem;
    background-image: linear-gradient(to top, rgba(139,139,139,0)0, rgba(139,139,139,0.2)20%, rgba(139,139,139,0.4)40%, rgba(139,139,139,0.6)100%)
}
/*subscription label*/
.module-subscription .subscription-label {
    border-radius: 1rem;
    padding: 0.2rem 0.5rem;
    font-size: 1rem;
}

.module-subscription .subscription-label.subscription_string_new{
    color: #9E2B72;
    background-color: #F8CDE2;
}
.module-subscription .subscription-label.subscription_string_abo{
    color: #2A4E0F;
    background-color: #DEEEE1;

}
.module-subscription .subscription-label.subscription_string_trial{
    color: #0F1F4F;
    background-color: #DCEAF9;

}

.module-subscription .subscription-label.subscription_string_trialEnd,.module-subscription .subscription-label.subscription_string_expired {
    color: #DE0B15;
    background-color: #F8CAB7;
}
/*subscription price*/
.module-subscription .subscription-price {
    border-radius: 1rem;
    padding: 0.2rem 0.5rem;
    font-size: 1rem;
}

.module-subscription .subscription-price {
    color: #ffffff; 
    background-color: #1E9DD9; 
    font-weight: bold;
    padding: 0.4rem;
} 
/**/
.module-info .btn-buy-now{
    background-color: #AF2B85 !important;
    border: 2px solid #AF2B85;
    color: #ffffff;
}
.module-info .btn-buy-now:hover{
    background-color: #851e64 !important;
    border: 2px solid #851e64;
}
.module-info .btn-trial-now{
    border: 2px solid #1D9AD7;
    color: #ffffff;
}
.module-info .btn-trial-now:hover{
    border: 2px solid #ffffff;
    color: #ffffff;
}
/**/

.module-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.module-item:hover .module-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.module-item:hover .module-info .module-description {
	opacity: 1;
}

#watchScroll.scrolled::before{
    content: "";
    background: linear-gradient(180deg,  rgba(30, 30, 30, 0.2) 0, rgba(30, 30, 30, 0.05) 50%, rgba(30, 30, 30, 0) 100%);
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;

}

.bg-opportunity{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='%23F0F0F0' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z'/%3E%3C/svg%3E");
    background-position: bottom right;
    background-repeat: no-repeat;
}
#kt_header.shadow #kt_aside_mobile_toggle .svg-icon {
    color: #5e6278 !important;
}
#kt_header.shadow  .svg-icon {
    color: #ffffff !important;
}
.no-footer #kt_footer{
    display:none!important;
}
.no-overflow .wrapper{
    overflow: hidden!important;
}
/*Full calendar*/
body .fc {
    --fc-border-color: #dadce0;
}
.fc .fc-scrollgrid-liquid {
    height: 100%;
    border: none;
}

body .fc-theme-standard .fc-scrollgrid {
    border: none;
}

body .fc .fc-timegrid-slot-minor {
    border-top-style: dotted;
    border: none;
}
.fc-timegrid-event-harness>.fc-timegrid-event {
    font-size: 12px;
}
.fc-direction-ltr .fc-timeGridWeek-view .fc-scrollgrid tbody>tr:last-child td:first-child {
    border-bottom-left-radius: .475rem;
    border: none;
}
.fc-direction-ltr .fc-timeGridWeek-view .fc-timegrid-slot-label-frame {
    position: relative;
}

.fc-direction-ltr .fc-timeGridWeek-view .fc-timegrid-slot-label-frame::before {
    content: "";
    width: 8px;
    height: 1px;
    background: #dadce0;
    position: absolute;
    right: 0;
    top: -1px;
}

.fc-direction-ltr .fc-dayGridMonth-view .badge-day {
    display: none;
}
.fc-direction-ltr .fc-dayGridMonth-view .fc-col-header-cell {
    padding-bottom: 0;
    border-bottom: none;
}
.fc-direction-ltr .fc-dayGridMonth-view .fc-daygrid-day-top {
    justify-content: center;
}
.fc-direction-ltr .fc-dayGridMonth-view .fc-day-other .fc-daygrid-day-top {
    opacity: .8;
}
.fc-direction-ltr .fc-dayGridMonth-view .fc-day-today .fc-daygrid-day-top .fc-daygrid-day-number{
    background: #1a73e8;
    color: #ffffff;
    height: 26px;
    width: 26px;
    border-radius: 50rem;
    text-align: center;
}

.fc-toolbar .fc-toolbar-chunk:first-child > div {
    display: inline-flex;
}
body .fc .fc-timegrid-axis-cushion, body .fc .fc-timegrid-slot-label-cushion {
    padding: 0 8px;
}

body .fc button.fc-button.fc-sidebarButton-button {
    border: none!important;
    border-radius: 50rem;
    padding: 0.5rem 0.6rem !important;    
    margin-right: 1em;
    background: #ffffff;
}

body .fc button.fc-button.fc-sidebarButton-button:hover {
    background: #e9e9e9;
}

.fc-toolbar .fc-toolbar-chunk:first-child > div > button.fc-today-button {
    margin-right: 1em;
    border: 1px solid #dadce0!important;
    color: #3c4043;
    font-weight: 500;
    opacity: 1;
    background: #ffffff;

}
.fc-toolbar .fc-toolbar-chunk:first-child > div > .fc-prev-button,
.fc-toolbar .fc-toolbar-chunk:first-child > div > .fc-next-button {
    color: #3c4043;
    opacity: 0.8;
    background: #ffffff;
    padding: .4em .5em;
    border-radius: 50em;
}
.fc-toolbar .fc-toolbar-chunk:first-child > div > .fc-prev-button:hover,
.fc-toolbar .fc-toolbar-chunk:first-child > div > .fc-next-button:hover {
    background: #e9e9e9;
}

.fc-toolbar .fc-toolbar-chunk:first-child > div > .fc-next-button {
    margin-right: 1em;
}

.fc .fc-toolbar-title {
    font-size: 1.75em;
    margin: 0;
    text-transform: capitalize;
    font-weight: 400;
    display: inline-flex;
}

.flatpickr-monthDropdown-months{
    text-transform: capitalize;
}

.fc-icon.fc-icon-menu{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='%235e6278' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4 6h16M4 12h16M4 18h16' /%3E%3C/svg%3E");
}

.fc .fc-toolbar.fc-header-toolbar {
    margin: 1.5em;
}
/* indicator */
.page-agenda .fc-timegrid-now-indicator-arrow {
    display: none;
}
.page-agenda .fc .fc-timegrid-now-indicator-container {
    overflow: visible;
}
.page-agenda .fc .fc-timegrid-now-indicator-line {
    border-color: #ea4335;
    border-width: 2px 0 0;
}
.page-agenda .fc .fc-timegrid-now-indicator-line:before {
    background: #ea4335;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    height: 12px;
    margin-left: -6.5px;
    margin-top: -7px;
    width: 12px;
    z-index: 506;
}
/* end indicator */

#calendar_sidebar .flatpickr-calendar{
    box-shadow: none !important;
}

#calendar_sidebar .flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

#calendar_sidebar .flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
}
#calendar_sidebar .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekdaycontainer {
    position: relative;
    padding: 0 6px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#calendar_sidebar span.flatpickr-weekday {
    color: #70757a;
    font-size: 0.75rem;
    font-weight: 500;
    height: 24px;
    line-height: 24px;
    max-width: 24px!important;
    width: 24px;
    margin: 0 5px;
}
#calendar_sidebar .flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 238px !important;
}
#calendar_sidebar .flatpickr-calendar .dayContainer {
    box-shadow: none;
    padding: 0 6px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#calendar_sidebar .flatpickr-day {
    font-size: 0.75rem;
    color: #3c4043;
    font-weight: 500;
    border-radius: 1rem;
    height: 24px;
    line-height: 24px;
    max-width: 24px!important;
    margin: 0 5px;
}
#calendar_sidebar .flatpickr-day.today {
    background: #1a73e8;
    color: #ffffff;
    border-color: transparent;
}
#calendar_sidebar .flatpickr-day.flatpickr-disabled, #calendar_sidebar .flatpickr-day.flatpickr-disabled:hover, #calendar_sidebar .flatpickr-day.nextMonthDay, #calendar_sidebar .flatpickr-day.notAllowed, #calendar_sidebar .flatpickr-day.notAllowed.nextMonthDay, #calendar_sidebar .flatpickr-day.notAllowed.prevMonthDay, #calendar_sidebar .flatpickr-day.prevMonthDay {
    color: #70757a;
    background: 0 0;
    border-color: transparent;
}

#calendar_sidebar .flatpickr-day.endRange, #calendar_sidebar .flatpickr-day.endRange.inRange, #calendar_sidebar .flatpickr-day.endRange.nextMonthDay, #calendar_sidebar .flatpickr-day.endRange.prevMonthDay, #calendar_sidebar .flatpickr-day.endRange:focus, #calendar_sidebar .flatpickr-day.endRange:hover, #calendar_sidebar .flatpickr-day.selected, #calendar_sidebar .flatpickr-day.selected.inRange, #calendar_sidebar .flatpickr-day.selected.nextMonthDay, #calendar_sidebar .flatpickr-day.selected.prevMonthDay, #calendar_sidebar .flatpickr-day.selected:focus, #calendar_sidebar .flatpickr-day.selected:hover, #calendar_sidebar .flatpickr-day.startRange, #calendar_sidebar .flatpickr-day.startRange.inRange, #calendar_sidebar .flatpickr-day.startRange.nextMonthDay, #calendar_sidebar .flatpickr-day.startRange.prevMonthDay, #calendar_sidebar .flatpickr-day.startRange:focus, #calendar_sidebar .flatpickr-day.startRange:hover {
    background: #d2e3fc;
    color: #185abc;
    border-color: transparent;
}

#calendar_sidebar .flatpickr-day.inRange, #calendar_sidebar .flatpickr-day.nextMonthDay.inRange, #calendar_sidebar .flatpickr-day.nextMonthDay.today.inRange, #calendar_sidebar .flatpickr-day.nextMonthDay:focus, #calendar_sidebar .flatpickr-day.nextMonthDay:hover, #calendar_sidebar .flatpickr-day.prevMonthDay.inRange, #calendar_sidebar .flatpickr-day.prevMonthDay.today.inRange, #calendar_sidebar .flatpickr-day.prevMonthDay:focus, #calendar_sidebar .flatpickr-day.prevMonthDay:hover, #calendar_sidebar .flatpickr-day.today.inRange, #calendar_sidebar .flatpickr-day:focus, #calendar_sidebar .flatpickr-day:hover {
    background: #f1f3f4;
}
.title-day{
    color: #70757a;
    font-size: 0.85rem;
}
.badge-day{
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 2rem;
    font-weight: 400;
    background-color: transparent!important;
    color: #70757a;
}
.fc-day-today .title-day{
    color: #1a73e8!important;
}
.fc-day-today .badge-day{
    background-color: #1a73e8!important;
    color: #ffffff;
}
.badge-day:hover{
    background-color: #f1f3f4!important;
}

body .fc .fc-timegrid-event .fc-event-main {
    padding: 0;
    font-size: .85rem;
    font-weight: 500;
}
body .fc-v-event .fc-event-main-frame {
    flex-direction: column-reverse;
}

body .fc-v-event .fc-event-title-container {
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 0;
}
body .fc-timegrid-event-short .fc-event-title {
    font-size: .85rem;
    font-weight: 500;
}
body .fc-v-event .fc-event-time {
    flex-grow: 1;
    flex-shrink: 1;
    max-height: 100%;
    overflow: hidden;
    font-size: .85rem;
    font-weight: 500;
}
body.page-agenda #kt_content {
    background: #f5f8fa;
    /*z-index: 1;
    position: sticky;
    overflow: auto;
    width: 100%;*/
    height: calc(100vh - 65px);
}
.fc .fc-view-harness {
    max-height: calc(100vh - 130px);
}
/*
body.page-agenda .fc .fc-toolbar.fc-header-toolbar {
    position: sticky;
    top: 0;
    height: 65px;
    margin: 0;
    width: 100%;
    padding: 1.5em;
}

body.page-agenda .fc .fc-scrollgrid > thead {
    background: #ffffff;
    position: sticky;
    top: 65px;
    height: 85px;
}
body.page-agenda .fc .fc-scrollgrid > tbody > tr:first-child {
    background: #ffffff;
    position: sticky;
    top: 156px;
    height: 35px;
    z-index: 3;
}
body.page-agenda .fc .fc-scrollgrid > tbody > tr:nth-child(2) {
    background: #ffffff;
    background: #531616;
    position: sticky;
    top: 197px;
}
*/

@media (max-width:991.98px){
    .aside .aside-logo{display:block !important;}
    .aside .aside-logo>a{display:none !important;}
    #kt_aside_toggle{
        float: right;
        margin-right: 10px
    }
}