/* @import url('https://fonts.googleapis.com/css2?family=Bitter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */

.shimmer {
    font-family: Flow-Block;
    animation: fade 0.6s ease-in infinite alternate forwards;
}

:root {
    --primary: #ffffff;
    --second: #222222;
    --primary-grey: #16191c;
    --secondary-grey: #9aa4af;
    --grey: #5c5e5f;
    --border: #2d3032;
    --main: #3C8CE6;
    --purple: rgb(114, 64, 200);
    --pink: #bf1879;
    --green: #59a219;
    --orange: #ef8b09;
    --nav: rgba(16, 15, 15, 0.5);
    --primary-op: #100f0f10;
    --nav-text: rgb(76, 76, 76);
}

[data-theme="light"] {
    --primary: rgb(255, 255, 255);
    --second: #100f0f;
    --secondary-grey: #8494a1;
    --primary-grey: #f8fafc;
    --border: #e2e3e3;
    --grey: #5c5e5f;
    --main: #3C8CE6;
    --purple: rgb(114, 64, 200);
    --pink: #bf1879;
    --green: #59a219;
    --orange: #ef8b09;
    --nav: rgba(255, 255, 255, 0.5);
    --primary-op: rgba(255, 255, 255, 0.1);
    --nav-text: rgb(184, 184, 184);

}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    color: #777;
    font-weight: 400;
    line-height: 1
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-bottom: 10px;
    margin-top: 20px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-bottom: 10px;
    margin-top: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

._bgr {
    background: #0073EC;
    background-color: #28A745;
    background-color: #d50c2d;
}

._cw {
    color: rgb(255, 255, 255);
}

._bgw {
    background-color: rgb(255, 255, 255);
}

._cb {
    color: #100f0f;
}

._bgb {
    background-color: #100f0f;
}

._cg {
    color: #f8fafc;
}

._bgg {
    background-color: #f8fafc;
}

._cmain {
    color: #3C8CE6;
}

._bgmain {
    background-color: #3C8CE6;
}

._cgreen {
    color: #59a219;
}

._bggreen {
    background-color: #59a219;
}

._cpurple {
    color: rgb(114, 64, 200);
}

._bgpurple {
    background-color: rgb(114, 64, 200);
}

._cpink {
    color: #bf1879;
}

._bgpink {
    background-color: #bf1879;
}

._corange {
    color: #ef8b09;
}

._bgorange {
    background-color: #ef8b09;
}

._cdg {
    color: #6a7782;
}

._bdg {
    background-color: #8494a1;
}

._border {
    border: 1px solid var(--border) !important;
}

._border-right {
    border-right: 1px solid var(--border) !important;
}

.hide {
    display: none !important;
}

html,
body {
    background-color: var(--primary);
    color: var(--second);
    font-family: 'Open Sans' !important;
    /* font-family: 'Hind Siliguri', sans-serif; */
}

body.light-theme .nav-logo {
    filter: brightness(1) invert(0) !important;
}

/* body.light-theme .nav-admin-logo {
    filter: brightness(0) invert(1) !important;
} */
body.light-theme .imgs-invert {
    filter: brightness(0.5) invert(0) !important;
}

.sbtn {
    border-radius: 0.2rem !important;
    color: #f8fafc;
    border-width: 2px !important;
}

.sbtn.dark {
    background-color: #100f0f;
}

.sbtn.primary {
    /* background-color: #3C8CE6; */
}

.sbtn.light {
    color: #100f0f;
}

body.light-theme .sbtn.light {
    border: 1px solid #e2e3e3 !important;
}

.sbtn.purple {
    background-color: rgb(114, 64, 200);
}

.sbtn.purple:hover {
    background-color: rgb(84, 47, 148);
}

.sbtn.green {
    background-color: #59a219;
}

.sbtn.green:hover {
    background-color: rgb(34, 113, 95);
}

.sbtn.outline {
    border: 1px solid #f8fafc;
}

.sbtn.sm {
    font-size: 12px;
    line-height: 30px;
}

.gen-modal pop-h {
    background-color: var(--primary-grey) !important;
    color: var(--second);
}

.gen-modal pop-x {
    color: var(--second);
}

.gen-modal pop-t {
    font-weight: 600;
    font-size: 18px;
}

.gen-modal pop-c {
    border-radius: 1rem;
    background-color: var(--primary);
}

.gen-modal pop-b {
    border-radius: 0 0 16px 16px;
    background-color: var(--primary);
    color: var(--second);
}

.sh-main:hover {
    box-shadow: 0px 12px 30px -15px #3C8CE6;
}

.gen-modal pop-d {
    color: #8494a1;
}

@keyframes overEffect {
    from {
        visibility: hidden;
        opacity: 0;
        border: 1px dashed white;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        z-index: 10;
    }

    to {
        visibility: visible !important;
        opacity: 1;
        border: 1px dashed #8494a176;
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
        z-index: 10;
    }
}

@keyframes radioEffect {
    from {
        visibility: hidden;
        opacity: 0;
        border: 1px dashed white;
    }

    to {
        visibility: visible !important;
        opacity: 1;
        border: 1px dashed #8494a176;
    }
}

