/* DIV BLOCCO CONTENITORE da verificare per ogni tema*/

.mwt-portal {
    max-width: 1200px !important;
}

/**/

.mwt-portal .mwt-tables-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:20px;
    margin-bottom:30px;
}

.mwt-portal .mwt-table-card{
    background:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    padding:15px;
    box-sizing:border-box;
}

.mwt-portal .mwt-table-card h3{
    margin-top:0;
}

@media (max-width: 1200px){

    .mwt-portal .mwt-tables-grid{
        grid-template-columns:repeat(3, 1fr);
    }

}

@media (max-width: 900px){

    .mwt-portal .mwt-tables-grid{
        grid-template-columns:repeat(2, 1fr);
    }

}

@media (max-width: 600px){

    .mwt-portal .mwt-tables-grid{
        grid-template-columns:1fr;
    }

}


/* FRONT END*/

.mwt-portal .mwt-toolbar{

    display:flex;

    gap:12px;

    margin-bottom:25px;

    flex-wrap:wrap;

}

.mwt-portal .mwt-toolbar input,
.mwt-portal .mwt-toolbar select{

    padding:12px;

    border:1px solid #d1d5db;

    border-radius:10px;

}

select#mwt-guests-limit {
	padding:12px;

    border:1px solid #d1d5db;

    border-radius:10px;
	float: right;
	margin-right: 20px;
}

.mwt-portal button.mwt-reset-btn{

    display:flex;
    align-items:center;
    gap:8px;

    padding:12px 18px;

    border:none;

    border-radius:10px;

    background:#f3f4f6;

    color:#374151;

    cursor:pointer;

    transition:.2s;

}

.mwt-portal button.mwt-reset-btn:hover{

    background:#e5e7eb;

}

.mwt-portal .mwt-nav{

    display:flex;
    gap:12px;

    margin:25px 0 35px;

    flex-wrap:wrap;

}

.mwt-portal .mwt-nav-item{

    display:flex;
    align-items:center;
    gap:8px;

    text-decoration:none;

    padding:12px 18px;

    border-radius:12px;

    background:#f3f4f6;

    color:#374151;

    font-weight:600;

    transition:.2s;
	font-size: 16px;
}

.mwt-portal .mwt-nav-item:hover{

    background:#e5e7eb;

}

.mwt-portal .mwt-nav-item.active{

    background:#2271b1;

    color:#fff;

}

.mwt-portal .mwt-nav-item .dashicons{

    width:18px;
    height:18px;
    font-size:18px;

}

.mwt-portal .mwt-card-details{

    display:none;

    margin-top:15px;

    border-top:1px solid #e5e7eb;

    padding-top:15px;

}

.mwt-portal .mwt-detail-allergies{

    margin-bottom:12px;
	font-size: 16px;
}

.mwt-portal .mwt-detail-allergies strong{

    display:block;

    margin-bottom:5px;

}

.mwt-portal .mwt-detail-notes{

    margin-bottom:12px;
	font-size: 16px;
}

.mwt-portal .mwt-detail-notes strong{

    display:block;

    margin-bottom:5px;

}

.mwt-portal .mwt-detail-table {

    margin-bottom:12px;
	font-size: 16px;
}

.mwt-portal .mwt-detail-table strong{

    display:block;

    margin-bottom:5px;

}

.mwt-portal .mwt-card-table{

    display:flex;
    align-items:center;
    gap:6px;

    margin-top:6px;

    font-size:14px;

    color:#6b7280;
	font-size: 16px;

}

.mwt-portal .mwt-form-card{

    max-width:800px;
    margin:30px auto;

    background:#fff;
    border:1px solid #e5e7eb;

    border-radius:18px;

    padding:30px;

    box-shadow:
        0 4px 12px rgba(0,0,0,.05);

}

.mwt-portal .mwt-form-title{

    margin:0 0 25px;

    display:flex;
    align-items:center;
    gap:10px;

    font-size:22px;

}

.mwt-portal .mwt-form-grid {
    display: grid;
    gap: 13px;
    font-size: 17px;
}

