:root { --width: 100%; }

html {
    height: 100%;
}

div {
    border: #0d0c22;
}

#bulk {
}

#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;
}

#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;
}

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

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

.group label {
    margin: .3rem 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: 10px 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: #246dcc;
}

.padding {
    padding: 20px;
}

.padding-0-10 {
    padding: 0 10px;
}

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;
}

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

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

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

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

.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;
}

.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;
}

.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;
}

.user-box {
    display: flex;
}

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

.hide {
    display: none;
}

.margin-top25 {
    margin-top: 25px;
}

.readonly {
    background: #4e555b !important;
}

.margin-left50 {
    margin-left: 50px;
}

#ArchiveModal {
    background: rgba(0, 0, 0, 0.5);
}

#ArchiveModal .modal-dialog {
    margin-top: 15vh;
}

.modal .modal-body {
    height: 60vh;
    overflow: scroll;
    margin: 10px 0;
}

#kalin_note {
    color: #4aff96;
    font-weight: bold;
}

.tiny {
    width: 15px;
    vertical-align: middle !important;
}

.descriptionCell {
    vertical-align: middle !important;
    min-width: 200px;
    max-width: calc(10vw);
}

.description {
    vertical-align: middle !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.padding-0 {
    padding: 0 !important;
}

.listing-input-price {
    max-width: 60px;
}

#language_search_holder,
#second_category_search_holder {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 9999;
}

.lang-container,
.second-category-container {
    position: relative;
}

.green-bg{
    background: green;
}

.blue-bg{
    background: #727aff;
}

.red-bg{
    background: red;
}

.orange-bg{
    background: orange;
}

.pink-bg{
    background: pink;
}

.neon-bg{
    background: #04e0fb;

}

.form-control::placeholder,
.form-control.readonly {
    color: #b9b8b8 !important;
}

.card-body {
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
}

#history {
    display: none;
}

.middle {
    vertical-align: middle !important;
    align-content: center;
    min-width: 60px;
}

/*
 *
 *
 *  Start Media queries
 *  Please let this section is end of file
 *
 *
 */

@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 (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: 1921px) {

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

    #activeFilters {
        display: block;
    }

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


}

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

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

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

/* Do NOT write CSS rules after media queries */