@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */

html[lang="fa"],
html[lang="arabic"] {
  direction: rtl;
  text-align: right;
}

html[lang="en"],
html[lang="fr"],
html[lang="de"] {
  direction: ltr;
  text-align: left;
}

body {
  font-family: IRANSansX !important;
  direction: rtl;
  text-align: right; /* افزودن این خط برای راستچین شدن تمامی متون */
  background-color: #cdcdcd;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
  font-family: IRANSansX !important;
  /* افزودن این خط برای راستچین شدن المان‌های عنوان و ورودی‌ها */
  text-align: right; /* راستچین کردن تمام تگ‌های عنوان و ورودی‌ها */
}
/* new */
.primary-content {
  border-right: 1px solid #ccd3e1;
}
.primary-bg-color {
  background: linear-gradient(
    121deg,
    rgba(255, 255, 255, 0.06) -5.2%,
    rgba(134, 160, 255, 0.06) 22.82%,
    rgba(105, 126, 203, 0.06) 48.78%,
    rgba(255, 212, 236, 0.06) 100.56%
  );
}
#footer {
  display: none;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: none;
  border-radius: 0.25rem;
}
.client-home-cards .list-group {
  max-height: 170px;
  overflow: auto;
  border-radius: 0;
  border-top: none !important;
  border-bottom: none !important;
}
header.header {
  background-color: transparent;
}
.master-breadcrumb {
  background-color: transparent;
}
.float-right {
  float: left !important;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}
.client-home-cards .card-header {
  border-bottom: 1px solid #ccd3e1;
}
.card-header {
  direction: rtl;
  padding: 0 0 10px 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #ccd3e1;
}
.card-footer {
  display: flex;
  flex-direction: row;
  direction: rtl;
  text-align: right;
  padding: 0.75rem 1.25rem;
  background-color: transparent;
  border-top: 1px solid #ccd3e1;
}

.tiles .tile {
  overflow: hidden;
  height: 150px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(39, 91, 189, 0.1);
  margin: 0 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border: none;
  transition: all 0.3s ease;
}
.insidetile {
  display: flex;
}
a {
  text-decoration: none !important;
}
.tiles .tile .stat {
  margin-top: 20px;
  font-size: 40px;
  line-height: 1;
  color: #1062fe;
  text-decoration: none !important;
}