.mwt-portal button.mwt-btn-secondary{

    background:#f3f4f6;

    color:#374151;

    border:none;

    border-radius:10px;

    padding:12px 24px;

    cursor:pointer;

    margin-left:10px;

}

.mwt-portal button.mwt-new-guest-btn{

    display:inline-flex;
    align-items:center;
    gap:8px;

    background:#2271b1;

    color:#fff;

    border:none;

    border-radius:12px;

    padding:12px 18px;

    cursor:pointer;

    font-weight:600;

    transition:.2s;

}

.mwt-portal button.mwt-cancel-group-btn{

    background:#f3f4f6;

    color:#374151;

    border:none;

    border-radius:10px;

    padding:12px 24px;

    cursor:pointer;

    margin-left:10px;

}

.mwt-portal button.mwt-save-group-btn {

    display:inline-flex;
    align-items:center;
    gap:8px;

    background:#2271b1;

    color:#fff;

    border:none;

    border-radius:12px;

    padding:12px 18px;

    cursor:pointer;

    font-weight:600;

    transition:.2s;

}


.mwt-portal button.mwt-new-guest-btn:hover{

    background:#135e96;

}

.mwt-portal button.mwt-new-group-btn{

    display:inline-flex;
    align-items:center;
    gap:8px;

    background:#E5E5E5;

    color:#000;

    border:none;

    border-radius:12px;

    padding:12px 18px;

    cursor:pointer;

    font-weight:600;

    transition:.2s;

}


.mwt-portal button.mwt-new-group-btn:hover{

    background:#666;
	color:#fff;

}

.mwt-portal .mwt-form-field label{

    display:block;

    margin-bottom:8px;

    font-weight:600;

}

.mwt-portal .mwt-form-field input, 
.mwt-portal .mwt-form-field select,
.mwt-portal .mwt-form-field textarea{

    width:100%;

    padding:12px 14px;

    border:1px solid #d1d5db;

    border-radius:10px;

    font-size:15px;

    box-sizing:border-box;

}

input.mwt-group-name-input {
	width:100%;

    padding:12px 14px;

    border:1px solid #d1d5db;

    border-radius:10px;

    font-size:15px;

    box-sizing:border-box;
}

.mwt-portal .mwt-form-field textarea{

    resize:vertical;

}

.mwt-portal .mwt-checkbox{

    display:flex;
    align-items:center;

    gap:10px;

    margin-top:20px;

    font-size:16px;

}

.mwt-portal .mwt-form-actions{

    margin-top:25px;

}

.mwt-portal button.mwt-btn-primary{

    background:#2271b1;

    color:#fff;

    border:none;

    border-radius:10px;

    padding:12px 24px;

    font-weight:600;

    cursor:pointer;

    transition:.2s;

}

.mwt-portal button.mwt-btn-primary:hover{

    background:#135e96;

}

.mwt-portal .mwt-dashboard-grid{

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:20px;
    margin-top:30px;

}

.mwt-portal .mwt-card{

    background:#fff;
    border:1px solid #ddd;
    border-radius:10px;
    padding:20px;
    text-align:center;

}

.mwt-portal .mwt-card h3{

    margin-top:0;

}

.mwt-portal .mwt-number{
    font-size:32px;
    font-weight:bold;
    color:#2271b1;
}

.mwt-portal .mwt-guests-grid{
    display:grid;
    //grid-template-columns:repeat(auto-fill,minmax(320px,1fr));
    gap:20px;
    margin-top:30px;
}

.mwt-portal .mwt-guest-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:16px;
    padding:20px;
    box-shadow: 0 4px 12px rgba(0,0,0,.05);
    transition:.2s ease;
}

.mwt-portal .mwt-guest-card:hover{
    transform:translateY(-3px);
    box-shadow: 0 10px 22px rgba(0,0,0,.08);
}

.mwt-portal .mwt-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.mwt-portal .mwt-card-name {
    font-size: 18px;
    font-weight: 700;
}

