/*!
/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
/* -----------------------------------------
           02. BASE TYPOGRAPHY
-------------------------------------------- */


@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=block");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@500;600&display=block");

:root {

  --body-bg-rgb   					: 255, 255, 255;
  --primary-rgb             : 20, 87, 230;
  --secondary-rgb           : 247, 131, 38;
  --warning-rgb             : 245, 177, 75;
  --info-rgb                : 78, 194, 240;
  --success-rgb             : 23, 202, 104;
  --danger-rgb              : 236, 95, 103;
  --white-rgb               : 255, 255, 255;
  --default-color           : #6b6b7e;
  --heading-color           : #03123e;
  --border-color            : #e9e9e9;
  --text-muted              : #6c757d;
  --blue-rgb                : 38, 143, 230;
  --header-color-rgb        : 255, 255, 255;

  /* White set */
  --white-1                 : rgba(255, 255, 255, 0.1);
  --white-2                 : rgba(255, 255, 255, 0.2);
  --white-3                 : rgba(255, 255, 255, 0.3);
  --white-4                 : rgba(255, 255, 255, 0.4);
  --white-5                 : rgba(255, 255, 255, 0.5);
  --white-6                 : rgba(255, 255, 255, 0.6);
  --white-7                 : rgba(255, 255, 255, 0.7);
  --white-8                 : rgba(255, 255, 255, 0.8);
  --white-9                 : rgba(255, 255, 255, 0.9);
  --white-05                : rgba(255, 255, 255, 0.05);
  --white-07                : rgba(255, 255, 255, 0.07);
  --white-75                : rgba(255, 255, 255, 0.075);
  --white-08                : rgba(255, 255, 255, 0.08);

  /* Black set */
  --black-1                 : rgba(0, 0, 0, 0.1);
  --black-2                 : rgba(0, 0, 0, 0.2);
  --black-3                 : rgba(0, 0, 0, 0.3);
  --black-4                 : rgba(0, 0, 0, 0.4);
  --black-5                 : rgba(0, 0, 0, 0.5);
  --black-6                 : rgba(0, 0, 0, 0.6);
  --black-7                 : rgba(0, 0, 0, 0.7);
  --black-8                 : rgba(0, 0, 0, 0.8);
  --black-9                 : rgba(0, 0, 0, 0.9);
  --black-03                : rgba(0, 0, 0, 0.03);
  --black-05                : rgba(0, 0, 0, 0.05);

}


body {
  font-family: "Hind Siliguri", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: var(--default-color);
  background-color: rgb(var(--white-rgb));
  line-height: 1.5;
  text-align: start;
  overflow-x: clip;
  padding: 0;
  margin: 0;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

::-webkit-scrollbar {
  width: 7px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: rgb(var(--white-rgb));
  box-shadow: inset 0 0 5px var(--black-3);
}

::-webkit-scrollbar-thumb {
  background: var(--black-1);
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--black-4);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.977rem;
  margin-block-start: 0em;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: var(--heading-color);
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: rgb(var(--primary-rgb));
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: rgb(var(--primary-rgb));
  text-decoration: underline;
}

a:is(:not([href]):not([class]), :not([href]):not([class]):hover) {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--default-color);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--heading-color);
}

label:has(input[name="rememberme"]) {
  font-weight: 400;
  font-size: 15px;
}