.flex-sb {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.flex-t {
    display: flex !important;
    justify-content: space-between !important;
}

.opacity:hover {
    opacity: 0.7;
}

.opacity-blue:hover {
    color: var(--main);
}

.nav_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.scale-down:hover {
    transform: scale(0.95);
}

.input {
    background-color: var(--primary-grey);
    border: 1px solid var(--border);
    color: var(--secondary-grey);
}

body.light-theme .input {
    background-color: var(--primary);
}

@keyframes animate {
    0% {
        transform: scale(0) translateY(0) rotate(0);
        opacity: 1;
    }

    100% {
        transform: scale(1.2) translateY(-90px) rotate(360deg);
        opacity: 0;
    }
}

@keyframes infinite-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

@media all and (max-width:768px) {
    .rotate {
        right: 10px !important;
        top: -100px !important;
    }

    .rotate svg {
        width: 150px;
    }
}

.bfr::before {
    content: '';
    width: 2px;
    background-color: var(--border);
    position: absolute;
    left: 18px;
    top: 18px;
    bottom: 18px;
}

.trans-top:hover {
    transform: translateY(-10px);
}

@media all and (max-width: 768px) {
    .trans-top:hover {
        transform: translateY(0px);
    }
}

.trans-right:hover {
    transform: translateX(10px);
}

@keyframes animate {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    100% {
        transform: translateY(5px);
        opacity: 1;
    }

}

.inf {
    animation: animate 1.5s linear infinite;
}

.error {
    display: none;
}

/* side nav */

.navigate {
    display: none;
    visibility: hidden;
}

.accordion.active,
.accordion:hover {
    color: var(--second);
    font-weight: 600;
}

.accordion.active+.bfr {
    display: block;
}

.accordion.active .icon {
    transform: rotate(90deg) !important;
}

.drop.active::before,
.drop:hover::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    background-color: var(--second);
    padding: 3px;
    left: 16px;
    transition: all 1s linear;
}

/* start listing style */
lmlst-footer {
    box-shadow: none !important;
}

@media screen and (max-width: 768px) {
    lmlst-footer {
        padding-left: 76px !important;
    }
}

lmlst-footer,
lmlst,
lmlst-header,
lmlst-tools,
lmlst-body {
    display: block;
}

lmlst {
    clear: both;
    padding-bottom: 36px;
}

lmlst-header {
    display: block;
    z-index: 10;
    top: 70px;
    line-height: 52px;
    height: 52px;
    background-color: var(--primary-grey);
    border-radius: 0.75rem;
}

lmlst-header.pinned {
    -webkit-box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
}

lmlst-header ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: block;
}

lmlst-header ul>li,
lmlst-body ul>li {
    display: table;
    width: 100%;
    padding: 0px 20px;
}

lmlst-header ul>li>div,
lmlst-body ul>li>div {
    display: flex;
    align-items: center;
}

lmlst-header ul>li>div>div {
    color: var(--secondary-grey);
    font-weight: 500;

}

lmlst-header ul>li>div>div,
lmlst-body ul>li>div>div {
    padding: 0px 10px;
    text-align: center;
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    letter-spacing: -0.5px;
    text-shadow: none;
    text-align: left;

    flex-direction: column;
    flex-grow: 1;
}

lmlst-body ul>li>div>div {
    color: var(--primary);
}

lmlst-header ul>li>div>div:first-of-type,
lmlst-body ul>li>div>div:first-of-type,
lmlst-header ul>li>div>div:last-of-type,
lmlst-body ul>li>div>div:last-of-type {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}

/* lmlst-body ul>li>div::before {
        position: absolute;
        background: black;
        border-radius: 0.25rem 0px 0px  0.25rem;
        top: 0px;
        right: 0px;
        bottom: 0px;
        width: 4px;
        overflow: hidden;
        content: '';
        
    } */

lmlst-body ul>li>div.featured::before {
    background: #ffc107;
}

lmlst ul>li>div.returned {
    background-color: rgb(255 0 0 / 10%);
}

lmlst ul>li>div.cloned {
    background-color: rgb(222 228 255);
}

lmlst ul>li>div.pending {
    background-color: #e9f9f9;
}


lmlst .mini {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
}

lmlst-body ul>li>div {
    line-height: 60px;
    /* margin-bottom: 10px; */
    box-shadow: none !important;
    border-bottom: 1px solid var(--border) !important;
}

lmlst-body ul>li>div.shrink {
    line-height: 40px;
    margin-bottom: 8px;
}

lmlst-body {
    padding-bottom: 26px;
    display: block;
    overflow-x: auto;
    min-height: 75vh;
}

lmlst.dataGrid lmlst-body {
    /* display: flex; */
    min-height: unset;
    overflow-x: unset;
    /* padding-bottom: unset; */
    /* gap: 20px; */
}

lmlst-footer ul,
lmlst-body ul {
    text-align: right;
    padding: 0px;
}

lmlst-footer li {
    padding: 0px;
    display: inline-block;
    font-size: 13px;
}

[page] {
    width: 25px;
    height: 25px;
    color: var(--second);
    line-height: 25px;
    border-radius: 0.25rem;
    text-align: center;
    margin: 0px 5px;
}

[page].active {
    background-color: rgba(60, 140, 230, 0.1);
    color: #3C8CE6;
}

[order],
[page] {
    cursor: pointer;
}


.title {
    letter-spacing: -0.5px;
}

/* end listing style */

/* start switch input */
.switch-circle:before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    left: 3px;
    top: 50%;
    transform: translate(0px, -50%);
    background-color: white;
    box-shadow: 0 2px 2px #95959555;
    transition: all 0.4s ease-in-out;
    z-index: 10;
}

.switch-input.is-checked {
    background-color: green !important;
}

.switch-input.is-checked .switch-circle:before {
    transform: translate(22px, -50%);
    animation: switchCircleEffect 0.4s ease-in-out;
}

.switch-input.is-checked~.over-effect {
    animation: overEffect 0.3s ease forwards;
}

@keyframes switchCircleEffect {
    0% {
        width: 100%;
    }

    50% {
        width: 140%;
    }

    100% {
        width: 100%;
    }
}

/* end switch input */

/* start inputs */
::placeholder,
::-webkit-input-placeholder,
body,
html,
input,
textarea,
select,
button {
    color: var(--secondary-grey);
    font-size: inherit !important;
}

.select-field.focused .select-options {
    display: block;
}

.select-field.focused~.over-effect {
    animation: overEffect 0.2s ease forwards;
}

.text.focused~.over-effect {
    animation: overEffect 0.3s ease forwards;
}

.text.focused .iconify {
    color: #3C8CE6;
}

/* end inputs */

/* start tip */
tip.longText span {
    min-width: 200px;
}

/* end tip */


flx {
    display: flex;
}

/* attribute */

/* justify content */
flx[jc="s"] {
    justify-content: start;
}

