@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@600&display=swap');

:root {
    --AF-primary-opacity: 1;
    --AF-secondary-opacity: 0.70;
    --AF-tertiary-opacity: 0.50;
    --AF-quaternary-opacity: 0.25;
    --AF-quinary-opacity: 0;
    --AF-default: #FF5500;
    --AF-default-faint: #fcc0a2;
    --AF-default-color: #0d6efd;
    --AF-black: black;
    --AF-green: green;
    --AF-red: red;
    --AF-white: #fff;
    --AF-whitesmoke: whitesmoke;
    --AF-gray: rgba(152, 152, 152, 0.267);
    --AF-darkgray: rgba(23, 22, 22, 0.14);
    --AF-b3: #333;
    --AF-b5: #555;
    --AF-b7: #777;
    --AF-b9: #999;

    --AF-c-default: var(--AF-default);
    --AF-c-default-faint: var(--AF-default-faint);
    --AF-c-primary: var(--AF-default-color);
    --AF-c-secondary: var(--AF-default-color);
    --AF-c-tertiary: var(--AF-default-color);
    --AF-c-quaternary: var(--AF-default-color);
    --AF-c-quinary: var(--AF-default-color);

    --AF-bg-linear-gradient: linear-gradient(50deg, #FF5500, skyblue);
    --AF-nav-border-color:#e5e5e9;
    --AF-width: 150px;
}

html,
body {
    padding: 0;
    margin: 0;
    color: var(--AF-b3);
    overflow: hidden;
    font-family: 'Quicksand', sans-serif;
}

body[model]::before {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(10, 10, 10, .7);
    content: "";
    z-index: 999;
}

*:not(.AF-svg) {
    box-sizing: border-box;
    user-select: none;
    accent-color: var(--AF-c-default);
}

.AF-svg {
    display: block;
    font-size: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: center;
    margin: 0 auto;
    min-height: 80px;
    min-width: 80px;
}

.AF-svg svg {
    display: inline-block;
    margin-bottom: 0;
}

.AF-default {
    color: var(--AF-c-default, currentColor);
}

.AF-primary {
    fill: var(--AF-c-primary, currentColor);
    opacity: var(--AF-primary-opacity);
}

.AF-secondary {
    fill: var(--AF-c-secondary, currentColor);
    opacity: var(--AF-secondary-opacity);
}

.AF-tertiary {
    fill: var(--AF-c-tertiary, currentColor);
    opacity: var(--AF-tertiary-opacity);
}

.AF-quaternary {
    fill: var(--AF-c-quaternary, currentColor);
    opacity: var(--AF-quaternary-opacity);
}

.AF-quinary {
    fill: var(--AF-c-quinary, currentColor);
    opacity: var(--AF-quinary-opacity);
}

/* stroke fill */

.AF-primary-stroke {
    stroke: var(--AF-c-primary, currentColor);
    opacity: var(--AF-primary-opacity);
}

.AF-secondary-stroke {
    stroke: var(--AF-c-secondary, currentColor);
    opacity: var(--AF-secondary-opacity);
}

.AF-tertiary-stroke {
    stroke: var(--AF-c-tertiary, currentColor);
    opacity: var(--AF-tertiary-opacity);
}

.AF-quaternary-stroke {
    stroke: var(--AF-c-quaternary, currentColor);
    opacity: var(--AF-quaternary-opacity);
}

.AF-quinary-stroke {
    stroke: var(--AF-c-quinary, currentColor);
    opacity: var(--AF-quinary-opacity);
}

.container-fluid {
    position: relative;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.sections {
    position: relative;
    display: flex;
}

.sections>div {
    position: relative;
    overflow: auto;
    height: 92vh !important;
}

.sections>.main {
    width: 100%;
    background-color: var(--AF-whitesmoke);
    counter-reset: counts;
}

.flex {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.iconContainer_LmbS7 {
    position: relative;
    margin: 15px 10px;
    background: var(--AF-black);
    padding: 0;
    border-radius: 10px;
    transition: .3s;
    cursor: pointer;
    box-shadow: 0 0 28px -10px var(--AF-b9);
    transform-origin: bottom;
    counter-increment: counts;
    overflow: hidden;
}

.iconContainer_LmbS7>div {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}

.iconContainer_LmbS7:hover {
    transform: scale(1.1);
    z-index: 1;
    border: none;
    box-shadow: 0 0 48px -12px #999;
}

.iconContainer_LmbS7 span {
    font-size: 20px;
}

h6 {
    width: var(--AF-width);
    position: relative;
    display: block;
    min-width: 80px;
    margin: 0 auto !important;
    padding: 4px 7px;
    font-size: 14px !important;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.5;
    background-color: var(--AF-b3);
    color: var(--AF-white);
}

.fixed {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2022;
}

.fixed>.box {
    position: relative;
    height: 70px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--AF-white);
    border-radius: 0 10px 10px 0;
    box-shadow: 0 0 18px -8px #333;
    font-size: 20px;
    line-height: 1.5;
    cursor: pointer;
}

.colorPicker {
    padding: 10px 0;
}

.colorPicker .title {
    padding: 0 0 5px 0 !important;
}

.colorPicker input {
    border: none;
    outline: none;
    height: 25px;
    width: 25px;
    border-radius: 100px;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
}

.colorPicker>label#colorBox {
    position: relative;
    display: block;
    height: 25px;
    width: 25px;
    border-radius: 100px;
    background: var(--AF-default-color);
}

.copied {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2022;
    background: var(--AF-green);
    box-shadow: 0 0 38px -8px var(--AF-b3);
    color: var(--AF-white);
    border-radius: 100px;
    padding: 10px 20px;
}

header {
    position: sticky;
    top: 0;
    height: 8vh;
    backdrop-filter: blur(3px);
    background: var(--AF-white);
    z-index: 2024;
    display: flex;
    vertical-align: middle;
    align-items: center;
    box-shadow: 5px 15px 28px -18px var(--AF-b9);
}

header nav {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: row;
    vertical-align: middle;
    align-items: center;
    justify-content: space-between;
}

.overLapp {
    color: var(--AF-c-primary);
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: start;
    margin: 0 20px 0 0;
}

.overLapp h1 {
    padding: 0 15px;
    font-size: 25px;
    font-weight: bold;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    display: flex;
    align-items: center;
}

.overLapp h1:before {
    position: relative;
    width: 30px;
    content: url("../images/brand.svg");
    object-fit: cover;
    margin-right: 17px;
}

.center-nav {
    position: relative;
    flex: 1;
}

.headerNavigations {
    position: relative;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding-right: 10px;
    padding: 0;
    width: 100%;
    margin: 0;
}

.headerNavigations li a {
    position: relative;
    line-height: 1;
    padding: 10px;
    color: var(--AF-b3);
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.headerNavigations li a.sub-nav:after {
    content: "\f078";
    width: 30px;
    height: 12px;
    font-size: 12px;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    text-align: center;
}

.headerNavigations li:hover > a {
    color: var(--AF-b9);
}

.headerNavigations li a.hover {
    color: var(--AF-c-default);
}

.rigth-nav,
.navBtnArea {
    position: relative;
    display: flex;
    justify-content: center;
}

.rigth-nav {
    height: 8vh;
}

.navBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 15px;
    cursor: pointer;
    color: var(--AF-b3);
}

.navBtn.txt-info {
    background-color: var(--AF-blue);
    color: var(--AF-white);
}

.navBtn.txt-success {
    background-color: var(--AF-green);
    color: var(--AF-white);
}

.navBtn.txt-danger {
    background-color: var(--AF-red);
    color: var(--AF-white);
}

.navBtn.txt-smoke {
    background-color: var(--AF-whitesmoke);
}

.navBtn.txt-gray {
    background-color: var(--AF-b3);
    color: var(--AF-white);
}

.navBtn:not(.transparent):hover {
    background-color: var(--AF-b3);
    color: var(--AF-white);
}

.nav-drop-box {
    position: absolute;
    top: 100%;
    z-index: 2;
    display: none;
}

.navBtn:hover>.nav-drop-box,
li:hover>.nav-drop-box,
li:hover>.nav-drop-box.sub {
    display: block;
}

.nav-drop-box.sub {
    right: 100%;
    top: -50%;
}

.nav-drop-box.w {
    left: 0;
}

.nav-drop-box.e {
    right: 0;
}

.nav-drop-box>.inner-box {
    position: relative;
    width: auto;
    padding: 0;
    background-color: var(--AF-white);
    border-top: 1px solid var(--AF-nav-border-color);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .18);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .18);
}