label:has(input[name="rememberme"]) .form-check-input {
  margin-top: 0.25rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

:is(button, [type="button"], [type="reset"], [type="submit"]):not(:disabled) {
  cursor: pointer;
}

:is(button, [type="button"], [type="reset"], [type="submit"])::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input:is([type="radio"], [type="checkbox"]) {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]:is(::-webkit-inner-spin-button, ::-webkit-outer-spin-button) {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2.00595rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid var(--black-1);
}

small,
.small {
  font-size: .875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
  font-size: 0.875rem;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: var(--text-muted);
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: rgb(var(--white-rgb));
  border: 1px solid var(--border-color);
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: var(--text-muted);
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: rgb(var(--white-rgb));
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters> :is(.col, [class*="col-"]) {
  padding-right: 0;
  padding-left: 0;
}


.card>.table.table-striped:only-child :is(th, td) {
  border-top: 0;
  font-size: 0.875rem;
}

.card>.table.table-striped:only-child :is(th, td) strong {
  font-weight: 500;
}

.card>.table.table-striped:only-child {
  border: 0;
  margin-bottom: 0;
}

.card>.table.table-striped:only-child tr:not(:last-child) :is(th, th) {
  border-bottom: 1px solid var(--border-color);
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border: 1px solid var(--border-color);
}

.table :is(th, td) {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid var(--border-color);
  font: inherit;
}

.table thead th {
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.table :is(thead, tbody) th {
  vertical-align: bottom;
  font-weight: bolder;
}

.table:is(#payMethodList, .table-striped) :is(thead, tbody) th {
  font-weight: 500;
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm :is(th, td) {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid var(--border-color);
}

.table-bordered :is(th, td) {
  border: 1px solid var(--border-color);
}

.table-bordered thead :is(th, td) {
  border-bottom-width: 2px;
}

.table-borderless :is(th, td, thead th, tbody + tbody) {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f2f4f5;
}

#order-standard_cart .view-cart-items .item:nth-child(even) {
  background-color: rgba(var(--primary-rgb), 0.1);
}

#order-standard_cart .modal-title i {
  font-size: 30px;
  border: 1px solid var(--border-color);
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 0;
  margin-top: 40px;
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

:is(.table-primary, .table-primary > :is(th, td)) {
  background-color: #c6d4e2;
}

.table-primary :is(th, td, thead th, tbody + tbody) {
  border-color: #95afca;
}

.table-hover .table-primary:hover {
  background-color: #b5c7d9;
}

.table-hover .table-primary:hover> :is(td, th) {
  background-color: #b5c7d9;
}

:is(.table-secondary, .table-secondary > :is(th, td)) {
  background-color: #d6d8db;
}

.table-secondary :is(th, td, thead th, tbody + tbody) {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover> :is(td, th) {
  background-color: #c8cbcf;
}

:is(.table-success, .table-success > :is(th, td)) {
  background-color: #c3e6cb;
}

.table-success :is(th, td, thead th, tbody + tbody) {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover> :is(td, th) {
  background-color: #b1dfbb;
}

:is(.table-info, .table-info > :is(th, td)) {
  background-color: #bee5eb;
}

.table-info :is(th, td, thead th, tbody + tbody) {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover> :is(td, th) {
  background-color: #abdde5;
}

:is(.table-warning, .table-warning > :is(th, td)) {
  background-color: #ffeeba;
}

.table-warning :is(th, td, thead th, tbody + tbody) {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover> :is(td, th) {
  background-color: #ffe8a1;
}

:is(.table-danger, .table-danger > :is(th, td)) {
  background-color: #f5c6cb;
}

.table-danger :is(th, td, thead th, tbody + tbody) {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover> :is(td, th) {
  background-color: #f1b0b7;
}

:is(.table-light, .table-light > :is(th, td)) {
  background-color: #fdfdfe;
}

.table-light :is(th, td, thead th, tbody + tbody) {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover> :is(td, th) {
  background-color: #ececf6;
}

:is(.table-dark, .table-dark > :is(th, td)) {
  background-color: #c6c8ca;
}

.table-dark :is(th, td, thead th, tbody + tbody) {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover> :is(td, th) {
  background-color: #b9bbbe;
}

:is(.table-active, .table-active > :is(th, td)) {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover> :is(td, th) {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: rgb(var(--white-rgb));
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: rgb(var(--white-rgb));
  background-color: #343a40;
}

.table-dark :is(th, td, thead th) {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f2f4f5;
}

.table-dark.table-hover tbody tr:hover {
  color: rgb(var(--white-rgb));
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm>.table-bordered {
    border: 0;
  }
  .tab-content form .btn-group {
    display: block;
  }
  .tab-content form .btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .header.header .navbar {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md>.table-bordered {
    border: 0;
  }
  div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_paginate {
    text-align: left;
    float: left;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin-bottom: 10px;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl>.table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 5px);
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: rgb(var(--white-rgb));
  background-clip: padding-box;
  border: 1px solid var(--border-color);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: rgb(var(--white-rgb));
  border-color: rgb(var(--primary-rgb));
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 102, 153, 0.25);
}

::placeholder {
  color: var(--text-muted);
  opacity: 0.6;
  font-size: 0.9rem;
}

.form-control::-moz-placeholder {
  color: var(--text-muted);
  opacity: 0.6;
}

.form-control:-ms-input-placeholder {
  color: var(--text-muted);
  opacity: 0.6;
}

.form-control::placeholder {
  color: var(--text-muted);
  opacity: 0.6;
}

.form-control:is(:disabled, [readonly]) {
  background-color: #eff2f7;
  opacity: 1;
}

input:is([type="date"], [type="time"], [type="datetime-local"], [type="month"]).form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: rgb(var(--white-rgb));
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  color: var(--heading-color);
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext:is(.form-control-sm, .form-control-lg) {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control:is([size], [multiple]) {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row> :is(.col, [class*="col-"]) {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:is([disabled], :disabled)~.form-check-label {
  color: var(--text-muted);
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

#invitePermissions .form-check-inline {
  margin-bottom: 0.575rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #17ca68;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgb(var(--white-rgb));
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

:is(.was-validated :valid)~ :is(.valid-feedback, .valid-tooltip) {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #17ca68;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

:is(.was-validated .form-control:valid, .form-control.is-valid):focus {
  border-color: #17ca68;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #17ca68;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") rgb(var(--white-rgb)) no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

:is(.was-validated .custom-select:valid, .custom-select.is-valid):focus {
  border-color: #17ca68;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

:is(.was-validated .form-check-input:valid, .form-check-input.is-valid)~.form-check-label {
  color: #17ca68;
}

:is(.was-validated .form-check-input:valid, .form-check-input.is-valid)~ :is(.valid-feedback, .valid-tooltip) {
  display: block;
}

:is(.was-validated .custom-control-input:valid, .custom-control-input.is-valid)~.custom-control-label {
  color: #17ca68;
}

:is(.was-validated .custom-control-input:valid, .custom-control-input.is-valid)~.custom-control-label::before {
  border-color: #17ca68;
}

:is(.was-validated .custom-control-input:valid, .custom-control-input.is-valid):checked~.custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

:is(.was-validated .custom-control-input:valid, .custom-control-input.is-valid):focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

:is(.was-validated .custom-control-input:valid, .custom-control-input.is-valid):focus:not(:checked)~.custom-control-label::before {
  border-color: #17ca68;
}

:is(.was-validated .custom-file-input:valid, .custom-file-input.is-valid)~.custom-file-label {
  border-color: #17ca68;
}

:is(.was-validated .custom-file-input:valid, .custom-file-input.is-valid):focus~.custom-file-label {
  border-color: #17ca68;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgb(var(--white-rgb));
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

:is(.was-validated :invalid, .is-invalid)~ :is(.invalid-feedback, .invalid-tooltip) {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

:is(.was-validated .form-control:invalid, .form-control.is-invalid):focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") rgb(var(--white-rgb)) no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

:is(.was-validated .custom-select:invalid, .custom-select.is-invalid):focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

:is(.was-validated .form-check-input:invalid, .form-check-input.is-invalid)~.form-check-label {
  color: #dc3545;
}

:is(.was-validated .form-check-input:invalid, .form-check-input.is-invalid)~ :is(.invalid-feedback, .invalid-tooltip) {
  display: block;
}

:is(.was-validated .custom-control-input:invalid, .custom-control-input.is-invalid)~.custom-control-label {
  color: #dc3545;
}

:is(.was-validated .custom-control-input:invalid, .custom-control-input.is-invalid)~.custom-control-label::before {
  border-color: #dc3545;
}

:is(.was-validated .custom-control-input:invalid, .custom-control-input.is-invalid):checked~.custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

:is(.was-validated .custom-control-input:invalid, .custom-control-input.is-invalid):focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

:is(.was-validated .custom-control-input:invalid, .custom-control-input.is-invalid):focus:not(:checked)~.custom-control-label::before {
  border-color: #dc3545;
}

:is(.was-validated .custom-file-input:invalid, .custom-file-input.is-invalid)~.custom-file-label {
  border-color: #dc3545;
}

:is(.was-validated .custom-file-input:invalid, .custom-file-input.is-invalid):focus~.custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
  border-radius: 0.3rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 102, 153, 0.25);
}

.btn:is(.disabled, :disabled) {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: rgb(var(--white-rgb));
  background-color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb));
}

.btn-primary:hover {
  color: rgb(var(--white-rgb));
  background-color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb));
}

.btn-primary:is(:focus, .focus) {
  color: rgb(var(--white-rgb));
  background-color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb));
  box-shadow: 0 0 0 0.2remrgba(var(--primary-rgb), 0.5);
}

.btn-primary:is(.disabled, :disabled) {
  color: rgb(var(--white-rgb));
  background-color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb));
}

.btn-primary:is(:not(:disabled, .disabled)):is(:active, .active),
.show>.btn-primary.dropdown-toggle {
  color: rgb(var(--white-rgb));
  background-color: rgb(var(--primary-rgb)) !important;
  border-color: rgb(var(--primary-rgb)) !important;
}

.btn-primary:is(:not(:disabled, .disabled)):is(:active, .active):is(:focus, .focus),
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2remrgba(var(--primary-rgb), 0.5) !important;
}

.btn-secondary,
#tableEmailsList .btn-info {
  color: rgb(var(--white-rgb));
  background-color: #fd764c;
  border-color: #fd764c;
}

:is(.btn-secondary, #tableEmailsList .btn-info):hover {
  color: rgb(var(--white-rgb));
  background-color: #f0663b;
  border-color: #f0663b;
}

:is(.btn-secondary, #tableEmailsList .btn-info):is(:focus, .focus) {
  color: rgb(var(--white-rgb));
  background-color: #f0663b;
  border-color: #f0663b;
  box-shadow: 0 0 0 0.2rem rgba(1253, 118, 76, 0.5);
}

:is(.btn-secondary, #tableEmailsList .btn-info):is(.disabled, :disabled) {
  color: rgb(var(--white-rgb));
  background-color: #fd764c;
  border-color: #fd764c;
}

.btn-secondary:not(:disabled):not(.disabled):is(:active, .active) .show>.btn-secondary.dropdown-toggle {
  color: rgb(var(--white-rgb));
  background-color: #f0663b;
  border-color: #f0663b;
}

.btn-secondary:not(:disabled):not(.disabled):is(:active, .active):focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(1253, 118, 76, 0.5);
}

.btn-success {
  color: rgb(var(--white-rgb));
  background-color: #17ca68;
  border-color: #17ca68;
}

.btn-success:hover {
  color: rgb(var(--white-rgb));
  background-color: #218838;
  border-color: #17ca68;
}

.btn-success:is(:focus, .focus) {
  color: rgb(var(--white-rgb));
  background-color: #218838;
  border-color: #17ca68;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success:is(.disabled, :disabled) {
  color: rgb(var(--white-rgb));
  background-color: #17ca68;
  border-color: #17ca68;
}

.btn-success:not(:disabled):not(.disabled):is(:active, .active) .show>.btn-success.dropdown-toggle {
  color: rgb(var(--white-rgb));
  background-color: #17ca68;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):is(:active, .active):focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: rgb(var(--white-rgb));
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-info:hover {
  color: rgb(var(--white-rgb));
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:is(:focus, .focus) {
  color: rgb(var(--white-rgb));
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info:is(.disabled, :disabled) {
  color: rgb(var(--white-rgb));
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-info:not(:disabled):not(.disabled):is(:active, .active),
.show>.btn-info.dropdown-toggle {
  color: rgb(var(--white-rgb));
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):is(:active, .active):focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:is(:focus, .focus) {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning:is(.disabled, :disabled) {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):is(:active, .active),
.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):is(:active, .active):focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: rgb(var(--white-rgb));
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: rgb(var(--white-rgb));
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:is(:focus, .focus) {
  color: rgb(var(--white-rgb));
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger:is(.disabled, :disabled) {
  color: rgb(var(--white-rgb));
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):is(:active, .active),
.show>.btn-danger.dropdown-toggle {
  color: rgb(var(--white-rgb));
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):is(:active, .active):focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:is(:focus, .focus) {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light:is(.disabled, :disabled) {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):is(:active, .active),
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):is(:active, .active):focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: rgb(var(--white-rgb));
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: rgb(var(--white-rgb));
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:is(:focus, .focus) {
  color: rgb(var(--white-rgb));
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark:is(.disabled, :disabled) {
  color: rgb(var(--white-rgb));
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):is(:active, .active),
.show>.btn-dark.dropdown-toggle {
  color: rgb(var(--white-rgb));
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):is(:active, .active):focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb));
}

.btn-outline-primary:hover {
  color: rgb(var(--white-rgb));
  background-color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb));
}

.btn-outline-primary:is(:focus, .focus) {
  box-shadow: 0 0 0 0.2rem rgba(51, 102, 153, 0.5);
}

.btn-outline-primary:is(.disabled, :disabled) {
  color: rgb(var(--primary-rgb));
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):is(:active, .active),
.show>.btn-outline-primary.dropdown-toggle {
  color: rgb(var(--white-rgb));
  background-color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb));
}

.btn-outline-primary:not(:disabled):not(.disabled):is(:active, .active):focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 102, 153, 0.5);
}

.btn-outline-secondary {
  color: var(--text-muted);
  border-color: var(--text-muted);
}

.btn-outline-secondary:hover {
  color: rgb(var(--white-rgb));
  background-color: var(--text-muted);
  border-color: var(--text-muted);
}

.btn-outline-secondary:is(:focus, .focus) {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:is(.disabled, :disabled) {
  color: var(--text-muted);
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):is(:active, .active),
.show>.btn-outline-secondary.dropdown-toggle {
  color: rgb(var(--white-rgb));
  background-color: var(--text-muted);
  border-color: var(--text-muted);
}

.btn-outline-secondary:not(:disabled):not(.disabled):is(:active, .active):focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #17ca68;
  border-color: #17ca68;
}

.btn-outline-success:hover {
  color: rgb(var(--white-rgb));
  background-color: #17ca68;
  border-color: #17ca68;
}

.btn-outline-success:is(:focus, .focus) {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success:is(.disabled, :disabled) {
  color: #17ca68;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):is(:active, .active),
.show>.btn-outline-success.dropdown-toggle {
  color: rgb(var(--white-rgb));
  background-color: #17ca68;
  border-color: #17ca68;
}

.btn-outline-success:not(:disabled):not(.disabled):is(:active, .active):focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:hover {
  color: rgb(var(--white-rgb));
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:is(:focus, .focus) {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info:is(.disabled, :disabled) {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):is(:active, .active),
.show>.btn-outline-info.dropdown-toggle {
  color: rgb(var(--white-rgb));
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:not(:disabled):not(.disabled):is(:active, .active):focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:is(:focus, .focus) {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:is(.disabled, :disabled) {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):is(:active, .active),
.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):is(:active, .active):focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: rgb(var(--white-rgb));
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:is(:focus, .focus) {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:is(.disabled, :disabled) {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):is(:active, .active),
.show>.btn-outline-danger.dropdown-toggle {
  color: rgb(var(--white-rgb));
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):is(:active, .active):focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:is(:focus, .focus) {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:is(.disabled, :disabled) {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):is(:active, .active),
.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):is(:active, .active):focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: rgb(var(--white-rgb));
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:is(:focus, .focus) {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark:is(.disabled, :disabled) {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):is(:active, .active),
.show>.btn-outline-dark.dropdown-toggle {
  color: rgb(var(--white-rgb));
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):is(:active, .active):focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  text-decoration: none;
}

.btn-link:hover {
  text-decoration: underline;
}

.btn-link:is(:focus, .focus) {
  color: rgb(var(--white-rgb));
  background-color: rgb(var(--primary-rgb));
  text-decoration: underline;
}

.btn-link:is(:disabled, .disabled) {
  color: var(--text-muted);
  pointer-events: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 0.3rem 0.6rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

input:is([type="submit"], [type="reset"], [type="button"]).btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.155em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: rgb(var(--white-rgb));
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu:is([x-placement^="top"], [x-placement^="right"], [x-placement^="bottom"], [x-placement^="left"]) {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 0.8rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  font-size: 14px;
  border: 0;
}

.dropdown-item:is(:hover, :focus) {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item:is(.active, :active) {
  color: rgb(var(--white-rgb));
  text-decoration: none;
  background-color: rgb(var(--primary-rgb));
}

.dropdown-item:is(.disabled, :disabled) {
  color: var(--text-muted);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--text-muted);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

:is(.btn-group, .btn-group-vertical)>.btn {
  position: relative;
  flex: 1 1 auto;
}

:is(.btn-group, .btn-group-vertical)>.btn:hover {
  z-index: 1;
}

:is(.btn-group, .btn-group-vertical)>.btn:is(:focus, :active, .active) {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group> :is(.btn, .btn-group):not(:first-child) {
  margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical> :is(.btn, .btn-group) {
  width: 100%;
}

.btn-group-vertical> :is(.btn, .btn-group):not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0;
}

.btn-group-toggle>.btn input:is([type="radio"], [type="checkbox"]),
.btn-group-toggle>.btn-group>.btn input:is([type="radio"], [type="checkbox"]) {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group> :is(.form-control, .form-control-plaintext, .custom-select, .custom-file, ) {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group> :is(.form-control, .form-control-plaintext, .custom-select, .custom-file)+ :is(.form-control, .custom-select, .custom-file) {
  margin-left: -1px;
}

.input-group> :is(:is(.form-control, .custom-select):focus, .custom-file .custom-file-input:focus ~ .custom-file-label) {
  z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group> :is(.form-control, .custom-select):not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group> :is(.form-control, .custom-select):not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.custom-file {
  display: flex;
  align-items: center;
}

.input-group>.custom-file:not(:last-child) :is(.custom-file-label, .custom-file-label::after) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

:is(.input-group-prepend, .input-group-append) .btn {
  position: relative;
  z-index: 2;
}

:is(.input-group-prepend, .input-group-append) .btn:focus {
  z-index: 3;
}

:is(.input-group-prepend, .input-group-append) :is(:is(.btn, .input-group-text) + :is(.btn, .input-group-text)) {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  /* color: rgb(var(--primary-rgb)); */
  text-align: center;
  white-space: nowrap;
  border: 1px solid var(--border-color);
  border-radius: 0.25rem;
}

.input-group-text .input:is([type="radio"], [type="checkbox"]) {
  margin-top: 0;
}

.input-group-lg> :is(.form-control:not(textarea), .custom-select) {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg> :is(.form-control, .custom-select),
.input-group-lg> :is(.input-group-prepend, .input-group-append)> :is(.input-group-text, .btn) {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm> :is(.form-control:not(textarea), .custom-select) {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm> :is(.form-control, .custom-select),
.input-group-sm> :is(.input-group-prepend, .input-group-append)> :is(.input-group-text, .btn) {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

:is(.input-group-lg, .input-group-sm)>.custom-select {
  padding-right: 1.75rem;
}

:is(.input-group, .input-group-sm)>.input-group-prepend> :is(.btn, .input-group-text),
:is(.input-group, .input-group-sm)>.input-group-append:not(:last-child)> :is(.btn, .input-group-text),
:is(.input-group, .input-group-sm)>.input-group-append:last-child> :is(.btn:not(:last-child):not(.dropdown-toggle), .input-group-text:not(:last-child)) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

:is(.input-group, .input-group-sm)>.input-group-append> :is(.btn, .input-group-text),
:is(.input-group, .input-group-sm)>.input-group-prepend:not(:first-child)> :is(.btn, .input-group-text),
:is(.input-group, .input-group-sm)>.input-group-prepend:first-child> :is(.btn:not(:first-child), .input-group-text:not(:first-child)) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
  color: rgb(var(--white-rgb));
  border-color: rgb(var(--primary-rgb));
  background-color: rgb(var(--primary-rgb));
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(51, 102, 153, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: rgb(var(--primary-rgb));
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: rgb(var(--white-rgb));
  background-color: #9fbfdf;
  border-color: #9fbfdf;
}

.custom-control-input:is([disabled], :disabled)~.custom-control-label::before {
  background-color: #e9ecef;
  color: var(--text-muted);
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: rgb(var(--white-rgb));
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: rgb(var(--primary-rgb));
  background-color: rgb(var(--primary-rgb));
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(51, 102, 153, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(51, 102, 153, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(51, 102, 153, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: rgb(var(--white-rgb));
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(51, 102, 153, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.85em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: rgb(var(--white-rgb)) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid var(--border-color);
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: rgb(var(--primary-rgb));
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 102, 153, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: rgb(var(--white-rgb));
}

.custom-select:is([multiple], [size]:not([size="1"])) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: var(--text-muted);
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
  border-color: rgb(var(--primary-rgb));
  box-shadow: 0 0 0 0.2rem rgba(51, 102, 153, 0.25);
}

.custom-file-input:is([disabled], :disabled)~.custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: rgb(var(--white-rgb));
  border: 1px solid var(--border-color);
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.9rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.7;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px rgb(var(--white-rgb)), 0 0 0 0.2rem rgba(51, 102, 153, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px rgb(var(--white-rgb)), 0 0 0 0.2rem rgba(51, 102, 153, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px rgb(var(--white-rgb)), 0 0 0 0.2rem rgba(51, 102, 153, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: rgb(var(--primary-rgb));
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #9fbfdf;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: rgb(var(--primary-rgb));
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #9fbfdf;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: rgb(var(--primary-rgb));
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #9fbfdf;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:is(:hover, :focus) {
  text-decoration: none;
}

.nav-link.disabled {
  color: var(--text-muted);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid var(--border-color);
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:is(:hover, :focus) {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: var(--text-muted);
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs :is(.nav-link.active, .nav-item.show .nav-link) {
  color: #495057;
  background-color: rgb(var(--white-rgb));
  border-color: #dee2e6 #dee2e6 rgb(var(--white-rgb));
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: rgb(var(--white-rgb));
  background-color: rgb(var(--primary-rgb));
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.tab-pane #domainForm {
  margin-top: 25px;
}

.tab-content>.active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar :is(.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar.navbar-light .input-group-prepend {
  order: 2;
  margin-right: unset;
  margin-left: -1px;
}

.navbar.navbar-light .input-group-prepend .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav :is(.dropup, .dropright, .dropdown:not(#Secondary_Navbar-Account), .dropleft) {
  position: inherit;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
  margin-top: -5px;
  padding: 0.5rem 1rem;
  min-width: 15rem;
  width: 100%;
  flex-wrap: wrap;
  border: 0;
  box-shadow: 0px 6px 20px 0px rgb(0, 0, 0, 0.2);
  border-top: 3px solid rgb(var(--secondary-rgb));
}

.navbar-nav .dropdown-menu.show {
  display: flex;
}

.navbar-nav .dropdown#Secondary_Navbar-Account .dropdown-item {
  width: 100%;
}

.navbar-nav .dropdown#Secondary_Navbar-Account .dropdown-menu {
  padding: 0.5rem;
}

.navbar-nav .dropdown#Secondary_Navbar-Account .dropdown-menu.show {
  display: block;
}

.navbar-nav .dropdown#Secondary_Navbar-Account .dropdown-item a {
  padding: 7px 15px !important;
}

.navbar-nav .dropdown#Secondary_Navbar-Account .dropdown-item a::before {
  content: none;
}

@media (min-width: 768px) {
  .navbar-nav .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: rotateX(-70deg);
    transform-origin: 0% 0%;
    transform-style: preserve-3d;
    transition: transform ease 0.25s;
  }

  .navbar-nav .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
  }

  .navbar-nav .dropdown-menu {
    display: flex;
  }

  .navbar-nav .dropdown#Secondary_Navbar-Account .dropdown-menu {
    display: block;
  }

  .navbar-nav .nav-item.d-xl-none {
    display: none;
  }
}

.navbar-nav .dropdown-toggle::after {
  content: "\f107";
  font-family: 'Font Awesome 5 pro';
  display: inline-block;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
  color: inherit;
  opacity: 0.5;
  border: 0;
}

.navbar-nav .dropdown-item {
  padding: 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

@media (min-width: 768px) {
  .navbar-nav .dropdown-item {
    width: 50%;
  }

  .header .navbar-collapse {
    display: flex;
    flex-wrap: wrap;
  }

  .header .navbar-collapse form {
    width: 100%;
  }

  .header .navbar-nav {
    flex-direction: row;
  }

  .header .navbar-nav .dropdown-menu {
    position: absolute;
  }
}

header.header .navbar-nav .dropdown-item a {
  display: block !important;
  padding: 5px 15px !important;
  width: 100%;
  text-transform: none;
  position: relative;
}

header.header .navbar-nav .dropdown-item a:hover {
  text-decoration: none;
  color: rgb(var(--primary-rgb)) !important;
}

header.header .navbar-nav .dropdown-item a::before {
  content: "";
  height: 7px;
  width: 7px;
  border: 1px solid rgb(var(--secondary-rgb));
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 14px;
  transition: all ease 0.3s;
}

.navbar-nav .dropdown-item:is(:hover, :focus, :active) {
  color: rgb(var(--primary-rgb));
  background-color: rgb(var(--white-rgb)) !important;
}

.dropdown-item>.dropdown-item {
  border: 0 !important;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:is(:hover, :focus) {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm> :is(.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl) {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm> :is(.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl) {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md> :is(.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl) {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md> :is(.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl) {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg> :is(.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl) {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg> :is(.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl) {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

/* @media (max-width: 1199.98px) {
  .navbar-expand-xl > :is(.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl) {
    padding-right: 0;
    padding-left: 0;
  }
} */

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl> :is(.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl) {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand> :is(.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl) {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand> :is(.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl) {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:is(:hover, :focus) {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:is(:hover, :focus) {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: var(--black-3);
}

.navbar-light .navbar-nav :is(.show, .active)>.nav-link,
.navbar-light .navbar-nav .nav-link:is(.show, .active) {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: var(--black-1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:is(:hover, :focus) {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: rgb(var(--white-rgb));
}

.navbar-dark .navbar-brand:is(:hover, :focus) {
  color: rgb(var(--white-rgb));
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:is(:hover, :focus) {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(var(--white-rgb), 0.25);
}

.navbar-dark .navbar-nav :is(.show, .active)>.nav-link,
.navbar-dark .navbar-nav .nav-link:is(.show, .active) {
  color: rgb(var(--white-rgb));
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(var(--white-rgb), 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: rgb(var(--white-rgb));
}

.navbar-dark .navbar-text a:is(:hover, :focus) {
  color: rgb(var(--white-rgb));
}

.card,
.mc-promo-manage,
.mc-promo-login {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgb(var(--white-rgb));
  background-clip: border-box;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  transition: all ease 0.15s;
  border: 1px solid var(--border-color);
}

:is(.card, .mc-promo-manage, .mc-promo-login)>hr {
  margin-right: 0;
  margin-left: 0;
}

:is(.card, .mc-promo-manage, .mc-promo-login)>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}

:is(.card, .mc-promo-manage, .mc-promo-login)>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

:is(.card, .mc-promo-manage, .mc-promo-login)>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

:is(.card, .mc-promo-manage, .mc-promo-login)>.card-header+.list-group,
:is(.card, .mc-promo-manage, .mc-promo-login)>.list-group+.card-footer {
  border-top: 0;
}

.card-body,
:is(.mc-promo-manage, .mc-promo-login) .content {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title,
:is(.promo-container .header, :is(.mc-promo-manage, .mc-promo-login) .panel-heading) h3 {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 1rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid var(--border-color);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid var(--border-color);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck> :is(.card, .mc-promo-manage, .mc-promo-login) {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck> :is(.card, .mc-promo-manage, .mc-promo-login) {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group> :is(.card, .mc-promo-manage, .mc-promo-login) {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group> :is(.card, .mc-promo-manage, .mc-promo-login) {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group> :is(.card, .mc-promo-manage, .mc-promo-login)+ :is(.card, .mc-promo-manage, .mc-promo-login) {
    margin-left: 0;
    border-left: 0;
  }

  .card-group> :is(.card, .mc-promo-manage, .mc-promo-login):not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group> :is(.card, .mc-promo-manage, .mc-promo-login):not(:last-child) :is(.card-img-top, .card-header) {
    border-top-right-radius: 0;
  }

  .card-group> :is(.card, .mc-promo-manage, .mc-promo-login):not(:last-child) :is(.card-img-bottom, .card-footer) {
    border-bottom-right-radius: 0;
  }

  .card-group> :is(.card, .mc-promo-manage, .mc-promo-login):not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group> :is(.card, .mc-promo-manage, .mc-promo-login):not(:first-child) :is(.card-img-top, .card-header) {
    border-top-left-radius: 0;
  }

  .card-group> :is(.card, .mc-promo-manage, .mc-promo-login):not(:first-child) :is(.card-img-bottom, .card-footer) {
    border-bottom-left-radius: 0;
  }
}

.card-columns :is(.card, .mc-promo-manage, .mc-promo-login) {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns :is(.card, .mc-promo-manage, .mc-promo-login) {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion> :is(.card, .mc-promo-manage, .mc-promo-login) {
  overflow: hidden;
}

.accordion> :is(.card, .mc-promo-manage, .mc-promo-login):not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion> :is(.card, .mc-promo-manage, .mc-promo-login):not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion> :is(.card, .mc-promo-manage, .mc-promo-login)>.card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: var(--text-muted);
  content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: var(--text-muted);
}

.master-breadcrumb .breadcrumb-item.active {
  color: rgb(var(--white-rgb));
  opacity: 0.8;
  padding: 9px 0;
  padding-left: 0.5rem;
}

.master-breadcrumb .breadcrumb-item :is(a, a:hover) {
  color: rgb(var(--white-rgb));
  opacity: 1;
}

.master-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: rgb(var(--white-rgb));
  opacity: 0.45;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: rgb(var(--primary-rgb));
  background-color: rgb(var(--white-rgb));
  border: 1px solid var(--border-color);
}

.page-link:hover {
  z-index: 2;
  color: rgb(var(--primary-rgb));
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 102, 153, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: rgb(var(--white-rgb));
}

.page-item.disabled .page-link {
  color: var(--text-muted);
  pointer-events: none;
  cursor: auto;
  background-color: rgb(var(--white-rgb));
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: rgb(var(--white-rgb));
  background-color: rgb(var(--primary-rgb));
}

a.badge-primary:is(:hover, :focus) {
  color: rgb(var(--white-rgb));
  background-color: #264d73;
}

a.badge-primary:is(:focus, .focus) {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 102, 153, 0.5);
}

.badge-secondary {
  color: rgb(var(--white-rgb));
  background-color: var(--text-muted);
}

a.badge-secondary:is(:hover, :focus) {
  color: rgb(var(--white-rgb));
  background-color: #545b62;
}

a.badge-secondary:is(:focus, .focus) {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: rgb(var(--white-rgb));
  background-color: #17ca68;
}

a.badge-success:is(:hover, :focus) {
  color: rgb(var(--white-rgb));
  background-color: #17ca68;
}

a.badge-success:is(:focus, .focus) {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(var(--success-rgb), 0.3);
}

.badge-info {
  color: rgb(var(--white-rgb));
  background-color: #0dcaf0;
}

a.badge-info:is(:hover, :focus) {
  color: rgb(var(--white-rgb));
  background-color: #0dcaf0;
}

a.badge-info:is(:focus, .focus) {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:is(:hover, :focus) {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:is(:focus, .focus) {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: rgb(var(--white-rgb));
  background-color: #dc3545;
}

a.badge-danger:is(:hover, :focus) {
  color: rgb(var(--white-rgb));
  background-color: #bd2130;
}

a.badge-danger:is(:focus, .focus) {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:is(:hover, :focus) {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:is(:focus, .focus) {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: rgb(var(--white-rgb));
  background-color: #343a40;
}

a.badge-dark:is(:hover, :focus) {
  color: rgb(var(--white-rgb));
  background-color: #1d2124;
}

a.badge-dark:is(:focus, .focus) {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #1b3550;
  background-color: #d6e0eb;
  border-color: #c6d4e2;
}

.alert-primary hr {
  border-top-color: #b5c7d9;
}

.alert-primary .alert-link {
  color: #0e1c2a;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: rgb(var(--success-rgb));
  background-color: rgba(var(--success-rgb), 0.2);
  border: 1px solid rgba(var(--success-rgb), 0.1);
}

.controls label {
  font-weight: 400;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: rgb(var(--primary-rgb));
  background-color: rgba(var(--primary-rgb), 0.1);
  border: 1px solid rgba(var(--primary-rgb), 0.1);
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: rgb(var(--warning-rgb));
  background-color: rgba(var(--warning-rgb), 0.2);
  border: 1px solid rgba(var(--warning-rgb), 0.1);
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 0.6rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e7eefc;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: rgb(var(--white-rgb));
  text-align: center;
  white-space: nowrap;
  background-color: rgb(var(--primary-rgb));
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:is(:hover, :focus) {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  background-color: rgb(var(--white-rgb));
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item:is(.disabled, :disabled) {
  color: var(--text-muted);
  pointer-events: none;
  background-color: rgb(var(--white-rgb));
}

.list-group-item.active {
  z-index: 2;
  color: rgb(var(--white-rgb));
  background-color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb));
}

.list-group-item+.list-group-item {
  border-top-width: 0;
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {

  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #1b3550;
  background-color: #c6d4e2;
}

.list-group-item-primary.list-group-item-action:is(:hover, :focus) {
  color: #1b3550;
  background-color: #b5c7d9;
}

.list-group-item-primary.list-group-item-action.active {
  color: rgb(var(--white-rgb));
  background-color: #1b3550;
  border-color: #1b3550;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:is(:hover, :focus) {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: rgb(var(--white-rgb));
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:is(:hover, :focus) {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: rgb(var(--white-rgb));
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:is(:hover, :focus) {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: rgb(var(--white-rgb));
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:is(:hover, :focus) {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: rgb(var(--white-rgb));
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:is(:hover, :focus) {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: rgb(var(--white-rgb));
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:is(:hover, :focus) {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: rgb(var(--white-rgb));
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:is(:hover, :focus) {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: rgb(var(--white-rgb));
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 rgb(var(--white-rgb));
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):is(:hover, :focus) {
  opacity: .75;
}

button.close {
  padding: 8px;
  background-color: rgba(var(--white-rgb), 0.2);
  border: 0;
  line-height: 0.5;
  border-radius: 50%;
}

button.close:focus {
  outline: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid var(--black-1);
  box-shadow: 0 0.25rem 0.75rem var(--black-1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: var(--text-muted);
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid var(--black-05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: rgb(var(--white-rgb));
  background-clip: padding-box;
  border: 1px solid var(--black-2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid var(--border-color);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 16px;
  color: rgb(var(--primary-rgb));
}

.intl-tel-input.separate-dial-code .selected-flag,
.intl-tel-input .country-list .country.highlight {
  background-color: #f2f4f5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid var(--border-color);
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

:is(.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"]) .arrow {
  bottom: 0;
}

:is(.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"]) .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

:is(.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"]) .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

:is(.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"]) .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

:is(.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"]) .arrow {
  top: 0;
}

:is(.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"]) .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

:is(.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"]) .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

:is(.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"]) .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: rgb(var(--white-rgb));
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: rgb(var(--white-rgb));
  background-clip: padding-box;
  border: 1px solid var(--black-2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

:is(.bs-popover-top, .bs-popover-auto[x-placement^="top"])>.arrow {
  bottom: calc(-0.5rem - 1px);
}

:is(.bs-popover-top, .bs-popover-auto[x-placement^="top"])>.arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

:is(.bs-popover-top, .bs-popover-auto[x-placement^="top"])>.arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgb(var(--white-rgb));
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

:is(.bs-popover-right, .bs-popover-auto[x-placement^="right"])>.arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

:is(.bs-popover-right, .bs-popover-auto[x-placement^="right"])>.arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

:is(.bs-popover-right, .bs-popover-auto[x-placement^="right"])>.arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgb(var(--white-rgb));
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

:is(.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"])>.arrow {
  top: calc(-0.5rem - 1px);
}

:is(.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"])>.arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

:is(.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"])>.arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgb(var(--white-rgb));
}

:is(.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"]) .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

:is(.bs-popover-left, .bs-popover-auto[x-placement^="left"])>.arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

:is(.bs-popover-left, .bs-popover-auto[x-placement^="left"])>.arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

:is(.bs-popover-left, .bs-popover-auto[x-placement^="left"])>.arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgb(var(--white-rgb));
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade :is(.carousel-item.active, .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right) {
  z-index: 1;
  opacity: 1;
}

.carousel-fade :is(.active.carousel-item-left, .active.carousel-item-right) {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade :is(.active.carousel-item-left, .active.carousel-item-right) {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: rgb(var(--white-rgb));
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

:is(.carousel-control-prev, .carousel-control-next):is(:hover, :focus) {
  color: rgb(var(--white-rgb));
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgb(var(--white-rgb));
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: rgb(var(--white-rgb));
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: rgb(var(--primary-rgb)) !important;
}

:is(a, button).bg-primary:is(:hover, :focus) {
  background-color: #264d73 !important;
}

.bg-secondary {
  background-color: var(--text-muted) !important;
}

:is(a, button).bg-secondary:is(:hover, :focus) {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #17ca68 !important;
}

:is(a, button).bg-success:is(:hover, :focus) {
  background-color: #17ca68 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

:is(a, button).bg-info:is(:hover, :focus) {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

:is(a, button).bg-warning:is(:hover, :focus) {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

:is(a, button).bg-danger:is(:hover, :focus) {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

:is(a, button).bg-light:is(:hover, :focus) {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

:is(a.bg-dark, button.bg-dark):is(:hover, :focus) {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: rgb(var(--white-rgb)) !important;
}

.home-domain-search {
  color: rgb(var(--white-rgb));
}

.home-domain-search.bg-white {
  height: 100%;
  width: 100%;
  background-image: url(../custom/img/1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: rgb(var(--white-rgb));
  z-index: 1;
  position: relative;
}

.home-domain-search :is(.btn-primary, .btn-primary:hover),
.home-domain-search :is(.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle) {
  background: rgb(var(--secondary-rgb));
  border-color: rgb(var(--secondary-rgb));
}

.home-domain-search .btn-primary:is(:focus, .focus, :active) {
  background: rgb(var(--secondary-rgb)) !important;
  border-color: rgb(var(--secondary-rgb)) !important;
  box-shadow: 0 0 0 0.2rem rgba(var(--secondary-rgb), 0.5) !important;
}

.home-domain-search .btn-success {
  background: #17ca68;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid var(--border-color) !important;
}

.border-top {
  border-top: 1px solid var(--border-color) !important;
}

.border-right {
  border-right: 1px solid var(--border-color) !important;
}

.border-bottom {
  border-bottom: 1px solid var(--border-color) !important;
}

.border-left {
  border-left: 1px solid var(--border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: rgb(var(--primary-rgb)) !important;
}

.border-secondary {
  border-color: var(--text-muted) !important;
}

.border-success {
  border-color: #17ca68 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: rgb(var(--white-rgb)) !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}


.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}


.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: rgb(var(--white-rgb)) !important;
}

.text-primary {
  color: rgb(var(--primary-rgb)) !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(var(--primary-rgb)) !important;
}

.text-secondary {
  color: var(--text-muted) !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #17ca68 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #0dcaf0 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: var(--text-muted) !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table :is(th, td) {
    background-color: rgb(var(--white-rgb)) !important;
  }

  .table-bordered :is(th, td) {
    border: 1px solid var(--border-color) !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark :is(th, td, thead th, tbody + tbody) {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

html,
body {
  height: auto;
}

section#main-body {
  flex: 1 1 auto;
  margin: 0;
  padding: 45px 0;
  background-color: rgb(var(--white-rgb));
}

section#main-body:has(.list-inline):has(.extra-padding) .card h1 {
  font-size: 1.5rem;
  margin-bottom: 0.55rem;
}

section#main-body:has(.list-inline):has(.extra-padding) .card .py-5 {
  padding-bottom: 0rem !important;
  padding-top: 1rem !important;
}

section#main-body:has(.list-inline):has(.extra-padding) .card .py-5 p:last-child {
  margin-bottom: 0;
}

#order-standard_cart .btn-remove-from-cart,
#order-standard_cart .btn-remove-from-cart:hover,
#order-standard_cart .btn-remove-from-cart {
  color: rgb(var(--white-rgb)) !important;
  background: #000;
  padding-top: 3px;
}

:is(section#main-body .login-form, .home-domain-search.bg-white)::before {
  content: "";
  background: linear-gradient(to bottom, rgb(var(--primary-rgb)) 0%, rgba(var(--primary-rgb), 0.8) 100%);
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  color: rgb(var(--primary-rgb));
  opacity: 0.9;
}

:is(section#main-body .login-form, .home-domain-search.bg-white)::after {
  content: "";
  inset-inline-start: 8%;
  inset-block-start: 18%;
  z-index: -1;
  position: absolute;
  opacity: 0.2;
  width: 80px;
  height: 80px;
  background-image: url(../custom/img/5.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.login-form .card-footer {
  text-align: center;
}

section#main-body .login-form,
.primary-content>p:last-child {
  color: rgba(255, 255, 255, 0.5);
}

section#main-body .login-form,
.primary-content>p:last-child a {
  color: rgb(var(--white-rgb));
}

section#main-body .login-form,
.primary-content .mw-540.card h6.h3 {
  color: rgb(var(--primary-rgb));
}

section#main-content {
  margin-bottom: 60px;
}

.login-form :is(small, .small) {
  font-size: 90%;
}

.login-form .form-group:has(label[for="inputPassword"]) a.small.text-muted {
  color: rgb(var(--primary-rgb)) !important;
}

.main-content {
  margin-bottom: 60px;
  min-height: 300px;
}

/**
 * -------------------------
 * Password Strength Meter
 * -------------------------
 */
.password-strength-meter .progress {
  margin-bottom: 5px;
}

.password-strength-meter p {
  margin-bottom: 15px;
}

/**
 * -------------------------
 * @section Popups
 * -------------------------
 */
#popup-backdrop {
  background-color: #2E363F;
  padding: 15px;
  height: 100%;
}

.popup-header-padding {
  margin-top: 5px;
  margin-bottom: 5px;
}

/**
 * Helper Alerts
 */
.alert .fas.pull-left {
  margin: -3px 0 0 -3px;
}

.alert .alert-text {
  margin-left: 56px;
}

.card-sidebar .alert {
  padding: 10px 15px;
  margin-bottom: 5px;
}

.sidebar.sidebar-secondary {
  clear: left;
}

/**
 * JsonForm
 */
form[data-role="json-form"] .has-error :is(input, textarea, select).form-control {
  background-color: #fff0f0;
  transition: 0.2s;
}

form[data-role="json-form"] .has-error .tooltip-inner {
  background-color: #9d2a0b;
}

form[data-role="json-form"] .has-error .tooltip.top .tooltip-arrow {
  border-top-color: #9d2a0b;
}

/**
 * Usage Billing
 */
.modal-metric-pricing :is(.modal-header, .modal-body, .modal-footer) {
  text-align: center !important;
  border: 0;
}

/**
 * Select Account
 */

.select-account a {
  display: block;
  margin: 0;
  padding: 10px 20px;
  border-top: 1px solid #e7eaf3;
  text-decoration: none;
  border-bottom: 0;
}

.select-account a.disabled {
  opacity: 0.5;
}

.select-account a:hover {
  background-color: #f6f6f6;
}

.continue-container {
  margin: 40px auto;
  padding: 20px;
  background-color: #f6f6f6;
  border: 1px solid #eee;
  max-width: 500px;
}

/**
 * Invites
 */
.invite-box {
  margin: 20px 0;
  padding: 20px;
  background-color: #f6f6f6;
  border: 1px solid #eee;
}

/**
 * -------------------------
 * @section Main Menu
 * -------------------------
 */
/**
 * -------------------------
 * Printing
 * -------------------------
 */
@media print {

  .sidebar,
  #main-menu,
  #top-nav,
  .header-lined {
    display: none;
  }

  a[href]:after {
    content: "" !important;
  }
}

/**
 * -------------------------
 * Admin Masquerade Notice
 * -------------------------
 */
.admin-masquerade-notice {
  margin: 25px 0 0 auto;
  padding: 4px 10px;
  max-width: 240px;
  font-family: Tahoma;
  font-size: 0.7em;
  text-align: right;
}

.admin-masquerade-notice a {
  text-decoration: underline;
}

a.admin-inline-edit {
  margin-left: 6px;
  font-weight: 400;
  color: #888;
}

a.admin-inline-edit:hover {
  color: #444;
  text-decoration: none;
}

/**
 * -------------------------
 * Licensing Addon
 * -------------------------
 */
.licensing-addon-latest-download h3 {
  margin-top: 0;
}

/**
 * -------------------------
 * @section Form Classes
 * -------------------------
 */
.input-inline {
  display: inline-block;
}

.input-inline-100 {
  width: 100px;
}

.select-inline {
  display: inline-block;
  width: auto;
}

.form-group .field-error-msg {
  display: none;
  font-size: 0.85em;
  color: #cc0000;
}

.form-group.has-error .field-error-msg {
  display: block;
}

#fullpage-overlay {
  display: table;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  color: rgb(var(--white-rgb));
}

#fullpage-overlay .outer-wrapper {
  position: relative;
  height: 100%;
}

#fullpage-overlay .inner-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 30%;
  width: 50%;
  margin: -3% 0 0 -25%;
  text-align: center;
}

#fullpage-overlay .msg {
  display: inline-block;
  padding: 20px;
  max-width: 400px;
}

/*
 * We use a larger font-size than the bootstrap default, which requires an increase
 * in the top offset to maintain correct alignment in form control feedback.
 */
.has-feedback label~.form-control-feedback {
  top: 27px !important;
}

.has-error button {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/*
 * Language strings which are too long to fit into buttons should be "chopped off" inside the div
 * of that button, instead of "overflowing" outside of the button.  CORE-9272
 */
.btn {
  overflow: hidden;
}

.label {
  max-width: 100%;
  margin-bottom: 5px;
  border-radius: 4px;
  display: inline;
  padding: .2em .6em .1em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  color: rgb(var(--white-rgb));
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

/**
 * Custom Validation Warning
 */
.is-warning~ :is(.warning-feedback, .warning-tooltip) {
  display: block;
}

.form-control.is-warning {
  border-color: var(--warning);
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1.0625em' height='1em' viewBox='0 0 17 16'%3e%3cpath fill='%23ffc107' d='M7.938 2.016a.146.146 0 0 0-.054.057L1.027 13.74a.176.176 0 0 0-.002.183c.016.03.037.05.054.06.015.01.034.017.066.017h13.713a.12.12 0 0 0 .066-.017.163.163 0 0 0 .055-.06.176.176 0 0 0-.003-.183L8.12 2.073a.146.146 0 0 0-.054-.057A.13.13 0 0 0 8.002 2a.13.13 0 0 0-.064.016zm1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566z'/%3e%3cpath d='M7.002 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 5.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-warning:focus {
  border-color: var(--warning);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}

.w-text-09 {
  font-size: 0.9em;
}

.width-fixed-20 {
  width: 20px;
}

.width-fixed-60 {
  width: 60px;
}

.w-hidden {
  display: none;
}

span.caret {
  display: none;
}

:is(.card, .mc-promo-manage, .mc-promo-login) .bootstrap-switch {
  word-wrap: initial;
  border-color: var(--border-color);
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  border-radius: 0;
}

.bootstrap-switch .bootstrap-switch-container {
  border-radius: 0.2rem;
}

.line-height-reduced {
  line-height: 0.8;
}

.iradio_square-blue {
  margin-right: 6px;
}

.cc-payment-form .control-label {
  text-align: right;
}

.primary-bg-color {
  background-color: rgb(231 238 252);
}

header.header {
  background-color: rgb(var(--primary-rgb));
}


header.header .topbar {
  margin: 0;
  padding: 2px 0;
  background-color: rgba(var(--white-rgb), 0.1);
  color: rgba(255, 255, 255, 0.65);
  height: 3.5rem;
  line-height: 3rem;
}

header.header .topbar .btn {
  line-height: 1;
  color: rgba(255, 255, 255, 0.65);
}

header.header .topbar .active-client {
  line-height: 1;
}

header.header .topbar .active-client .input-group-text {
  padding: .25rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
  background-color: transparent;
  border: 0;
  line-height: 2;
}

header.header .topbar .active-client .btn {
  color: rgba(255, 255, 255, 0.65);
}

header.header .topbar .active-client .btn.btn-active-client span {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.65);
}

header.header .logo-img {
  max-width: 400px;
  max-height: 30px;
}

header.header .user-icon {
  font-size: 2em;
  color: #87939f;
}

header.header .btn {
  font-size: 14px;
}

header.header .btn:is(:focus, .focus) {
  box-shadow: none;
}

header.header .toolbar {
  flex-direction: row;
}

header.header .toolbar .nav-link {
  border-radius: 0.25rem;
  border: 1px solid rgba(var(--white-rgb), 0.2);
  background-color: rgba(var(--white-rgb), 0.1);
  color: rgb(var(--white-rgb));
  position: relative;
  font-size: 0.9em;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  overflow: visible;
  padding: 0 !important;
}

header.header .toolbar .nav-link .badge {
  position: absolute;
  top: -1px;
  right: -6px;
  opacity: 0.8;
  font-size: 13px;
  padding: 3px 5px;
  border-radius: 50%;
}

header.header .toolbar .nav-link:hover,
header.header .toolbar .nav-link:focus {
  color: rgb(var(--white-rgb));
}

header.header .search {
  width: 325px;
  border: 1px solid rgba(var(--white-rgb), 0.2);
  border-radius: .25rem;
  overflow: hidden;
}

header.header .search .form-control,
header.header .search .form-control:focus {
  color: rgb(var(--white-rgb));
}

header.header .search .btn {
  color: rgba(var(--white-rgb), 0.9);
  background-color: rgba(var(--white-rgb), 0.1);
}

header.header .search .form-control {
  background-color: rgba(var(--white-rgb), 0.1);
}

header.header .search .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

header.header .search :is(.btn, .form-control) {
  border: 0;
}

header.header .main-navbar-wrapper {
  padding: 0;
  background-color: rgba(var(--white-rgb), 0.1);
}

header.header .main-navbar-wrapper .navbar-collapse {
  padding: 0;
  position: relative;
}

.dropdown-item a {
  display: inline !important;
  padding: 0 !important;
  color: var(--heading-color) !important;
  font-weight: 400 !important;
  font-size: 14px;
}

header.header .navbar-nav a {
  font-size: 16px;
  display: inline-block;
  color: rgba(var(--white-rgb), 0.9);
  padding: 1rem 1.25rem !important;
  font-weight: 500;
}

header.header .navbar-nav>li>a.pr-4 {
  padding: 1rem 1.25rem !important;
}

header.header .navbar-nav a:hover {
  text-decoration: none;
}

header.header .dropdown-item:is(:active, .active) {
  background-color: #ccc;
}

.master-breadcrumb {
  background-color: rgb(var(--primary-rgb));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.master-breadcrumb .breadcrumb {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  background-color: transparent;
}

header.header .topbar .ml-auto {
  margin: auto 0 !important;
}

.primary-content .alert-info:has(form) {
  background-color: rgb(var(--primary-rgb));
  border: 1px solid rgb(var(--primary-rgb));
}

.primary-content .alert-info:has(form) .col-form-label {
  color: rgb(var(--white-rgb));
}

.primary-content .alert-info:has(form) .btn {
  background-color: rgb(var(--info-rgb));
  border-color: rgb(var(--info-rgb));
  color: rgb(var(--white-rgb));
}

.primary-content .mw-540:is(.mc-promo-manage, .mc-promo-login) {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.primary-content .mw-540.card h6.h3 {
  margin-bottom: 0.27rem;
}

.primary-content .mw-540.card {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.primary-content .card.mw-750,
.primary-content .mw-750:is(.mc-promo-manage, .mc-promo-login) {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.primary-content .card-body,
:is(.primary-content :is(.mc-promo-manage, .mc-promo-login), :is(.mc-promo-manage, .mc-promo-login) .primary-content) .content {
  padding: 20px;
}

.intl-tel-input .country-list .country {
  font-size: 13px;
}

@media (min-width: 768px) {

  .primary-content .card-body.extra-padding,
  :is(.primary-content :is(.mc-promo-manage, .mc-promo-login), :is(.mc-promo-manage, .mc-promo-login) .primary-content) .extra-padding.content {
    padding: 1.5rem;
  }  
  header.header .navbar-nav>li:first-child>a.pr-4 {
    padding-left: 0 !important;
  }
}

@media (min-width: 1200px) {

  .primary-content .card-body.extra-padding,
  :is(.primary-content :is(.mc-promo-manage, .mc-promo-login), :is(.mc-promo-manage, .mc-promo-login) .primary-content) .extra-padding.content {
    padding: 2rem;
  }
}

.primary-content :is(.card-title, .promo-container .header h3, :is(.mc-promo-manage, .mc-promo-login) .panel-heading h3),
.promo-container .header .primary-content h3,
:is(.mc-promo-manage, .mc-promo-login) .panel-heading .primary-content h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 19px;
}

.primary-content p {
  color: var(--text-muted);
  font-size: 14px;
}

.primary-content:has(.select-account) .card-body {
  padding: 0;
}

.primary-content:has(.select-account) .card-body>p:first-child {
  margin-bottom: 0;
  font-weight: 500;
  padding: 15px 20px;
  font-size: 15px;
}

footer.footer {
  margin: 0;
  margin-top: auto;
  padding: 10px 0 20px;
  background-color: rgb(var(--white-rgb));
  font-size: 0.9rem;
  border-top: 1px solid var(--border-color)
}


footer.footer .btn {
  background-color: rgba(var(--white-rgb), 0.1);
  font-size: 14px;
  line-height: 1.75rem;
  padding: 0 10px;
  color: #5e636e;
}

footer.footer .btn-icon {
  padding: 0;
  width: 1.75rem;
  height: 1.75rem;
}

footer.footer .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #5e636e;
}

footer.footer .dropdown-item {
  font-size: 0.9em;
}

footer.footer .copyright {
  font-size: 0.85rem;
  text-align: center;
  width: 100%;
  display: inline-block;
  color: #5e636e;

}

footer.footer .notices {
  margin: 30px 0;
  font-size: 0.85rem;
  text-align: center;
}

:is(.card, .mc-promo-manage, .mc-promo-login) .show-on-card-hover {
  opacity: 0;
  transition: all 0.5s ease;
}

.card:hover .show-on-card-hover,
.mc-promo-manage:hover .show-on-card-hover,
.mc-promo-login:hover .show-on-card-hover {
  opacity: 1;
}

h1 .show-on-hover,
h2 .show-on-hover,
h3 .show-on-hover,
h4 .show-on-hover,
h5 .show-on-hover,
h6 .show-on-hover {
  opacity: 0;
  transition: all 0.5s ease;
}

h1:hover .show-on-hover,
h2:hover .show-on-hover,
h3:hover .show-on-hover,
h4:hover .show-on-hover,
h5:hover .show-on-hover,
h6:hover .show-on-hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .btn-return-to-admin {
    position: fixed !important;
    top: 425px;
    right: 0;
    padding: 5px 15px !important;
    background-color: #d7d7d7 !important;
    color: #777 !important;
    font-size: 0.9rem !important;
    border-radius: 0 0 3px 3px !important;
    text-decoration: none;
    transform: rotate(90deg);
    transform-origin: top right;
    z-index: 500;
  }

  .btn-return-to-admin:hover {
    background-color: #cdcdcd !important;
    color: #444 !important;
    text-decoration: none;
  }
}

.btn-return-to-admin .floating {
  position: fixed !important;
  top: 425px;
  right: 0;
  padding: 5px 15px !important;
  background-color: #d7d7d7 !important;
  color: #777 !important;
  font-size: 0.9rem !important;
  border-radius: 0 0 3px 3px !important;
  text-decoration: none;
  transform: rotate(90deg);
  transform-origin: top right;
  z-index: 500;
}

.btn-return-to-admin .floating:hover {
  background-color: #cdcdcd !important;
  color: #444 !important;
  text-decoration: none;
}

.form-control:focus {
  box-shadow: none;
}

.input-group .btn-reveal-pw {
  border-left: 0;
}

.input-group .btn-reveal-pw:hover,
.input-group .btn-reveal-pw:active {
  background-color: rgb(var(--white-rgb));
  color: rgb(var(--primary-rgb));
  border-color: #ccc;
}

.modal .modal-dialog {
  max-width: 700px;
}

.modal .modal-header {
  background-color: rgba(var(--primary-rgb), 0.1);
}

.modal-localisation .modal-content {
  background-color: rgba(var(--primary-rgb), 0.6);
  backdrop-filter: blur(20px);
}

.modal-localisation .modal-body {
  background: url("../img/worldmap.png");
  background-size: cover;
}

.modal-localisation .modal-footer {
  border: 0;
  display: block;
}

.modal-localisation .modal-footer .btn {
  width: 100%;
}

.modal-localisation .h5 {
  color: rgb(var(--white-rgb));
  padding-top: 0 !important;
  margin-bottom: 0px;
}

.modal-localisation .item-selector .item {
  font-size: 13px;
  font-weight: 300;
  display: block;
  margin: 3px 0;
  padding: 5px;
  text-align: center;
  border: 1px solid rgba(var(--white-rgb), 0.25);
  border-radius: 5px;
  color: #eee;
  text-decoration: none;
}

.modal-localisation .item-selector .item:hover {
  background-color: rgb(var(--white-rgb));
  color: var(--heading-color);
}

.modal-localisation .item-selector .item.active {
  background-color: rgb(var(--white-rgb));
  border-color: rgba(var(--white-rgb), 0.2);
  color: #444;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.network-issue-alert {
  padding: 9px 10px;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  font-size: 0.9rem;
}

.form-check-inline {
  display: inline-block;
}

#frmSingleSignOn :is(#ssoStatusTextEnabled, #ssoStatusTextDisabled) {
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .licensing-verification h3 {
    font-size: 1.4em;
  }
}

@media (max-width: 767.98px) {
  .licensing-verification h3 {
    font-size: 1em;
  }
}

@media (max-width: 991.98px) {
  .licensing-verification h2 {
    font-size: 1.7em;
  }
}

@media (max-width: 767.98px) {
  .licensing-verification h2 {
    font-size: 1.2em;
  }
}

.licensing-verification .secondary-input-submit {
  display: none;
}

@media (max-width: 767.98px) {
  .licensing-verification .input-group .input-group-append {
    display: none;
  }

  .licensing-verification .input-group input {
    border-radius: 0 6px 6px 0 !important;
  }

  .licensing-verification .secondary-input-submit {
    display: block;
    padding-top: 0.5em;
  }
}

.input-group-xs> :is(.form-control:not(textarea), .custom-select) {
  height: calc(1.25em + 0.5rem + 2px);
}

.input-group-xs> :is(.form-control, .custom-select),
.input-group-xs> :is(.input-group-prepend, .input-group-append)> :is(.input-group-text, .btn) {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 0.2rem;
}

.input-group-xs>.custom-select {
  padding-right: 1.75rem;
}

.input-group:has(input[type="password"]) .btn-reveal-pw .fa-eye:before {
  content: "\f070";
}

.btn-default {
  color: #333;
  background-color: rgb(var(--white-rgb));
  border-color: var(--border-color);
  outline: 0;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
  background-color: #eff2f7;
  border-color: #eff2f7;
}

.input-group-append :is(.btn-default, .btn-default:is(:hover, :focus, :active, :active:focus)) {
  border-color: #e5e5e5;
  box-shadow: none;
}

.input-group-append :is(.btn-default, .btn-default:is(:hover, :focus, :active, :active:focus)) {
  border-color: #e5e5e5;
  box-shadow: none;
  font-size: 13px !important;
  height: 38px !important;
}

.login-form .input-group-append :is(.btn-default, .login-form .btn-default:is(:hover, :focus, :active, :active:focus)) {
  border-color: #e5e5e5;
  box-shadow: none;
  font-size: 14px !important;
  height: 38px !important;
}

.card-accent-emerald .input-group-append :is(.btn-default, .btn-default:is(:hover, :focus, :active, :active:focus)) {
  border-color: #e5e5e5;
  box-shadow: none;
  background-color: rgb(var(--white-rgb));
  font-size: 14px !important;
  height: 38px !important;
}


.btn-default:is(:focus, .focus) {
  box-shadow: 0 0 0 0.2rem #f2f4f5;
  background-color: #f2f4f5;
  border-color: #f2f4f5;
}

.btn-default:is(:active, .active),
.open>.dropdown-toggle.btn-default {
  color: rgb(var(--white-rgb));
  background-color: rgb(var(--primary-rgb));
  background-image: none;
  border-color: rgb(var(--primary-rgb));
}

.btn-default.disabled {
  border-color: #ccc;
}

.btn-default:is(.disabled, [disabled]):is(:hover, :focus, .focus),
fieldset[disabled] .btn-default:is(:hover, :focus, .focus) {
  background-color: rgb(var(--white-rgb)) !important;
  border-color: #ccc !important;
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.modal-header>.close {
  color: inherit;
  outline: 0;
}

/**
 * -------------------------
 * Colors
 * -------------------------
 */
.card-accent-gold {
  border-top: 3px solid #f0ad4e;
}

.card-accent-green {
  border-top-width: 3px !important;
  border: 1px solid rgb(var(--success-rgb));
}

.card-accent-red {
  border-top: 3px solid #d9534f;
}

.card-accent-blue {
  border-top: 3px solid #5bc0de;
}

.card-accent-orange {
  border-top: 3px solid #ff6600;
}

.card-accent-pink {
  border-top: 3px solid #e671b8;
}

.card-accent-purple {
  border-top: 3px solid #7b4f9d;
}

.card-accent-lime {
  border-top: 3px solid #8cbf26;
}

.card-accent-magenta {
  border-top: 3px solid #ff0097;
}

.card-accent-teal {
  border-top-width: 3px !important;
  border: 1px solid rgb(74, 201, 189);
}

.card-accent-turquoise {
  border-top: 3px solid #1abc9c;
}

.card-accent-emerald {
  border-top: 3px solid #2ecc71;
}

.card-accent-amethyst {
  border-top: 3px solid #9b59b6;
}

.card-accent-wet-asphalt {
  border-top: 3px solid #004258;
}

.card-accent-midnight-blue {
  border-top-width: 3px !important;
  border: 1px solid rgb(var(--primary-rgb));
}

.card-accent-sun-flower {
  border-top-width: 3px !important;
  border: 1px solid #f1c40f;
}

.card-accent-pomegranate {
  border-top-width: 3px !important;
  border: 1px solid #c0392b;
}

.card-accent-silver {
  border-top-width: 3px !important;
  border: 1px solid #bdc3c7;
}

.card-accent-asbestos {
  border-top-width: 3px !important;
  border: 1px solid #7f8c8d;
}

.bg-color-gold {
  background-color: #f0ad4e !important;
}

.bg-color-green {
  background-color: #5cb85c;
}

.bg-color-red {
  background-color: #d9534f;
}

.bg-color-blue {
  background-color: #5bc0de;
}

.bg-color-orange {
  background-color: #ff6600;
}

.bg-color-pink {
  background-color: #e671b8;
}

.bg-color-purple {
  background-color: #7b4f9d;
}

.bg-color-lime {
  background-color: #8cbf26;
}

.bg-color-magenta {
  background-color: #ff0097;
}

.bg-color-teal {
  background-color: rgb(74, 201, 189) !important;
}

.bg-color-turquoise {
  background-color: #1abc9c;
}

.bg-color-emerald {
  background-color: #2ecc71;
}

.bg-color-amethyst {
  background-color: #9b59b6;
}

.bg-color-wet-asphalt {
  background-color: #004258;
}

.bg-color-midnight-blue {
  background-color: #2c3e50;
}

.bg-color-sun-flower {
  background-color: #f1c40f;
}

.bg-color-pomegranate {
  background-color: #c0392b;
}

.bg-color-silver {
  background-color: #bdc3c7;
}

.bg-color-asbestos {
  background-color: #7f8c8d !important;
}

.label-default {
  background-color: #666;
}

.label-success {
  background-color: #5cb85c;
}

.label-info {
  background-color: #5bc0de;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-danger {
  background-color: #d9534f;
}

.status-pending {
  background-color: #d9534f;
}

.status-pending-transfer {
  background-color: #f0ad4e;
}

.status-active,
.status-open,
.status-completed {
  background-color: #5cb85c;
}

.status-suspended {
  background-color: #f0ad4e;
}

.status-customer-reply {
  background-color: #ff6600;
}

.status-fraud {
  background-color: #000;
}

.status-answered {
  background-color: #7b4f9d;
}

.status-expired,
.status-transferred-away {
  background-color: #004258;
}

.status-pending-registration,
.status-redemption,
.status-grace {
  background-color: #ff6600;
}

.status-terminated {
  background-color: #666;
}

.status-onhold {
  background-color: rgb(var(--primary-rgb));
}

.status-inprogress {
  background-color: #c0392b;
}

.status-closed {
  background-color: #87939f;
}

.status-paid {
  background-color: #5cb85c;
}

.status-unpaid {
  background-color: #d9534f;
}

.status-cancelled {
  background-color: #87939f;
}

.status-collections {
  background-color: #2c3e50;
}

.status-refunded {
  background-color: #f0ad4e;
}

.status-payment-pending {
  background-color: rgb(var(--primary-rgb));
}

.status-delivered {
  background-color: rgb(var(--primary-rgb));
}

.status-accepted {
  background-color: #5cb85c;
}

.status-lost,
.status-dead {
  background-color: #000;
}

.requestor-type-operator {
  background-color: #5bc0de;
}

.requestor-type-owner {
  background-color: #5cb85c;
}

.requestor-type-authorizeduser {
  background-color: #666;
}

.requestor-type-registereduser {
  background-color: #f0ad4e;
}

.requestor-type-subaccount {
  background-color: #666;
}

.requestor-type-guest {
  background-color: #87939f;
}

.responsive-tabs-sm-connector {
  display: none;
}

.responsive-tabs-sm .nav-item a {
  margin-right: 2px;
}

.responsive-tabs-sm .nav-item a:hover {
  background-color: #f7f7f7;
  border-bottom: 0;
}

@media (max-width: 767.98px) {
  .responsive-tabs-sm {
    border-left: 1px solid var(--border-color);
    background: rgb(var(--white-rgb));
    width: 90%;
    border-top: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    border-bottom: 0;
    margin-right: 0;
    border-radius: 4px 4px 4px 0;
  }

  .responsive-tabs-sm .nav-item {
    margin-left: 5px;
    margin-right: 0 !important;
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid var(--border-color) !important;
  }

  .responsive-tabs-sm .nav-item a {
    padding: 7px 15px !important;
    width: 100%;
    border: 0;
    border-bottom: 0 !important;
    border-radius: 0 !important;
  }

  .responsive-tabs-sm .nav-item a.active {
    border: 0;
    background-color: rgb(var(--white-rgb)) !important;
    font-weight: bold;
  }

  .responsive-tabs-sm .nav-item:first-child a {
    border-radius: 0 4px 0 0 !important;
  }

  .responsive-tabs-sm .nav-item:last-child {
    border-radius: 0 0 4px 0 !important;
  }

  .responsive-tabs-sm .nav-item:last-child a {
    border-radius: 0 0 4px 0 !important;
  }

  .responsive-tabs-sm-connector {
    display: block;
  }

  .responsive-tabs-sm-connector .channel {
    float: left;
    background: rgb(var(--white-rgb));
    width: 6px;
    height: 5px;
    border-right: 1px solid var(--border-color);
  }

  .responsive-tabs-sm-connector .bottom-border {
    margin-left: 5px;
    height: 5px;
    border-bottom: 1px solid var(--border-color);
  }

  .responsive-tabs-sm-connector.store .channel {
    border-left: 1px solid var(--border-color);
  }
}

.pagination {
  font-size: 0.8em;
}

.pagination>.active> :is(a, span, :is(a, span):is(:hover, :focus)) {
  color: white;
}

.sidebar .card-title,
.sidebar .promo-container .header h3,
.promo-container .header .sidebar h3,
.sidebar .mc-promo-manage .panel-heading h3,
.mc-promo-manage .panel-heading .sidebar h3,
.sidebar .mc-promo-login .panel-heading h3,
.mc-promo-login .panel-heading .sidebar h3 {
  font-size: 15px;
}

.sidebar .card-title .btn-sm,
.sidebar .promo-container .header h3 .btn-sm,
.promo-container .header .sidebar h3 .btn-sm,
.sidebar .mc-promo-manage .panel-heading h3 .btn-sm,
.mc-promo-manage .panel-heading .sidebar h3 .btn-sm,
.sidebar .mc-promo-login .panel-heading h3 .btn-sm,
.mc-promo-login .panel-heading .sidebar h3 .btn-sm,
.sidebar .card-title .btn-group-sm>.btn,
.sidebar .promo-container .header h3 .btn-group-sm>.btn,
.promo-container .header .sidebar h3 .btn-group-sm>.btn,
.sidebar .mc-promo-manage .panel-heading h3 .btn-group-sm>.btn,
.mc-promo-manage .panel-heading .sidebar h3 .btn-group-sm>.btn,
.sidebar .mc-promo-login .panel-heading h3 .btn-group-sm>.btn,
.mc-promo-login .panel-heading .sidebar h3 .btn-group-sm>.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.sidebar .card-collapsable>.card-header {
  cursor: pointer;
}

.sidebar .card-collapsable>.card-body-collapsed {
  display: none;
}

:is(.cart-sidebar, .sidebar) .card-sidebar .card-minimise {
  cursor: pointer;
}

:is(.cart-sidebar, .sidebar) .card-header {
  position: relative;
}

.card-sidebar .ticket-details-children .title {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  color: var(--heading-color);
}

.card-sidebar .ticket-details-children:hover .title {
  color: rgb(var(--white-rgb));
}

:is(.cart-sidebar, .sidebar) .card-sidebar .card-minimise::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

:is(.cart-sidebar, .sidebar) .card-sidebar .card-minimise.minimised.fa-chevron-up::before {
  content: "\f078";
}

:is(.cart-sidebar, .sidebar) .card-sidebar .panel-title {
  font-size: 16px;
  margin: 0;
}

:is(.cart-sidebar, .sidebar) .list-group {
  font-size: 0.845rem;
}

:is(.cart-sidebar, .sidebar) .list-group-item {
  padding: 8px 15px;
  border-color: #f5f5f5;
}

:is(.cart-sidebar, .sidebar) .list-group-item .badge {
  padding: 6px 0px 3px;
  width: 24px;
  text-align: center;
  background-color: rgb(247 131 38 / 10%);
  color: rgb(var(--secondary-rgb));
}

:is(.cart-sidebar, .sidebar) .list-group-item:hover .badge,
:is(.cart-sidebar, .sidebar) .list-group-item.active .badge {
  background-color: rgb(var(--white-rgb));
}

:is(.cart-sidebar, .sidebar) .list-group-item:is(.active, .active:is(:hover, :focus)) {
  background-color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb)) !important;
  color: rgb(var(--white-rgb));
}

:is(.cart-sidebar, .sidebar) .list-group-item>i.far.fa-circle {
  color: #666;
}

:is(.cart-sidebar, .sidebar) .list-group-item:hover>i.far.fa-circle {
  color: rgb(var(--white-rgb));
}

:is(.cart-sidebar, .sidebar) .validation-status-label {
  font-size: initial;
}

:is(.cart-sidebar, .sidebar) .validation-submit-div {
  margin-top: 1em;
}

:is(.cart-sidebar, .sidebar) .validation-status-container {
  text-align: center;
}

:is(.cart-sidebar, .sidebar) div[menuitemname="Why Security Questions"] .card-body {
  font-size: 0.9em;
}

:is(.cart-sidebar, .sidebar) .list-group {
  border-radius: 0;
}

.home-domain-search h2 {
  margin: 0;
  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.15);
  line-height: 1.25;
  font-weight: 600;
  font-size: 47px;
  color: rgba(var(--white-rgb), 0.9);
}

form#frmConfigureDomains {
  border: 1px solid var(--border-color);
  padding: 20px;
}

#order-standard_cart .sub-heading,
#order-standard_cart .field,
#order-standard_cart .form-control {
  border-color: var(--border-color) !important;
}

#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span {
  top: -18px !important;
  border: 1px solid var(--border-color);
  background: rgba(222 226 230, 0.5) !important;
  color: #495057 !important;
  font-weight: 500;
  font-size: 14px !important;
  padding: 5px 17px !important;
  border-radius: 0.3rem;
}

#order-standard_cart .prepend-icon .field {
  border: 1px solid var(--border-color) !important;
}

#order-standard_cart .prepend-icon .field:focus {
  border: 1px solid rgb(var(--primary-rgb)) !important;
}

.home-domain-search .tld-logos {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.25em;
  color: #0dcaf0;
  font-weight: 500;
  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.15);
}

.home-domain-search :is(.btn.btn-link, .btn.btn-link:is(:hover, :focus)) {
  color: rgb(var(--white-rgb));
  background-color: rgba(var(--white-rgb), 0.1);
}

.spotlight-tld .btn:not(.domain-contact-support) {
  margin: 0 auto;
  background-color: rgb(var(--primary-rgb)) !important;
  border-color: rgb(var(--primary-rgb)) !important;
}

.spotlight-tld {
  border: 1px solid var(--border-color) !important;
  height: inherit !important;
}

.suggested-domains {
  border: 1px solid var(--border-color);
  margin-bottom: 15px;
}

.suggested-domains .panel-footer {
  border-top: 0 !important;
}

.suggested-domains .promo.hot {
  padding: 0px 8px;
  display: inline-block !important;
  font-size: 11px;
  border-radius: 3px;
  line-height: 15px;
}

.domain-available.domain-checker-available {
  font-size: 26px;
}

.secondary-cart-body .product-info .product-title {
  font-weight: 500;
}

.primary-content p {
  color: #343a40;
}

#order-standard_cart .product-info {
  border: 1px solid var(--border-color) !important;
  padding: 20px;
  background-color: rgba(var(--primary-rgb), 0.1) !important;
}

.domain-checker-available {
  color: #1a202c;
}

.domain-checker-result-headline .domain-price {
  font-size: 26px !important;
  color: #1a202c;
  font-weight: 800;
}

#searchDomainInfo .domain-price .price {
  font-size: 30px;
  font-weight: 600;
}

.home-domain-search .tld-logos li {
  float: left;
  padding: 0 25px 0 0;
}

.home-domain-search .tld-logos img {
  height: 30px;
  filter: invert(1);
  width: inherit;
}

.home-domain-search .input-group-wrapper {
  margin: 25px 0;
  padding: 6px;
  background-color: rgb(var(--white-rgb));
  border: 1px solid var(--border-color);
  border-radius: 0.3rem;
}

@media (min-width: 1400px) {
  .home-domain-search.bg-white .container {
    width: 900px;
  }
}

.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;
  border-radius: .25rem !important;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .card-columns.home {
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card-columns.home {
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-columns.home {
    -moz-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 1200px) {
  .card-columns.home {
    -moz-column-count: 3;
    column-count: 3;
  }
}

@media (max-width: 767.98px) {
  .home-domain-search .p-5:first-child {
    padding: 1rem !important;
  }

  .home-domain-search .input-group-wrapper {
    margin-bottom: 1rem;
  }

  .home-domain-search .tld-logos {
    margin-top: 1rem;
  }
}

@media (min-width: 1200px) {
  .card-columns.home .card .card-body.p-xl-5 {
    padding: 2rem !important;
  }
}

:is(.card-columns.home .card, #order-standard_cart .products .product):hover {
  box-shadow: 0 0.5rem 1rem rgb(0, 0, 0, 0.15);
}

.card-columns.home .card:hover::before {
  box-shadow: 0px 0px 0px 2px rgb(var(--primary-rgb));
}

.card-columns.home .card .btn-outline-primary,
.announcements .announcement .btn-default {
  color: rgb(var(--white-rgb));
  display: inline;
  border: 1px solid rgb(var(--primary-rgb));
  background: linear-gradient(to right, rgb(var(--primary-rgb)) 0%, rgb(var(--blue-rgb)) 100%);

}

.card-columns.home .card .btn-outline-primary:is(:hover, :focus, :active),
.announcements .announcement .btn-default:is(:hover, :focus, :active) {
  color: rgb(var(--white-rgb));
  border-color: rgb(var(--primary-rgb));
  background-color: rgb(var(--primary-rgb));
}

.card-columns.home .card .btn-outline-primary:is(:focus, .focus),
.announcements .announcement .btn-default:is(:focus, .focus) {
  box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.2);
}

.action-icon-btns a {
  margin: 0 0 10px 0;
  padding: 15px;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: initial;
  text-decoration: none;
  background-color: rgb(var(--white-rgb));
  border-radius: .25rem;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.action-icon-btns a .ico-container {
  margin: 0px auto;
  line-height: 55px;
  font-size: 1.6em;
  text-align: center;
  color: var(--text-muted);
  transition: all 0.15s ease;
}

.action-icon-btns a .ico-container i {
  color: rgb(var(--primary-rgb));
  padding: 12px;
  background-color: rgba(var(--primary-rgb), 0.1);
  border-radius: 50%;
  font-size: 20px;
  width: 2.3em;
}

.action-icon-btns a.card-accent-teal .ico-container i {
  color: rgb(74, 201, 189);
  background-color: rgb(74, 201, 189, 0.2);
}

.action-icon-btns a.card-accent-pomegranate .ico-container i {
  color: #c0392b;
  background-color: rgba(192, 57, 43, 0.2);
}

.action-icon-btns a.card-accent-sun-flower .ico-container i {
  color: #f1c40f;
  background-color: rgba(241, 196, 15, 0.2);
}

.action-icon-btns a.card-accent-green .ico-container i {
  color: #17ca68;
  background-color: rgba(var(--success-rgb), 0.2);
}

.action-icon-btns a.card-accent-asbestos .ico-container i {
  color: #7f8c8d;
  background-color: rgba(127, 140, 141, 0.2);
}

.action-icon-btns a:hover .ico-container i {
  background-color: rgb(var(--white-rgb));
}

.action-icon-btns a:hover .ico-container {
  font-size: 1.6em;
}

.action-icon-btns a::before {
  content: "";
  height: 20px;
  width: 20px;
  background-color: rgb(var(--primary-rgb));
  position: absolute;
  bottom: -30px;
  right: -30px;
  border-radius: 50%;
  transition: transform ease 0.35s;
  z-index: -1;
}

.action-icon-btns :is(a:hover, a:hover .ico-container) {
  color: rgb(var(--white-rgb));
}

.action-icon-btns a:hover::before {
  transform: scale(30);
}

.action-icon-btns a.card-accent-teal::before {
  background-color: rgb(74, 201, 189);
}

.action-icon-btns a.card-accent-pomegranate::before {
  background-color: #c0392b;
}

.action-icon-btns a.card-accent-sun-flower::before {
  background-color: #f1c40f;
}

.action-icon-btns a.card-accent-asbestos::before {
  background-color: #7f8c8d;
}

.action-icon-btns a.card-accent-green::before {
  background-color: rgb(var(--success-rgb));
}

.action-icon-btns a.card-accent-midnight-blue::before {
  background-color: rgb(var(--primary-rgb));
}

.client-home-cards .card,
.client-home-cards .mc-promo-manage,
.client-home-cards .mc-promo-login {
  font-size: 0.9em;
}

.client-home-cards .card {
  margin-bottom: 1rem;
}

.client-home-cards {
  margin-top: 40px;
}

.client-home-cards .card-title>i {
  padding: 10px;
  background: #f0ad4e;
  border-radius: 50%;
  color: rgb(var(--white-rgb));
  font-weight: 300;
  width: 2.2rem;
  display: inline-flex;
  height: 2.2rem;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 5px rgb(240 173 78 / 30%);
  font-size: 14px;
}

.primary-content .tiles {
  margin-top: 30px;
}

.client-home-cards .card-accent-gold .card-footer {
  background-color: rgb(240 173 78 / 10%);
}

.client-home-cards .card-accent-blue .card-footer {
  background-color: rgba(91, 192, 222, 0.1);
}

.client-home-cards .card-accent-emerald .card-footer {
  background-color: rgba(46, 204, 113, 0.1);
}

.client-home-cards .card-accent-asbestos .card-footer {
  background-color: rgba(127, 140, 141, 0.1);
}

.client-home-cards .card-accent-teal .card-footer {
  background-color: rgba(74, 201, 189, 0.1);
}

.client-home-cards .card-accent-gold {
  border-color: rgb(240 173 78);
}

.client-home-cards .card-accent-blue {
  border-color: rgb(91, 192, 222);
}

.client-home-cards .card-accent-emerald {
  border-color: rgb(46, 204, 113);
}

.client-home-cards .card-accent-asbestos {
  border-color: rgb(127, 140, 141);
}

.client-home-cards .card-accent-blue .card-title>i {
  background: #5bc0de;
  box-shadow: 0 0 0 5px rgba(91, 192, 222, 0.3);
}

.client-home-cards .card-accent-emerald .card-title>i {
  background: #2ecc71;
  box-shadow: 0 0 0 5px rgba(46, 204, 113, 0.3);
}

.client-home-cards .card-accent-asbestos .card-title>i {
  background: #7f8c8d;
  box-shadow: 0 0 0 5px rgba(127, 140, 141, 0.3);
}

.client-home-cards .card-accent-teal .card-title>i {
  background: rgb(74, 201, 189);
  box-shadow: 0 0 0 5px rgba(74, 201, 189, 0.3);
}

.client-home-cards .card-header {
  background-color: rgb(var(--white-rgb));
  border-bottom: 0;
  font-weight: bold;
}

.client-home-cards .card-header .btn {
  color: rgb(var(--white-rgb)) !important;
  border: 0;
}

.client-home-cards .card-header .btn.btn-default:focus {
  color: #333;
}

.client-home-cards .card-header .btn:hover {
  color: #000;
}

.client-home-cards .card-title,
:is(.client-home-cards:is(.promo-container .header, .mc-promo-manage .panel-heading, .mc-promo-login .panel-heading), .promo-container .header .client-home-cards, .mc-promo-manage .panel-heading .client-home-cards, .mc-promo-login .panel-heading .client-home-cards) h3 {
  font-size: 16px;
}

.btn-default:hover {
  background-color: #f2f4f5;
  border-color: #f2f4f5;
}

.client-home-cards .card-body,
:is(.client-home-cards :is(.mc-promo-manage, .mc-promo-login), :is(.mc-promo-manage, .mc-promo-login) .client-home-cards) .content {
  padding: 0;
  max-height: 170px;
  overflow: auto;
}

.client-home-cards .card-body p,
:is(.client-home-cards :is(.mc-promo-manage, .mc-promo-login), :is(.mc-promo-manage, .mc-promo-login) .client-home-cards) .content p {
  padding: 10px 15px;
}

.client-home-cards .card-footer {
  border-top: 0;
}

.client-home-cards .list-group {
  max-height: 170px;
  overflow: auto;
  border-radius: 0;
  border-top: 1px solid var(--border-color) !important;
  border-bottom: 1px solid var(--border-color) !important;
}

.client-home-cards .list-group .list-group-item {
  padding: 10px 10px;
  border: 0;
  border-bottom: 1px solid var(--border-color);
}

.client-home-cards .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.client-home-cards small {
  color: #888;
}

.promotions-slider-control .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231c3965' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.promotions-slider-control .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231c3965' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/**
 * -------------------------
 * Client Homepage Tiles
 * -------------------------
 */

.tiles .tile {
  display: block;
  position: relative;
  padding: 12px 20px;
  background-color: rgb(var(--white-rgb));
  border: 1px solid var(--border-color);
  text-decoration: none;
  border-radius: 0.3rem;
  transition: all 0.3s ease;
}

@media (max-width: 424.98px) {
  .tiles div.col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .tiles div:not(:last-child)>.tile {
    margin-bottom: 10px;
  }
}

@media (min-width: 425px) and (max-width: 1199.98px) {
  .tiles div:is(:nth-child(1), :nth-child(2))>.tile {
    margin-bottom: 10px;
  }

  .tiles div:nth-of-type(odd)>.tile {
    margin-right: 10px;
  }
}

@media (min-width: 1200px) {
  .tiles> :first-child> :not(:last-child) .tile {
    margin-right: 10px;
  }
}

.tiles> :first-child> :first-child .tile {
  background: linear-gradient(to right, rgb(var(--primary-rgb)) 0%, rgb(38, 143, 230) 100%);
}

.tiles> :first-child> :first-child .tile:hover {
  background: rgb(var(--primary-rgb));
  opacity: 0.9;
}

.tiles> :first-child> :nth-child(2) .tile {
  background: linear-gradient(to right, rgb(var(--success-rgb)) 0%, rgba(var(--success-rgb), 0.9) 100%);
}

.tiles> :first-child> :nth-child(2) .tile i {
  border-color: rgb(var(--success-rgb));
}

.tiles> :first-child> :nth-child(2) .tile:hover {
  background-color: rgb(var(--success-rgb));
  opacity: 0.9;
}

.tiles> :first-child> :nth-child(3) .tile {
  background: linear-gradient(to right, rgb(var(--danger-rgb)) 0%, rgba(var(--danger-rgb), 0.9) 100%);
}

.tiles> :first-child> :nth-child(3) .tile i {
  border-color: rgb(var(--danger-rgb));
}

.tiles> :first-child> :nth-child(3) .tile:hover {
  background-color: rgb(var(--danger-rgb));
  opacity: 0.9;
}

.tiles> :first-child> :nth-child(4) .tile {
  background: linear-gradient(to right, rgb(var(--warning-rgb)) 0%, rgba(245, 177, 75, 0.9) 100%);
}

.tiles> :first-child> :nth-child(4) .tile i {
  border-color: rgb(var(--warning-rgb));
}

.tiles> :first-child> :nth-child(4) .tile:hover {
  background-color: rgb(var(--warning-rgb));
  opacity: 0.9;
}

.tiles> :first-child> :nth-child(3) .tile .fa-comments::before {
  content: "\f145";
}

.tiles> :first-child> :nth-child(4) .tile .fa-credit-card::before {
  content: "\f570";
}

.tiles .tile .stat {
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 1;
  color: rgb(var(--white-rgb));
  margin-top: 4px;
}

.tiles .tile .highlight {
  background-color: rgba(var(--white-rgb), 0.3);
}

.tiles .tile .title {
  font-weight: 600;
  color: rgb(var(--white-rgb));
  text-transform: capitalize;
  font-size: 15px;
}

.tiles .tile i {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 20px;
  line-height: 1;
  color: rgb(var(--white-rgb));
  height: 45px;
  width: 45px;
  background-color: rgba(var(--white-rgb), 0.2);
  border-radius: 50%;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 2px solid rgba(var(--primary-rgb), 0.5);
  box-shadow: 0 0 0 5px rgba(var(--white-rgb), 0.2);
}

.tiles .tile:hover i {
  font-size: 20px;
  color: rgb(var(--white-rgb));
}

.carousel-item.item {
  float: none;
}

.carousel-inner .carousel-item.item {
  float: left;
}

.twofa-setup .modal-body {
  min-height: 100px;
}

.twofa-setup .activation-msg {
  margin: 25px 0;
  padding: 15px;
  border: 1px dashed #ddd;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}

.twofa-setup .backup-code {
  margin: 20px auto;
  padding: 10px;
  background-color: #efefef;
  color: #444;
  text-align: center;
}

.twofa-module {
  margin: 10px 0;
  padding: 14px 20px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  cursor: pointer;
}

.twofa-module .col-radio {
  float: left;
  width: 35px;
  margin-top: 12px;
}

.twofa-module .col-logo {
  float: left;
  width: 80px;
  line-height: 40px;
  text-align: center;
}

.twofa-module .col-description {
  margin-left: 136px;
}

.twofa-module img {
  max-width: 100%;
  max-height: 40px;
}

.twofa-module.active {
  border-color: #337ab7;
}

/**
 * -------------------------
 * @section Client Notifications
 * -------------------------
 */
.popover-user-notifications {
  border-radius: 0;
  padding: 5px 10px;
  border-color: #ddd;
  min-width: 310px;
  font-family: 'Open Sans', sans-serif;
}

.popover-user-notifications .popover-body {
  padding: 0;
}

.popover-user-notifications ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.popover-user-notifications ul li {
  padding: 5px 0;
  min-height: 66px;
  border-bottom: 1px solid var(--border-color);
}

.popover-user-notifications ul li:last-child {
  border: 0;
}

.popover-user-notifications ul li a {
  display: block;
  padding: 10px 15px 10px 12px;
  text-decoration: none;
  color: #555;
  font-size: 0.95em;
}

.popover-user-notifications ul li a:hover {
  background-color: #f6f6f6;
}

.popover-user-notifications ul li i:is(.fas, .far) {
  float: left;
  padding-top: 6px;
  font-size: 21px;
}

.popover-user-notifications ul li i:is(.fas, .far).fa-check-circle {
  color: #5cb85c;
}

.popover-user-notifications ul li i:is(.fas, .far).fa-warning {
  color: #ecc317;
}

.popover-user-notifications ul li i:is(.fas, .far).fa-exclamation-circle {
  color: #ec2d45;
}

.popover-user-notifications ul li .message {
  margin-left: 40px;
}

.popover-user-notifications ul li.none {
  padding: 12px 0;
  min-height: auto;
  text-align: center;
  font-weight: bold;
}

#google-recaptcha-domainchecker {
  width: 304px;
  height: 78px;
  margin-top: 15px;
  margin-bottom: 15px;
}

#default-captcha-domainchecker {
  margin-top: 15px;
}

#default-captcha-domainchecker #inputCaptcha {
  width: 100px;
  border-radius: 4px;
}

.domainchecker-homepage-captcha #google-recaptcha-domainchecker {
  margin-bottom: -46px;
}

@media (max-width: 991px) {
  #google-recaptcha-domainchecker {
    padding-left: 2.5%;
  }

  #default-captcha-domainchecker {
    margin-bottom: -25px;
  }
}

@media (max-width: 736px) {
  #google-recaptcha-domainchecker {
    transform: scale(0.935);
    transform-origin: 0 0;
    -webkit-transform: scale(0.935);
    -webkit-transform-origin: 0 0;
  }
}

@media (max-width: 384px) {
  #google-recaptcha-domainchecker {
    transform: scale(0.96);
    transform-origin: 0 0;
  }

  .header.header .navbar .navbar-brand {
    margin-right: 0 !important;
  }

  .header.header .navbar .container {
    padding: 0;
  }

  .header.header .navbar {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 360px) {
  #google-recaptcha-domainchecker {
    transform: scale(0.89);
    transform-origin: 0 0;
  }
}

@media (max-width: 320px) {
  #google-recaptcha-domainchecker {
    padding-left: 13.5%;
    transform: scale(0.83);
    transform-origin: 0 0;
    -webkit-transform: scale(0.785);
    -webkit-transform-origin: 0 0;
  }
  #order-standard_cart .domain-promo-box .fa-4x {
    margin: 2px;
  }

  .navbar-nav .dropdown-menu {
    margin-inline-end: -10px;
  }
}

.captchaimage {
  margin: 0;
  padding: 3px 0 4px;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  text-align: right;
}

.verification-banner {
  margin: 0;
  padding: 10px;
  font-weight: 300;
  background-color: #ffffd2;
  border-bottom: 1px solid #eee;
  color: #333;
}

.verification-banner .btn.close {
  margin-top: 6px;
  background: rgb(240 173 78 / 30%);
  color: rgb(240 173 78 / 100%);
  font-size: 21px;
  text-shadow: none;
  padding: 6px;
}

.verification-banner .fas,
.verification-banner .fal,
.verification-banner .far {
  color: #f0ad4e;
  float: left;
  font-size: 24px;
}

@media (min-width: 768px) {
  .verification-banner .text {
    padding-top: 4px;
    padding-bottom: 0;
  }

  .verification-banner .btn {
    width: auto;
  }

  .verification-banner .button {
    float: right;
  }

  .verification-banner .fas,
  .verification-banner .fal,
  .verification-banner .far {
    font-size: 25px;
  }

  .verification-banner .btn {
    padding: 0.25rem 0.8rem;
  }
}

.verification-banner.email-verification .btn.btn-action,
.verification-banner.email-verification .btn.btn-action:active,
.verification-banner.email-verification .btn.btn-action[disabled]:hover {
  background-color: rgb(var(--secondary-rgb)) !important;
  border-color: rgb(var(--secondary-rgb)) !important;
  color: rgb(var(--white-rgb));
}

.btn-manage-permissions {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.btn-remove-user {
  margin-bottom: 0.25rem;
}

.verification-banner.user-validation i {
  margin-left: 0.11em;
}

/**
 * -------------------------
 * Markdown Editor
 * -------------------------
 */
.md-editor {
  border: 1px solid var(--border-color);
  border-radius: 3px;
}

.md-editor>.btn-toolbar {
  background-color: rgb(var(--white-rgb)) !important;
}

.md-editor>textarea.markdown-editor,
.md-editor>.md-preview {
  padding: 15px !important;
  border-top: 1px solid var(--border-color) !important;
  border-bottom: 1px solid var(--border-color) !important;
  background-color: rgb(var(--white-rgb)) !important;
}

div.md-editor.active {
  display: block;
  border: 1px solid var(--border-color);
  outline: 0;
  box-shadow: none;
}

.markdown-editor-status {
  padding: 2px 10px;
  font-size: 9pt;
  color: #959694;
  text-align: right;
}

.small-font {
  font-size: 0.9em;
}

/**
 * -------------------------
 * Markdown Content Formatting
 * -------------------------
 */
.md-preview h1,
.markdown-content h1 {
  font-size: 1.6em;
  color: #333;
}

.md-preview h2,
.markdown-content h2 {
  font-size: 1.4em;
  color: #333;
}

.md-preview h3,
.markdown-content h3 {
  font-size: 1.2em;
  color: #333;
}

.md-preview h4,
.markdown-content h4 {
  font-size: 1.1em;
  color: #333;
}

.md-preview pre,
.markdown-content pre {
  padding: 15px;
  background-color: #444;
  color: #f8f8f8;
  border: 0;
}

.md-preview pre code,
.markdown-content pre code {
  white-space: pre;
  word-break: normal;
  word-wrap: normal;
}

.md-preview blockquote,
.markdown-content blockquote {
  font-size: 1em;
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

.md-preview table,
.markdown-content table {
  margin: 10px 0;
  background-color: rgb(var(--white-rgb));
  border: 1px solid var(--border-color);
}

:is(.md-preview, .markdown-content) table>thead>tr>th {
  padding: 4px 10px;
  background-color: #f8f8f8;
  border: 1px solid var(--border-color);
  font-weight: bold;
  text-align: center;
}

.md-preview table>tbody>tr>td,
.markdown-content table>tbody>tr>td {
  padding: 3px 8px;
  border: 1px solid var(--border-color);
}

.store-order-container {
  margin: 0;
  padding: 0;
}

.store-order-container h2 {
  margin-top: 0;
}

.store-order-container .btn {
  padding: 10px 30px;
  font-size: 1.15em;
  font-weight: 300;
}

.store-order-container .store-domain-tabs {
  margin-top: 20px;
}

.store-order-container .store-domain-tabs li a {
  margin-right: 10px;
  padding: 7px 15px;
  background-color: #f9f9f9;
  border-bottom: 1px solid var(--border-color);
}

.store-order-container .store-domain-tabs li.active a {
  background-color: rgb(var(--white-rgb));
  border-bottom: 1px solid transparent;
}

.store-order-container .store-domain-tab-content {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid var(--border-color);
  border-top: 0;
}

.store-order-container .store-domain-tab-content a {
  text-decoration: underline;
}

.store-order-container .store-domain-tab-content a:hover {
  text-decoration: none;
}

.store-order-container .payment-term h4 {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .store-order-container .payment-term {
    float: right;
  }

  .store-order-container .payment-term h4 {
    margin-top: 0;
  }
}

.store-order-container .domain-validation {
  display: block;
  padding-top: 5px;
  font-size: 1.2em;
  font-weight: 300;
  color: #888;
}

.store-order-container .domain-validation.ok {
  color: #53a22d;
}

.store-promoted-product .icon {
  height: 200px;
  line-height: 200px;
  text-align: center;
  overflow: hidden;
}

.store-promoted-product .icon img {
  max-width: 100%;
  max-height: 100%;
}

.store-promoted-product ul.features {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  font-size: 1.1em;
  font-weight: 300;
}

.store-promoted-product ul.features li {
  float: left;
  width: 50%;
  margin-bottom: 5px;
}

.store-promoted-product ul.features li .fa:not(.fa-spinner) {
  font-size: 1.2em;
  color: #91c590;
  margin-left: 20px;
  margin-right: 10px;
}

.store-promoted-product .btn {
  margin-top: 10px;
  padding: 10px 30px;
  font-size: 1.2em;
  font-weight: 300;
}

/**
 * -------------------------
 * Promotional Content Formatting
 * -------------------------
 */
.promo-container {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 10px;
  background-color: rgb(var(--white-rgb));
}

.promo-container .header {
  padding: 20px;
}

.promo-container .header h3 {
  padding: 0;
  margin: 0 !important;
}

.promo-banner {
  margin: 0;
  padding: 15px 10px 20px 10px;
  background-color: rgb(var(--white-rgb));
  font-size: 1em;
  overflow: auto;
}

.promo-banner .content {
  margin-left: 185px;
}

@media (max-width: 767.98px) {
  .promo-banner .content {
    margin: 10px 0 0 0;
  }
}

.promo-banner .icon-left {
  text-align: center;
  width: 155px;
  float: left;
}

@media (max-width: 767.98px) {
  .promo-banner .icon-left {
    width: 90px;
    float: none;
  }
}

.promo-banner .icon-left img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 767.98px) {
  .promo-banner form {
    text-align: center;
  }
}

.promo-banner .icon {
  float: left;
  margin: 0 20px 0 0;
}

.promo-banner h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
}

.promo-banner h4 {
  font-size: 18px;
  font-weight: 300;
}

.promo-banner p {
  margin: 5px 0;
}

.promo-banner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.92em;
}

.promo-banner ul li {
  margin-bottom: 4px;
}

@media (min-width: 1200px) {
  .promo-banner ul li {
    width: 50%;
  }

  .promo-banner ul li.left {
    float: left;
  }

  .promo-banner ul li.right {
    float: right;
  }
}

.promo-banner .fa:not(.fa-spinner) {
  font-size: 1.2em;
  color: #91c590;
  margin-left: 20px;
  margin-right: 10px;
}

.promo-banner a {
  color: #ff6600;
  text-decoration: underline;
}

.promo-banner .btn {
  margin: 6px 0 0 0;
  padding: 8px 30px;
  background-color: #ff6600;
  border: 0;
  color: rgb(var(--white-rgb));
}

@media (max-width: 650px) {
  .promo-banner .icon {
    width: 100%;
    margin-bottom: 15px;
  }
}

.promo-banner-rounded {
  border-radius: 4px;
}

.promo-banner-slim {
  padding: 10px;
}

.promo-banner-slim .icon-left {
  width: 85px;
}

.promo-banner-slim .content {
  margin-left: 110px;
}

.promo-banner-slim h3 {
  font-size: 18px;
}

.promo-banner-slim h4 {
  font-size: 14px;
}

.promo-banner-slim .btn {
  margin: 0 20px 0 0;
  padding: 6px 20px;
}

.promo-banner.symantec {
  border-top: 3px solid #4da24c;
}

.promo-banner.symantec .btn {
  background-color: #4da24c;
}

.promo-banner.weebly {
  border-top: 3px solid #2990ea;
}

.promo-banner.weebly .btn {
  background-color: #2990ea;
}

.promo-banner.spamexperts {
  border-top: 3px solid #589ed7;
}

.promo-banner.spamexperts .btn {
  background-color: #589ed7;
}

.promo-banner-slim.weebly .icon-left {
  width: 160px;
}

.promo-banner-slim.weebly .content {
  margin-left: 185px;
}

.promo-banner.sitelock {
  border-top: 3px solid #f2952d;
}

.promo-banner.sitelock .btn {
  background-color: #f2952d;
}

.promo-banner.codeguard {
  border-top: 3px solid #a9cc5f;
}

.promo-banner.codeguard a {
  color: #a9cc5f;
}

.promo-banner.codeguard .btn {
  background-color: #a9cc5f;
}

.promo-banner.sitelockvpn {
  border-top: 3px solid #555;
}

.promo-banner.sitelockvpn .btn {
  background-color: #555;
}

.promo-banner.marketgoo {
  border-top: 3px solid #3090e0;
}

.promo-banner.marketgoo .btn {
  background-color: #3090e0;
}

.promo-banner.ox {
  border-top: 3px solid #666;
}

.promo-banner.ox a {
  color: #666;
}

.promo-banner.ox .btn {
  background-color: #666;
}

.promo-banner.sitebuilder {
  border-top: 3px solid #ff3377;
}

.promo-banner.sitebuilder a {
  color: #ff3377;
}

.promo-banner.sitebuilder .btn {
  background-color: #ff3377;
}

.mc-panel-promo {
  font-size: 0.95em;
}

.mc-panel-promo img {
  display: block;
  margin: 0 auto 6px;
  max-width: 90%;
  max-height: 87px;
}

/**
 * -------------------------
 * MarketConnect Service SSO
 * -------------------------
 */
.panel-mc-sso {
  padding: 0 10px 10px 10px;
}

.panel-mc-sso img {
  max-width: 100%;
  max-height: 120px;
}

.panel-mc-sso .row {
  margin-left: -5px;
  margin-right: -5px;
}

.panel-mc-sso .col-sm-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.panel-mc-sso .form-control,
.panel-mc-sso .btn,
.panel-mc-sso small {
  margin-top: 5px;
}

.panel-mc-sso small {
  display: block;
}

.social-signin-btns {
  text-align: center;
}

.social-signin-btns .btn {
  margin-bottom: 5px;
  padding-left: 1rem;
}

.btn-social {
  position: relative;
  /* padding-left: 44px; */
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-social i.fas,
.btn-social i.far {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding-right: 2px;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid var(--black-2);
}

.btn-facebook {
  color: rgb(var(--white-rgb));
  background-color: #4267b2;
  border-color: var(--black-2);
}

.btn-facebook:is(:hover, :focus, :active, .active),
.open .dropdown-toggle.btn-facebook {
  color: rgb(var(--white-rgb));
  background-color: #30487b;
  border-color: var(--black-2);
}

.btn-facebook:is(:active, .active),
.open .dropdown-toggle.btn-facebook {
  background-image: none;
}

.btn-facebook:is(.disabled, [disabled]),
fieldset[disabled] .btn-facebook,
:is(.btn-facebook:is(.disabled, [disabled]), fieldset[disabled] .btn-facebook):is(:focus, :hover, :active, .active) {
  background-color: #4267b2;
  border-color: var(--black-2);
}

.btn-google {
  color: #000;
  background-color: rgb(var(--white-rgb));
  border-color: var(--black-2);
}

.btn-google:is(:hover, :focus, :active, .active),
.open .dropdown-toggle.btn-google {
  color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb));
}

.btn-google:is(:active, .active),
.open .dropdown-toggle.btn-goggle {
  background-image: none;
}

.btn-google:is(.disabled, [disabled]),
fieldset[disabled] .btn-google,
:is(.btn-google:is(.disabled, [disabled]), fieldset[disabled] .btn-google):is(:focus, :hover, :active, .active) {
  background-color: #eee;
  border-color: var(--black-2);
}

.btn-twitter {
  color: rgb(var(--white-rgb));
  background-color: #2ba9e1;
  border-color: var(--black-2);
}

.btn-twitter:is(:hover, :focus, :active, .active),
.open .dropdown-toggle.btn-twitter {
  color: rgb(var(--white-rgb));
  background-color: #1c92c7;
  border-color: var(--black-2);
}

.btn-twitter:is(:active, .active),
.open .dropdown-toggle.btn-goggle {
  background-image: none;
}

.btn-twitter:is(.disabled, [disabled]),
fieldset[disabled] .btn-twitter,
:is(.btn-twitter:is(.disabled, [disabled]), fieldset[disabled] .btn-twitter):is(:focus, :hover, :active, .active) {
  background-color: #2ba9e1;
  border-color: var(--black-2);
}

.providerPreLinking {
  min-height: 52px;
}

.providerLinkingFeedback {
  display: none;
}

/**
 * -------------------------
 * @section Twitter Feed
 * -------------------------
 */
div.home-twitter {
  margin-top: 20px;
  margin-bottom: 40px;
}

div.tweet>i {
  color: #2BABCF;
  float: left;
  margin-right: 15px;
}

div.tweet span {
  font-size: 12px;
  color: #ccc;
}

.upgrade .product-to-be-upgraded {
  margin: 20px 0;
  padding: 15px;
  background-color: #f8f8f8;
}

.upgrade .product-to-be-upgraded :is(h4, h5) {
  margin: 0;
}

.upgrade .products {
  margin-left: -5px;
  margin-right: -5px;
}

.upgrade .products .column {
  padding-left: 5px;
  padding-right: 5px;
}

.upgrade .products .product {
  margin: 20px 0;
  padding: 0;
  background-color: rgb(var(--white-rgb));
}

.upgrade .products .product :is(.current, .recommended) {
  padding: 5px;
  background-color: #ffbc00;
  color: #f5f5f5;
  font-weight: bold;
  text-align: center;
}

.upgrade .products .product .recommended {
  background-color: #25ac2f;
}

.upgrade .products .product ul {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.upgrade .products .product .footer {
  border: 1px solid #eee;
  border-top: 0;
}

.upgrade .products .product .header {
  margin: 0;
  padding: 20px;
  background-color: #2b5580;
  color: rgb(var(--white-rgb));
  min-height: 150px;
}

.upgrade .products .product .header p {
  font-size: 1.1em;
  font-weight: 300;
}

.upgrade .products .product ul {
  margin: 0;
  padding: 20px 25px;
  list-style: none;
}

.upgrade .products .product ul li {
  line-height: 25px;
  font-size: 0.9em;
  text-align: right;
  color: #aaa;
  border-bottom: 1px solid #eee;
}

.upgrade .products .product ul li:last-child {
  border: 0;
}

.upgrade .products .product ul li span {
  float: left;
  color: #444;
}

.upgrade .products :is(.fas, .far) {
  font-size: 1.3em;
}

.upgrade .products .fa-check {
  color: #23ad2e;
}

.upgrade .products .product .footer {
  margin: 0;
  padding: 20px;
}

.upgrade .products .product .footer select {
  margin-bottom: 10px;
}

.upgrade .products .product .btn {
  background-color: #2b5580;
  color: rgb(var(--white-rgb));
}

.affiliate-stat {
  margin: 0;
  padding: 25px;
  font-size: 1.3em;
  text-align: center;
  border-radius: 0.3rem;
  border-left-width: 3px;
}

.affiliate-stat.alert-info {
  border-left-color: rgba(var(--primary-rgb), 0.8);
}

.affiliate-stat.alert-success {
  border-left-color: rgba(var(--success-rgb), 0.8);
}

.affiliate-stat.alert-warning {
  border-left-color: rgba(var(--warning-rgb), 0.8);
}

.affiliate-stat span {
  display: block;
  font-size: 2em;
  line-height: 1;
}

.affiliate-stat i {
  float: left;
  padding: 10px;
  font-size: 3em;
  opacity: 0.15;
}

@media (max-width: 1200px) {
  .affiliate-stat {
    font-size: 1.2em;
  }

  .affiliate-stat span {
    font-size: 2.1em;
  }

  .affiliate-stat i {
    font-size: 3.6em;
  }

  header.header .main-navbar-wrapper .navbar-collapse {
    margin-top: 10px;
  }
}

@media (max-width: 992px) {
  .affiliate-stat {
    font-size: 1.0em;
  }

  .affiliate-stat span {
    font-size: 1.6em;
  }

  .affiliate-stat i {
    font-size: 3em;
  }
}

.announcements .announcement {
  margin-bottom: 1rem;
}

.announcements .announcement h1 {
  font-size: 1.5rem;
  margin-bottom: 0.55rem;
}

.announcements .announcement article {
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: rgb(236 95 103 / 10%);
  border-left: 4px solid rgb(236 95 103 / 50%);
  font-size: 0.865rem;
  border-radius: 0.3rem;
}

.announcements .announcement article p {
  margin: 0;
}

.announcements .announcement .list-inline-item {
  padding: 5px;
  background-color: rgba(var(--primary-rgb), 0.05);
  font-size: 0.77rem;
  border: 1px solid var(--border-color);
}

.kb-category a {
  text-decoration: none;
}

.kb-category a:hover {
  background-color: #f5f5f5;
}

.kb-article-item:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}

.kb-article-item small {
  display: block;
  padding-left: 25px;
  color: #87939f;
}

/**
 * -------------------------
 * @section Support Tickets
 * -------------------------
 */
.ticket-subject.unread {
  font-weight: bold;
}

.ticket-reply :is(.rating, .rating-done) {
  float: right;
  padding: 5px 10px;
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 24px;
}

.ticket-reply :is(.rating, .rating-done) span.star {
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

.ticket-reply .rating-done .rated {
  display: inline-block;
  font-size: 12px;
}

.ticket-reply .rating span.star:hover {
  cursor: pointer;
}

.ticket-reply :is(.rating, .rating-done) span.star::before {
  content: "\f005";
  padding-right: 0;
  color: #999;
}

.ticket-reply :is(.rating span.star:is(:hover::before, :hover ~span.star::before), .rating-done span.star.active::before) {
  content: "\f005";
  color: #F2DE88;
}

.md-editor .btn-toolbar .btn-group {
  margin-right: 6px;
}

.view-ticket :is(.card-body, :is(.mc-promo-manage, .mc-promo-login) .content),
:is(.mc-promo-manage, .mc-promo-login) .view-ticket .content {
  padding: 0;
  border-bottom: 1px solid var(--border-color);
}

:is(.view-ticket .mc-promo-manage, .view-ticket .mc-promo-login, .mc-promo-manage .view-ticket, .mc-promo-login .view-ticket) .content:last-child,
.view-ticket .card-body:last-child {
  border-bottom: 0;
}

.view-ticket .posted-by {
  color: #888;
  font-size: 0.9rem;
  background-color: #f6f6f6;
  padding: 0.5rem 1rem;
}

.view-ticket .posted-by .posted-by-name {
  font-weight: bold;
}

.view-ticket .requestor-badge {
  font-size: 85%;
  padding: 5px 10px;
}

.view-ticket .message p:last-child {
  margin-bottom: 0;
}

.view-ticket .attachments {
  border-top: 1px dashed #ddd;
  font-size: 80%;
}

.view-ticket .attachment-list {
  list-style: none;
  margin: 10px 0 -10px 0;
  padding: 0;
}

.view-ticket .attachment-list li {
  display: inline-block;
  width: 190px;
  vertical-align: top;
}

.view-ticket .attachment-list li span {
  display: block;
  padding: 5px 5px 10px 5px;
  margin-bottom: 10px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
}

.view-ticket .attachment-list li figure {
  margin: 0 0 5px 0;
  background-color: #f6f6f6;
  line-height: 100px;
  text-align: center;
  font-size: 4em;
}

/**
 * -------------------------
 * @section Support Ticket Feedback
 * -------------------------
 */
.ticketfeedbackstaffcont {
  margin: 10px auto;
  padding: 15px;
  width: 90%;
  background-color: #efefef;
  border-radius: 6px;
}

.ticketfeedbackrating {
  padding: 0 100px;
}

.ticketfeedbackrating .rate {
  float: left;
  padding: 0 10px;
  min-width: 30px;
  text-align: center;
}

@media (min-width: 380px) {
  .btn-input-padded-responsive {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 500px) {
  .btn-input-padded-responsive {
    padding-left: 35px;
    padding-right: 35px;
  }
}

/**
 * -------------------------
 * @section Downloads
 * -------------------------
 */
.kb-search.margin-bottom {
  margin-bottom: 20px;
}

#registration {
  margin: 0;
  padding: 0 0 40px 0;
}

#registration .field-container {
  margin: 0 0 30px 0;
}

#registration label {
  font-weight: 300;
  color: #666;
  font-size: 13px;
}

#registration .info-text-sm {
  font-size: 0.85em;
  text-align: center;
}

#registration .sub-heading {
  height: 0;
  border-top: 1px solid var(--border-color);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

#registration .sub-heading span {
  display: inline-block;
  position: relative;
  padding: 0 17px;
  color: #058;
  background-color: rgb(var(--white-rgb));
}

/**
 * Form fields
 */
#registration .prepend-icon {
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  font-weight: normal;
}

#registration :is(.field, .form-control) {
  position: relative;
  vertical-align: top;
  border: 1px solid var(--border-color);
  display: -moz-inline-stack;
  display: inline-block;
  color: #626262;
  outline: none;
  background: rgb(var(--white-rgb));
  height: 36px;
  width: 100%;
  border-radius: 3px;
  font-size: 13px;
}

#registration .input-group-lg>.form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px 0 0 6px;
}

#registration .form-control-qty {
  width: 70px;
  text-align: center;
}

#registration .form-control-static-inline {
  display: inline-block;
}

#registration .form-control:focus {
  border-color: #ddd;
  outline: 0;
  box-shadow: none;
}

#registration textarea.field {
  height: auto;
}

#registration .prepend-icon .field {
  -webkit-appearance: none;
  padding-left: 36px;
}

#registration .prepend-icon .field-icon i {
  position: relative;
  font-size: 14px;
}

#registration .prepend-icon .field-icon {
  top: 0;
  z-index: 4;
  width: 42px;
  height: 36px;
  color: inherit;
  line-height: 36px;
  position: absolute;
  text-align: center;
  transition: all 0.5s ease-out;
  pointer-events: none;
}

#registration .field-icon i {
  color: #bbb;
}

#registration :is(.field, .form-control):is([disabled], [readonly]) {
  background-color: #f8f8f8;
  opacity: 1;
}

#registration .field-help-text {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #888;
  font-size: 12px;
}

/**
 * -------------------------
 * @section Credit Cards
 * -------------------------
 */
div.credit-card {
  margin: 0 auto 30px;
  max-width: 400px;
  background-color: #f8f8f8;
  border: 1px solid var(--border-color);
  border-radius: 8px;
}

div.credit-card div.card-type {
  float: right;
  padding: 10px 20px;
  font-size: 1.2em;
}

div.credit-card div.card-icon {
  float: left;
  padding: 7px 7px;
  font-size: 1.2em;
}

div.credit-card div.card-number {
  padding: 10px;
  background-color: #ccc;
  font-size: 1.6em;
  text-align: center;
  clear: both;
}

div.credit-card div.card-start {
  float: left;
  padding: 20px 0 50px 50px;
  font-size: 1.3em;
  text-align: right;
}

div.credit-card div.card-expiry {
  float: right;
  padding: 20px 50px 50px 0;
  height: 120px;
  font-size: 1.3em;
  text-align: right;
}

div.credit-card div.end {
  clear: both;
}

@media (max-width: 600px) {
  div.credit-card {
    max-width: 250px;
  }

  div.credit-card div.card-type {
    font-size: 1.0em;
  }

  div.credit-card div.card-icon {
    font-size: 1.0em;
  }

  div.credit-card div.card-number {
    padding: 6px 10px;
    font-size: 1.2em;
  }

  div.credit-card div.card-start {
    padding: 20px 0 30px 50px;
    font-size: 0.9em;
  }

  div.credit-card div.card-expiry {
    padding: 20px 50px 30px 0;
    height: 80px;
    font-size: 0.9em;
  }
}

.auth3d-area {
  border: 1px solid rgb(var(--white-rgb));
}

.submit-3d {
  width: 80%;
  border: 1px solid rgb(var(--white-rgb));
}

.invoice-summary-table {
  margin: 20px 0;
  max-height: 300px;
  overflow: auto;
}

.invoice-summary-table td {
  font-size: 0.8em;
}

.invoice-summary-table td.total-row {
  background-color: #efefef;
  font-weight: bold;
}

/* Card colors colorpicked from website logos */
div.credit-card .logo-visa {
  color: #1a1f71;
}

div.credit-card .logo-amex {
  color: #43abdf;
}

div.credit-card .logo-mastercard {
  color: #ed0b00;
}

div.credit-card .logo-discover {
  color: #000000;
}

div:is(.two-colummn-grid, .three-column-grid) {
  display: inline-grid;
  grid-template-columns: repeat(3, auto) minmax(10em, 30em) auto;
  font-weight: 300;
  font-size: 13px;
}

div.two-column-grid {
  grid-template-columns: repeat(2, auto) minmax(10em, 30em) auto;
}

div:is(.two-column-grid, .three-column-grid)>div {
  margin: 5px 0;
  padding-right: 5px;
}

div:is(.two-column-grid, .three-column-grid)>div>label {
  font-weight: normal;
}

#frmPayment .paymethod-info {
  margin: 5px 0;
  cursor: pointer;
}

#frmPayment .paymethod-info label {
  font-weight: normal;
  cursor: pointer;
}

.iframe-input-container {
  height: 34px;
}

/**
 * Credit Card Input
 */
.cc-number-field {
  background-image: url(../../../assets/img/payment/unknown.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.cc-number-field.visa {
  background-image: url(../../../assets/img/payment/visa.png);
}

.cc-number-field.mastercard {
  background-image: url(../../../assets/img/payment/mastercard.png);
}

.cc-number-field.amex {
  background-image: url(../../../assets/img/payment/amex.png);
}

.cc-number-field.dinersclub {
  background-image: url(../../../assets/img/payment/dinersclub.png);
}

.cc-number-field.discover {
  background-image: url(../../../assets/img/payment/discover.png);
}

.cc-number-field.unionpay {
  background-image: url(../../../assets/img/payment/unionpay.png);
}

.cc-number-field.jcb {
  background-image: url(../../../assets/img/payment/jcb.png);
}

.cc-number-field.maestro {
  background-image: url(../../../assets/img/payment/maestro.png);
}

.cc-number-field.forbrugsforeningen {
  background-image: url(../../../assets/img/payment/forbrugsforeningen.png);
}

.cc-number-field.dankort {
  background-image: url(../../../assets/img/payment/dankort.png);
}

/**
 * -------------------------
 * Mass Pay
 * -------------------------
 */
tr.masspay-invoice-detail td {
  font-size: 0.8em;
}

tr.masspay-total td {
  background-color: #efefef;
  font-weight: bold;
}

div.product-details div.product-icon {
  margin: 0;
  background-color: #efefef;
  border-radius: 10px;
  padding: 30px;
  line-height: 1em;
  font-size: 60px;
}

@media (max-width: 767.98px) {
  div.product-details div.product-icon {
    font-size: 30px;
  }
}

.product-status {
  padding: 0;
  border-radius: 10px;
}

.product-status-pending {
  background-color: #F89406;
}

.product-status-active {
  background-color: #46A546;
}

.product-status-suspended {
  background-color: #0768B8;
}

.product-status-terminated,
.product-status-cancelled {
  background-color: #666;
}

.product-status-fraud {
  background-color: #000;
}

.product-status-text {
  padding: 5px;
  color: rgb(var(--white-rgb));
  text-align: center;
  text-transform: uppercase;
}

div.product-details-tab-container {
  margin: 0;
  padding: 20px;
  border: 1px solid var(--border-color);
  border-top: 0;
  background-color: rgb(var(--white-rgb));
}

.module-client-area {
  padding: 15px 15px 0 15px;
}

.ssl-inactive {
  cursor: pointer;
}

#mc-promo-widgets {
  margin: 10px 0;
}

@media (min-width: 1200px) {
  #mc-promo-widgets {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1%;
    column-gap: 1%;
  }
}

.mc-promo-manage,
.mc-promo-login {
  position: relative;
}

:is(.mc-promo-manage, .mc-promo-login) .logo {
  width: 130px;
  height: 130px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 1em;
}

@media (max-width: 767.98px) {
  :is(.mc-promo-manage, .mc-promo-login) .logo {
    width: 65px;
    height: 65px;
  }
}

:is(.mc-promo-manage, .mc-promo-login) .logo img {
  max-width: 130px;
  max-height: 130px;
  display: block;
  margin: 0 -50% 0 auto;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
  :is(.mc-promo-manage, .mc-promo-login) .logo img {
    max-width: 65px;
    max-height: 65px;
  }
}

:is(.mc-promo-manage, .mc-promo-login) .logo+div {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

@media (max-width: 767.98px) {
  :is(.mc-promo-manage, .mc-promo-login) .panel-heading h3 {
    margin: 0 0 8px 0 !important;
    font-size: 18px !important;
  }
}

.featured-tlds-container {
  margin: 35px 0 15px;
}

.featured-tld {
  margin: 0 0 20px 0;
  border-radius: 4px;
  background-color: rgb(var(--white-rgb));
  box-shadow: 0 6px 20px var(--black-1);
}

.featured-tld .img-container {
  padding: 20px 0;
  height: 75px;
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  border-radius: 4px 4px 0 0;
}

@media (max-width: 767px) {
  .featured-tld .img-container {
    height: 80px;
    line-height: 40px;
  }
}

.featured-tld .img-container img {
  max-width: 100%;
  max-height: 100%;
}

.featured-tld .price {
  padding: 5px;
  background-color: #f9f9f9;
  color: #555;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  border-radius: 0 0 4px 4px;
}

.featured-tld .price.blog {
  background-color: #a0d5cb;
  color: rgb(var(--white-rgb));
}

.featured-tld .price.club {
  background-color: #053796;
  color: rgb(var(--white-rgb));
}

.featured-tld .price.com {
  background-color: rgb(var(--info-rgb));
  color: rgb(var(--white-rgb));
}

.featured-tld .price.couk {
  background-color: #1d3774;
  color: rgb(var(--white-rgb));
}

.featured-tld .price.host {
  background-color: #ed4d42;
  color: rgb(var(--white-rgb));
}

.featured-tld .price.live {
  background-color: #ff9e19;
  color: rgb(var(--white-rgb));
}

.featured-tld .price.name {
  background-color: #44b03e;
  color: rgb(var(--white-rgb));
}

.featured-tld .price.net {
  background-color: rgb(var(--warning-rgb));
  color: rgb(var(--white-rgb));
}

.featured-tld .price.online {
  background-color: #38ce6a;
  color: rgb(var(--white-rgb));
}

.featured-tld .price.rocks {
  background-color: #fd563c;
  color: rgb(var(--white-rgb));
}

.featured-tld .price.shop {
  background-color: #ff5900;
  color: rgb(var(--white-rgb));
}

.featured-tld .price.social {
  background-color: #ff9a00;
  color: rgb(var(--white-rgb));
}

.featured-tld .price.store {
  background-color: #0eadb3;
  color: rgb(var(--white-rgb));
}

.featured-tld .price.tech {
  background-color: #0db04b;
  color: rgb(var(--white-rgb));
}

.featured-tld .price.tv {
  background-color: #ea3438;
  color: rgb(var(--white-rgb));
}

.featured-tld .price.website {
  background-color: #2db9ea;
  color: rgb(var(--white-rgb));
}

.tld-filters {
  margin: 0 0 25px 0;
}

.tld-filters a {
  display: inline-block;
  margin-bottom: 8px;
  padding: 6px 7px;
  font-size: 89%;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  margin-left: 7px;
  min-width: 100px;
  color: #59606c;
  background-color: #f2f4f5;
}

.tld-filters a.badge-secondary:not(.badge-success):is(:hover, :focus) {
  background-color: rgb(var(--primary-rgb));
  color: rgb(var(--white-rgb));
}

.tld-filters a.badge-secondary:not(.badge-success):is(:focus, .focus) {
  box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.2);
}

.tld-filters a.badge-secondary.badge-success {
  background-color: #17ca68;
  box-shadow: 0 0 0 0.2rem rgba(var(--success-rgb), 0.3);
  color: rgb(var(--white-rgb));
}

#order-standard_cart .domain-promo-box {
  border: 1px solid var(--border-color);
  background-color: rgb(var(--white-rgb));
  overflow: hidden;
  transition: all ease 0.25s;
}

#order-standard_cart .domain-selection-options .option {
  padding-top: 15px !important;
}

#order-standard_cart .domain-promo-box:has(.btn.btn-warning) {
  background: rgb(var(--secondary-rgb));
  border-color: rgb(var(--secondary-rgb));
}

#order-standard_cart .domain-promo-box:has(.btn.btn-primary) {
  background: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb));
}

#order-standard_cart .domain-promo-box :is(.font-size-24, .font-size-22) {
  font-size: 20px;
  font-weight: 500;
}

#order-standard_cart .domain-promo-box .fa-4x {
  font-size: 1.8em;
  font-weight: 300;
  padding: 15px;
  border-radius: 50%;
  background-color: rgba(var(--white-rgb), 0.2);
  transition: all ease 0.25s;
  border: 3px solid rgb(var(--primary-rgb));
  color: rgb(var(--white-rgb));
  box-shadow: 0 0 0 5px rgba(var(--white-rgb), 0.2);
}

#order-standard_cart .domain-promo-box:hover {
  box-shadow: 0 1px 15px var(--black-3);
}

#order-standard_cart .domain-promo-box:hover .fa-4x {
  box-shadow: 0 0 0 5px rgba(var(--white-rgb), 0.2);
}

#order-standard_cart .domain-promo-box:has(.btn.btn-warning) .fa-4x {
  border-color: rgb(247 131 38);
}

#order-standard_cart .domain-promo-box p {
  opacity: 0.85;
  margin: 3px 0 20px 0;
}

#order-standard_cart .domain-promo-box p.small:last-child {
  margin: 20px 0 0 0;
}

#order-standard_cart .domain-promo-box * {
  color: rgb(var(--white-rgb)) !important;
}

#order-standard_cart .domain-promo-box :is(.btn-warning, .btn-primary) {
  color: rgb(var(--white-rgb));
  background-color: rgba(var(--white-rgb), 0.2);
  border-color: rgba(255, 255, 255, 0.06);
}

#order-standard_cart .domain-promo-box :is(.btn-warning, .btn-primary):is(:hover, :focus) {
  color: rgb(var(--white-rgb));
  background-color: rgba(var(--white-rgb), 0.25);
  border-color: rgba(var(--white-rgb), 0.2);
}

#order-standard_cart .domain-promo-box :is(.btn-warning, .btn-primary):focus {
  box-shadow: 0 0 0 0.2remrgba(0, 0, 0, 0.15);
}

#order-standard_cart .domain-pricing .tld-row {
  border: 1px solid var(--border-color);
  border-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 14px;
  font-weight: 500;
}

#order-standard_cart .domain-pricing .tld-row.no-tlds {
  border: 0;
  color: var(--text-muted);
}

#order-standard_cart .domain-pricing .tld-row>.col-md-8 {
  display: flex;
  align-items: center;
}

#order-standard_cart .domain-pricing .tld-row>.col-md-8>div {
  flex: 1 1 auto;
}

#order-standard_cart .domain-pricing .tld-row small {
  font-size: 90%;
  color: rgb(var(--warning-rgb));
}

#order-standard_cart .domain-pricing .tld-row.filtered-row:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#order-standard_cart .domain-pricing .tld-pricing-header {
  font-size: 18px;
  font-weight: bolder;
}

#order-standard_cart .domain-pricing .tld-pricing-header .tld-column {
  border-top-left-radius: 3px !important;
}

#order-standard_cart .domain-pricing .tld-row.highlighted {
  background: rgb(var(--white-rgb));
}

.domain-pricing .tld-pricing-header :is(.col-xs-2, .col-sm-2) {
  height: 56px;
}

#order-standard_cart .domain-pricing .tld-pricing-header :is(.col-xs-2, .col-sm-2, .col-xs-4, .col-sm-4, .tld-column) {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 0;
  background-color: rgb(var(--primary-rgb));
  color: rgb(var(--white-rgb));
  border-radius: 0;
}

#order-standard_cart .domain-pricing .tld-pricing-header .col-xs-4.col-4:last-child {
  border-top-right-radius: 3px;
}

.domain-pricing .no-bg {
  background-color: transparent !important;
}

.domain-pricing .two-row-center {
  line-height: 28px;
  margin-top: 6px;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  #order-standard_cart .domain-pricing .two-row-center {
    border-right: 1px solid var(--border-color);
  }
}

@media (max-width: 767px) {
  #order-standard_cart .domain-pricing .two-row-center {
    border-right: 0;
  }
}

#order-standard_cart .domain-pricing .two-row-center {
  font-size: 0.915rem;
}

#order-standard_cart .domain-checker-bg {
  background-image: none;
  padding: 70px 0;
}

