html{
    height: 100%;
}

#cart-overlay {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    overflow: hidden;
}

#shopping-cart {
    margin: 20px 0;
    background: white;
    width: 420px;
    position: absolute;
    border-radius: 3px;
    padding: 20px;
    z-index: 5;
    right: 50px;
    top: 35px;

}

.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
}

.shopping-cart .shopping-cart-header .shopping-cart-total {
}

.shopping-cart .shopping-cart-items {
    padding-top: 20px;
}

.shopping-cart .shopping-cart-items li {
    margin-bottom: 18px;
}

.shopping-cart .shopping-cart-items img {
    margin-right: 12px;
}

.shopping-cart .shopping-cart-items .item-name {
    display: block;
    padding-top: 10px;
    font-size: 16px;
}

.shopping-cart .shopping-cart-items .item-price {
    color: #6394F8;
    margin-right: 8px;
}

.shopping-cart .shopping-cart-items .item-quantity {
    color: #ABB0BE;
}

.shopping-cart:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
}

.cart-icon {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
}

.cart-items {
    overflow-y: auto;
    max-height: 200px;
}

#bulk {
}

#checkoutMessage {
    display: none;
    position: absolute;
    width: 500px;
    z-index: 1;
    top: 20%;
    left: 40%;
    padding: 50px;
    color: #000;
    text-justify-trim: adjacent;
}

#checkoutMessage span {
    font-weight: bold;
}

#checkoutMessage p:last-child {
    margin: auto 40%;
}

#filterControls {
    display: none;
    margin: 10px 0 0;
}

#filterControls button {
    width: 100%;
    background-color: #6cb2eb;
    border: none;
}

#filterControls button:hover {
    background-color: #6cb2eb;
    border: none;
    box-shadow: none;
}

#domainFilters .ui-slider-range {
    height: 5px !important;
    background-color: #6cb2eb;
    border: none !important;
}

#domainFilters .range {
    border: none !important;
    color: #6cb2eb;
    background: #6cb2eb;
    height: 6px;
}

#domainFilters .ui-slider-handle {
    border: 1px solid #6cb2eb;
    border-radius: 100%;
    cursor: pointer;
    top: -0.4em !important;
}

#domainFilters form {
    padding: 10px;
}

#domainFilters .form-control,
#domainFilters .custom-select {
    border: 1px solid #6cb2eb;
}

#domainFilters label {
  line-height: 15px;
  display: inline-block;
  vertical-align: middle;

}

#activeFilters {
    padding: 0;
}

.afilter {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    background: #38c172;
    margin: 10px 5px;
    padding: 2px 4px;
    border-radius: 3px;
}

.afilter i {
    padding-left: 5px;
    cursor: pointer;
}

.afilter a {
  color: white;
}

.filter-actions * {
    display: inline-block;
}

.align-middle {
    min-width: 60px;
}

.group label {
    margin: .3rem 0 0;
}

/* .btn.btn-outline-success {
    margin: 18px 0 0;
} */

#domainList form {
    vertical-align: top;
}

#toTop {
    position: fixed;
    bottom: 35px;
    right: 10px;
    cursor: pointer;
    display: none;
}

.range {
    margin: 15px 15px 0;
}

.frow {
    padding: 5px 0;
}

.frange {
    width: 50px;
    padding: 0;
    text-align: center;
}

.frow > div:nth-child(1) {
    max-width: 120px;
}

#rotate-message {
    display: none;
}

#rotate-message p {
    text-align: center;
    color: #f00;
    font-style: italic;
    padding: 0;
    margin: 0;
}

.table tbody tr td:nth-last-child(2) {
    font-weight: bold;
    color: #0c4999;
}

#betaMessage {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

#betaMessage p,
#betaMessage a {
    padding: 0 10px;
}

#beta-close-msg {
    cursor: pointer;
    padding: 0 5px;
}

#cookieOverlay{
    display: none;
    /*position: absolute;*/
    background: rgba(179, 0, 13, 0.5);
    text-align: center;
    font-weight: bold;
}

.padding{
    padding: 20px;
}

.notifications-window,
.offers-notifications-window {
    position: absolute;
    bottom: -55px;
    left: 0;
    z-index: 9999;
    background: #545b62;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    max-width: 245px;
    min-width: 222px;
}

.notifications-window a,
.offers-notifications-window a{
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
}

.notifications-window a:hover,
.offers-notifications-window a:hover{
    color: #fff;
}

.notifications-window::after,
.offers-notifications-window::after {
    content: '';
    display: block;
    position: absolute;
    top: -9px;
    left: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 11px solid #545b62;
    z-index: ;
  }

