
.ohmtang-plugin-heading {
    display: flex;
}
.ohmtang-plugin-heading .ohmtang-plugin-heading-text{
    line-height: 35px;
    padding-left: 10px;
    font-weight: bold;
}
.ohmtang-plugin-rating .ohmtang-5star-link{
    display: flex;
    align-items: center;
    margin-left: auto;
    text-decoration: none;
    padding: 0 5px;
    flex-wrap: wrap;
}
.ohmtang-plugin-rating .ohmtang-5star-link .ohmtang-5star-text{
    font-size: 14px;
    font-weight: 300;
    color: #E91E63;
    white-space: nowrap;
}
.ohmtang-plugin-rating .ohmtang-5star-link .ohmtang-5star{
    color: #ffb900;
    font-weight: bold;
    padding: 0 5px 0 5px;
    margin-top: -3px;
}
.ohmtang-plugin-container p.description{
    padding: 0 5px;
}
.ohmtang-plugin-groups,
.ohmtang-plugin-clear-data{
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: #ffffff;
    border: 2px dashed #dcdcde;
    margin: 20px 0;
}
.ohmtang-plugin-groups .ohmtang-plugin-group{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.ohmtang-plugin-groups .ohmtang-plugin-group .ohmtang-plugin-input-groups{
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #eeeef1;
}
.ohmtang-plugin-groups .ohmtang-plugin-group .ohmtang-plugin-input-groups label{
    width: 150px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 15px;
    color: #083238;
    padding: 3px 3px 15px 3px;
}
.ohmtang-plugin-input-groups .ohmtang-plugin-input-group{
    flex: 1;
}
.ohmtang-plugin-input-groups .ohmtang-plugin-input-group textarea,
.ohmtang-plugin-input-groups .ohmtang-plugin-input-group input[type=password],
.ohmtang-plugin-input-groups .ohmtang-plugin-input-group input[type=number],
.ohmtang-plugin-input-groups .ohmtang-plugin-input-group input[type=email],
.ohmtang-plugin-input-groups .ohmtang-plugin-input-group input[type=text]{
    display: block;
    max-width: 470px;
    min-width: 272px;
    width: 100%;
}
.ohmtang-plugin-input-groups .ohmtang-plugin-input-group p{
    margin: 5px 0 0 5px;
    color: #819b9e;
}
.ohmtang-plugin-p-title{
    font-size: 22px;
    margin: 10px;
    padding: 0;
    font-weight: bold;
}
.ohmtang-plugin-p{
    font-size: 18px;
    margin: 0 10px 10px 0;
    padding: 0;
    font-weight: bold;
}

.ohmtang-plugin-clear-data .delete-warning-title{
    font-weight: bold;
    color: #FF5722;
    font-size: 36px;
    text-align: center;
}
.ohmtang-plugin-clear-data .delete-warning-text{
    padding: 24px;
    color: #819b9e;
}
.ohmtang-plugin-clear-data .delete-text{
    color: #FF5722;
    font-size: 15px;
    font-weight: bold;
}
.ohmtang-plugin-clear-data .ohmtang-plugin-label{
    padding: 24px;
}

.ohmtang-plugin-input-groups .ohmtang-plugin-input-group .encryption-items{
    min-width: 200px;
    white-space: nowrap;
    padding: 10px 0 0 0;
}
.ohmtang-plugin-input-groups .ohmtang-plugin-input-group .position-items{
    min-width: 200px;
    white-space: nowrap;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.ohmtang-plugin-input-groups .ohmtang-plugin-input-group .position-items label{
    padding: 15px 0;
    padding-block-start: 3px;
}

/* Debug */
.ohmtang-space{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    border-top: 1px solid #eeeef1;
}

.ohmtang-send-failure,
.ohmtang-send-success{
    display: flex;
    align-items: center;
}
.ohmtang-img img{
    width:40px;
}
.ohmtang-debug-text{
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}
.ohmtang-send-success-text{
    color: #1da505;
}
.ohmtang-send-failure-text{
    color: #F44336;
}
.ohmtang-send-not-enable .ohmtang-debug-text{
    white-space: normal;
    line-height: 1.5;
}
.ohmtang-a-link{
    font-size: 16px;
    font-weight: bold;
    color: #F44336;
}

/* Turnstile theme styles */
.ohmtang-plugin-groups .ohmtang-plugin-group .ohmtang-plugin-input-groups .ohmtang-data-theme .encryption-label{
    display: block;
    width: auto;
    margin-bottom: 24px;
}
.ohmtang-plugin-groups .ohmtang-plugin-group .ohmtang-plugin-input-groups .ohmtang-data-theme .encryption-label:hover{
    cursor: pointer;
}
.ohmtang-plugin-groups .ohmtang-plugin-group .ohmtang-plugin-input-groups .ohmtang-data-theme .encryption-label .ohmtang-theme-img{
    margin-top: 10px;
}

.ohmtang-plugin-groups .ohmtang-plugin-group .ohmtang-plugin-input-groups .ohmtang-plugin-input-group-item{
    margin-block-start: 7px;
    margin-bottom: 24px;
}
.ohmtang-plugin-groups .ohmtang-plugin-group .ohmtang-plugin-input-groups .ohmtang-plugin-input-group-item input[type=text]{
    margin-top: 10px;
}
.ohmtang-plugin-groups .ohmtang-plugin-group .ohmtang-plugin-input-groups .ohmtang-plugin-error-msg label{
    color: #ff0057;
    font-size: 14px;
    font-weight: bold;
}
.ohmtang-plugin-groups .ohmtang-plugin-group .ohmtang-plugin-input-groups .ohmtang-plugin-success-msg label{
    color: #10a925;
    font-size: 14px;
    font-weight: bold;
}