#order-standard_cart .domain-checker-container {
  position: relative;
  background: url(../custom/img/pattern-1.jpg) center -8px no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  z-index: 1;
}

#order-standard_cart .domain-checker-container::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgb(var(--primary-rgb)) 0%, rgba(var(--primary-rgb), 0.8) 100%);
  opacity: 0.925;
  z-index: -1;
}

#order-standard_cart .secondary-cart-body .view-cart-tabs .nav-tabs {
  border-bottom: 0;
  padding-left: 0;
}

#order-standard_cart .view-cart-tabs .nav-tabs :is(.nav-link.active, .nav-item.show .nav-link) {
  border-color: var(--border-color) var(--border-color) transparent;
  color: rgb(var(--primary-rgb));
}

#order-standard_cart .view-cart-tabs .nav-tabs>.nav-item>.nav-link {
  border: 1px solid var(--border-color);
  border-bottom-color: transparent;
  font-size: 0.85rem;
  font-weight: 500;
  margin-right: 8px;
  color: inherit;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0;
}

#order-standard_cart .secondary-cart-body .view-cart-tabs .nav-tabs>.nav-item+.nav-item>.nav-link {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0;
}

#order-standard_cart .secondary-cart-body .view-cart-tabs .tab-content {
  border: 1px solid var(--border-color);
  background-color: rgb(var(--white-rgb));
  border-radius: 0.25rem;
  border-top-left-radius: 0;
}