.mwt-portal .mwt-card-group{

    display:flex;
    align-items:center;
    gap:8px;

    cursor:pointer;
	color:#6b7280;
    font-weight:500;
	font-size: 16px;
}

.mwt-portal .mwt-table{

    background:#f3f4f6;
    color:#4b5563;

}

.mwt-portal .mwt-toggle-icon{

    font-size:12px;
    transition:.2s;

}

.mwt-portal span.mwt-group-label {
    font-size: 16px;
}

.mwt-portal .mwt-card-bottom{

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;

}

.mwt-portal .mwt-card-info{

    display:flex;
    flex-wrap:wrap;
    gap:8px;

}

.mwt-portal .mwt-card-actions{

    display:flex;
    gap:10px;

}

.mwt-portal button.mwt-icon-btn{

    text-decoration:none;
    font-size:18px;

}

.mwt-portal .mwt-badge{

    border-radius:999px;
    padding:6px 12px;
    font-size:16px;
    font-weight:600;

}

.mwt-portal .mwt-group-guest {
    font-size: 14px;
    border-radius: 999px;
    padding: 2px 12px;
}

.mwt-portal .mwt-menu{

    background:#eef6ff;
    color:#0a58ca;

}

.mwt-portal .mwt-confirmed{

    background:#eaf8ef;
    color:#198754;

}

.mwt-portal .mwt-pending{

    background:#fff3cd;
    color:#8a6d3b;

}

.mwt-portal .mwt-alert{

    background:#fdecec;
    color:#dc3545;

}

.mwt-portal .mwt-edit-grid{

    display:grid;
    gap:12px;

}

.mwt-portal .mwt-edit-grid input,
.mwt-portal .mwt-edit-grid select,
.mwt-portal .mwt-edit-grid textarea{

    width:auto;
    border:1px solid #ddd;
    border-radius:10px;
    padding:10px;

}

.mwt-portal .mwt-edit-actions{

    display:flex;
    gap:12px;
    margin-top:20px;

}

.mwt-portal button.mwt-save-guest{

    all: unset;
	display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #2271b1;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 8px 15px;
    cursor: pointer;
    font-weight: 600;
    transition: .2s;
	font-size:15px;
}

.mwt-portal button.mwt-btn-cancel{
	all: unset;
	align-items: center;
    gap: 8px;
    background: #ffffff;
    color: #000000;
    border: 1px solid;
    border-radius: 12px;
    padding: 8px 15px;
    cursor: pointer;
    font-weight: 500;
    transition: .2s;
	font-size:15px;
}

.mwt-portal button.mwt-icon-btn{

    color:#666;
    text-decoration:none;

}

.mwt-portal button.mwt-icon-btn:hover{

    color:#2271b1;

}

.mwt-portal .mwt-toast-success{

    background:#e8f7ed;
    color:#198754;

    padding:10px 15px;

    border-radius:10px;

    margin-bottom:15px;

    font-weight:600;

}

.mwt-portal button.mwt-edit-btn {
    all: unset;
    width:36px;
    height:36px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    background: #2271b1;
	color: #ffffff;
    cursor:pointer;
}

.mwt-portal button.mwt-delete-btn {

    all: unset;
    width:36px;
    height:36px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    background: #b33213;
    color: #ffffff;
    cursor:pointer;
}

.mwt-portal .mwt-groups-grid{

    display:grid;

    grid-template-columns:
        repeat(auto-fill,minmax(320px,1fr));

    gap:20px;

}

.mwt-portal .mwt-group-card{

    background:#fff;

    border:1px solid #e5e7eb;

    border-radius:16px;

    padding:20px;

}

.mwt-portal .mwt-group-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.mwt-portal button.mwt-edit-group-btn {
    all: unset;
    width:36px;
    height:36px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    background: #2271b1;
	color: #ffffff;
    cursor:pointer;
}

.mwt-portal button.mwt-delete-group-btn {

    all: unset;
    width:36px;
    height:36px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    background: #b33213;
    color: #ffffff;
    cursor:pointer;
}