flx[jc="e"] {
    justify-content: flex-end;
}

flx[jc="c"] {
    justify-content: center;
}

flx[jc="b"] {
    justify-content: baseline;
}

flx[jc="se"] {
    justify-content: space-evenly;
}

flx[jc="sa"] {
    justify-content: space-around;
}

flx[jc="sb"] {
    justify-content: space-between;
}

/* align item */
flx[ai="s"] {
    align-items: start;
}

flx[ai="e"] {
    align-items: flex-end;
}

flx[ai="c"] {
    align-items: center;
}

flx[ai="b"] {
    align-items: baseline;
}

flx[ai="st"] {
    align-items: stretch;
}

/* wrapp */
flx[fw] {
    flex-wrap: wrap;
}

flx[fw_r] {
    flex-wrap: wrap-reverse;
}

flx[fnw] {
    flex-wrap: nowrap;
}

/* aligne content */
flx[ac="e"] {
    align-content: flex-end;
}

flx[ac="c"] {
    align-content: center;
}

flx[ac="b"] {
    align-content: baseline;
}

flx[ac="se"] {
    align-content: space-evenly;
}

flx[ac="sa"] {
    align-content: space-around;
}

flx[ac="sb"] {
    align-content: space-between;
}

/* justify content */
flx[jc="s"] {
    justify-content: start;
}

flx[jc="e"] {
    justify-content: flex-end;
}

flx[jc="c"] {
    justify-content: center;
}

flx[jc="b"] {
    justify-content: baseline;
}

flx[jc="se"] {
    justify-content: space-evenly;
}

flx[jc="sa"] {
    justify-content: space-around;
}

flx[jc="sb"] {
    justify-content: space-between;
}

flx[gap5] {
    gap: 5px;
}

flx[gap10] {
    gap: 10px;
}

flx[rgap5] {
    column-gap: 5px;
}

flx[rgap10] {
    column-gap: 10px;
}

flx[rgap20] {
    column-gap: 20px;
}

flx[gap15] {
    gap: 15px;
}

flx[gap20] {
    gap: 20px;
}

flx[gap25] {
    gap: 25px;
}

flx[gap30] {
    gap: 30px;
}

flx[gap35] {
    gap: 35px;
}

flx[gap40] {
    gap: 40px;
}

flx[gap45] {
    gap: 45px;
}

flx[gap50] {
    gap: 50px;
}

flx[gap55] {
    gap: 55px;
}

flx[gap60] {
    gap: 60px;
}

flx[gap65] {
    gap: 65px;
}

flx[gap70] {
    gap: 70px;
}

flx[gap80] {
    gap: 75px;
}

flx[gap85] {
    gap: 85px;
}

flx[gap90] {
    gap: 90px;
}

flx[gap95] {
    gap: 95px;
}

flx[gap100] {
    gap: 100px;
}

/* order */
flx[order="-1"] {
    order: -1;
}

flx[order="1"] {
    order: 1;
}

flx[order="2"] {
    order: 2;
}

flx[order="3"] {
    order: 3;
}

flx[order="4"] {
    order: 4;
}

flx[order="5"] {
    order: 5;
}

flx[order="6"] {
    order: 6;
}

flx[order="7"] {
    order: 7;
}

flx[order="8"] {
    order: 8;
}

flx[order="9"] {
    order: 9;
}

flx[order="10"] {
    order: 10;
}

/*  */

/* flex direction */
.fr {
    flex-direction: row;
}

.frr {
    flex-direction: row-reverse;
}

.fc {
    flex-direction: column;
}

.fcr {
    flex-direction: column-reverse;
}

/* wrapp */
.fw {
    flex-wrap: wrap;
}

.fwr {
    flex-wrap: wrap-reverse;
}

.fnw {
    flex-wrap: nowrap;
}

/* order */
.o0 {
    order: 0;
}

.o1 {
    order: 1;
}

.o2 {
    order: 2;
}

.o3 {
    order: 3;
}

.o4 {
    order: 4;
}

.o5 {
    order: 5;
}

.o6 {
    order: 6;
}

.o8 {
    order: 8;
}

.o9 {
    order: 9;
}

.o10 {
    order: 10;
}

.om1 {
    order: -1;
}

/* align content */

.acc {
    align-content: center;
}

.acs {
    align-content: flex-start;
}

.ace {
    align-content: flex-end;
}

.asb {
    align-content: space-between;
}

.asa {
    align-content: space-around;
}

.ase {
    align-content: space-evenly;
}

.acst {
    align-content: stretch;
}

/* align item */

.ac {
    align-items: center;
}

.as {
    align-items: flex-start;
}

.ae {
    align-items: flex-end;
}

.ab {
    align-items: baseline;
}

.ast {
    align-items: stretch;
}

/* justify content */
.jc {
    justify-content: center;
}

.js {
    justify-content: flex-start;
}

.je {
    justify-content: flex-end;
}

.jsb {
    justify-content: space-between;
}

.jsa {
    justify-content: space-around;
}

.jse {
    justify-content: space-evenly;
}

/* align self */
.asc {
    align-self: center;
}

.ass {
    align-self: flex-start;
}

.ase {
    align-self: flex-end;
}

.as_b {
    align-self: baseline;
}

.asst {
    align-self: stretch;
}


.f1 {
    flex: 1;
}

/* grow */

.fg1 {
    flex-grow: 1;
}

.fg2 {
    flex-grow: 2;
}

.fg3 {
    flex-grow: 3;
}

.fg4 {
    flex-grow: 4;
}

.fg5 {
    flex-grow: 5;
}


/* grow */
/* shrink */
.fsh1 {
    flex-shrink: 1;
}

.fsh2 {
    flex-shrink: 2;
}

.fsh3 {
    flex-shrink: 3;
}

.fsh4 {
    flex-shrink: 4;
}

.fsh5 {
    flex-shrink: 5;
}

/* shrink */



/* gap */
.g5 {
    gap: 5px;
}

.rg5 {
    column-gap: 5px;
}

.rg10 {
    column-gap: 10px;
}