#order-standard_cart .view-cart-tabs .nav-tabs>li.nav-item.active>a:not(.active) {
  background-color: transparent;
}

#order-standard_cart .view-cart-tabs .nav-tabs>li.nav-item.active>a.active {
  background-color: rgb(var(--white-rgb));
}

#order-standard_cart .secondary-cart-body .view-cart-tabs .promo .form-group {
  margin-bottom: 10px;
}

#order-standard_cart .secondary-cart-body :is(.view-cart-tabs .btn.btn-default, .summary-container .btn-continue-shopping) {
  color: rgb(var(--white-rgb));
  background-color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb));
}

#order-standard_cart .secondary-cart-body :is(.view-cart-tabs .btn.btn-default, .summary-container .btn-continue-shopping):is(:hover, :focus) {
  background-color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb));
}

#order-standard_cart .secondary-cart-body :is(.view-cart-tabs .btn.btn-default, .summary-container .btn-continue-shopping):is(:focus, :active:focus) {
  box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.5);
}

#order-standard_cart .font-size-36 {
  font-size: 25px !important;
}

#order-standard_cart .secondary-cart-body .view-cart-items-header {
  font-size: 16px;
  font-weight: 500;
  background-color: rgb(var(--primary-rgb));
  padding: 16px 20px;
}