/*PIANO TAVOLI */

.mwt-portal .mwt-tables-grid{

    display:grid;

    grid-template-columns:
        repeat(auto-fill,minmax(320px,1fr));

    gap:20px;

}

.mwt-portal .mwt-table-card{

    background:#fff;

    border:1px solid #e5e7eb;

    border-radius:16px;

    padding:20px;

    box-shadow:
        0 4px 12px rgba(0,0,0,.05);

}

.mwt-portal .mwt-table-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:15px;

}

.mwt-portal .mwt-table-header h3{

    margin:0;

}

.mwt-portal .mwt-table-guests{

    display:flex;

    flex-direction:column;

    gap:8px;

}

.mwt-portal .mwt-table-guest{

    padding:8px 10px;

    background:#f9fafb;

    border-radius:8px;

}

.mwt-portal .mwt-table-empty{

    color:#6b7280;

    font-style:italic;

}

.mwt-portal #mwt-seating-map{

    display:grid;

    //grid-template-columns:
        repeat(auto-fill,minmax(220px,1fr));

    gap:30px;

    //margin-top:25px;

}

.mwt-portal .mwt-layout-editing .mwt-map-guest{

    pointer-events:none;

} 

.mwt-portal .ui-draggable-disabled .mwt-map-table-name{
    cursor:default;
}

.mwt-portal .ui-draggable:not(.ui-draggable-disabled)
.mwt-map-table-name{
    cursor: move;
    border: none;
    border-radius: 12px;
    padding: 3px 10px;
    background: #086d0e;
    color: #fff;
    margin: 5px;
}

.mwt-portal button#mwt-layout-mode {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #086d0e;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 12px 18px;
    cursor: pointer;
    font-weight: 600;
    transition: .2s;
}


.mwt-portal .mwt-map-table{

    //min-height:180px;
	
	padding:20px;

    background:#fff;

    border:2px solid #e5e7eb;

    border-radius:50%;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    text-align:center;

    cursor:default;

    transition:.2s;
	
	position:absolute;

}

.mwt-portal .mwt-map-table:hover{

    border-color:#2271b1;

    transform:scale(1.03);

}

.mwt-portal .mwt-map-table-name{

    font-weight: 500;
    margin-bottom: 4px;
    font-size: 18px;

}

.mwt-portal .mwt-map-table-count{

    color:#6b7280;
	font-size: 14px;
}

.mwt-portal button.mwt-view-toggle.active{

    display:inline-flex;
    align-items:center;
    gap:8px;

    background:#2271b1;

    color:#fff;

    border:none;

    border-radius:12px;

    padding:12px 18px;

    cursor:pointer;

    font-weight:600;

    transition:.2s;

}


.mwt-portal button.mwt-view-toggle.active:hover {

    background:#135e96;

}

.mwt-portal button.mwt-view-toggle {

    display:inline-flex;
    align-items:center;
    gap:8px;

    background:#E5E5E5;

    color:#000;

    border:none;

    border-radius:12px;

    padding:12px 18px;

    cursor:pointer;

    font-weight:600;

    transition:.2s;

}



.mwt-portal .mwt-map-table-guests{

    margin-top:15px;

    width:100%;

}

.mwt-portal .mwt-map-guest{

    padding:6px 0;

    border-bottom:1px solid #eee;

}

.mwt-portal .mwt-map-table-toggle{

    margin-top:10px;

    font-size:18px;

}

.mwt-portal .mwt-seating-layout{

    display:grid;

    //grid-template-columns:240px 1fr;

    gap:25px;

}

.mwt-portal .mwt-unassigned-panel{

    background:#fff;

    border:1px solid #e5e7eb;

    border-radius:16px;

    padding:20px;

}

.mwt-portal .mwt-draggable-guest{

    padding:5px;

    //border-radius:10px;

    background:#f3f4f6;

    cursor:grab;
	font-size: 16px;

}

.mwt-unassigned-panel h3 {
    font-weight: 500;
}

