.wp-admin select {
    border-radius: 5px !important;
    height: 35px;
    padding: 11px;
    font-weight: 500;
    padding: 0 5px 0 5px;
    margin-right: 10px;
}

.form-control {
    height: 35px!important;
    padding: 0px 20px 0px 20px!important;
    border-radius: 5px;
    font-weight: 500;
}

.ddt-row-with-sidenav {    
    width: 100%;
    display: table;
    table-layout: fixed;
    clear: both;
    margin-bottom: 30px;
}

.ddt-sidenav {
    width:220px;
    display:table-cell;
    padding-right:30px;
    vertical-align: top;
    padding-top: 80px;
}

.ddt-vertical-tabs{
    
    margin: 15px 0 0;
    padding: 0;
    border: 0;
    list-style: none;
    margin-bottom: 30px;
}

.ddt-vertical-tab {
    height: 20px;
    position: relative;
    margin: 0 0 6px;
    padding: 11px 19px;
    line-height: 1.5em;
    list-style: none;
}

.ddt-vertical-tabs a {
    
    display: block;
    color: #666;
    font-weight: 500;
    transition: 0.3s ease;
    text-decoration: none;
}

.ddt-current {
    background-color: #dadada;
    color: #fff;
    border-radius: 25px;
}

.w-100 {
 width:100%;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  max-width: 250px;
  min-width: 150px;
  width: 100%;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

/*modal */
.ddt-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    display:none;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.ddt-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 35rem;
    border-radius: 0.5rem;
}

.ddt-close-button {
    float: right;
    width: 1.5rem;
    line-height: 2rem;
    text-align: center;
    cursor: pointer;
    font-size: 27px;
    border-radius: 0.25rem;
    background-color: none;
    color: #10101a;
}

.ddt-close-button:hover {
    background-color: none;
    color: #656565;
}

.ddt-show-modal {
    display:block;
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.ddt-modal-fb-pixel {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    display:none;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.ddt-show-modal-fb-pixel {
    display:block;
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

/*end modal */
.ddt-div-button{
    
    display:inline-block;
    color:white;
    border:1px solid #7178ff;;
    background:#2d9cdb;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    cursor:pointer;
    vertical-align:middle;
    max-width: 100px;
    padding: 5px;
    text-align: center;
    margin:auto;
    min-width: 100px;

    
}

.ddt-div-button:active {
    color:black;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
}

#generate-id-button{
    
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    
}

#container {
    width: 100%;
    float: left;
    padding: 0px!important;
    margin: 0 auto;
    position:relative;
}

#ddtleftSide {
    border-top: 1px solid #e4e4e4;
    width: 49.9%;
    height: 211px;
    float:left;
    background-color: #ffffff;
    border-right: 1px solid #e4e4e4;
}

#rightSide {
    border-top: 1px solid #e4e4e4;
    width: 49.9%;
    height: 211px;
    float:right;
    background-color: #f5f7fb;
}

#circle {
    display:table;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    position:absolute;
    top:49.9%;
    left:49.9%;
    margin-top:-25px;
    margin-left:-25px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 1px 1px #c3c3c3;
    box-shadow: 0px 0px 1px 1px #c3c3c3;
}
#circle > span{
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.ddt-content {
    background-color: white; 
    max-width: 900px;
    padding: 0px;
    border-radius: 10px;
}

#ddt_form_fb_settings_general {
    border-radius: 10px;
}

.ddt-headline {
    color: #10101A;
    font-size: 26px;
    padding: 40px 0 40px 0;
    text-align: center;
    margin: 20px 0 0 0;
}

.ddt-content-modul {
   padding: 0px 40px 40px 40px;
}

.ddt-inner-content-modul {
    -webkit-box-shadow: 0px 0px 8px 1px #989383;
    box-shadow: 5px 5px 20px -3px #0000001f;
    border-radius: 15px;
}

.innerrightside{
    display: block;
    position: relative;
    text-align: center;
    margin: 25px 40px 25px 40px;
}
.innerleftside{
    
    display: block;
    position: relative;
    text-align: center;
    margin: 25px 40px 25px 40px;
}

.collapsible {
  border: none;
  background-color: white;
  color: #777;
  cursor: pointer;
  padding: 20px;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight: 600;
  border-radius: 15px;
}

.active, .collapsible:hover {
  background-color:#ffffff;
}

.collapsible:after {
  content: '\002B';
  color: #949494;
  font-weight: 500;
  font-size: 19px;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 0 0 15px 15px;
  padding: 0px 0px 0px 0px!important;
}

.ddt-switch-outer{
    display: flex;
    flex-direction: row-reverse;
    background-color: white;
    padding-bottom: 15px;
    padding-top: 2px;
}

.ddt-modul-text {
    background-color: white;
    /* border-top: 1px solid #d4cece; */
    padding: 30px 20px;
}

.ddt-content-modul-footer {
    background-color: white;
    width: 96%;
    display: inline-block;
    position: relative;
    border-top: 1px solid #f3f3f3;
    padding: 15px;
}

.ddt-facebook-login-button {
  display: inline-block;
  cursor: pointer;
}

.ddt-facebook-login-button:hover {
  background: rgba(59, 89, 152, .1);
  border-radius: 18px;
  transition-duration: 0.5s;
}

.ddt-login-facebook-icon {
  background-color: #3b5998;
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 48px;
  text-align: center;
  height: 45px;
  width: 45px;   
  float: left;
  border-radius: 15px 0 0 15px;
}

.ddt-login-facebook-text {
  color: #3b5998;
  font-family: HelveticaNeueW01-55Roma, HelveticaNeueW02-55Roma, HelveticaNeueW10-55Roma, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  width: 175;
  height: 44px;
  padding-left: 58px;
  padding-right: 17px;
  border: 1px solid #3b5998;
  border-radius: 15px;
}

