.ecwp_metabox {
    color: #000;
    border: none;
    padding: 0px 10px 10px;
    font-family: "Montserrat";
    background-color: #fff;
    border-radius: 3px;
    font-weight: 500;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.ecwp_metabox h2 {
    font-size: 22px !important;
    font-weight: bold;
    color: #0051A8;
}

.ecwp_metabox .heading {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0px;
}

.ecwp_metabox .ecwp_inside {
    padding: 1% 0;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.ecwp_organizer_inside .ecwp_inside {
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}
.ecwp_new {
    font-size: 13px;
}
.ecwp_new_or {
    display: flex;
    margin: 10px 0 0 0;
    color: #848482;
    font-weight: bold;
    font-size: 16px;
    align-items: center;
    width: 100%;
}
.ecwp_organizer_actions {
    display: flex;
    flex-direction: row;
    width: 50%;
    align-items: end;
    gap: 20px;
}
.ecwp_remove_org{
    color : #FF0000;
}
.ecwp_organizer_select_inputs .ecwp_remove_org{
    display: flex;
    width: 50%;
    align-items: end;
}

.ecwp_other_fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.ecwp_metabox .ecwp_field_heading {
    display: flex;
    flex: 1 0 auto;
    width: 100%;
}


.ecwp_metabox .ecwp_field_heading h3 {
    margin: 0;
    color: #000;
}

.ecwp_metabox .ecwp_field {
    display: flex;
    flex-direction: column;
    gap: 10px 20px;
    flex: 1 1 30%;
    flex-wrap: wrap;
}

.ecwp_fullwidth {
    width: 100%;
}

.ecwp_metabox .ecwp_field input {
    margin-bottom: 0 !important;
}

.ecwp_field.hidden {
    display: none;
}

.ecwp_admin_color {
    width: 20px;
    height: 20px;
}
.circle_highlight {
    width: 5px !important;
    height: 5px !important;
}

/**** Settings Page ****/
#ecwp-calendar-settings{
    font-family: "Poppins";
}
.ecwp-admin-header {
    background-color: #ffffff;
    box-shadow: 0 1px 0 rgba(213, 213, 213, .5), 0 1px 2px #eeeeee;
    margin-left: -2em;
    padding: 20px 10px;
    text-align: center;
    margin-bottom: 25px;
}
.ecwp-admin-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.ecwp-admin-logo img {
    max-width: 25%;
}
.ecwp-admin-logo p {
    font-size: 16px;
}
.ecwp-admin-logo p span {
    color: #0051A8;
    font-weight: 600;
}
.ecwp-admin-body{
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
.ecwp-admin-controls{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.ecwp-admin-controls div.components-base-control {
    flex: 1 0 45%;
}
.ecwp_save_settings {
    display: flex;
    justify-content: end;
    padding: 10px;
}
.ecwp_loader {
    width: 100%;
    height: 100%;
    background: rgb(151 151 151 / 51%);
    position: absolute;
    z-index: 999;
}
.ecwp_snack{
    right: 2%;
    position: absolute;
    bottom: 10px;
}
#ecwp-calendar-settings h2.components-panel__body-title button {
    color: #0051A8 !important;
    font-size: 16px;
    font-weight: 600;
}