.mwt-portal .mwt-unassigned-panel .confirmed {
    background: none;
	font-size: 16px;
	display: inline-block;
	border-right: 1px solid #000;
    padding: 0px 10px;
}

.mwt-portal .mwt-unassigned-panel .pending  {
    background: #ffc10754;
    color: #000;
    font-size: 16px;
    padding: 6px;
    display: inline-block;
	border-right: 1px solid #000;
    padding: 0px 10px;
}

.mwt-portal .confirmed {
    background: none;
	font-size: 16px;
}

.mwt-portal .pending  {
    background: #ffc10754;
    color: #000;
    font-size: 16px;
    padding: 6px;
}

.mwt-portal .mwt-room-section{

    margin-bottom:40px;

}

.mwt-portal .mwt-room-title{

    margin-bottom:20px;

    padding-bottom:10px;

    border-bottom:2px solid #e5e7eb;
	
	margin-top: 0px;

}

.mwt-portal .mwt-room-section{
    margin-bottom:40px;
}

.mwt-portal .mwt-room-title{
    margin-bottom:20px;
}

.mwt-portal .mwt-room-map{
	position:relative;

	min-height:800px;

    display:grid;
    grid-template-columns:
        repeat(auto-fill,minmax(220px,1fr));
    gap:20px;
}

.mwt-portal .mwt-rooms-grid{

    display:grid;

    grid-template-columns:
        repeat(auto-fill,minmax(350px,1fr));

    gap:20px;

}

.mwt-portal .mwt-room-card{

    background:#fff;

    border:1px solid #e5e7eb;

    border-radius:16px;

    padding:20px;

    cursor:pointer;

}

.mwt-portal .mwt-room-stats{

    display:flex;

    flex-wrap:wrap;

    gap:10px;

    margin-top:15px;
	
	    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e5e7eb;

}

.mwt-portal .mwt-room-details{

    margin-top:20px;

    padding-top:15px;

    border-top:1px solid #e5e7eb;

}

.mwt-portal .mwt-room-table{

    padding:5px 0;
	//display: flex;
    justify-content: space-between;
}

.mwt-portal span.mwt-table-label {
    font-size: 18px;
}

.mwt-portal .mwt-room-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mwt-portal button.mwt-new-table-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #E5E5E5;
    color: #000;
    border: none;
    border-radius: 12px;
    padding: 12px 18px;
    cursor: pointer;
    font-weight: 600;
    transition: .2s;
}

.mwt-portal button.mwt-edit-table-btn {
    all: unset;
    width:36px;
    height:36px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    background: #2271b1;
	color: #ffffff;
    cursor:pointer;
}

.mwt-portal button.mwt-delete-table-btn {

    all: unset;
    width:36px;
    height:36px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    background: #b33213;
    color: #ffffff;
    cursor:pointer;
}

.mwt-portal .mwt-room-table-row{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:15px;

}

.mwt-portal .mwt-new-table-form{

    margin-top:15px;

    padding:15px;

    background:#f8fafc;

    border-radius:10px;

}


.mwt-portal .mwt-new-table-form label{

    display:block;

    margin-bottom:8px;

    font-weight:600;

}

.mwt-portal .mwt-new-table-form input,
.mwt-portal .mwt-new-table-form select,
.mwt-portal .mwt-new-table-form textarea{

    width:100%;

    padding:12px 14px;

    border:1px solid #d1d5db;

    border-radius:10px;

    font-size:15px;

    box-sizing:border-box;
	
	margin: 8px 0px;

}

.mwt-portal .mwt-new-table-form textarea{

    resize:vertical;

}

.mwt-portal button.mwt-save-table-btn {
    background: #2271b1;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 24px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
}

.mwt-portal .mwt-edit-table-form{

    margin-top:15px;

    padding:15px;

    background:#f8fafc;

    border-radius:10px;

}


.mwt-portal .mwt-edit-table-form label{

    display:block;

    margin-bottom:8px;

    font-weight:600;

}