.g10 {
    gap: 10px;
}

.g15 {
    gap: 15px;
}

.g20 {
    gap: 20px;
}

.g25 {
    gap: 25px;
}

.g30 {
    gap: 30px;
}

.g35 {
    gap: 35px;
}

.g40 {
    gap: 40px;
}

.g45 {
    gap: 45px;
}

.g50 {
    gap: 50px;
}

.g55 {
    gap: 55px;
}

.g60 {
    gap: 60px;
}

.g65 {
    gap: 65px;
}

.g70 {
    gap: 70px;
}

.g75 {
    gap: 75px;
}

.g80 {
    gap: 80px;
}

.g85 {
    gap: 85px;
}

.g90 {
    gap: 90px;
}

.g95 {
    gap: 95px;
}

.g100 {
    gap: 100px;
}

/*  */

@media all and (max-width: 768px) {

    /* flex direction */
    flx[m~="fr"]flx[m*="fr"] {
        flex-direction: row;
    }

    flx[m~="frr"] {
        flex-direction: row-reverse;
    }

    flx[m~="fc"] {
        flex-direction: column;
    }

    flx[m~="fcr"] {
        flex-direction: column-reverse;
    }

    /* wrapp */
    flx[m~="fw"] {
        flex-wrap: wrap;
    }

    flx[m~="fwr"] {
        flex-wrap: wrap-reverse;
    }

    flx[m~="fnw"] {
        flex-wrap: nowrap;
    }

    /* flex direction */

    /* wrapp */

    flx[m~="fr"] {
        flex-direction: row;
    }

    flx[m~="frr"] {
        flex-direction: row-reverse;
    }

    flx[m~="fc"] {
        flex-direction: column;
    }

    flx[m~="fcr"] {
        flex-direction: column-reverse;
    }

    /* wrapp */

    /* order */
    flx[m~="o0"] {
        order: 0;
    }

    flx[m~="o1"] {
        order: 1;
    }

    flx[m~="o2"] {
        order: 2;
    }

    flx[m~="o3"] {
        order: 3;
    }

    flx[m~="o4"] {
        order: 4;
    }

    flx[m~="o5"] {
        order: 5;
    }

    flx[m~="o6"] {
        order: 6;
    }

    flx[m~="o8"] {
        order: 8;
    }

    flx[m~="o9"] {
        order: 9;
    }

    flx[m~="o10"] {
        order: 10;
    }

    flx[m~="om1"] {
        order: -1;
    }

    /* order */
    /* align content */

    flx[m~="acc"] {
        align-content: center;
    }

    flx[m~="acs"] {
        align-content: flex-start;
    }

    flx[m~="ace"] {
        align-content: flex-end;
    }

    flx[m~="asb"] {
        align-content: space-between;
    }

    flx[m~="asa"] {
        align-content: space-around;
    }

    flx[m~="ase"] {
        align-content: space-evenly;
    }

    flx[m~="acst"] {
        align-content: stretch;
    }

    /* align item */

    flx[m~="ac"] {
        align-items: center;
    }

    flx[m~="as"] {
        align-items: flex-start;
    }

    flx[m~="ae"] {
        align-items: flex-end;
    }

    flx[m~="ab"] {
        align-items: baseline;
    }

    flx[m~="ast"] {
        align-items: stretch;
    }

    /* justify content */
    flx[m~="jc"] {
        justify-content: center;
    }

    flx[m~="js"] {
        justify-content: flex-start;
    }

    flx[m~="je"] {
        justify-content: flex-end;
    }

    flx[m~="jsb"] {
        justify-content: space-between;
    }

    flx[m~="jsa"] {
        justify-content: space-around;
    }

    flx[m~="jse"] {
        justify-content: space-evenly;
    }

    /* align self */
    flx[m~="asc"] {
        align-self: center;
    }

    flx[m~="ass"] {
        align-self: flex-start;
    }

    flx[m~="ase"] {
        align-self: flex-end;
    }

    flx[m~="as_b"] {
        align-self: baseline;
    }

    flx[m~="asst"] {
        align-self: stretch;
    }


    /* grow */

    *[m~=fg1] {
        flex-grow: 1;
    }

    *[m~=fg2] {
        flex-grow: 2;
    }

    *[m~=fg3] {
        flex-grow: 3;
    }

    *[m~=fg4] {
        flex-grow: 4;
    }

    *[m~=fg5] {
        flex-grow: 5;
    }


    /* grow */
    /* shrink */
    *[m~=fsh1] {
        flex-shrink: 1;
    }

    *[m~=fsh2] {
        flex-shrink: 2;
    }

    *[m~=fsh3] {
        flex-shrink: 3;
    }

    *[m~=fsh4] {
        flex-shrink: 4;
    }

    *[m~=fsh5] {
        flex-shrink: 5;
    }

    /* shrink */

    /* gap */
    flx[m~="g5"] {
        gap: 5px;
    }

    flx[m~="g10"] {
        gap: 10px;
    }

    flx[m~="g15"] {
        gap: 15px;
    }

    flx[m~="g20"] {
        gap: 20px;
    }

    flx[m~="g25"] {
        gap: 25px;
    }

    flx[m~="g30"] {
        gap: 30px;
    }

    flx[m~="g35"] {
        gap: 35px;
    }

    flx[m~="g40"] {
        gap: 40px;
    }

    flx[m~="g45"] {
        gap: 45px;
    }

    flx[m~="g50"] {
        gap: 50px;
    }

    flx[m~="g55"] {
        gap: 55px;
    }

    flx[m~="g60"] {
        gap: 60px;
    }

    flx[m~="g65"] {
        gap: 65px;
    }

    flx[m~="g70"] {
        gap: 70px;
    }

    flx[m~="g75"] {
        gap: 75px;
    }

    flx[m~="g80"] {
        gap: 80px;
    }

    flx[m~="g85"] {
        gap: 85px;
    }

    flx[m~="g90"] {
        gap: 90px;
    }

    flx[m~="g95"] {
        gap: 95px;
    }

    flx[m~="g100"] {
        gap: 100px;
    }

    /* end attribute */

    /* flex direction */
    .m_fr {
        flex-direction: row;
    }

    .m_frr {
        flex-direction: row-reverse;
    }

    .m_fc {
        flex-direction: column;
    }

    .m_fcr {
        flex-direction: column-reverse;
    }

    /* wrapp */
    .m_fw {
        flex-wrap: wrap;
    }

    .m_fw_r {
        flex-wrap: wrap-reverse;
    }

    .m_fnw {
        flex-wrap: nowrap;
    }

    /* order */
    .m_o0 {
        order: 0;
    }

    .m_o1 {
        order: 1;
    }

    .m_o2 {
        order: 2;
    }

    .m_o3 {
        order: 3;
    }

    .m_o4 {
        order: 4;
    }

    .m_o5 {
        order: 5;
    }

    .m_o6 {
        order: 6;
    }

    .m_o8 {
        order: 8;
    }

    .m_o9 {
        order: 9;
    }

    .m_o10 {
        order: 10;
    }

    .m_om1 {
        order: -1;
    }

    /* align content */

    .m_acc {
        align-content: center;
    }

    .m_acs {
        align-content: flex-start;
    }

    .m_ace {
        align-content: flex-end;
    }

    .m_asb {
        align-content: space-between;
    }

    .m_asa {
        align-content: space-around;
    }

    .m_ase {
        align-content: space-evenly;
    }

    .m_acst {
        align-content: stretch;
    }

    /* align item */

    .m_ac {
        align-items: center;
    }

    .m_as {
        align-items: flex-start;
    }

    .m_ae {
        align-items: flex-end;
    }

    .m_ab {
        align-items: baseline;
    }

    .m_ast {
        align-items: stretch;
    }

    /* justify content */
    .m_jc {
        justify-content: center;
    }

    .m_js {
        justify-content: flex-start;
    }

    .m_je {
        justify-content: flex-end;
    }

    .m_jsb {
        justify-content: space-between;
    }

    .m_jsa {
        justify-content: space-around;
    }

    .m_jse {
        justify-content: space-evenly;
    }

    /* align self */
    .m_asc {
        align-self: center;
    }

    .m_ass {
        align-self: flex-start;
    }

    .m_ase {
        align-self: flex-end;
    }

    .m_as_b {
        align-self: baseline;
    }

    .m_asst {
        align-self: stretch;
    }

    /* gap */
    .m_g5 {
        gap: 5px;
    }

    .m_g10 {
        gap: 10px;
    }

    .m_g15 {
        gap: 15px;
    }

    .m_g20 {
        gap: 20px;
    }

    .m_g25 {
        gap: 25px;
    }

    .m_g30 {
        gap: 30px;
    }

    .m_g35 {
        gap: 35px;
    }

    .m_g40 {
        gap: 40px;
    }

    .m_g45 {
        gap: 45px;
    }

    .m_g50 {
        gap: 50px;
    }

    .m_g55 {
        gap: 55px;
    }

    .m_g60 {
        gap: 60px;
    }

    .m_g65 {
        gap: 65px;
    }

    .m_g70 {
        gap: 70px;
    }

    .m_g75 {
        gap: 75px;
    }

    .m_g80 {
        gap: 80px;
    }

    .m_g85 {
        gap: 85px;
    }

    .m_g90 {
        gap: 90px;
    }

    .m_g95 {
        gap: 95px;
    }

    .m_g100 {
        gap: 100px;
    }
}