#order-standard_cart .secondary-cart-body .view-cart-items-header>.row {
  justify-content: space-between;
}

#order-standard_cart .secondary-cart-body .view-cart-items {
  border-bottom-color: rgb(var(--primary-rgb));
  border: 1px solid var(--border-color);
}

#order-standard_cart .secondary-cart-body label {
  font-size: 15px;
  color: initial;
  font-weight: 500;
}

#order-standard_cart .secondary-cart-sidebar .order-summary {
  background-color: rgb(var(--primary-rgb));
  border: 0;
  box-shadow: 0 1px 19px var(--black-1);
  border-radius: 5px;
}

.secondary-cart-sidebar .btn {
  width: 100%;
}

#order-standard_cart .secondary-cart-sidebar .order-summary :is(h2, .total-due-today .amt) {
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  color: var(--heading-color);
}

#order-standard_cart .secondary-cart-sidebar .order-summary h2 {
  text-align: start;
  font-size: 1.15rem;
  padding: 15px 15px;
  color: rgb(var(--white-rgb)) !important;
}

#order-standard_cart .secondary-cart-sidebar .summary-container {
  font-size: 0.8rem;
  background-color: rgb(var(--white-rgb));
  border: 1px solid var(--border-color);
  padding: 0;
  border-radius: 0 0 3px 3px;
}