.mwt-portal .mwt-edit-table-form input,
.mwt-portal .mwt-edit-table-form select,
.mwt-portal .mwt-edit-table-form textarea{

    width:100%;

    padding:12px 14px;

    border:1px solid #d1d5db;

    border-radius:10px;

    font-size:15px;

    box-sizing:border-box;
	
	margin: 8px 0px;

}

.mwt-portal .mwt-edit-table-form textarea{

    resize:vertical;

}

.mwt-portal button.mwt-save-edit-table-btn {
    background: #2271b1;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 24px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
}

.mwt-portal .mwt-map-table.drag-over{

    border-color:#2563eb;

    box-shadow:
        0 0 0 3px rgba(37,99,235,.15);

}

.mwt-portal .shape-round{

    /*width:140px;
    height:140px;
	*/
    border-radius:50%;
	padding: 40px;

}

.mwt-portal .shape-rectangle,
.mwt-portal .shape-rectangular{

    /*width:180px;
    height:90px;
*/
    border-radius:12px;

}

.mwt-portal .shape-oval{

    /*width:220px;
    height:110px;
*/
    border-radius:999px;
	padding: 40px;

}

.mwt-portal .shape-imperial{

    /*width:320px;
    height:90px;
*/
    border-radius:12px;

}


.mwt-portal .mwt-seating-toolbar-stampa {
    width: 100%;
    float: left;
}

/* STAMPA */

.mwt-portal button#mwt-print-guests{

    display:inline-flex;
    align-items:center;
    gap:8px;

    background:#E5E5E5;

    color:#000;

    border:none;

    border-radius:12px;

    padding:12px 18px;

    cursor:pointer;

    font-weight:600;

    transition:.2s;
	
	float: right;

}

th:last-child,
td:last-child{

    width:220px;

}

th:nth-last-child(2),
td:nth-last-child(2){

    width:180px;

}

.mwt-portal button#mwt-print-seating-list{

    display:inline-flex;
    align-items:center;
    gap:8px;

    background:#E5E5E5;

    color:#000;

    border:none;

    border-radius:12px;

    padding:12px 18px;

    cursor:pointer;

    font-weight:600;

    transition:.2s;
	
	float: right;

}

.mwt-portal button#mwt-print-seating-map{

    display:inline-flex;
    align-items:center;
    gap:8px;

    background:#E5E5E5;

    color:#000;

    border:none;

    border-radius:12px;

    padding:12px 18px;

    cursor:pointer;

    font-weight:600;

    transition:.2s;
	
	float: right;

}


.mwt-portal .mwt-seating-toolbar-stampa {
    width: 100%;
    float: left;
}

/* PAGINAZIONE */

.mwt-portal .mwt-guests-pagination{

    display:flex;

    justify-content:center;

    gap:8px;

    margin-top:20px;

}

.mwt-portal .mwt-page-btn{

    min-width:36px;

    height:36px;

    border:1px solid #d1d5db;

    background:#fff;

    border-radius:6px;

    cursor:pointer;

}

.mwt-page-btn.active{

    background:#2563eb;

    color:#fff;

    border-color:#2563eb;

}


/* FRONTEND SALA */ 
.mwt-events-grid{

    display:grid;

    grid-template-columns:
        repeat(
            auto-fill,
            minmax(280px,1fr)
        );

    gap:20px;

}

.mwt-event-card{

    background:#fff;

    border:1px solid #e5e7eb;

    border-radius:12px;

    padding:20px;

}

