/* Styling for the container */
.eventmobi-block-option {
    margin: 0 auto;
    background-color: #f4f4f4;
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    width: 33%;
}

/* Styling for the event code field */
/* -=-=-=-=-25-09-2023=-=-=-=- */
.event-code-field {
    margin-bottom: 5px;
}

/* Styling for the logo */
.eventmobi-logo {
    max-width: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
}

/* Styling for the input fields */
.eventmobi-block-option input[type="color"] {
    width: 40px;
    height: 40px;
}

.eventmobi-block-option input[type="text"] {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
}


/* Styling for the headings */
.eventmobi-block-option h4 {
    margin: 10px 0;
}

.eventmobi-block-option select {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* 25/09/2023  */

.eventmobi-block-option img {
    width: 100px;
}

.eventmobi-block-option select {
    padding: 3px 15px !important;
    border: 2px solid #cecece !important;
}

.eventmobi-block-option h4 {
    font-size: 20px;
}

.dashicons-eventmobi-custom-icon {
    content: '';
    display: inline-block;
    width: 20px;
    /* Adjust the width and height as needed */
    height: 20px;
    /* Set the background image using the correct URL path */
    background-image: url('../image/EventMobi-icon.png');
    background-size: cover;
    /* Adjust to fit your image */
}

#eventmobi-api-key-container input.regular-text {
    border: 1px solid #135e96;
    padding: 3px 10px;
    border-radius: 60px;
    outline: 0;
    box-shadow: none;
    color: #135e96;
}

#eventmobi-api-key-container input[type=password]::placeholder {
    color: #135e96;
}

.form-table td p {
    font-size: 16px;
    line-height: 26px;
}

#eventmobi-api-key-container strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

#eventmobi-api-key-container #cust-click-withapi,
#eventmobi-api-key-container p a {
    font-size: 15px;
    margin: 10px;
    font-weight: 600;
    text-decoration: none;
}

#your-profile label+a,
label {
    margin-right: 10px;
}

#eventmobi-api-key-container i {
    color: #135e96;
}
/* =-=-=-=-25-09-2023-=-=-=- */
#cust-clipboard-withapi {
    /* color: #FF5733;
    background: beige; */
    background: #D3D3D3;
    color: #000;
    border: 1px solid #a6c3d8;
    padding: 10px;
    margin: 10px 0;
    display: inline-block;
    border-radius: 47px;
}

.form-table {
    background: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 9px;
    display: table-cell;
    border-radius: 10px;
}

.cust-copy-icon {
    width: 20px;
}

.form-table td {
    line-height: 0.3 !important;
}

.eventmobi-block-preview {
    background-color: lightgray;
    padding: 20px;
    border: 1px solid gray;
    border-radius: 5px;
    text-align: center;
}

/* =-=-=-=-21-09-2023=-=-=-== */
.eventmobi-block-preview img {
    vertical-align: text-bottom;
    margin-right: 10px;
}
.components-panel__body input[type="color"]{
    width: 34px;
    border: none;
}
/* .event-code-field > p{
    margin-bottom: 10px;
} */
.event-code-field select{
    width: 100%;
}

/* =-=-=-=-=-=-25-09-2023=-=-=-=-=-=- */
.event-code-field p{
    margin-bottom: 7px;
}
.event-code-field ~ p{
    margin-bottom: 0;
}
input.components-text-control__input{
    margin-top: 5px;
}

.cust-eye-icon{
    width: 20px;
    margin-top: 5px;
}
img.cust-eye-icon{
    width: 20px;
    display: inline-block;
    vertical-align: sub;
    display: inline-flex;
}