
.user_status {
    border-radius: 90px;
    position: absolute;
    left: 23px;
    top: 7px;
    padding: 0;
    z-index: 999;
    width: 59px;
    height: 40px;
}
span.exdate.valid {
    color: green;
    font-weight: bold;
    font-size: 17px;
}
span.exdate.expire {
    color: red;
    font-weight: bold;
    font-size: 17px;
}
span.history {
    display: block;
    width: 100%;
    /* background: #d3ff0026; */
    padding: 2px 7px;
    font-weight: 100;
}
span.history span {
    color: red;
    font-weight: bold;
}
tr.user_subsc td:nth-child(7) {
    width: 5px;
    background: #ff1d3b;
    cursor: pointer;
}
tr.user_subsc td:nth-child(8) {
    width: 10px;
    background: #ffc300;
    cursor: pointer;
}
span.add_ons {
    background: #00ffde;
    display: inline-block;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
}
.add_ons_header {
    background: #00325a;
    width: 100%;
    padding: 14px 10px;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.add_ons_header span.title {
    display: inline-block;
    font-size: 14px;
}
.add_ons_header .new_addon {
    display: inline-block;
    position: absolute;
    left: 7px;
    top: 7px;
}
.add_ons_header .new_addon .form-group {
    display: inline-block;
    width: 138px;
    margin-left: 10px;
}
.add_ons_header .new_addon .form-group:nth-child(2) {
    width: 62px;
}
.addons_warper {
    min-height: 100px;
    background: #00325a14;
}
.addons_warper span {
    /* height: 51px; */
    /* width: 66px; */
    background: #00325ac7;
    display: inline-block;
    vertical-align: middle;
    margin: 14px;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
    color: #fff;
    padding: 10px 10px;
}
th.add_more{
    margin: 0px;
    padding: 0px;
    text-align: center;
    cursor: pointer;
}
span.bg_ani {
  top: -3px;
  position: absolute;
  width: 49px;
  right: 6px;
}
td.oprate {
  width: 148px;
}
td.number {
  width: 118px;
}
td.name {
  width: 290px;
}
tr.user_subsc td {
    padding: 2px 10px;
    vertical-align: middle;
    height: 55px !important;
    font-size: 13px;
    border: 1px solid #dddddd8f !important;
}
tr.user_subsc td:nth-child(1) {
    width: 9px;
}
tr.user_subsc td:nth-child(2) {
    width: 163px;
    text-align: center;
}
tr.user_subsc td:nth-child(3) {
    width: 230px;
}
tr.user_subsc td:nth-child(6), tr.user_subsc td:nth-child(5) {
  width: 122px;
  text-align: center;
}
.auto-log {
  margin-bottom: 0px;
  margin-top: -1px;
  text-align: center;
}
.auto-log tr td:nth-child(1) {
  width: 66px;
}
.auto-log tr td:nth-child(2) {
  width: 150px;
}
.auto-log tr td:nth-child(3) {
  width: 123px;
}
.nothing_run {
  color: #c50000;
  text-align: center;
  line-height: 44px;
  font-weight: bold;
}
.auto-log tr td:nth-child(4) {
  width: 333px;
}
.auto-log tr td.result {
  direction: ltr;
  text-align: left;
  font-weight: 200;
}
.auto-log tr td.name {
  direction: rtl;
  text-align: right;
  font-weight: 200;
}
.auto-log tr td { 
  padding: 4px 10px;
}
.hamkaran_header span {
  font-size: 11px;
  font-weight: 100;
}
.table-responsive.subscription {
  border: 0px !important;
}
.table-responsive.subscription table {
  border: 0px !important;
}
.table-responsive.subscription table th {
  background: #e7e7e7;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  border-color: #0000000d !important;
  color: #333;
}
.status-cell {
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.status-cell.status-active {
  background-color: #e6f4ea;
  color: #256029;
}
.status-cell.status-inactive {
  background-color: #fdecea;
  color: #b32026;
}
.status-cell .custom-select,
.status-cell .form-control {
  background-color: transparent;
}
.automation-pagination {
  padding: 0.75rem 0;
}
thead.subscription_title th {
  background: #9be7a74d !important;
  color: #00325a;
  text-align: center;
  border: 0px !important;
}
.trunk-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.trunk-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.15rem;
}
.trunk-apply-button {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  padding-inline: 1.25rem;
  padding-block: 0.35rem;
  border-radius: 999px;
}
.trunk-apply-button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.trunk-apply-spinner {
  -webkit-margin-end: 0.35rem;
          margin-inline-end: 0.35rem;
}
.trunk-apply-spinner .spinner-border,
.trunk-apply-spinner .spinner-grow {
  width: 1rem;
  height: 1rem;
}
.reload-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(20, 24, 36, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1200;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 1.5rem;
}
.reload-modal {
  background: #1f2430;
  color: #fff;
  width: min(640px, 100%);
  border-radius: 18px;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reload-modal-header {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.reload-modal-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: right;
}
.reload-modal-body {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.reload-log {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 1rem 1.25rem;
  max-height: 320px;
  overflow-y: auto;
  color: #fff;
  white-space: pre-wrap;
  font-family: 'IRANSans', 'Vazirmatn', 'Tahoma', sans-serif;
  font-size: 0.95rem;
  line-height: 1.8;
  text-align: left;
  direction: ltr;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}
.reload-log p {
  margin: 0 0 0.75rem;
}
.reload-log p:last-child {
  margin-bottom: 0;
}
.reload-placeholder {
  opacity: 0.75;
}
.reload-error {
  color: #ff6b6b;
  text-align: right;
  margin: 0;
}
.reload-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.reload-progress-spinner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
  color: rgba(255, 255, 255, 0.85);
}
.reload-progress-spinner .spinner-border,
.reload-progress-spinner .spinner-grow {
  width: 1.25rem;
  height: 1.25rem;
}
.reload-progress-text {
  direction: rtl;
  text-align: right;
}
.reload-modal-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.close-reload-modal {
  border: none;
  border-radius: 10px;
  padding: 0.6rem 1.5rem;
  background: #06ffa5;
  color: #151824;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.close-reload-modal:disabled {
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  cursor: not-allowed;
}
.close-reload-modal:not(:disabled):hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
span.bg_ani.title {
  left: 0px !important;
  right: auto;
  top: 2px;
  cursor: pointer;
}

