
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
#postmeta_outer {
    /*border: none;
    max-width: 99%;
    width: 100%;
    margin: 50px 0;
    padding: 0;
    font-family: 'DM Sans', sans-serif;*/
}
 
#postmeta_outer .post-inner {
    box-sizing: border-box;
    clear: both;
    line-height: 1.4em;
    overflow: auto;
    padding: 14px;
    text-align: left;
    width: 100% !important;
     max-width: 1170px;
     margin: 0;
    padding: 20px;
    border: #e0e0e0 solid thin;
    border-top: none;
    max-width: 100%;
    width: 100%;
    clear: both;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    box-sizing: border-box;
    position: relative;    
     min-height: 620px;
}

.dap-data-table-style {color: #0f2e47;font-size: 16px;font-family: 'DM Sans',sans-serif;font-weight: 400;line-height: 1.4;}

.media--content {width: auto;height: auto;margin: 0;max-width: 40px;max-height: 40px;vertical-align: middle;}

.dap-data-table-style .page--id-th , .dap-data-table-style .action-th {width: 60px;}

.dap-data-table-style .Title-th , .dap-data-table-style .url-th {width: 250px;}

#postmeta_outer table.dataTable.dap-data-table-style tr th, .dap-data-table-style tr th {background: #f2f2f2;color: #333;border-bottom: none !important;}

table.dataTable.dap-data-table-style tbody tr td {border: 1px solid #ddd;    vertical-align: middle;}

table.dataTable.dap-data-table-style {border-collapse: collapse;}

.dap-data-table-align-left {text-align: left !important;}

.dap-data-table-align-center {text-align: center !important;}

.dap-data-table-align-right {text-align: right !important;}
#postmeta_outer  .btn-info {
    color: #5bc0de;
    background-color: #fff;
    border-color: #46b8da;
    padding: 3px 5px;
    font-size: 14px;
    line-height: 1;
}
 
.postmeta-content-card {
    display: flex;
    padding: 15px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #efefef;
    align-items: center;
    font-size: 14px;
    margin: 0;
    width: 100%;
    float: none;
    clear: both;
    align-items: flex-start !important;
}

 
.postmeta-content-card > label.wizard_label {
    font-weight: 600;
    line-height: 1.4;
    font-size: 15px;
    color: #444;
    font-family: 'DM Sans',sans-serif;
    width: 370px;
    max-width: 370px;
    flex-basis: 370px;
    margin: 0;
}
.postmeta-content-card > .postmeta_right-content {
    max-width: calc(100% - 400px);
    width: 100%;
    margin: 0;
    padding: 0 0 0 8px;
    position: relative;
} 


 
.or_div {
    text-align: center;
    position: relative;
    padding: 0 0 25px;
    width: 57%;
    margin-top: 10px;
     box-sizing: border-box;
}
.or_div span {
    height: 30px;
    width: 30px;
    color: #fff;
    background: #58676e;
    border-radius: 100%;
    display: inline-block;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    z-index: 2;
}
.or_div:after {
    content: '';
    background: #dddddd;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 26%;
    z-index: 1;
}
.postmeta_right-content .form-control, .postmeta-content-card > .postmeta_right-content .form-control:focus {
    border: 1px solid #ddd;
    height: 30px;
    padding: 6px 10px;
    min-height: 44px;
    border-radius: 0;
    font-weight: 400;
    color: #776f6f;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 0 transparent;
    background: #fff;
    font-size: 14px;
}

#postmeta_outer .with_redborder {
   line-height: 1.4;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    border: none;
    border-left: 3px solid #048bc8;
    width: 100%;
    box-shadow: 0 0 8px 0 #d0d0d0;
    border-radius: 4px;
    text-align: left;
    background-color: #ffffff;
    padding: 17px 20px;
    height: auto;
    display: inline-block;
    margin: 0 0 30px 0;

    border-left-color: #e43225 !important;
}
#postmeta_outer .text-with-sideborder p {
    margin: 0;
    font-size: 15px;
}


/*------------- [ TOOLTIP ] -------------*/

.tool-tip {
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.tool-tip .toll-tip-desc::before {
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(206, 115, 115, 0);
  border-right: 10px solid #58666e;
  content: '';
  left: -10px;
  position: absolute;
  top: 10px;
}

.tool-tip .toll-tip-desc {
  display: inline;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  padding: 10px 15px;
  position: absolute;
  top: -11px;
  left: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all cubic-bezier(0.76, 0, 0.4, 1.23) 0.5s;
  width: 325px;
  z-index: 5;
  background: white;
      font-weight: normal;
}

.tool-tip:hover .toll-tip-desc {
  opacity: 1;
  visibility: visible;
  left: 35px;
}

.tool-tip .fa {
  color: var(--primary-color);
  font-size: 18px;
  background: #ffffff;
}

.tool-tip.left .toll-tip-desc {
  right: 20px;
  left: auto;
}
.Title-th{
width:200px !important;
}

.url-th{
width:250px !important;
}
.teaser-th{
width:400px !important;
}
.image-th{ 
width:150px !important;
}
.action-th{
width:50px !important;
}

.swal2-popup .swal2-title {
    font-size: 20px;
}

.live-links-outer .dap-modal-style .modal-body .postmeta-content-card label.postmeta_label, .dap-modal-style .modal-body .postmeta-content-card label.postmeta_label {
    width: 180px;
}
.live-links-outer .dap-modal-style .modal-body .postmeta-content-card > .postmeta_right-content, .dap-modal-style .modal-body .postmeta-content-card > .postmeta_right-content {
    max-width: calc(100% - 180px);
}
.teaser_data{
    text-align: left;
}

#dap_manage_pay_per_post_table_wrapper.dataTables_wrapper .dataTables_length label select, #dap_manage_pay_per_post_table_wrapper.dataTables_wrapper .dataTables_filter label input {
   height: 45px;
}
 #dap_manage_pay_per_post_table_wrapper.dataTables_wrapper .dataTables_filter label input {    
    width: 300px !important;
}
.swal2-popup .swal2-title { 
    font-size: 17px!important;
}





