.docodoco-geotargeting h1 {
    margin-bottom: 20px;
}

.docodoco-geotargeting h2,
h4 {
    margin-bottom: 10px;
}

.docodoco-geotargeting .row {
    margin: 5px;
}

.docodoco-geotargeting .clickable {
    cursor: pointer;
    color: #2271b1;
}

.docodoco-geotargeting .flex-contents {
    display: flex;
    flex-wrap: wrap;
}

.docodoco-geotargeting .flex-input-item8 {
    width: calc(100% / 8);
    margin: 2px 0px;
}

.docodoco-geotargeting .flex-input-item4 {
    width: calc(100% / 4);
    margin: 2px 0px;
}

.docodoco-geotargeting .flex-input-item3 {
    width: calc(100% / 3);
    margin: 2px 0px;
}

.docodoco-geotargeting .area-checkboxes {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.docodoco-geotargeting .add-button::before {
    font-family: 'dashicons';
    content: '\f10f';
    font-size: 1.5em;
    vertical-align: sub;
}

.docodoco-geotargeting .sub-button::before {
    font-family: 'dashicons';
    content: '\f14f';
    font-size: 1.5em;
    vertical-align: sub;
}

.docodoco-geotargeting .external-button::before {
    font-family: 'dashicons';
    content: '\f504';
}

.docodoco-geotargeting .area-box {
    height: 500px;
    overflow-y: scroll;
}

.docodoco-geotargeting .box {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
}

.custom-validation-message {
    border: 1px solid #c3c4c7;
    border-left: 4px solid #dc3232;
    background: #fff;
    padding: 1px 12px;
    margin: 5px 0 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    /* font-size: 13px; */
    font-size: 1.2em;
    /* line-height: 1.4em; */
}

.custom-validation-message p {
    margin: 6.5px 0 6.5px 0;
    padding: 2px;
    font-size: 13px;
    line-height: 1.5;
}

.docodoco-geotargeting .ruletable {
    border: 1px solid #ccc;
    background: #fff;
}

.docodoco-geotargeting .ruletable .ruletable-row-header {
    display: flex;
    flex-wrap: wrap;
    overflow-wrap: break-word;

    padding: 7px;

    border-bottom: 1px solid #ccc;
}

.docodoco-geotargeting .ruletable .ruletable-row-header .ruletable-col {
    font-weight: bold;
}

.docodoco-geotargeting .ruletable .rule {
    display: flex;
    flex-wrap: wrap;
    overflow-wrap: break-word;
    padding: 7px;
    border-top: 1px solid #ccc;
}

.docodoco-geotargeting .ruletable .rule .controller {
    width: 10%;
}

.docodoco-geotargeting .ruletable .rule .ruleid-view {
    width: 20%;
}

.docodoco-geotargeting .ruletable .rule .condition-view {
    width: 70%;
}

.edit-form {
    display: none;
    width: 100%;
    border-top: 1px dashed #ccc;
    margin: 5px;
}