.date-separator{
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 11px;
    color: #2AB4EB;
}

.date-separator::before,
.date-separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #2AB4EB;;
}

.date-separator:not(:empty)::before {
  margin-right: .25em;
}

.date-separator:not(:empty)::after {
  margin-left: .25em;
}

.send-msg {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 45px;
    height: 89%;
    background: #3ed1eb;
    border: none;
    text-align: center;
    padding: 0;
}

.send-msg:hover {
    background: #3ed1eb;
}

.send-offer {
    position: absolute;
    top: 0;
    right: 0px;
    width: 50px;
    height: 100%;
    background: #3ed1eb;
    border: none;
    text-align: center;
    padding: 0;
}

.text-container {
    border: 1px solid #2ab4eb;
    border-radius: 0.3em;
}


.text-container textarea,
.text-container input {
    border: 1px solid #3ed1eb;
    resize: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.msg-box {
    overflow-wrap: anywhere;
}

.date-box {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.date-box span {
    color: #FFFFFF;
    font-size: 10px;
    font-style: italic;
}

@media (max-width: 530px) {

    #shopping-cart {
        position: initial;
        width: 100%;
    }
}

@media (max-width: 1336px) {
    #rotate-message {
        display: block;
    }
}

@media (max-width: 768px) {
    .group {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 10px;
    }
}

@media (max-width: 1430px) {
    #domainFilters {
        display: none;
    }

    #filterControls {
        display: block;
        margin: 10px 0;
    }

    #activeFilters {
        display: block;
    }

    #domainFilters,
    #filterControls,
    #domainList {
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (min-width: 768px) {
    .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    #domainList {
        font-size: 13px;
    }

    .group {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px;
    }

}

@media (max-width: 1366px) {

    #filterControls {
        display: block;
        margin: 10px 0;
    }

    #activeFilters {
        display: block;
    }

    #domainFilters, #filterControls, #domainList {
        flex: 0 0 100%;
        max-width: 100%;
    }


}

@media (min-width: 1430px) {
    #domainFilters {
        display: block!important;
    }

    .group {
        flex: auto;
        max-width: initial;
        padding: 0;
    }
}

@media (min-width: 1500px) {
    .content-wrapper {
        justify-content: center !important;
    }
}

#overlay {
    display: block;
    position: absolute;
    z-index: 998;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}
.overlay_body {
    overflow: hidden;
    height: 100%;
}

#agree-modal {
}
.modal {
    position: fixed;
    z-index: 9999;
    display: block;
    top: 5%;
    margin: 0 auto;
    width: 80%;
}

#nav-tabContent .policyContent{
    overflow-y: auto;
    height: 450px;
}

html {
  scroll-behavior: smooth;
}

#acceptForm {
    display: inline;
}


.info-toggle {
    position: relative;
}

.info-toggle span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.info-container {
    display: none;
    color: #fff;
    background: #000;
    padding: 5px;
}

/**
* Overlay Modal
*/
.overlay-modal {
    display: none;
    width: 100vw;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
}

.seo-domains-logo {
    text-align: center;
}

.seo-domains-logo a {
    display: inline-block;
    margin-bottom: 24px;
}

.overlay-modal-content {
    background-color: #F8FCFF;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.overlay-modal-content .container-fluid {
    height: 100%;
}

.overlay-modal-content p {
    font-size: 16px;
  }

.overlay-modal-content ul {
    text-align: left;
    margin-left: 60px !important;
}

.overlay-modal-content button {
    margin-top: 20px;
    width: 45%;
}

.overlay-modal-content .closeLogin {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
}

.custom-control-label {
    font-weight: normal !important;
    color: #6e6d7a !important;
    font-size: 12px !important;
}

.overlay-reg-frame {
    background-color:#fefefe;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 5px solid #f3f3f3;
}

.title-wrap,
.form-wrap {
    max-width: 350px;
    margin: 20px auto 30px;
    padding: 0 20px;
}

.overlay-seo-domains-logo {
    margin-bottom: 80px;
    margin-left: 30%;
    text-align: center;
    height: 64px;
    width: 150px;
    background-color: #f3f3f3;
    border-radius: 0 0 25px 25px;
}

.overlay-reg-frame input {
    background-color: #F8FAFB;
}

.overlay-reg-frame label {
    color: #0d0c22;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
}

.overlay-reg-frame h4 {
    color: #172138;
    margin-bottom: 0;
}

.overlay-reg-frame .info-text {
    color: #D0D1D5;
    font-size: 14px;
}

.overlay-info-frame {
    padding-left: 10%;
    background-color: #00458C;
    background-image: url("/imgs/bgri3.png");
    background-repeat: no-repeat;
    background-position: top left;
    color: white;
}

