div.dropp {
    font-size: 16px;
    line-height: 1.4em;
}

.dropp p{
    font-size: 16px;
    line-height: 1.4em;
}

.dropp-welcome{
    /*background-color: #1bc3ef;*/
    background-color: #1a317a;
    padding: 55px 0 55px 50px;
    color: #ffffff;
    margin-top: -10px;
    width: 105%;
    margin-left: -22px;
    margin-bottom: 20px;
    /*min-height: 200px;*/
}

.dropp-welcome-header{
    /*font-weight: bold;*/
    font-size: 36px;
    /*padding-left: 50px;*/
    /*padding-top: 25px;*/
}

.dropp-welcome-tagline{
    /*padding-left: 50px;*/
    padding-top: 5px;
    font-size: 18px;
    color: #1bc3ef;
}

.dropp-welcome img.logo{
    height: 40px;
    vertical-align: middle;
}


.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;
}

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

.dropp-multi-col-group{
    display: flex;
    flex-direction: row;
}

.dropp-setting-col{
    position: relative;
    background-color: #ffffff;
    padding: 30px;
    width: 500px;
}

.dropp-multi-col-group .group-separator{
    margin: 0 25px 20px 25px;
    width: 1px;
    height: auto;
    background: #dcdcde;
}


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

.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: #f9f9f9;
    /*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;
}

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

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


.dropp-opacity{
    opacity: 0.4;
}


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


.dropp-double-width{
    width: 100%;
    max-width: 1118px;
}

.droppcc-hidden{
    display: none;
}

.hidden-template{
    display: none;
}

.droppcc-footer-actions{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 5%;
    background-color: #f9f9f9;
}

.switch-field {
    display: flex;
    overflow: hidden;
    margin: 0 0 0 auto;
    padding: 0 2px;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #fff;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #47c500;
    color: #fff;
}

.switch-field input:checked + label.switch-dark{
    background-color: #000;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}


@media screen and (min-width: 768px) {


}


.create-content-protection-popup{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000075;
    z-index: 99999;
    align-items: center;
    justify-content: center;
}

.create-content-protection-popup form{
    min-width: 300px;
    padding: 10px 30px;
    background: #fff;
    border-radius: 5px;
}

.create-content-protection-popup .field-group-button{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.create-content-protection-popup.mode-edit .field-group-button .form-submit{
    display: none;
}

.create-content-protection-popup:not(.mode-edit) .field-group-button .form-submit-edit{
    display: none;
}

.create-new-plan-popup{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000075;
    z-index: 8000;
    align-items: center;
    justify-content: center;
}

.create-new-plan-popup form{
    min-width: 1000px;
    padding: 10px 30px;
    background: #fff;
    border-radius: 5px;
}

.create-new-plan-popup .dropp-double-width{
    padding: 0;
}

.edit-plan-popup{
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000075;
    z-index: 8000;
    align-items: center;
    justify-content: center;
}

.edit-plan-popup form{
    min-width: 1000px;
    padding: 10px 30px;
    background: #fff;
    border-radius: 5px;
}

.edit-plan-popup .dropp-double-width{
    padding: 0;
}

.field-group-button .form-submit{
    background: #2271b1;
    color: #fff;
}

.field-group-button .form-close{
    background: red;
    border-color: red;
    color: #fff;
}

.flex{
    display: flex;
}

.flex-row{
    flex-direction: row;
}

.droppcc-wrapper-disabled{
    opacity: 0.7;
}

.droppcc-table{
    border-collapse: collapse;
    border: 1px solid #adadad;
    width: 100%;
    margin-bottom: 30px;
}

.droppcc-table thead{
    background-color: #f0f0f1;
}

.droppcc-table th, .droppcc-table td{
    text-align: left;
    padding: 4px 4px;
}
.droppcc-table td{
    border: 1px solid #adadad;
}

#create-content-protection{
    width: fit-content;
}

textarea[name="plan-restrictions[]"]{
    display: none;
}

.droppcc-all-wrapper{
    padding-right: 5px;
    border-right: 1px solid;
    margin-right: 10px;
    font-weight: 700;
}

.droppcc-text-tabs{
    padding-left: 20px;
    margin: 0 0 20px 0;
}

.dropp-paywall-pagination{
    margin: 20px 0 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.dropp-paywall-pagination .paywall-paginate{
    border: 1px solid;
    display: inline-block;
    text-decoration: none;
    padding: 0 5px;
    margin: 5px 5px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.6;
    min-width: 15px;
    text-align: center;
}

.dropp-paywall-pagination .paywall-paginate.active{
    background: #1bc3ef;
    color: #fff;
}

.dropp-error{
    color: #E60000;
}

.dropp-error-message{
    display: none;
    margin: 10px 0;
}

.dropp-error .dropp-error-message{
    display: block;
}

.dropp-error input, .dropp-error select, input.dropp-error , select.dropp-error {
    border-color: #E60000 !important;
}

img.dropp-screenshot{
   border: 3px solid #f0f0f1;
   width: 450px;
}

.dropp-toggle-header{
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
    width: fit-content;
    /*font-size: 90%;*/
    /*color: #8c8f94;*/
}

