:root {
    --themeprimaryclr: #a5247a;
    --themesecondaryclr: #00977b;
    --themethirdclr: #1bb174;
    --themeforhtclr: #6d6d6d;
    --themefifthclr: #727272;
    --customhover: #fff2f2;
    --plainclr: #fff;
    --darkclr: #000;
    --lightbg: #fafafa;
    --lightbgsecondary: #f7f7f7;
    --themehoverclr: #c89f68;
    --themehovertwo: #c45c6d;
    --bs-table-color: #cdcdcd;
    --bodyclr: #55595c;
    --borderclr: #f1f1f1;
    --border-bottom-clr: #b1b1b1;
    --headingclr: #000000;
    --footerclr: #ccc;
    /* share color */
    --greenclr: #43a700;
    --greenbadge: #52c504;
    --greenhover: #008f03;
    --redclr: #ff2b2b;
    --orangeclr: #d68b00;
    --btnclrone: #1f1f1f;

    /* font family */
    --primaryfont: 'Segoe UI', sans-serif;

    /* new addon */
    --gallery-overlay: #05090ac2;
    --closeclr: #ff0000;
    --overlight: #343e45;
    --footer-bgclr: #000000;
    --lihover-clr: #474747;
    --mainclr: #212529bf;

    --review-bg1: #00602b;
    --review-bg1-hover: #128947;
    --review-bg2: #92d14f;
    --review-bg2-hover: #85bf47;
    --review-bg3: #fec923;
    --review-bg3-hover: #e1b119;
    --review-bg4: #fa9924;
    --review-bg4-hover: #ef9d3b;
    --review-bg5: #ea0001;
    --review-bg5-hover: #bf0304;
    --review-bg6: #435050;
    --review-bg6-hover: #283030;

    --checkstatus: #f7cd73;
}

body,
a,
p,
div,
span,
li {
    color: var(--bodyclr);
}

p {
    font-family: var(--primaryfont);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    height: auto !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    line-height: 30px !important;
    font-size: 1rem;
    font-weight: 400 !important;
    overflow-x: hidden;
    font-family: var(--primaryfont) !important;
}

#main-view-scroll {
    overflow-y: auto;
}

html {
    scroll-behavior: smooth;
}