#order-standard_cart .summary-container .text-right:last-child {
  padding: 0px 10px;
  padding-bottom: 15px;
}

#order-standard_cart .order-summary .total-due-today-padded {
  padding: 0px 10px;
}

#order-standard_cart .secondary-cart-sidebar .order-summary .subtotal {
  margin: 0;
  font-weight: 600;
  border-bottom-color: var(--border-color);
}

#order-standard_cart .secondary-cart-sidebar .order-summary :is(.bordered-totals, .recurring-totals, .subtotal) {
  padding: 14px;
  margin: 0;
  border-bottom-color: var(--border-color);
  color: var(--heading-color);
}

#order-standard_cart .secondary-cart-sidebar .summary-container :is(.btn-continue-shopping, .btn-checkout) {
  display: block;
}

#order-standard_cart .secondary-cart-sidebar .summary-container .btn-continue-shopping {
  font-size: 1rem;
  margin-top: -10px;
  border: 1px solid var(--border-color);
}

#order-standard_cart .secondary-cart-sidebar .summary-container .btn-continue-shopping:focus {
  color: rgb(var(--white-rgb));
}

.order-summary .summary-container,
.order-summary .product-name,
.order-summary .product-name,
.order-summary .product-group,
.summary-container .summary-totals,
.order-summary .clearfix,
.summary-container .total-due-today {
  padding: 10px 10px;
  color: var(--heading-color);

}