.tiles .tile .title {
  font-weight: 700;
  color: #4e4e4e;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 1;
}
.tiles .tile .highlight {
  display: none;
  margin-top: 4px;
  height: 1px;
  border-radius: 0px;
}
#frmCreateEmailAccount .input-group {
  margin-top: 0px !important;
}
#frmDomainTransfer .panel-default {
  padding: 16px 16px 36px 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(39, 91, 189, 0.1);
  border: none;
}
form .card {
  padding: 16px 16px 36px 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(39, 91, 189, 0.1);
  border: none;
}
/* .row .bg-default{
  padding: 16px 16px 36px 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(39, 91, 189, 0.1);
  border: none;
} */
.panel-default {
  padding: 16px 16px 36px 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(39, 91, 189, 0.1);
  border: none;
}
.div-service-status {
  width: 40px !important;
}
.tiles .tile i {
  position: absolute;
  top: 0px;
  right: 62%;
  font-size: 75px;
  line-height: 1;
  color: rgba(204, 204, 204, 0.2);
  transition: all 0.3s ease;
}
.tiles .tile #scond {
  margin-left: 8px;
  color: #4e4e4e;
  position: static;
  font-size: 24px;
}
.tiles .tile:hover {
  background: rgb(175, 151, 228);
  background: linear-gradient(
    146deg,
    rgba(175, 151, 228, 1) 0%,
    rgba(156, 155, 241, 1) 50%,
    rgba(134, 160, 255, 1) 100%
  );
}
.tiles .tile:hover {
  transform: translate(0, -5px);
  cursor: pointer;
}
.tiles .tile:hover i {
  color: rgba(255, 255, 255, 0.1);
  font-size: 97px;
  top: -10px;
  right: 50%;
}
.tiles .tile:hover #scond {
  color: #ffffff;
}
.tiles .tile:hover .title {
  color: #ffffff;
}
.tiles .tile:hover .stat {
  color: #ffffff;
}
.tiles .row > div:last-child .tile {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 10px 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: none !important;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.card-accent-emerald {
  padding: 23px 16px 24px 16px;
  border-radius: 16px;
  background: #fff;
  border: none;
  box-shadow: 0px 0px 24px 0px rgba(39, 91, 189, 0.1);
}
.card-accent-emerald .card-footer {
  display: none;
}
.card-accent-pomegranate {
  overflow: hidden;
  border: none;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(39, 91, 189, 0.1);
  padding: 15px 16px 24px 12px;
}
.card-accent-red {
  overflow: hidden;
  border: none;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(39, 91, 189, 0.1);
  padding: 15px 16px 24px 12px;
}
.bg-color-red {
  padding: 8px 24px;
  border-radius: 8px;
  background: #86a0ff;
}
.bg-color-teal {
  padding: 8px 24px;
  border-radius: 8px;
  background: #86a0ff;
}
.card-accent-teal {
  overflow: hidden;
  border: none;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(39, 91, 189, 0.1);
  padding: 15px 16px 24px 12px;
}
.card-accent-gold {
  overflow: hidden;
  border: none;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(39, 91, 189, 0.1);
  padding: 15px 16px 24px 12px;
}
.card-accent-blue {
  padding: 16px 16px 36px 16px;
  border-radius: 16px;
  border: none;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(39, 91, 189, 0.1);
}
.card-accent-blue p {
  color: #adadad;
  text-align: right;
  font-size: 13.725px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px; /* 157.377% */
}
.card-accent-asbestos {
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  border: none;
  box-shadow: 0px 0px 24px 0px rgba(39, 91, 189, 0.1);
}
.input-group {
  margin-top: 20px !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  flex-direction: row-reverse;
  border: solid 1px #999;
  border-radius: 8px;
  overflow: hidden;
  align-content: center;
}
.card-accent-asbestos .list-group-item-action {
  color: #adadad;
  text-align: right;
  font-size: 13.725px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px; /* 157.377% */
}
.bg-color-gold {
  direction: ltr;
  padding: 8px 24px;
  border-radius: 8px;
  background: #86a0ff;
}
.bg-color-blue {
  padding: 8px 24px;
  border-radius: 8px;
  background: #86a0ff;
}

.bg-color-asbestos {
  padding: 8px 24px;
  border-radius: 8px;
  background: #86a0ff;
}
.card-sidebar {
  padding: 16px;
  border: none;
  color: inherit;
  border-radius: 16px;
}
.sidebar .list-group {
  font-size: 0.9em;
}
.sidebar .list-group-item {
  padding: 7px 15px;
  background: transparent;
  color: #1062fe;
  border: none;
}
.sidebar .list-group-item:hover {
  background: transparent !important;
}
.sidebar .list-group-item .badge {
  padding: 5px 2px;
  width: 28px;
  text-align: center;
  color: #666;
}
.btn-default {
  padding: 8px 16px;
  border-radius: 8px !important;
  border: 1px solid #ccd3e1;
}
.btn-success:hover {
  color: #fff;
  background: #86a0ff;
  border: none;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background: #86a0ff;
  box-shadow: 0 0 0 0.2rem rgba(72, 119, 180, 0.5);
  border: none;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  gap: 20px;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background: #86a0ff;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background: #86a0ff;
}
.btn-success {
  color: #fff;
  padding: 8px 16px;
  overflow: hidden !important;
  border-radius: 8px !important;
  background: #86a0ff;
  margin-left: 8px;
  margin-right: 24px;
  border: none;
}
.btn-block {
  border: none;
  border-radius: 8px;
  background: #fff;
  color: #3961f0;
  display: block;
  margin: 0 !important;
  text-align: center;
  width: 100%;
  border: solid 1px #3961f0;
}
.btn {
  overflow: hidden !important;
}
/* .sidebar .list-group-item.active,
  .sidebar .list-group-item.active:focus,
  .sidebar .list-group-item.active:hover {
    background-color: #666;
    border-color: #666;
  } */
.sidebar .list-group-item > i.far.fa-circle {
  color: #666;
}
.sidebar .validation-status-label {
  font-size: initial;
}
.sidebar .validation-submit-div {
  margin-top: 1em;
}
.sidebar .validation-status-container {
  text-align: center;
}
.sidebar .sidebar-menu-item-wrapper {
  display: flex;
  flex-flow: row;
  color: #1062fe;
}
.div-service-name span:first-child {
  color: #1062fe;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.6px; /* 135% */
}
#firstone .card-sidebar {
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 24px 0px rgba(39, 91, 189, 0.1);
}
.sidebar .list-group-item.active {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.4);
}
#firstone .card-sidebar .list-group-item i {
  margin-left: 5px;
}
#firstone .card-sidebar:first-child .card-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#firstone .card-sidebar:first-child .card-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.sidebar .list-group-item.active,
.sidebar .list-group-item.active:focus,
.sidebar .list-group-item.active:hover {
  background-color: transparent;
  border: none;
}
#firstone .card-sidebar:first-child .sidebar-menu-item-wrapper {
  display: flex;
  flex-flow: row;
  color: #fff;
}
#firstone .card-sidebar:first-child {
  color: #fff;
  box-shadow: none;
  background: rgb(175, 151, 228);
  background: linear-gradient(
    146deg,
    rgba(175, 151, 228, 1) 0%,
    rgba(156, 155, 241, 1) 50%,
    rgba(134, 160, 255, 1) 100%
  );
}