.overlay-info-frame a {
    color: white;
    font-weight: bold;
}

.overlay-info-frame p {
    color: #fff;
    line-height: 130%;
}

.overlay-full-row {
    height: 100%;
}

.overlay-already-member {
    width: 100%;
    font-size: 15px;
    text-align: center;
}

.go-to-home-link {
    margin-top: 20px;
    font-size: 11px;
    text-align: center;
}

.cc-color-orange {
    color: #FF7400;
}

.c-white {
    color: white;
}

.registerFrame {
    margin: 0 auto;
    margin-top: 5%;
}

.profileFrame {
    margin: 0 auto;
    margin-top: 20px;
}

.balanceFrame {
    margin: 0 auto;
    margin-top: 20px;
    font-size: 22px;
}

#affReg {
    background-color: #EE791C;
    border: none;
}

.welcomeLogin {
    margin: 0 auto;
    margin-top: 10%;
    width: 55%;
    font-weight: 300;
    font-family: Nunito,sans-serif;
}

.welcomeLogin h3 {
    font-size: 24px;
}

.b-label0m {
    font-weight: bold;
    margin-bottom: 0px;
}

.welcomeName {
    color: #6C9DED;
    font-weight: bold;
}

.welcomeNote {
    color: #647085;
    font-size: 16px;
    font-weight: 300;
}

.rememberme {
    font-size: 14px;
    vertical-align: top;
}

.welcomeSignupFrame {
    margin: 0 auto;
    width: 55%;
    background-color: #fafafa;
    border-top: 1px solid #DFDCDF;
    text-align: center;
    font-weight: bold;
    color: #58647A;
}

.required {
    color: red;
}

.border-bottom-red {
    border-bottom: 1px solid #FFCCCC;
}

.border-bottom-blue {
    border-bottom: 1px solid #92b5fa;
}

.feedback-box {
    margin: 0 auto;
    margin-top: 20px;
    width: 55%;
}

.text-green {
    color: #3EA444;
}

.text-dark-blue {
    color: #1C559C;
}
.text-gray {
    color: #7c9ab7;
}
.filters-link-bold {
    color: #157163;
    font-weight: bold;
}
.aff-link-msg {
    color: #009e60;
}

.affiliate-info-box {
    font-size: 16px;
}

.affiliate-info-box h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
}

.affiliate-info-box h2 {
    font-size: 26px;
    margin-top: 20px;
}

.footer-info h2 {
    font-size: 18px;
}

.footer-info p {
    font-size: 14px;
}

.footer-info a {
    position: relative;
    z-index: 9999;
}


table.table-transfers {
    border-collapse: collapse;
    background: #ffffff;
    color: #033;
    width: 100%;
}
.table-transfers caption { font-size: 1.3em; font-weight: bold; text-align: left; padding: 1em 4px; }