.bluebutton {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #FFFFFF;
    background-color: #2D9CDB;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #2D9CDB;
    border-radius: 12px;
    padding: 13px 19px 13px 19px;
}

.bluebutton:hover {
    color: #000000;
    background-color: #F7F9F800;
    border-style: solid;
    border-color: #10101A;
    transition: .15s;
}

.bluebuttonsmall {
    border-width: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #FFFFFF;
    background-color: #2D9CDB;
    border-radius: 10px;
    padding: 9px 15px 9px 15px;
}

.bluebuttonsmall:hover {
    background-color: #52ADE3;
    transition: .15s;
}

.bottombuttondiv {
    height: 60px;
    padding: 0 0 30px 0;
    text-align: center;
}

.ddt-text-input {
    height: 45px;
    padding: 11px;
    border-radius: 5px;
    font-weight: 500;
}

.cl-switch .label {
    margin: 0 10px !important;
}

.ddt-jc {
    justify-content: center;
}

.ddt-one-line-list {
  display:flex;  
  list-style:none;
}

.ddt-one-line-list > li{
  margin-right:10px;
}

#ddt-leftSide-ecommerce{
    border-top: 1px solid #e4e4e4;
    width: 49.9%;
   height: 190px;
    float:left;
    background-color: #ffffff;
    border-right: 1px solid #e4e4e4;
}

#ddt-rightSide-ecommerce {
    border-top: 1px solid #e4e4e4;
    width: 49.9%;
    height: 190px;
    float:right;
    background-color: #f5f7fb;
}

#ddt-rightSide-ecommerce > div{
  height: 100%;
}

.ddt-glass-effect {
    
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
}

.ddt-glass-effect:before {
    content: "";
    position: absolute;
    background: inherit;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 10000px 500px rgb(255 255 255 / 50%);
    filter: blur(20px);
    margin: -20px;
}
.ddt-fb-connect-info{
    text-align: left;
    color: black;
    z-index: 11;
    position: relative;
    display: block;
    background-color: #00800000;
    padding: 15px 0px 15px 0px;
    margin-left: 5px;
    position: relative;
    
}
.ddt-mg-l-5{
    
    margin-left:5px;
    
}
.ddt-edit-facebook-text {
    color: #0073aa;
    font-family: HelveticaNeueW01-55Roma, HelveticaNeueW02-55Roma, HelveticaNeueW10-55Roma, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    width: 150px;
    height: 25px;
    /* padding-left: 58px; */
    padding-right: 17px;
    border: 1px solid #3b5998;
    border-radius: 15px;
}
.ddt-edit-facebook-icon {
    background-color: #3b5998;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    height: 26px;
    width: 25px;
    float: left;
    border-radius: 15px 0 0 15px;
}
.ddt-unlink-facebook-text {
    color: #ff0303;
    font-family: HelveticaNeueW01-55Roma, HelveticaNeueW02-55Roma, HelveticaNeueW10-55Roma, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    width: 100px;
    height: 25px;
    /* padding-left: 58px; */
    /* padding-right: 17px; */
    border: 1px solid #f30b0b;
    border-radius: 15px;
}
.innerleftside_connected{
    display: block;
    position: relative;
    text-align: center;
    /* margin: 22px; */
  position: absolute;
  left: 25%;
  top: 50%;
  max-width:360px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ddt_w40{
 
 
    width: 40%;
    display: inline-block;

}

.ddt_div_loader{
    
    margin: auto;
    display: block;
    /* text-align: center; */
    /* position: relative; */
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    animation: ddtspin 2s linear infinite;
    
}

@keyframes ddtspin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* css from events */
table {
  border-collapse: collapse;
  width: 100%;
  background-color: white;
}

th, td {
  padding: 15px 25px 15px 20px;
  text-align: left;
  border: 1px solid #f7f7f7;
}

tr:first-child th {
  border-top: 0;
}

tr:last-child td {
  border-bottom: 0;
}

table tr td:first-child, table tr th:first-child {
  border-left: 0;
}

table tr td:last-child, table tr th:last-child {
  border-right: 0;
}

tr.ddtinner_table_body > td {
    clear: both
}

tr.ddtinner_table_body > td:nth-child(6) {
    min-width: 80px;
    max-width: 80px;
    width: 80px;
    text-align: center;
}

.tabletizer {
    background-color: #f7f7f7;
    margin: 15px 0 15px 0;
}

table.tabletizer > tbody > tr > td:nth-of-type(1) {
    font-weight: 600;
    color: #616161;
    padding: 0px 2px 0px 20px;
}

.btn_edit {
    margin-right:5px;
    display: inline-block;
    padding: 4px 7px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    /* line-height: 1.42857143; */
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 50%;
    text-decoration: none;
    color: #10101a;
    background-color: #fff;
    border-color: #717171;
}

.btn_delete {
    display: inline-block;
    margin-left:5px;
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 600;
    /* line-height: 1.42857143; */
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 50%;
    text-decoration: none;
    color: #fff;
    background-color: #f00;
}

.form-group {
    padding: 0 0 20px 0;
    display: flex;
    position: relative;
    flex-direction: row;
}

.form-group > div {
    width: 80px;
    display: flex;
    flex-direction: row-reverse;
    margin-right: 20px;
}
.form-group {
    padding: 0 0 20px 0;
    display: flex;
    position: relative;
    flex-direction: row;
}

.form-group > div {
    width: 80px;
    display: flex;
    flex-direction: row-reverse;
    margin-right: 20px;
}

.form-control {
    display: block;
    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;
}