.secondary-cart-sidebar .clearfix {
  border-bottom: 1px solid var(--border-color);
}

.secondary-cart-sidebar .summary-container .product-group {
  font-weight: 600;
  color: rgb(var(--primary-rgb))
}

.secondary-cart-sidebar .bordered-totals .clearfix {
  border: 0px;
  padding: 0;
}

#order-standard_cart .order-summary .product-name {
  font-family: 'Urbanist', sans-serif;
  color: var(--heading-color);
}

.secondary-cart-sidebar .order-summary .summary-totals {
  border: 0px !important;
  margin: 15px 0 !important;
}

#order-standard_cart .summary-container .btn-checkout {
  background-color: rgb(var(--secondary-rgb));
  border-color: rgb(var(--secondary-rgb));
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
}

#order-standard_cart .summary-container .btn-checkout:is(:hover, :focus) {
  background-color: #f55629;
  border-color: #f55629;
}

#order-standard_cart .summary-container .btn-checkout:is(:focus, :active:focus) {
  box-shadow: 0 0 0 0.2rem rgba(253, 100, 57, 0.5);
}

.domain-pricing .tld-row.no-tlds {
  display: none;
}

.domain-pricing .form-control.currency-selector {
  margin-bottom: 0.66rem;
}

.tld-sale-group {
  padding: 1px 7px;
  color: rgb(var(--white-rgb));
  font-size: 10px;
  text-transform: capitalize;
  border-radius: 0.2rem;
}