.dropp-toggle-content{
    display: none;
    background-color: #f9f9f9;
    padding: 15px;
}

.dropp section{
    margin: 20px 0 0;
}

.dropp section h1{
    margin-bottom: 0;
    color: #1d2327;
    /*color: #1a317a;*/
}

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

.dropp section ul{
    padding: 0 20px;
}
.dropp section li{
    width: fit-content;
}

.dropp section ul.show-bullets li{
    list-style-type: disc;
    width: fit-content;
}

.dropp section .steps li{
    padding-bottom: 10px;
}

.dropp section .steps li::before {
    /*content: "::before";*/
    content: "Step " counter(list-item);
    background: #f0f0f1;
    border-radius: 4px;
    padding: 2px 7px;
    margin-inline-end: 10px;
}
.dropp .small-text{
    font-size: 80%;
}
.create-content-protection-popup .small-text{
    font-size: 80%;
}

.dropp p.submit{
    display: inline-block;
}

.dropp .next-step{
    margin-left: 20px;
}

.dropp #dropp-toggle-adv-settings-pages{
    background-color: #fff;
    padding: 30px;
    width: fit-content;
}

.dropp #dropp-toggle-adv-settings-pages .field-group, .dropp #dropp-toggle-adv-settings-pages .dropp-group{
    margin: 0;
    background-color: #f0f0f1;

}

.droppcc-plan-info-table{
    border-collapse: collapse;
    border: 1px solid #fff;
    width: 100%;
    /*margin-bottom: 30px;*/
}

.droppcc-plan-info-table .title{
    font-size: 80%;
    font-weight: normal;
    margin: 0;
}
.droppcc-plan-info-table thead{
    background-color: #f0f0f1;
}

.droppcc-plan-info-table th, .droppcc-plan-info-table td{
    text-align: left;
    vertical-align: top;
    padding: 4px 4px;
}
.droppcc-plan-info-table td{
    vertical-align: top;
}

.droppcc-plan-rule-table{
    border-collapse: collapse;
    width: 100%;
    /*margin-bottom: 30px;*/
}

.droppcc-plan-rule-table th.narrow-column, .droppcc-plan-rule-table td.narrow-column{
    width: 5%;
}

.droppcc-delete-plan{
    color: red;
    cursor: pointer;
}

.droppcc-plan-index{
    color: #fff;
    background-color: #f0f0f1;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.droppcc-plan-info-table input, .droppcc-plan-info-table select, .droppcc-plan-info-table textarea{
    font-size: 16px;
    vertical-align: top;
    margin: 0;
}

.droppcc-plan-info-table .field-group{
    margin: 0;
}

.droppcc-plan-info-table .field-group input, .droppcc-plan-info-table .field-group select, .droppcc-plan-info-table .field-group textarea{
    width: fit-content;
    max-width: unset;
}

.droppcc-plan-info-table input[type="text"], .droppcc-plan-info-table textarea{
    width: 95%;
}
.droppcc-plan-info-table input[type="number"]{
    width: 100px;
    margin-right: 10px;
}

.droppcc-plan-info-table tr.controls{
    background-color: #f0f0f1;
    padding: 10px 0;
}
.droppcc-plan-info-table tr.controls td{
    padding: 10px 0;
}

.droppcc-plan-info-table .controls p{
    margin: 0;
    padding: 0;
}
.droppcc-plan-info-table .controls p, .droppcc-plan-info-table .controls a{
    margin: 0;
}

.dropp dt{
    font-weight: bold;
}

.dropp .dashicons{
    color: #999;
    padding-left: 10px;
}