@media all and (max-width: 480px) {

    /* flex direction */
    flx[m_m~="fr"] {
        flex-direction: row;
    }

    flx[m_m~="frr"] {
        flex-direction: row-reverse;
    }

    flx[m_m~="fc"] {
        flex-direction: column;
    }

    flx[m_m~="fcr"] {
        flex-direction: column-reverse;
    }

    /* wrapp */
    flx[m_m~="fw"] {
        flex-wrap: wrap;
    }

    flx[m_m~="fwr"] {
        flex-wrap: wrap-reverse;
    }

    flx[m_m~="fnw"] {
        flex-wrap: nowrap;
    }

    /* flex direction */

    /* wrapp */

    flx[m_m~="fr"] {
        flex-direction: row;
    }

    flx[m_m~="frr"] {
        flex-direction: row-reverse;
    }

    flx[m_m~="fc"] {
        flex-direction: column;
    }

    flx[m_m~="fcr"] {
        flex-direction: column-reverse;
    }

    /* wrapp */

    /* order */
    flx[m_m~="o0"] {
        order: 0;
    }

    flx[m_m~="o1"] {
        order: 1;
    }

    flx[m_m~="o2"] {
        order: 2;
    }

    flx[m_m~="o3"] {
        order: 3;
    }

    flx[m_m~="o4"] {
        order: 4;
    }

    flx[m_m~="o5"] {
        order: 5;
    }

    flx[m_m~="o6"] {
        order: 6;
    }

    flx[m_m~="o8"] {
        order: 8;
    }

    flx[m_m~="o9"] {
        order: 9;
    }

    flx[m_m~="o10"] {
        order: 10;
    }

    flx[m_m~="om1"] {
        order: -1;
    }

    /* order */
    /* align content */

    flx[m_m~="acc"] {
        align-content: center;
    }

    flx[m_m~="acs"] {
        align-content: flex-start;
    }

    flx[m_m~="ace"] {
        align-content: flex-end;
    }

    flx[m_m~="asb"] {
        align-content: space-between;
    }

    flx[m_m~="asa"] {
        align-content: space-around;
    }

    flx[m_m~="ase"] {
        align-content: space-evenly;
    }

    flx[m_m~="acst"] {
        align-content: stretch;
    }

    /* align item */

    flx[m_m~="ac"] {
        align-items: center;
    }

    flx[m_m~="as"] {
        align-items: flex-start;
    }

    flx[m_m~="ae"] {
        align-items: flex-end;
    }

    flx[m_m~="ab"] {
        align-items: baseline;
    }

    flx[m_m~="ast"] {
        align-items: stretch;
    }

    /* justify content */
    flx[m_m~="jc"] {
        justify-content: center;
    }

    flx[m_m~="js"] {
        justify-content: flex-start;
    }

    flx[m_m~="je"] {
        justify-content: flex-end;
    }

    flx[m_m~="jsb"] {
        justify-content: space-between;
    }

    flx[m_m~="jsa"] {
        justify-content: space-around;
    }

    flx[m_m~="jse"] {
        justify-content: space-evenly;
    }

    /* align self */
    flx[m_m~="asc"] {
        align-self: center;
    }

    flx[m_m~="ass"] {
        align-self: flex-start;
    }

    flx[m_m~="ase"] {
        align-self: flex-end;
    }

    flx[m_m~="as_b"] {
        align-self: baseline;
    }

    flx[m_m~="asst"] {
        align-self: stretch;
    }


    /* grow */

    flx[m_m~=fg1] {
        flex-grow: 1;
    }

    flx[m_m~=fg2] {
        flex-grow: 2;
    }

    flx[m_m~=fg3] {
        flex-grow: 3;
    }

    flx[m_m~=fg4] {
        flex-grow: 4;
    }

    flx[m_m~=fg5] {
        flex-grow: 5;
    }


    /* grow */
    /* shrink */
    flx[m_m~=fsh1] {
        flex-shrink: 1;
    }

    flx[m_m~=fsh2] {
        flex-shrink: 2;
    }

    flx[m_m~=fsh3] {
        flex-shrink: 3;
    }

    flx[m_m~=fsh4] {
        flex-shrink: 4;
    }

    flx[m~=fsh5] {
        flex-shrink: 5;
    }

    /* gap */
    flx[m_m~="g5"] {
        gap: 5px;
    }

    flx[m_m~="g10"] {
        gap: 10px;
    }

    flx[m_m~="g15"] {
        gap: 15px;
    }

    flx[m_m~="g20"] {
        gap: 20px;
    }

    flx[m_m~="g25"] {
        gap: 25px;
    }

    flx[m_m~="g30"] {
        gap: 30px;
    }

    flx[m_m~="g35"] {
        gap: 35px;
    }

    flx[m_m~="g40"] {
        gap: 40px;
    }

    flx[m_m~="g45"] {
        gap: 45px;
    }

    flx[m_m~="g50"] {
        gap: 50px;
    }

    flx[m_m~="g55"] {
        gap: 55px;
    }

    flx[m_m~="g60"] {
        gap: 60px;
    }

    flx[m_m~="g65"] {
        gap: 65px;
    }

    flx[m_m~="g70"] {
        gap: 70px;
    }

    flx[m_m~="g75"] {
        gap: 75px;
    }

    flx[m_m~="g80"] {
        gap: 80px;
    }

    flx[m_m~="g85"] {
        gap: 85px;
    }

    flx[m_m~="g90"] {
        gap: 90px;
    }

    flx[m_m~="g95"] {
        gap: 95px;
    }

    flx[m_m~="g100"] {
        gap: 100px;
    }

    /* end attribute */

    /* flex direction */
    flx[m_m~="fr"] {
        flex-direction: row;
    }

    /* end flex direction */

    .m_m_fr {
        flex-direction: row;
    }

    .m_m_frr {
        flex-direction: row-reverse;
    }

    .m_m_fc {
        flex-direction: column;
    }

    .m_m_fcr {
        flex-direction: column-reverse;
    }

    /* wrapp */
    .m_m_fw {
        flex-wrap: wrap;
    }

    .m_m_fw_r {
        flex-wrap: wrap-reverse;
    }

    .m_m_fnw {
        flex-wrap: nowrap;
    }

    /* order */
    .m_m_o0 {
        order: 0;
    }

    .m_m_o1 {
        order: 1;
    }

    .m_m_o2 {
        order: 2;
    }

    .m_m_o3 {
        order: 3;
    }

    .m_m_o4 {
        order: 4;
    }

    .m_m_o5 {
        order: 5;
    }

    .m_m_o6 {
        order: 6;
    }

    .m_m_o8 {
        order: 8;
    }

    .m_m_o9 {
        order: 9;
    }

    .m_m_o10 {
        order: 10;
    }

    .m_m_om1 {
        order: -1;
    }

    /* align content */

    .m_m_acc {
        align-content: center;
    }

    .m_m_acs {
        align-content: flex-start;
    }

    .m_m_ace {
        align-content: flex-end;
    }

    .m_m_asb {
        align-content: space-between;
    }

    .m_m_asa {
        align-content: space-around;
    }

    .m_m_ase {
        align-content: space-evenly;
    }

    .m_m_acst {
        align-content: stretch;
    }

    /* align item */

    .m_m_ac {
        align-items: center;
    }

    .m_m_as {
        align-items: flex-start;
    }

    .m_m_ae {
        align-items: flex-end;
    }

    .m_m_ab {
        align-items: baseline;
    }

    .m_m_ast {
        align-items: stretch;
    }

    /* justify content */
    .m_m_jc {
        justify-content: center;
    }

    .m_m_js {
        justify-content: flex-start;
    }

    .m_m_je {
        justify-content: flex-end;
    }

    .m_m_jsb {
        justify-content: space-between;
    }

    .m_m_jsa {
        justify-content: space-around;
    }

    .m_m_jse {
        justify-content: space-evenly;
    }

    /* align self */
    .m_m_asc {
        align-self: center;
    }

    .m_m_ass {
        align-self: flex-start;
    }

    .m_m_ase {
        align-self: flex-end;
    }

    .m_m_asb {
        align-self: baseline;
    }

    .m_m_asst {
        align-self: stretch;
    }

    /* gap */
    .m_m_g5 {
        gap: 5px;
    }

    .m_m_g10 {
        gap: 10px;
    }

    .m_m_g15 {
        gap: 15px;
    }

    .m_m_g20 {
        gap: 20px;
    }

    .m_m_g25 {
        gap: 25px;
    }

    .m_m_g30 {
        gap: 30px;
    }

    .m_m_g35 {
        gap: 35px;
    }

    .m_m_g40 {
        gap: 40px;
    }

    .m_m_g45 {
        gap: 45px;
    }

    .m_m_g50 {
        gap: 50px;
    }

    .m_m_g55 {
        gap: 55px;
    }

    .m_m_g60 {
        gap: 60px;
    }

    .m_m_g65 {
        gap: 65px;
    }

    .m_m_g70 {
        gap: 70px;
    }

    .m_m_g75 {
        gap: 75px;
    }

    .m_m_g80 {
        gap: 80px;
    }

    .m_m_g85 {
        gap: 85px;
    }

    .m_m_g90 {
        gap: 90px;
    }

    .m_m_g95 {
        gap: 95px;
    }

    .m_m_g100 {
        gap: 100px;
    }
}


