.tld-sale-group-hot {
  background-color: #f9615a;
}

.tld-sale-group-sale {
  background-color: #f7d458;
}

.tld-sale-group-new {
  background-color: #2ad588;
}

.dataTables_wrapper table.table-list {
  margin: 10px 0 !important;
  width: 100% !important;
  border-radius: 4px;
  border: 1px solid var(--border-color);
}

.dataTables_wrapper table.table-list thead th {
  border-bottom-width: 0px;
  border-top-width: 0px;
  background-color: rgb(var(--primary-rgb));
  color: rgb(var(--white-rgb));
  white-space: nowrap;
}

.dataTables_wrapper table.table-list thead th:is(:first-child, :visible:last-child) {
  border-radius: 4px 0 0 0;
}

.dataTables_wrapper table.table-list thead th:last-child {
  border-radius: 0 4px 0 0;
}

.dataTables_wrapper table.table-list tr:last-child td:is(:last-child, :visible:last-child) {
  border-radius: 0 0 4px 0;
}

.dataTables_wrapper table.table-list tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}

.dataTables_wrapper table.table-list thead th:is(.sorting_asc, .sorting_desc) {
  background-color: rgba(var(--primary-rgb), 0.9);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary {
  background-color: #f2f4f5 !important;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
}

.dataTables_wrapper .dataTables_filter label .form-control {
  background: url("../../../assets/img/search.png") rgb(var(--white-rgb)) no-repeat;
  background-position: 12px 50%;
  padding: 7px 10px 7px 45px !important;
  height: auto;
  font-size: 0.9rem;
}

@media (max-width: 600px) {
  .dataTables_wrapper .dataTables_info {
    padding: 9px 10px 40px;
  }

  .dataTables_wrapper .dataTables_filter {
    float: right;
    margin-top: 10px;
    width: 100%;
  }

  .dataTables_wrapper .dataTables_filter label {
    display: block;
    margin: 5px;
    padding: 0;
  }

  .dataTables_wrapper .dataTables_filter label .form-control {
    margin: 0;
    width: 100%;
  }
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
}

.pagination>li> :is(a, span) {
  color: #444;
}

.page-item.active .page-link,
.pagination>.active> :is(a, span, :is(a, span):is(:focus, :hover)) {
  background-color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb));
}

table.table-list tbody td {
  padding: 12px;
  vertical-align: middle;
  font-size: 0.85em;
}

table.table-list tbody td.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.table-list>tbody>tr>td a.border-left {
  border-left: 1px solid #eee;
  padding-left: 20px;
  display: block;
}

.table-list>tbody>tr>td {
  background-color: transparent;
}

.table-list>tbody>tr:hover {
  cursor: pointer;
}

.table-list>tbody>tr:hover>td {
  background-color: #f2f4f5;
}

table.dtr-inline .dtr-title:empty {
  display: none !important;
}

table.table-solid-bottom-border-light-gray {
  border-bottom: 1px solid var(--border-color);
}

table.ox-table-accounts td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

table.ox-table-accounts .dropdown-hamburger::after {
  display: none;
}

table.ox-table-accounts ul.dropdown-menu :is(button.btn-sm, .btn-group-sm > button.btn) {
  border-radius: 0;
}

table.ox-table-accounts tbody.account-entry>tr:hover {
  background-color: var(--black-05);
}

table.ox-table-accounts tbody.account-entry {
  cursor: pointer;
}

table.ox-table-accounts tbody.aliases-body {
  border-top: 0;
}

table.ox-table-accounts tbody.aliases-body>tr>td {
  border-top: 0;
}

table.ox-table-accounts tr.alias-entry td:first-child {
  font-size: .9em;
}

table.ox-table-accounts tr.create-alias td:first-child {
  font-size: .9em;
}

table.ox-table-accounts span.email-aliases {
  font-size: .9em;
  font-weight: bold;
}

table.ox-table-accounts .input-group {
  width: 65%;
}

table.table#tableDomainPricing tr>td:first-child {
  font-weight: 700;
  font-size: 0.9em;
}

table.table#tableDomainPricing tr>td small {
  font-size: 88%;
}

table.table#tableDomainPricing tr>td:is(:nth-child(3), :nth-child(4), :nth-child(5)) small {
  color: #9b9b9b;
}

table.table#tableDomainPricing tr>td:nth-last-child(-n+2) small {
  color: #9b9b9b;
}

table.table-list:not(.table-bordered) tr>td:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
}

table.table-list:not(.table-bordered) tr>th:not(:last-of-type) {
  border-right: 1px solid #ffffff24;
}

div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_length label {
  color: #434d54;
  font-size: 15px;
}

:is(.cart-sidebar, .sidebar) .card-sidebar {
  border: 0;
  overflow: hidden;
  background-color: transparent;
}

:is(.cart-sidebar, .sidebar) .card-sidebar .card-header {
  border: 1px solid var(--border-color);
  background-color: rgb(var(--white-rgb));
}

#order-standard_cart .cart-sidebar h3 {
  font-size: 15px !important;
}

:is(.cart-sidebar, .sidebar) .card-sidebar .card-header:first-child {
  border-radius: 0.25rem;
}

.card-sidebar .card-footer {
  background-color: rgb(var(--white-rgb));
  border: 1px solid var(--border-color);
}

.card-sidebar .collapsable-card-body {
  font-size: 0.875rem;
}

.card-sidebar:has(.collapsable-card-body.list-group, .collapsable-card-body .list-group) .card-footer {
  border: 0;
  padding: 0;
  margin-top: 10px;
}

.cart-sidebar .card-sidebar .collapsable-card-body:not(.list-group),
:is(.card-sidebar, .sidebar .card-sidebar) .collapsable-card-body:not(.list-group):not(.list-group) {
  background-color: rgb(var(--white-rgb));
  border-top: 0;
  border-bottom-width: 0px;
}
.cart-sidebar .card-sidebar:not(.card-footer) .collapsable-card-body.panel-body.card-body:not(.list-group), 
.sidebar .card-sidebar:not(.card-footer) .collapsable-card-body.panel-body.card-body:not(.list-group) {
  border: 1px solid var(--border-color);
  border-top: 0 !important;
}

.cart-sidebar .card-sidebar:not(.card-footer) .collapsable-card-body:not(.list-group), .sidebar .card-sidebar:not(.card-footer) .collapsable-card-body:not(.list-group):not(.list-group) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-width: 1px;
}
:is(.cart-sidebar, .sidebar) .card-sidebar.panel-sidebar:last-child .card-header:first-child,
:is(.cart-sidebar, .sidebar) .card-sidebar:not(.minimised):not(.collapsable-card-body.list-group), .collapsable-card-body .list-group .card-header:first-child {
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
}

:is(#order-standard_cart, #main-body) :is(.cart-sidebar, .sidebar) .collapsable-card-body .list-group-item:first-child {
  border-radius: 0.25rem;
}

:is(#order-standard_cart, #main-body) :is(.cart-sidebar, .sidebar) .collapsable-card-body .list-group-item {
  border-radius: 0.25rem;
  margin-top: 2px;
  border: 1px solid var(--border-color);
  transition: all ease 0.2s;
}

:is(.cart-sidebar, .sidebar) .list-group-item {
  border-radius: 0.25rem;
  margin-top: 2px !important;
  border: 1px solid var(--border-color) !important;
  transition: all ease 0.2s;
}

:is(#order-standard_cart, #main-body) :is(.cart-sidebar, .sidebar):has(.collapsable-card-body) .list-group-item:last-child {
  border: 1px solid var(--border-color);
}

:is(#order-standard_cart, #main-body) .card-sidebar .list-group-item-action:not(.active):is(:hover, :focus) {
  background-color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb)) !important;
  color: rgb(var(--white-rgb));
}

#order-standard_cart .products .row:nth-child(even) div:nth-child(odd) .product:before {
  background: rgb(var(--success-rgb));
  color: rgb(var(--white-rgb));
}

#order-standard_cart .products .row:nth-child(even) div:nth-child(odd) .product {
  border-top: 2px solid rgb(var(--success-rgb)) !important;
}

#order-standard_cart .products .row:nth-child(even) div:nth-child(odd) .product footer .btn {
  background: linear-gradient(to right, rgb(var(--success-rgb)) 0%, rgba(var(--success-rgb), 0.5) 100%);
  border-color: rgb(var(--success-rgb)) !important;
}

#order-standard_cart .products .row:nth-child(even) div:nth-child(even) .product:before {
  background: rgb(var(--primary-rgb));
  color: rgb(var(--white-rgb));
}

#order-standard_cart .products .row:nth-child(even) div:nth-child(even) .product {
  border-top: 2px solid rgb(var(--primary-rgb)) !important;
}

#order-standard_cart .products .row:nth-child(even) div:nth-child(even) .product footer .btn {
  background: linear-gradient(to right, rgb(var(--primary-rgb)) 0%, rgba(var(--primary-rgb), 0.5) 100%);
  border-color: rgb(var(--primary-rgb)) !important;
}

#order-standard_cart .products .row div:nth-child(even) .product:before {
  background: rgb(var(--secondary-rgb));
  color: rgb(var(--white-rgb));
}

#order-standard_cart .products .row div:nth-child(even) .product {
  border-top: 2px solid rgb(var(--secondary-rgb)) !important;
}

#order-standard_cart .products .row div:nth-child(even) .product footer .btn {
  background: linear-gradient(to right, rgb(var(--secondary-rgb))0%, rgba(var(--secondary-rgb), 0.5) 100%);
  border-color: rgb(var(--secondary-rgb)) !important;
}

#order-standard_cart .products .product footer .btn:focus {
  box-shadow: 0 0 0 0.2rem rgb(20, 87, 230, 0.5) !important;
}

#order-standard_cart .products .row div:nth-child(even) .product footer .btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--secondary-rgb), 0.5) !important;
}

#order-standard_cart .products .row:nth-child(even) div:nth-child(even) .product footer .btn:focus {
  box-shadow: 0 0 0 0.2rem rgb(20, 87, 230, 0.5) !important;
}

#order-standard_cart .products .row:nth-child(even) div:nth-child(odd) .product footer .btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--success-rgb), 0.5) !important;
}

#order-standard_cart .products .product {
  transition: all ease 0.2s;
  border-top: 2px solid rgb(var(--primary-rgb)) !important;
}

#order-standard_cart .products .product:before {
  content: "\f02b";
  height: 50px;
  width: 50px;
  background: rgb(var(--primary-rgb));
  position: absolute;
  top: 1%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  font-size: 17px;
  color: rgb(var(--white-rgb));
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-flex);
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

#order-standard_cart .products .product header {
  padding: 0px 14px !important;
  margin-top: 40px !important;
  margin-bottom: 8px !important;
  background: none !important;
}

#order-standard_cart .products .product div.product-pricing {
  margin-bottom: 17px !important;
}

#order-standard_cart .products .product div.product-desc {
  float: none;
  padding: 0px 14px;
}

#order-standard_cart .products .product div.product-desc ul {
  list-style-type: none;
}

#order-standard_cart .products .product footer {
  float: none;
  margin-top: 0 !important;
  margin-bottom: 4px !important;
  padding: 0px 14px;
  width: 100% !important;
  font-size: .835em !important;
  color: var(--text-muted);
}

#order-standard_cart .products .product {
  border: 1px solid var(--border-color);
  margin-top: 30px !important;
}

#order-standard_cart .products .product footer .btn {
  width: 100%;
  padding: 0.375rem 0.75rem;
  background: linear-gradient(to right, rgb(var(--primary-rgb)) 0%, rgba(var(--primary-rgb), 0.6) 100%);
  border-color: rgb(var(--primary-rgb)) !important;
  color: rgb(var(--white-rgb));
}

#order-standard_cart .products .product div.product-pricing span.price {
  font-weight: 600;
  font-size: 2.4em !important;
  color: initial;
}

#order-standard_cart .products .product header span {
  font-weight: 600;
  font-size: 1.5em;
}

#order-standard_cart #frmDomainTransfer .card-header {
  background-color: rgb(var(--primary-rgb));
}

#order-standard_cart #frmDomainTransfer .card-header * {
  color: rgb(var(--white-rgb));
}

#order-standard_cart #frmDomainTransfer .card-header .font-size-24 {
  font-size: 20px;
  margin-bottom: 17px !important;
}

#order-standard_cart #frmDomainTransfer .card-footer {
  background-color: rgb(var(--white-rgb));
}

#order-standard_cart #frmDomainTransfer .header-lined .font-size-36 {
  margin-bottom: 30px;
}

#order-standard_cart #frmDomainTransfer .font-size-30 {
  margin-bottom: 5px;
  color: rgb(var(--primary-rgb));
  font-size: 28px;
}

#order-standard_cart .field,
#order-standard_cart .form-control {
  font-size: 14px;
}

#order-standard_cart #frmDomainTransfer .font-size-30+p {
  margin-bottom: 0;
}

#order-standard_cart #frmDomainTransfer label {
  font-weight: 500;
  color: initial;
  font-size: 0.9rem;
}

#order-standard_cart .secondary-cart-body {
  padding-top: 10px;
}

#order-standard_cart .view-cart-empty {
  background-color: rgb(var(--white-rgb));
  color: var(--text-muted);
}


.fa,
.fas {
  font-weight: 500;
}

.primary-content .card-columns.home .card {
  -webkit-padding-after: 0;
  padding-block-end: 0;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background: rgb(var(--white-rgb)) url(../custom/img/3.jpg) no-repeat scroll;
  background-size: cover;
}

.primary-content .card-columns.home .card:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(var(--white-rgb), 0.97);
  opacity: 0.99;
  z-index: -1;
}

#order-standard_cart {
  padding: 15px 0 40px 0 !important;
}

header.header .search:focus-within {
  border-color: rgba(var(--white-rgb), 0.4);
  box-shadow: 0 0 0 4px rgba(var(--white-rgb), 0.1);
}

#order-standard_cart .secondary-cart-sidebar {
  padding-top: 9px;
}

.select-account {
  border-top: 0;
  margin: 0px auto;
}

table.table-list thead th {
  text-align: left;
}

.cart-body .sidebar-collapsed .panel-title {
  font-size: 15px;
  margin-bottom: 0;
}

.primary-content .table-container{
overflow: auto;
}

.client-home-cards .card-header .btn.bg-color-blue {
  background-color: #5bc0de !important;
}

.row .col-md-6:first-child .domain-promo-box {
  background: rgb(var(--secondary-rgb)) !important;
  border-color: rgb(var(--secondary-rgb)) !important;
}

.row .col-md-6:last-child .domain-promo-box .btn-primary.active,
.row .col-md-6:last-child .domain-promo-box .btn-primary:focus,
.row .col-md-6:last-child .domain-promo-box .btn-primary:active,
.row .col-md-6:last-child .domain-promo-box .btn-primary:hover {
  border-color: var(--white-2) !important;
}

.row .col-md-6:first-child .domain-promo-box .fa-4x {
  border-color: rgb(247, 131, 38) !important;
}

.row .col-md-6:last-child .domain-promo-box {
  background: rgb(var(--primary-rgb)) !important;
  border-color: rgb(var(--primary-rgb)) !important;
}

#order-standard_cart .prepend-icon .field-icon {
  line-height: 40px !important;
}