.header-block{
    background-color: #1bc3ef;
    padding: 10px 0 5px 20px;
    color: #ffffff;
    margin-top: -10px;
    width: 105%;
    margin-left: -22px;
    margin-bottom: 20px;
}

.header-block img.logo{
    height: 30px;
}

h1.dropp-h1{
    margin-bottom: 30px;
    color: #1a317a;
}

.padded-separator{
    width: 95%;
    height: 1px;
    background-color: #f0f0f1;
}

.dropp-group{
    padding: 30px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    width: 500px;
    margin: 20px 0;
}

.dropp-group h3{
    margin-bottom: 30px;
}

.dropp-group hr{
    margin: 30px 0;
    border-top: none;
    border-bottom: 1px solid #f0f0f1;
}


.two-section{
    display: flex;
    flex-direction: row;
    margin: 20px 0;
}

.field-group{
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    max-width: 500px;
}

.field-group input[type="text"], .field-group input[type="password"], .field-group select, .field-group textarea{
    width: 100%;
    max-width: unset;
}

.field-group input[type="number"]{
    width: 100%;
}

.field-group label{
    margin-bottom: 5px;
}

.field-group .have-password{
    position: relative;
}

.field-group .have-password .show-hide-key{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: none;
    background: unset;
}

.form-test-mode-wrapper{
    padding: 30px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    width: 500px;
    display: none;
}
.form-test-mode-wrapper.visible{
    display: block;
}

.form-test-mode-wrapper h3{
    margin-bottom: 30px;
}

.droppcc-info{
    color: #000;
    background-color: #ffffff;
    padding: 10px;
    margin: 0;
    border: 1px solid #fff;
}

.droppcc-info.has-top-margin{
    margin-top: 10px;
}

.field-group.test-mode-seperator{
    margin-top: 20px;
}

.have-repeater .repeater-single-row{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 10px;
}

.have-repeater .repeater-single-row .repeater-action{
    display: flex;
    flex-direction: row;
}

.have-repeater .repeater-single-row .repeater-action button{
    margin-left: 5px;
}

.have-color-code {
    display: flex;
    align-items: center;
}

.logs-action-buttons{
    margin: 10px 0 0;
}

.logs-action-buttons .button-delete{
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000;
    float: right;
}

.logs-action-buttons .button-delete:hover,
.logs-action-buttons .button-delete:focus{
    color: #fff;
    background-color: #E60000;
    border-color: #E60000;
}
/*.widget-type-group{*/
/*    margin-bottom: 40px;*/
/*}*/

.widget-type-group .cols{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}

.widget-type-group img.screenshot{
    display: block;
    width: 250px;
    margin: auto 0;
    border-radius: 5px;
}

.widget-type-group .radio-btn{
    margin: 10px 0 0 0;
}

.widget-type-group .cols-or{
    text-align: center;
    margin: 30px 0;
    font-size: 120%;
    padding: 0;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    width: 150px;
}

.widget-type-group .cols-or:before{
    content: '';
    width: 50%;
    height: 1px;
    background: #8c8f94;
    position: absolute;
    left: -20px;
    top: auto;
    bottom: auto;
}

.widget-type-group .cols-or:after{
    content: '';
    width: 50%;
    height: 1px;
    background: #8c8f94;
    position: absolute;
    right: -20px;
    top: auto;
    bottom: auto;
}

.image-preview-wrapper{
    position: relative;
}

.image-preview-wrapper img{
    width: auto;
    max-width: 200px;
}

.widget-type-settings{
    display: flex;
    flex-direction: column;
}

.widget-type-settings .group-separator{
    margin: 25px 0;
    width: 100%;
    height: 1px;
}

.widget-type-setting-col{
    position: relative;
    background-color: #ffffff;
    padding: 30px;
}

.dropp-opacity{
    opacity: 0.4;
}

.widget-type-setting-col.dropp-opacity:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

h3.section-heading{
    margin-top: 0;
}

.widget-type-setting-col h3.section-heading{
    margin-top: 0;
}

.dropp-double-width{
    width: 1118px;
}

.droppcc-remove-image{
    position: absolute;
    top: 5px;
    left: 5px;
    background: unset;
    border: 1px solid;
    color: red;
    font-size: 20px;
    line-height: 1;
    padding: 0 5px;
    cursor: pointer;
}

.droppcc-remove-image:hover{
    background: red;
    color: #fff;
    border-color: red;
}

.droppcc-remove-image.hidden-remove{
    display: none;
}

@media screen and (min-width: 768px) {
    .widget-type-group{
        flex-direction: row;
    }

    .widget-type-group .cols-or{
        margin: 0 30px;
    }

    .widget-type-settings{
        flex-direction: row;
    }

    .widget-type-settings .group-separator{
        margin: 0 25px 20px 25px;
        width: 1px;
        height: auto;
        background: #dcdcde;
    }

    .widget-type-settings #type-tipping{
        width: 500px;
    }

    .widget-type-settings #type-like-button{
        width: 500px;
    }

}