.color-prime {
    background: linear-gradient(90deg, #5c50d9, #d50c2d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


.footer-supplement {
    fill: #ffffff !important;
}

.planbox {
    border: 1px solid #eee;
    border-radius: 5px;
    flex: 1;
}


.product-highlight-label {
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -.26px;
    padding: 3px 7px;
    text-align: center;
}

.product-highlight-label-Favorite {
    background: linear-gradient(90deg, #5c50d9, #d50c2d);
    color: #fff;
}

.prime-circle-left,
.prime-circle-right {
    background: var(--blur-radial-purple);
    border-radius: 100%;
    height: var(--blur-radial-size-1);
    opacity: .4;
    position: absolute;
    top: -300px;
    width: var(--blur-radial-size-1);
    z-index: 10;
}

.prime-circle-left {
    left: -350px;
}

.prime-circle-right {
    right: -350px;
}

:root {
    --blur-radial-red: radial-gradient(50% 50% at 50% 50%, rgba(213, 12, 45, .7) 0, rgba(213, 12, 45, 0) 100%);
    --blur-radial-purple: radial-gradient(50% 50% at 50% 50%, rgba(92, 80, 217, .7) 0, rgba(92, 80, 217, 0) 100%);
    --blur-radial-dark-purple: radial-gradient(50% 50% at 50% 50%, rgba(22, 0, 109, .7) 0, rgba(22, 0, 109, 0) 100%);
    --blur-radial-blue: radial-gradient(50% 50% at 50% 50%, rgba(34, 133, 246, .75) 0, rgba(34, 133, 246, 0) 100%);
    --blur-radial-light-blue: radial-gradient(50% 50% at 50% 50%, rgba(103, 171, 249, .7) 0, rgba(152, 198, 251, 0) 100%);
    --blur-radial-green: radial-gradient(50% 50% at 50% 50%, rgba(7, 120, 79, .7) 0, rgba(12, 197, 129, 0) 100%);
    --blur-radial-pink: radial-gradient(50% 50% at 50% 50%, #ee85f6 0, rgba(238, 133, 246, 0) 100%);
    --blur-radial-size-1: 529px;
    --blur-radial-size-2: 696px;
    --blur-radial-size-3: 830px;
    --blur-radial-size-4: 1000px;
    --blur-radial-size-5: 1600px;
    --blur-radial-size-6: 2800px;
}






.list-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0;
}

.faq-question {
    color: #d5102d;
    font-weight: 500;
    line-height: 26px;
}

.list-faqs li .collapse {
    display: none;
}

.list-faqs li.active .collapse {
    display: block;
}

.list-faqs li:not(:last-child),
.list-faqs li:not(:last-child) {
    margin-bottom: 20px;
}

.faq-question .iconify {
    margin-right: 5px;
    transition: transform .2s ease-in;
    font-size: 22px;
}


.list-faqs li.active .iconify {
    transform: rotate(90deg);
    transition: transform .2s ease-in;
}

.green-energy {
    background: linear-gradient(89deg, #188480 .82%, #d0ef93 165.88%);
    font-weight: 700;
}







.domain-search-container {
    max-width: 900px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.search-input-group {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.search-input-group input {
    flex: 1;
    padding: 12px 16px;
    font-size: 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    transition: border-color 0.2s;
}

.search-input-group input:focus {
    outline: none;
    border-color: #4a90e2;
}

.btn-primary {
    padding: 12px 24px;
    background: #4a90e2;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-primary:hover {
    background: #357abd;
}

.example-container {
    margin-bottom: 24px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.example-container span {
    color: #666;
    font-size: 14px;
}

.example-btn {
    padding: 4px 12px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 16px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.2s;
}

.example-btn:hover {
    background: #e0e0e0;
    border-color: #4a90e2;
}

.domain-results {
    margin-top: 20px;
}

.section {
    margin-bottom: 32px;
    background: #f9f9f9;
    border-radius: 12px;
    padding: 16px;
}

.section h4 {
    margin: 0 0 12px 0;
    color: #333;
}

.domain-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.domain-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.domain-name {
    font-family: monospace;
    font-size: 14px;
    font-weight: 500;
    flex: 1;
}

.domain-status {
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 12px;
}

.domain-item.available .domain-status {
    background: #d4edda;
    color: #155724;
}

.domain-item.taken .domain-status {
    background: #f8d7da;
    color: #721c24;
}

.btn-select {
    padding: 4px 12px;
    background: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}

.btn-select:hover {
    background: #218838;
}

.domain-suggestion {
    font-size: 11px;
    color: #666;
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 4px;
}

.loading,
.error-message {
    text-align: center;
    padding: 40px;
    color: #666;
}

.error-message {
    color: #dc3545;
}

.results-header h3 {
    margin: 0 0 16px 0;
    color: #333;
}

.sliding-bottom-border {
    background: linear-gradient(to right, var(--brand-1) 0, var(--brand-1) 100%) no-repeat right 100%;
    background-size: 0 2px;
    transition: background-size .39s ease;
}

.sliding-bottom-border:hover {
    background-position: left 100%;
    background-size: 100% 2px;
    color: var(--brand-1);
}

.sliding-bottom-border .iconify {
    transition: all .39s ease;
}

.sliding-bottom-border:hover .iconify {
    transform: translateX(5px);
}



.blur-radial {
    height: var(--blur-radial-size-6);
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: -2300px;
    /* margin-top:100px; */
    transform: translateX(-50%);
    width: var(--blur-radial-size-6);
}

.support-background-shadow-blue {
    background: var(--blur-radial-blue);
    top: -2464px;
    transform: translateX(calc(-50% + 150px));
}

.support-background-shadow-pink {
    background: var(--blur-radial-pink);
    top: -2464px;
    transform: translateX(calc(-50% - 150px));
}

.support-background-shadow-purple {
    background: var(--blur-radial-purple);
    top: -2400px;
    transform: translateX(-50%);
}

.support-background-particles {
    height: 75%;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

:root {
    --blur-radial-red: radial-gradient(50% 50% at 50% 50%, rgba(213, 12, 45, .7) 0, rgba(213, 12, 45, 0) 100%);
    --blur-radial-purple: radial-gradient(50% 50% at 50% 50%, rgba(92, 80, 217, .7) 0, rgba(92, 80, 217, 0) 100%);
    --blur-radial-dark-purple: radial-gradient(50% 50% at 50% 50%, rgba(22, 0, 109, .7) 0, rgba(22, 0, 109, 0) 100%);
    --blur-radial-blue: radial-gradient(50% 50% at 50% 50%, rgba(34, 133, 246, .75) 0, rgba(34, 133, 246, 0) 100%);
    --blur-radial-light-blue: radial-gradient(50% 50% at 50% 50%, rgba(103, 171, 249, .7) 0, rgba(152, 198, 251, 0) 100%);
    --blur-radial-green: radial-gradient(50% 50% at 50% 50%, rgba(7, 120, 79, .7) 0, rgba(12, 197, 129, 0) 100%);
    --blur-radial-pink: radial-gradient(50% 50% at 50% 50%, #ee85f6 0, rgba(238, 133, 246, 0) 100%);
    --blur-radial-size-1: 529px;
    --blur-radial-size-2: 696px;
    --blur-radial-size-3: 830px;
    --blur-radial-size-4: 1000px;
    --blur-radial-size-5: 1600px;
    --blur-radial-size-6: 2800px;
}


.color-prime {
    background: linear-gradient(90deg, #5c50d9, #d50c2d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    fill: url(#prime-grad) !important;
}

.color-prime path {
    fill: url(#prime-grad);
}

.footer-supplement {
    fill: #ffffff !important;
}


.whois-special-card-border {
    background: var(--gradient-1-500);
    border-radius: 4px;
    padding: 2px;
}

.whois-special-card-error {
    align-content: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 2px;
    display: flex;
    gap: 32px;
    justify-content: start;
    padding: 40px;
    word-wrap: anywhere;
}

.product-highlight-label {
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -.26px;
    padding: 3px 7px;
    text-align: center;
}

.product-highlight-label-Favorite {
    background: linear-gradient(90deg, #5c50d9, #d50c2d);
    color: #fff;
    font-weight: 400;
}



:root {
    --brand-1: #d50c2d;
    --brand-2: #383838;
    --brand-3: #fff;
    --brand-4: #ae0a25;
    --brand-5: #f5a623;
    --function-1: red;
    --function-2: #fdc400;
    --function-1-dark: --brand-4;
    --function-3: #59a219;
    --function-3-dark: #4d8c16;
    --function-3-bright: #74d421;
    --function-2-dark: #e4b000;
    --function-4: #1979a2;
    --function-4-dark: #16688c;
    --neutrals-900: #484848;
    --neutrals-800: #525252;
    --neutrals-700: #737373;
    --neutrals-600: #a3a3a3;
    --neutrals-500: #d4d4d4;
    --neutrals-400: #e6e6e6;
    --neutrals-300: #ededed;
    --neutrals-200: #f5f5f5;
    --neutrals-100: #fafafa;
    --dark-grey: #5a5a5a;
    --gradient-1-500: linear-gradient(90deg, #5c50d9, #d50c2d);
}

:root {
    --navy: #001f3f;
    --blue: #007bff;
    --red: #d50c2d;
    --green: #28a745;
    --slate: #64748b;
    --border: #e2e8f0;
    --bg-light: #f8fafc;
}


.search-header {
    margin-bottom: 24px;
    padding: 0 10px;
}

.brand-badge {
    font-size: 10px;
    font-weight: 800;
    color: var(--red);
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}

#search-title {
    font-size: 20px;
    color: var(--navy);
    margin: 0;
}

#query-display {
    color: var(--red);
}

.results-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 12px;
    transition: all 0.2s ease;
}

.result-item:hover {
    border-color: var(--red);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.info-side .domain-name {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--navy);
}

.info-side .tagline {
    font-size: 12px;
    color: var(--slate);
}

.status-badge {
    font-size: 12px;
    font-weight: 600;
    margin-right: 15px;
}

.status-available {
    color: var(--green);
}

.status-taken {
    color: #ef4444;
}

.deploy-btn {
    background: var(--red);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: opacity 0.2s;
}

.deploy-btn:disabled {
    background: #cbd5e1;
    cursor: not-allowed;
}

.deploy-btn:hover:not(:disabled) {
    background: #0056b3;
}

/* Skeleton Animation */
.skeleton-line {
    background: #f1f5f9;
    height: 12px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.skeleton-line.name {
    width: 140px;
}

.skeleton-line.meta {
    width: 80px;
}

.skeleton-btn {
    background: #f1f5f9;
    width: 100px;
    height: 36px;
    border-radius: 6px;
}


.sliding-background {
    background: linear-gradient(to right, var(--brand-2) 0, var(--brand-2) 100%) no-repeat right 100%;
    background-size: 0 100%;
    transition: background-size .5s ease, color .5s ease;
    color: var(--brand-2);
}
.sliding-background:hover {
    background-position: left 100%;
    background-size: 100% 100%;
    color: var(--brand-3);
}