.table-transfers th { padding: 13px; line-height: 0.5em; border-radius: 3px; }
.table-transfers th { background: #839E99; color: #7E7E93; font-weight: bold; text-align: left; padding-right: .5em; vertical-align: top; }
.table-transfers thead th { background: #F7F7F8; text-align: center; }
.table-transfers .odd td { background: #DBE6DD; }
.table-transfers .odd th { background: #6E8D88; }
.table-transfers td a,
.table-transfers td a:link { color: #325C91; }
.table-transfers td a:visited { color: #466C8E; }
.table-transfers td a:hover,
.table-transfers td a:focus { color: #1E4C94; }
.table-transfers th a,
.table-transfers td a:active { color: #fff; }
.table-transfers tfoot th,
.table-transfers tfoot td { background: #2C5755; color: #fff; }
.table-transfers th + td { padding-left: .5em; }
.table-transfers td {padding: 4px;}
.table-transfers tr:hover {background-color: #F7F7F8;}

table.table-orders {
    border-collapse: collapse;
    background: #ffffff;
    color: #033;
    width: 100%;
}
.table-orders caption { font-size: 1.3em; font-weight: bold; text-align: left; padding: 1em 4px; }

.table-orders th { padding: 13px; line-height: 1.3em; border-radius: 3px; }
.table-orders th { background: #839E99; color: #7E7E93; font-weight: bold; text-align: left; padding-right: .5em; vertical-align: top; }
.table-orders thead th { background: #F7F7F8; text-align: center; }
.table-orders .odd td { background: #DBE6DD; }
.table-orders .odd th { background: #6E8D88; }
.table-orders td a,
.table-orders td a:link { color: #325C91; }
.table-orders td a:visited { color: #466C8E; }
.table-orders td a:hover,
.table-orders td a:focus { color: #1E4C94; }
.table-orders th a,
.table-orders td a:active { color: #fff; }
.table-orders tfoot th,
.table-orders tfoot td { background: #2C5755; color: #fff; }
.table-orders th + td { padding-left: .5em; }
.table-orders tr:hover {background-color: #F7F7F8;}

table.table-offers {
    border-collapse: collapse;
    background: #ffffff;
    color: #033;
    width: 100%;
}
.table-offers caption { font-size: 1.3em; font-weight: bold; text-align: left; padding: 1em 4px; }

.table-offers th { padding: 13px; line-height: 1.3em; border-radius: 3px; }
.table-offers th { background: #839E99; color: #7E7E93; font-weight: bold; text-align: left; padding-right: .5em; vertical-align: top; }
.table-offers thead th { background: #F7F7F8; text-align: left; }
.table-offers .odd td { background: #DBE6DD; }
.table-offers .odd th { background: #6E8D88; }
.table-offers .not-seen td { font-weight:bold; background: #f8f9fa;}
.table-offers td a,
.table-offers td a:link { color: #325C91; }
.table-offers td a:visited { color: #466C8E; }
.table-offers td a:hover,
.table-offers td a:focus { color: #1E4C94; }
.table-offers th a,
.table-offers td a:active { color: #fff; }
.table-offers tfoot th,
.table-offers tfoot td { background: #2C5755; color: #fff; }
.table-offers th + td { padding-left: .5em; }
.table-offers tr:hover {background-color: #F7F7F8;}
.table-offers td {padding: 4px 10px 4px 10px;}

.badge-declined {
    background-color: #FFF3F6;
    color: #FF83A2;
}

.badge-canceled {
    background-color: #FFF3F6;
    color: #FF83A2;
}

.badge-created {
    background-color: purple;
    color: white;
}

.badge-pending {
    background-color: #FFF2D6;
    color: #FFB202;
}

.badge-in-progress {
    background-color: #D1EDFC;
    color: #02B2FF;
}

.badge-waiting-payment {
    background-color: #F4F4FB;
    color: #211DC3;
}

.badge-paid {
    background-color: #DDF1DD;
    color: #2CA62D;
}

.badge-transfer {
    background-color: #F03C3C;
    color: #FFFFFF;
}

.badge-finished {
    background-color: #f8f9fa;
    color: #212529;
}

.message-wrap-left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.message-wrap-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.message-box {
    display: flex;
}

.message-box a {
    color: #FFFFFF;
}

.user-box {
    display: flex;
}

.user-box > span {
    align-self: flex-end;
}

ul.psl {
    list-style-type: none;
    margin: 0;
    padding: 4px;
}

.psl a {
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #DBDBDF;
    padding-bottom: 3px;
    padding-top: 3px;
}

.cl {
    color: #888893;
}

.cl:before {
    content: ' \003E\0020';
}

.pib {
    height: 200px;
}

.bib {
    height: 200px;
}

.bib > .bp {
    font-weight: bold;
    font-size: 25px;
    padding: 10px;
}

.billing-table {
    width: 100%;
}

.errorMsg {
    color: red;
}

.successMsg {
    color: green;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-20 {
    font-size: 20px;
}

.conversation-client-badge {
    background-color: #3ed1eb;
    color: #FFFFFF;
    margin-right: 10px;
    padding: 10px;
    border-radius: 10px;
}

.conversation-moderator-badge {
    background-color: #2AB4EB;
    color: #FFFFFF;
    margin-left: 10px;
    padding: 10px;
    border-radius: 10px;
}


.conversation-client-message {
    background-color: #3ed1eb;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 10px 10px 10px 0px;
    border: 1px solid #E3E5EB;
}

.conversation-moderator-message {
    background-color: #2AB4EB;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 10px 10px 0px 10px;
}

.conversation-time-stamp {
    color: #FFFFFF;
    font-size: 12px;
}

.domains-table {
    position: relative;
}

.loading, .loading-cart {
    display: none;
}

#loading {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
}

.spinner-border {
    display: block;
    width: 80px;
    height: 80px;
    position: sticky;
    top: 50%;
    margin: 0 auto;
}

.spinner-border:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 8px solid #fff;
    border-color: #fff transparent #fff #fff;
    animation: rotation 2s infinite linear;
}

#OfferModal{
    display: none;
}

@keyframes rotation {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}

.balance-table{
    width: 100%;
}

.bids,
.chat-wrapper {
    height: 445px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: #1a233b #fff0;
    scrollbar-width: normal;
    scrollbar-gutter: stable;
    background: #f8f9fa;
    border: 1px solid #d9e4fc;
}

.bid-box {
    padding: 5px;
    background: #f8f9fa;
}

.bids-make-offer {
    /* padding: 10px;
    background: #f8f9fa; */
}

.btn-orange {
    background: #FF552C;
    color: white !important;
}

.btn-orange:hover {
    background: #ee491f;
    color: white !important;
}

.offer-note {
    background-color: #FFF5EB;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
}

#popularCategories h5 {
  font-weight: bold;
}

#popularCategories a {
  color: #5A6AC9;
}

#popularCountries h5 {
  font-weight: bold;
}

#popularCountries img {
  height: 15px;
  width: 20px;
  vertical-align: baseline;
  border: 1px solid #EBEDEF;
  border-radius: 3px;
}

#popularCountries a{
  margin-right: 10px;
  color: #5A6AC9;
  border: 1px solid #EBEDEF;
  padding: 1px 4px 1px 4px;
  border-radius: 4px;
}

#popularCountries a:hover {
  text-decoration: none;
  border: 1px solid #6C757D;
}

#priceRanges h5 {
  font-weight: bold;
}

#priceRanges a {
  margin-right: 10px;
  color: #5A6AC9;
}

#alsoMore h5 {
  font-weight: bold;
}

#alsoMore a {
  color: #5A6AC9;
}

.payment-method {
  background-color: #FFDB9B;
  padding: 0;
}

.payment-method h5 {
  background-color: #FFA503;
  padding: 6px;
  font-weight: bold;
}

.payment-method h5 > i {
  background-color: #CE8501;
  padding: 8px;
  border-radius: 50%;
  color: #FFDB9B;
  margin-right: 4px;
}

.payment-method-box {
  padding: 0 10px 10px 10px;
}
.payment-method-box p {
  margin-bottom: 1px;
  font-size: 14px;
}

.confirm-payment-method-button {
  background-color: #FFA503;
}

.thank-you {
  background-color: #0A2B58;
  color: #FFFFFF;
}

.thank-you img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.thank-you p {
  margin: 0;
}

.thank-you .close {
  color: #FFFFFF;
  top: 0;
  right: 0;
  margin-right: 10px;
  position: absolute;
}

.payment-method {
  background-color: #FFDB9B;
  padding: 0;
}

.payment-method h5 {
  background-color: #FFA503;
  padding: 6px;
  font-weight: bold;
}

.payment-method h5 > i {
  background-color: #CE8501;
  padding: 8px;
  border-radius: 50%;
  color: #FFDB9B;
  margin-right: 4px;
}

.payment-method-box {
  padding: 0 10px 10px 10px;
}
.payment-method-box p {
  margin-bottom: 1px;
  font-size: 14px;
}

.confirm-payment-method-button {
  background-color: #FFA503;
}

.thank-you {
  background-color: #0A2B58;
  color: #FFFFFF;
}

.thank-you img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.thank-you p {
  margin: 0;
}

.thank-you .close {
  color: #FFFFFF;
  top: 0;
  right: 0;
  margin-right: 10px;
  position: absolute;
}

.badge-pbn {
  background-color: #B2BCF9;
  color: #3B58EE;
  padding: 0 4px 0 4px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 1px #93B2DD;
}

input[name='offer'] {
    transition: 3s;
}

.offer-badge {
  padding: 5px;
  font-weight: bold;
  background-color: #EDF3EC;
  border-radius: 3px;
  font-size: 18px;
}

.offer-badge a {
  color: #000000;
}

.table-str tr:nth-child(4n+1), .table-str tr:nth-child(4n+2) {
 background-color: #EBEDEF;
}

.domain-description {
  font-size: 12px;
}

.domain-col {
  color: #000000;
}

.short-metric {
  min-width: 50px;
}

#reflectiveSearch {
  font-size: 18px;
  background-color: #E6CFFB;
  border: 1px solid #7851A9;
  border-radius: 4px;
  padding: 4px;
}

#reflectiveSearch a {
  color: #562270;
  font-weight: bold;
}

/* Profile */
.profile-link {
    position: relative;
}

.profile-link .icon-badge {
    position: absolute;
    top: -3px;
    right: 0;
}

.group-level {
    background-color: #FFCC4D;
    border:1px solid #FFAC33;
    padding: 5px;
    padding-left: 28px;
    border-radius: 5px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-left: 8px;
    box-shadow: inset 2px 1px 4px white;
}

.group-level .group-level-icon {
    font-size: 300%;
    position: absolute;
    top: 8px;
    left: 0;
    text-shadow: 2px 1px 4px white;
}