.nav-drop-box>.inner-box>ul {
    min-width: 220px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.inner-box>ul>li {
    position: relative;
}

.inner-box>ul>li.li-hr {
    height: 1px;
    background-color: var(--AF-nav-border-color);
}

.inner-box>ul>li>a {
    position: relative;
    padding: 12px 15px;
    color: var(--AF-black);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 15px;
    gap: 10px;
    border-left: 4px solid transparent;
}

.inner-box>ul>li>a.sub-nav:after {
    content: "\f054";
    width: 30px;
    height: 12px;
    right: 0;
    position: absolute;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #161616;
}

.inner-box>ul>li>a>i {
    color: var(--AF-b5);
    font-size: 16px;
}

.inner-box>ul>li:hover>a {
    background: var(--AF-whitesmoke);
    color: var(--AF-default);
    border-color: var(--AF-default);
}

dialog {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 20222;
    background-color: transparent;
    padding: 0;
    border: 0;
    outline: none;
}

dialog>.box {
    position: relative;
    height: 100%;
    width: 100%;
    flex-flow: row;
    background: rgba(0, 0, 60, .4);
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
}

.dialogBox {
    background-color: var(--AF-white);
    max-height: calc(100vh - 100px);
    overflow: hidden;
    display: flex;
    flex-flow: column;
    border-radius: 20px;
    box-shadow: 0 0 29px -18px var(--AF-b3);
    border: 1px solid var(--AF-b3);
    margin: 0 auto;
}

.dialogBox>.dialogHead {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: var(--AF-b3);
    color: var(--AF-white);
}

.dialogBox>.dialogHead>#head {
    padding: 0 10px 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
    text-align: left;
}