#firsttwo .card-sidebar {
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 24px 0px rgba(39, 91, 189, 0.1);
}
.sidebar .sidebar-menu-item-icon-wrapper {
  margin-right: 0.25rem;
}
.sidebar .sidebar-menu-item-badge {
  margin-left: auto;
}
.home-domain-search h2 {
  margin: 0;
}
.home-domain-search .tld-logos {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.4em;
  color: #888;
  font-weight: 300;
}
.home-domain-search .tld-logos li {
  float: left;
  padding: 0 25px 0 0;
}
.home-domain-search .tld-logos img {
  width: 60px;
}
.home-domain-search .input-group-wrapper {
  margin: 15px 0;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.home-domain-search .input-group-wrapper .form-control {
  border: 0;
}
.home-domain-search .input-group-wrapper .form-control:focus {
  box-shadow: none;
}
.home-domain-search .input-group-wrapper .btn {
  margin: 0 2px !important;
}
footer.footer {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #eee;
  font-size: 0.9rem;
}
#order-standard_cart .products .product {
  overflow: hidden;
  border: none;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(39, 91, 189, 0.1);
  padding: 15px 16px 24px 12px;
  margin: 5px;
}
#order-standard_cart .products .product header {
  position: relative;
  padding: 10px 20px;
  margin: 0 1px;
  background: #ffffff00 !important;
  border-radius: 3px 3px 0 0;
}
/* .text-center {
  display: flex;
} */
.btn-info:hover {
  color: #fff;
  background: #86a0ff;
  border-color: #86a0ff;
}
.btn-primary:hover {
  color: #fff;
  background: #86a0ff;
  border-color: #86a0ff;
}
.dataTables_wrapper table.table-list {
  overflow: hidden;
  border: none;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(39, 91, 189, 0.1);
  padding: 0px 16px 24px 12px;
}
.dataTables_wrapper table.table-list thead th.sorting_asc,
.dataTables_wrapper table.table-list thead th.sorting_desc {
  background-color: #ffffff00;
}
/* .table th{
  border: none;
} */

.primary-content .card.mw-540 {
  border-radius: 20px;
  border: none;
  box-shadow: 0px 0px 24px 0px rgba(39, 91, 189, 0.1);
}
.input-group-prepend {
  display: flex;
  border-radius: 0 !important;
  border: none !important;
}

.input-group-append,
.input-group-prepend {
  margin-left: -1px;
  overflow: hidden;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-radius: 0 !important;
}

.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
  border-radius: 0;
  background: transparent;
  height: calc(1.5em + 0.75rem + 2px);
  border: none;
  color: #000;
}
.form-check-input {
  position: absolute;
  bottom: 111px;
  right: 30px;
  margin-top: 0;
  margin-left: 0;
}
.kb-category a {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(39, 91, 189, 0.1);
  padding: 23px 16px 24px 16px;
}
.card-accent-emerald .card-body form .input-group {
  height: 100%;
  margin: 5px 0 !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;
  border: none;
  border-radius: none !important;
  overflow: visible;
}
.card-accent-emerald .card-body form .input-group .btn-success {
  color: #3961f0;
  border: solid 1px #3961f0;
  border-radius: 8px !important;
}
.card-accent-emerald .card-body form .input-group .btn-success:focus {
  color: #fff;
  background: #3961f0;
  border: solid 1px #3961f0;
  box-shadow: none !important;
  border-radius: 8px !important;
}
.card-accent-emerald .card-body form .input-group .btn-default {
  color: #3961f0;
  border: solid 1px #3961f0;
  border-radius: 8px !important;
  margin-left: 2px;
}
.card-accent-emerald .card-body form .input-group .btn-default:focus {
  color: #fff;
  background: #3961f0;
  border: solid 1px #3961f0;
  box-shadow: none !important;
  border-radius: 8px !important;
}
.card-accent-emerald .card-body form .input-group input {
  border-radius: 8px !important;
}
#Primary_Sidebar-Already_Registered-Already_Registered_Heading{
  color: #fff;
}
 /**developer**/
#registration .prepend-icon .field-icon,
#order-standard_cart .prepend-icon .field-icon {
    left: 0;
}