@charset 'UTF-8';

tbody { --bs-bg-opacity: 1; background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }
th { font-weight: 500;font-size: 12px;font-style: normal; line-height: 16px; text-align: center; height: 25px; padding-left: 10px !important; }
td { font-size: 12px; color: #5f6368; text-align: center; }
#feed_list_table_info { font-size: 12px; }
#feed_list_table_length { font-size: 12px; padding: 5px; }
#feed_list_table_wrapper > div { background-color: #e4e4e4;}
.wp-core-ui select { font-size: 12px !important; border-color: #dee2e6; min-height: 26px !important; }
.paginate_button { font-size: 12px !important; }
#feed_list_table_wrapper .row:last-child { --bs-bg-opacity: 1; background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; padding-left: 5px; padding-right: 5px; }
.form-check .form-check-input { height: 1.3em !important; margin-top: 0.25em; vertical-align: top; background-color: #fff; background-repeat: no-repeat; background-size: contain; border: 1px solid rgba(0, 0, 0, .25); -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-print-color-adjust: exact; margin-left: -2em; }
.form-switch .form-check-input:checked { background-color: #0d6efd; border-color: #0d6efd; border-radius: 2em !important;}
.form-check-custom { padding-left: 2.5em !important;padding-top: 7px; }
.check-height { height: 1.2em !important; }
.modal-content { border-radius: 0.8rem !important; }
.modal-header { border-top-left-radius: 0.8rem !important; border-top-right-radius: 0.8rem !important; }
.modal-header .btn-close { padding: 0.5rem 0.5rem !important; margin: -0.5rem 0.5rem -0.5rem auto !important; }
.from-control-width { width: 50% !important; }
.dot-green { height: 10px; width: 10px; border-radius: 50%; display: inline-block; background-color: #09bd83; }
.dot-red { height: 10px; width: 10px; border-radius: 50%; display: inline-block; background-color: #f43e56; }
/* .badge { height: 22px; width: 74px; padding: 0.65em 0.65em !important; } */
.inprogress { background-color: #c8e3f3; color: #209EE1; }
.draft { background-color: #f5e0aa; color: #DCA310; }
.failed { background-color: #f8d9dd; color: #f43e56; }
.synced { background-color: #c3f6e7; color: #09bd83; }
.deleted { background-color: #c8d1cf; color: #5d6261; }
body { background: #f0f0f1; }
#tvc_popup_box { width: 500px; overflow: hidden; background: #eeeeee; box-shadow: 0 0 10px black; border-radius: 10px; position: absolute; top: 30%; left: 40%; display: none; }
table.dataTable { margin-top: 0 !important; margin-bottom: 0 !important; }
table.dataTable td { padding: 10px; }
.sorting { padding: 0; }
.text-secondary { color: #5f6368 !important; }
.fw-400 { font-weight: 400 }
.fw-500 { font-weight: 500 }
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover { background-color: #cfe2ff !important; }

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after { display: none; }
table.dataTable thead .sorting::before,
table.dataTable thead .sorting_desc::after { display: none; }
table.dataTable thead .sorting { background-image: url(https://datatables.net/media/images/sort_both.png);background-repeat: no-repeat; background-position: center right; }
table.dataTable thead .sorting_asc { background-image: url(https://datatables.net/media/images/sort_asc.png);background-repeat: no-repeat; background-position: center right; }
table.dataTable thead .sorting_desc { background-image: url(https://datatables.net/media/images/sort_desc.png);background-repeat: no-repeat; background-position: center right; }

.pointer { cursor: pointer; }
.fs-14 { font-size: 14px; }
.fs-16 { font-size: 16px; }
.fs-20 { font-size: 20px; }
.fs-12 { font-size: 12px; }
.fs-10 { font-size: 10px; }
.btn-soft-primary{ background-color: #1085f1; color: #fff; border-color: #1085f1; }
.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .open>.dropdown-toggle.btn-soft-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; /*set the color you want here*/
    box-shadow: none;
}
thead { background-color: #e4e4e4;}
.errorInput {
    border: 1.3px solid #ef1717 !important ;
}
.tooltip-inner {
    max-width: 500px !important;
}
.badgebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100px;
    padding: 2px 10px;
    border-radius: 30px;
    margin-bottom: 6px;
    position: relative;
    height: 22px;
    font-size: 12px;
    font-weight: 500;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .badgebox .count-badge {
    width: 22px;
    height: 22px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    position: absolute;
    right: 0;
    top: 4px;
    box-shadow: 0px 0px 4px 4px #0000001c;
  }
  .popover-box {
    padding: 4px 2px;
    background-color: #fff;
    border-radius: 4px;
    float: right;
    display: flex;
    justify-content: end;
  }
  
  .border-synced {
    border: 1px solid #09bd83;
  }
  .border-draft {
    border: 1px solid #dca310;
  }
  .border-inprogress {
    border: 1px solid #209ee1;
  }
  .border-failed {
    border: 1px solid #f43e56;
  }
  .inprogress-status {
    border: 2px solid #209ee1;
    border-radius: 50%;
    margin: 2px;
  }
  .draft-status {
    border: 2px solid #dca310;
    border-radius: 50%;
    margin: 2px;
  }
  .synced-status {
    border: 2px solid #09bd83;
    border-radius: 50%;
    margin: 2px;
  }
  .failed-status {
    border: 2px solid #f43e56;
    border-radius: 50%;
    margin: 2px;
  }
  .margin-badge {
    margin-top: -1.5px;
    margin-bottom: -1.5px;
    margin-right: 0.5px;
  }
  .errorInput {
    border: 1.3px solid #ef1717 !important ;
  }
  .tooltip-inner {
    max-width: 500px !important;
  }
  
  .modal-bottom {
    margin-top: 30px;
  }
  .modal-bottom .common-btn {
    width: 100px;
    height: 40px;
    background-color: grey;
    color: white;
    border-radius: 0px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    border: 1px solid transparent;
    margin-right: 20px;
    text-transform: capitalize;
  }