.dialogBox .viewer {
    position: relative;
    min-height: 100px;
    min-width: 100px;
    max-width: calc(100vw - 100px);
    max-height: calc(100vh - 100px);
    overflow: auto;
}

.dialogBox>* {
    position: relative;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.dialogBox button {
    padding: 8px 18px;
    font-size: 13px;
    border: none;
    outline: none;
    border-radius: 100px;
    color: var(--AF-white);
    background: var(--AF-c-primary);
    opacity: var(--AF-secondary-opacity);
    cursor: pointer;
    transition: .3s;
}

.dialogBox button:hover {
    opacity: 1;
    transform: scale(1);
}

dialog .close {
    position: relative;
    width: 20px;
    height: 20px;
    background: var(--AF-red);
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    cursor: pointer;
}

dialog .close>b {
    position: relative;
    font-family: monospace;
    font-size: 25px;
    color: var(--AF-c-primary);
    z-index: 202;
    margin-top: -3px;
}

.controllers {
    position: relative;
    gap: 10px;
    background-color: var(--AF-b3);
    margin: 0 auto !important;
    padding: 10px !important;
}

.sections>.sideBar {
    position: fixed;
    top: 8vh;
    left: -100%;
    height: 92vh;
    width: 100vw;
    background: rgba(0, 0, 60, .5);
    z-index: 2024;
    transition: .2 s;
    display: flex;
    flex-flow: row;
}

.sections>.sideBar .stubArea {
    position: relative;
    flex: 1;
}

.sections>.sideBar[open] {
    left: 0;
}


.sections>.sideBar[open] .sideBarMain {
    left: 0;
    animation: slideSidbar .3s linear 1;
}

@keyframes slideSidbar {
    0% {
        left: -100%;
    }

    100% {
        left: 0%;
    }
}

.sideBarMain {
    position: relative;
    padding: 20px;
    width: 300px !important;
    height: 100%;
    overflow-x: h;
    overflow-y: auto;
    background: var(--AF-whitesmoke);
    box-shadow: 0 0 50px -18px var(--AF-b3);
}

.sideBarMain .box {
    background: var(--AF-white);
    margin: 0 auto 20px auto;
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 15px -6px #999;
}

.sideBarMain .box label {
    display: flex;
    font-size: 12px;
    font-weight: bold;
    padding: 7px;
}

.sideBarMain .cloBox>label {
    padding: 0 0 4px 0 !important;
}

.sideBarMain>.box>label {
    color: var(--AF-white);
    background-color: var(--AF-c-default);
}

.sideBarMain>.box>div {
    padding: 10px;
}

.filterRadioInput {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
}

.filterRadioInput>.flxBox {
    width: auto !important;
    flex-wrap: nowrap;
    margin-right: 7px;
}

.filterRadioInput>.flxBox>label {
    cursor: pointer;
}

.flxBox {
    position: relative;
    width: 100%;
    display: flex;
    padding: 0 !important;
    vertical-align: middle;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
}

.flxBox>div {
    position: relative;
    height: 25px;
    width: 25px;
    border-radius: 6px;
    margin: 10px 5px;
}

.flxBox>div>input {
    visibility: hidden;
}

.flxBox>div>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background: blue;
    border-radius: 6px;
    z-index: 200;
    border: 2px solid #333;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

.flxBox>div>label span {
    display: flex;
    font-size: 10px;
    color: #fff;
    mix-blend-mode: difference;
}

.flxBox>div:nth-child(1) label {
    background: var(--AF-white);
}

.flxBox>div:nth-child(2) label {
    background: var(--AF-whitesmoke);
}

.flxBox>div:nth-child(3) label {
    background: var(--AF-b3);
}

.flxBox>div:nth-child(4) label {
    background: var(--AF-b5);
}

.flxBox>div:nth-child(5) label {
    background: var(--AF-b7);
}

.flxBox>div:nth-child(6) label {
    background: var(--AF-b9);
}

.cloBox {
    position: relative;
    display: flex;
    flex-flow: column;
    margin: 0 auto 7px auto;
    padding: 0;
}

.cloBox>div {
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: space-between;
}

.cloBox>div>label {
    position: relative;
    height: 4px;
    width: 4px;
    border-radius: 100px;
    border: 1px solid;
    box-sizing: border-box;
}

.cloBox>div>label>input {
    visibility: hidden;
    opacity: 0;
}

.cloBox>div>label.prm {
    background: var(--AF-c-primary);
    opacity: var(--AF-primary-opacity);
}

.cloBox>div>label.sec {
    background: var(--AF-c-secondary);
    opacity: var(--AF-secondary-opacity);
}

.cloBox>div>label.ter {
    background: var(--AF-c-tertiary);
    opacity: var(--AF-tertiary-opacity);
}

.cloBox>div>label.qua {
    background: var(--AF-c-quaternary);
    opacity: var(--AF-quaternary-opacity);
}

.cloBox>div>label.qui {
    background: var(--AF-c-quinary);
    opacity: var(--AF-quinary-opacity);
}

input[type="range"] {
    flex: .9;
    margin: 0;
    height: 4px;
    border-radius: 100px;
    background: var(--AF-whitesmoke);
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 13px;
    height: 13px;
    background: var(--AF-c-primary);
    border: 3px solid var(--AF-white);
    border-radius: 100px;
    cursor: pointer;
}

input[type="range"]:focus::-webkit-slider-thumb {
    box-shadow: 0 0 19px 0 var(--AF-c-primary);
}

.cloBox>label {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.cloBox>label>b {
    font-weight: 800 !important;
    color: var(--AF-b3);
}

.inflex {
    position: relative;
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}

.flexBox {
    position: relative;
    margin: 5px auto;
    padding: 5px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: flex-start;
}

.flexBox.space-between {
    justify-content: space-between !important;
}

.flexBox>input {
    margin-right: 1px;
}

.flexBox>label {
    color: var(--AF-default-color);
}

.premium_QKe0B {
    position: relative;
}

.premium_QKe0B:before {
    position: absolute;
    top: 5px;
    left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "$";
    font-weight: bold;
    color: var(--AF-white);
    background-color: orange;
    padding: 2px 8px;
    text-shadow: 1px 1px #000;
    z-index: 1;
    border-radius: 100px;
}

.flexBox>select {
    position: relative;
    width: 100%;
    border: 2px solid var(--AF-b3);
    font-size: 13px;
    padding: 8px 18px;
    border-color: var(--AF-default-color);
    border-radius: 10px;
    appearance: none;
}

.sizeManager {
    position: relative;
    width: 100%;
}

.sizeManager .gridBox {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: start;
    padding: 0 !important;
}

.sizeManager .gridBox .flexBox {
    width: 100%;
    justify-content: start;
    padding: 0;
}

/* scrollbar code */
/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 7px;
    background: #eee;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #eee;
}

/* Handle */
::-webkit-scrollbar-thumb {
    width: 7px;
    border-radius: 100px;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:horizontal {
    background: var(--AF-b9);
}

::-webkit-scrollbar-thumb:vertical {
    background: var(--AF-b9);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:horizontal:hover {
    background: var(--AF-b7);
    box-shadow: none;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:vertical:hover {
    background: var(--AF-b7);
    box-shadow: none;
}

/* scrollbar code */
.afShadow0 {
    filter: drop-shadow(0 0 58px #0009);
}

.afShadow1 {
    filter: drop-shadow(10px -100px 120px #0009);
}

.afShadow2 {
    filter: drop-shadow(100px -10px 120px #0009);
}

.afShadow3 {
    filter: drop-shadow(-100px -10px 120px #0009);
}

.afShadow-primary {
    filter: drop-shadow(0 0 18px var(--AF-c-primary));
}

.afShadow-secondary {
    filter: drop-shadow(0 0 18px var(--AF-c-secondary));
}

.afShadow-tertiary {
    filter: drop-shadow(0 0 18px var(--AF-c-tertiary));
}

.afShadow-quaternary {
    filter: drop-shadow(0 0 18px var(--AF-c-quaternary));
}

.afShadow-quinary {
    filter: drop-shadow(0 0 18px var(--AF-c-quinary));
}
.afShadow-normal {
    filter: drop-shadow(0 0 5px #33333355);
}

.no-border-svg>svg {
    border: none;
}


.hr-v {
    position: relative;
    height: 100%;
    width: 1px;
    padding: 0 !important;
    background-color: var(--AF-nav-border-color);
    display: block;
}

.hr-h {
    position: relative;
    height: 1px;
    width: 100%;
    padding: 0 !important;
    background-color: var(--AF-nav-border-color);
}

.searchAreaContent {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 0 0;
    background-color: var(--AF-whitesmoke);
    z-index: 1;
}
.searchAreaContent::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 300%;
    width: 100%;
    z-index: -1;
    background: var(--AF-bg-linear-gradient);
}

.searchArea {
    position: relative;
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.searchArea>h3 {
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--AF-white);
}

.searchException {
    padding: 5px 5px 5px 20px;
    width: 100%;
}

.searchAreaBox {
    position: relative;
    width: 100%;
    border-radius: 30px;
    background: var(--AF-white);
    padding: 10px 10px 10px 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 58px -25px var(--AF-b3);
}

.searchAreaBox>* {
    border: none;
    outline: none;
}

.searchAreaBox>input {
    flex: .9;
    padding: 0 10px 0 0;
}

.searchAreaBox>.btn {
    border-radius: 20px;
    background: var(--AF-default);
    color: var(--AF-white);
    padding: 7px 20px;
}

.iconsList{
    position: relative;
    width: 85%;
    padding:50px 100px;
    margin: 100px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    background: var(--AF-white);
    border-radius: 50px;
    z-index: 1;
}