.mwt-dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.mwt-btn-primary {
    background: #2271b1;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

.mwt-btn-primary:hover {
    background: #135e96;
    color: #fff;
}

.mwt-new-event {
    max-width: 700px;
}

.mwt-form-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.mwt-form-row label {
    font-weight: 600;
}

.mwt-form-row input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.mwt-notice-success {
    background: #dff7df;
    border-left: 4px solid #46b450;
    padding: 12px 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.mwt-calendar {
    width: 100%;
	min-width: 900px;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.mwt-calendar th,
.mwt-calendar td {
    border: 1px solid #ddd;
}

.mwt-calendar th {
    background: #f5f5f5;
    padding: 10px;
}

.mwt-calendar-day {
    height: 100px;
    width: 14.28%;
    vertical-align: top;
    position: relative;
    padding: 10px;
}

.mwt-day-number {
    font-weight: bold;
    margin-bottom: 5px;
}

.mwt-calendar-event {
    display: block;
    background: #2271b1;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 4px;
    text-decoration: none;
    transition: .2s;
}

.mwt-calendar-event:hover {
    background: #135e96;
    color: #fff;
}

.mwt-empty {
    background: #fafafa;
}

.mwt-day-badge {
    display: inline-block;
    background: #d63638;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 20px;
    margin-left: 5px;
}

.mwt-calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #2271b1;
}

.mwt-calendar-header h2 {
    margin: 0;
    color: #fff;
	font-size: 25px;
}

.mwt-calendar-nav {
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 5px 10px;
}

.mwt-calendar-nav:hover {
    color: #135e96;
}

a.mwt-btn.mwt-btn-primary  {
    background: #78B159;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}

.mwt-btn-apri {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #2271b1;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 12px 18px;
    cursor: pointer;
    font-weight: 600;
    transition: .2s;
	text-decoration: none;
    font-size: 13px;
}

.mwt-btn-danger {
	
	display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #d63638;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 12px 18px;
    cursor: pointer;
    font-weight: 600;
    transition: .2s;
	text-decoration: none;
    font-size: 13px;
}

.mwt-btn-danger:hover {
    background: #b32d2e;
    color: #fff;
}

.mwt-status {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.mwt-status.active {
    background: #dcfce7;
    color: #166534;
}

.mwt-status.completed {
    background: #dbeafe;
    color: #1d4ed8;
}

.mwt-status.cancelled {
    background: #fee2e2;
    color: #dc2626;
}

.mwt-manager-toolbar {
    margin-bottom: 30px;
}


.mwt-events-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
}

.mwt-events-table thead {
    background: #2271b1;
    color: #fff;
}

.mwt-events-table thead tr:hover {
    background: #2271b1;
}

.mwt-events-table th {
    padding: 10px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 19px;
}

.mwt-events-table td {
    padding: 10px 16px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    font-size: 18px;
}

.mwt-events-table tbody tr:hover {
    background: #f8fafc;
}

.mwt-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.mwt-today {
    background: #eef6ff;
}

.mwt-today .mwt-day-number {
    color: #2271b1;
    font-weight: 700;
}

.mwt-calendar-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.mwt-mobile-events {
    display: none;
}

.mwt-filters {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.mwt-filters input,
.mwt-filters select {
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.mwt-events-toolbar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
	float: right;
}

.mwt-events-toolbar select {
    min-width: 90px;
	padding: 12px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
}


@media (max-width: 768px) {

    .mwt-events-table,
    .mwt-events-table thead,
    .mwt-events-table tbody,
    .mwt-events-table th,
    .mwt-events-table td,
    .mwt-events-table tr {
        display: block;
    }

    .mwt-events-table thead {
        display: none;
    }

    .mwt-events-table tr {
        background: #fff;
        margin-bottom: 15px;
        border-radius: 12px;
        box-shadow: 0 2px 10px rgba(0,0,0,.08);
        padding: 10px;
    }

    .mwt-events-table td {
        border: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }

    .mwt-events-table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #666;
    }

    .mwt-actions {
        justify-content: flex-end;
    }

    .mwt-calendar th {
        padding: 8px;
        font-size: 12px;
    }

    .mwt-day-number {
        font-size: 14px;
    }

    .mwt-day-badge {
        width: 18px;
        height: 18px;
        font-size: 10px;
    }

    .mwt-calendar-wrapper {
        display: none;
    }

    .mwt-mobile-events {
        display: block;
    }

    .mwt-mobile-day {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 15px;
        margin-bottom: 15px;
    }

    .mwt-mobile-day h3 {
        margin-top: 0;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

    .mwt-mobile-event {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
    }
}