.wdp-custom-embed {
    text-align: left;
}

.wdpreplika-hr{
    border-bottom: 1px solid #c1c1c1;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 5px;
}
.wdpreplika{
    width: 100%;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wdpreplika-clearfix {*zoom: 1}
.wdpreplika-clearfix:before, .wdpreplika-clearfix:after {content: "";display: table;line-height: 0}
.wdpreplika-clearfix:after {clear: both}

ul.pagelist{
    border: 1px solid red;
}
.wdpreplika-box{
    /* margin-bottom: 20px; */
}
.wdpreplika-box .labele label{
    margin-bottom: 10px;
    width: 100%;
}
.wdpreplika-box .wdpreplika-input-box .inpute {
    height: auto;
    position: relative;
}
.wdpreplika-box .wdpreplika-input-box .inpute input{
    /* width: 100%; */
}
.wdpreplika-box .wdpreplika-input-box .inpute span{
    color: red;
    position: absolute;
    height: 12px;
    width:100%;
    text-align: right;
    font-size: 12px;
    line-height: 12px;
    font-style: italic;
    top:-13px;right:0;
    margin: auto;
    display: none;
}

.wdpreplika-field-icon {
    float: right;
    margin-top: -35px;
    position: relative;
    z-index: 2;
    margin-right: 15px;
    cursor: pointer;
}
.wdpreplika-input-box .inpute .wdpreplika-upload-button{
    position: absolute;
    right: 1px;
    top: 1px;
    width: 50px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.wdpreplika-box .wdpreplika-input-box .inpute .wdpreplika-upload-button svg{
    width: 20px;
    height: 100%;
}
.wdpreplika-box .wdpreplika-input-box .desc{
    font-style: italic;
    font-size: 14px;
    color: #a0a0a0;
}
.wdpreplika-box .wdpreplika-submit-box button{
    width: 100% !important
}

/*table style*/
.wdpreplika-box-table{
    position: relative;
}
.wdpreplika-box-table .labele{
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    display: flex;align-items: center;justify-content: center;
}
.wdpreplika-box-table .wdpreplika-input-box, .wdpreplika-submit-box-table .wdpreplika-submit-box{
    float: right;
    width: 70%;
}
.wdpreplika-submit-box-table{
    width: 100%;
}
/*block style*/
.wdpreplika-box-block{
    position: relative;
}
.wdpreplika-box-block .labele{
    position: relative;
    width: 100%;
}
.wdpreplika-box-block .wdpreplika-input-box, .wdpreplika-submit-box-block, .wdpreplika-submit-box-block .wdpreplika-submit-box{
    width: 100%;
}

/*inline style*/
.wdpreplika-box-inline{
    position: relative;
    width: 49%;
    vertical-align: top;
    display: inline-block;
}
.wdpreplika-box-inline:nth-child(even){
    float: right
}
.wdpreplika-box-inline .labele{
    position: relative;
    width: 100%;
}
.wdpreplika-box-inline .wdpreplika-input-box{
    width: 100%;
}
.wdpreplika-submit-box-inline, .wdpreplika-submit-box-inline .wdpreplika-submit-box{
    width: 100%;
}

.wdpreplika-result{
    /* text-align: center;
    padding: 100px 0;
    position: relative;
    background: #f7f7f7;
    border: 1px solid #4CAF50;
    display: none; */
}
.wdpreplika-result-action{
    padding: 16px 32px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}
.wdpreplika-result-action a button{
    display: inline-block;
    width: 110px;
    position: relative;
}

[wdpreplikatooltip]{
  position:relative;
  display:inline-block;
}
[wdpreplikatooltip]::before {
    content: "";
    position: absolute;
    top:-6px;
    left:50%;
    transform: translateX(-50%);
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: rgba(0,0,0,0.7) transparent transparent     transparent;
    z-index: 99;
    opacity:1;
}

[wdpreplikatooltip]::after {
    content: attr(wdpreplikatooltip);
    position: absolute;
    left:50%;
    top:-6px;
    transform: translateX(-50%)   translateY(-100%);
    background: rgba(0,0,0,0.7);
    text-align: center;
    color: #fff;
    padding:4px 2px;
    font-size: 12px;
    min-width: 80px;
    border-radius: 5px;
    pointer-events: none;
    padding: 4px 4px;
    z-index:99;
    opacity:1;
}
@media only screen and (max-width: 500px) {
    .wdpreplika-box-inline{
        width: 100%;
    }
    .wdpreplika-box-inline:nth-child(even){
        float: none
    }
}


/* Custom CSS */

.form-control-r {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control-generate {
    border: 2px solid rgba(151, 151, 151, .5);
}

.text--mini-17 {
    font-size: 17px;
}

.btn-replika {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn--orange-2 {
    color: #fff;
    background-color: #fea764;
}

.btn--orange-2.shadow {
    box-shadow: none;
}

.text--mini-16 {
    font-size: 16px;
}

.bold {
    font-weight: 700;
}
.color--white {
    color: #fff;
}

.ul--list--inline>li {
    display: inline-block;
}

.float-right {
    float: right !important;
}

.wdpreplika-submit-box {
    padding-top: 30px;
}

/* The Modal (background) */
.wdpreplika-modal-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .75);
    z-index: -1;
}

.wdpreplika-modal-window {
    position: relative;
    width: auto;
    pointer-events: none;
    display: flex;
    align-items: center;
    max-width: 640px;
    margin: 48px auto;
    min-height: calc(100% - 96px);
}
.wdpreplika-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #eff1f7;
    background-clip: padding-box;
    border: 1px solid var(--wdpreplika-border-color);
    border-radius: 16px;
    outline: 0;
}

.wdpreplika-modal {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    z-index: 99999;
}

.wdpreplika-modal-scrollable .wdpreplika-modal-window {
    height: calc(100% - 96px);
}
.wdpreplika-modal-scrollable .wdpreplika-modal-content {
    max-height: 100%;
    overflow: hidden;
}

.wdpreplika-btn-primary {
    border-color: #007cba!important;
    background-color: #007cba!important;
    color: #fff!important;
}

.wdpreplika-modal-header .wdpreplika-modal-close {
    /* margin-right: -16px */
      position: absolute;
      /* top: 0; */
      right: 0;
      width: 50px;
      border: none;
      /* border-left: 1px solid #ddd; */
      background: transparent;
      cursor: pointer;
      color: #e60505;
      font-size: 20px;
}

.wdpreplika-modal-header .wdpreplika-modal-close:hover {
    color: #ff5858;
}

.wdpreplika-btn {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    line-height: 1.4;
    color: #007cba;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
}

.wdpreplika-btn-primary:hover, .wdpreplika-btn-primary:focus, .wdpreplika-btn-primary:active {
    color: #fff;
    border-color: #006ba1;
    background-color: #006ba1;
}

.wdpreplika-btn-outline-primary {
    border-color: #007cba;
}

.wdpreplika-btn-outline-primary:hover, .wdpreplika-btn-outline-primary:focus, .wdpreplika-btn-outline-primary:active {
    color: #fff;
    border-color: #006ba1;
    background-color: #006ba1;
}

.wdpreplika-modal-header {
    border-bottom: 1px solid #cdcfd5;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.wdpreplika-modal-header, .wdpreplika-modal-footer {
    padding: 16px 32px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

/* Style inputs inside Thickbox */
#TB_window #TB_ajaxContent input {
    border: 1px solid #ddd; /* Add a border to inputs */
    border-radius: 5px; /* Add rounded corners to inputs */
    padding: 10px; /* Add some padding inside the inputs */
    margin: 5px 0; /* Add some margin around the inputs */
    width: calc(100% - 24px); /* Make the inputs full-width, accounting for padding */
}

#TB_window #TB_ajaxContent input:focus {
    border-color: #0073aa; /* Change the border color when inputs are focused */
    box-shadow: 0 0 5px rgba(0, 115, 170, 0.5); /* Add a shadow effect when inputs are focused */
}

#TB_title {
    background: #fcfcfc;
    border-bottom: 1px solid #ddd;
    height: 29px;
    padding: 10px 0!important;
}