@import url("https://fonts.googleapis.com/css2?family=Battambang:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Koh+Santepheap:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Moulpali&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nokora:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Suwannaphum:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Moul&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    list-style: none;
    border: none;
    font-family: 'Bricolage Grotesque', "Kantumruy Pro", sans-serif;;
}
svg{
    width: 1.4rem;
    height: max-content;
}
svg path{
    stroke: var(--sg-color-text);
}
:root {
    --sg-bglight: #fff;
    --sg-colorlight: #fff;
    --sg-bgblack: #f0f2f5;
    --sg-bgblack-01: rgba(0, 0, 0, 0.05);
    --sgbgBlack-hover: #e4e6eb;
    --sg-mainColor-yellow: #ee7a2c;
    --sg-outline-colorSpace: #ff6c654d;
    --sg-mainColor-Bluedark: #005ea9;
    --sg-maincolor-orangdark: #e31305;
    --sg-maincolor-greendark: #319b31;
    --sg-maincolor-bluedark: #005ea9;
    --sg-mainbgcolot-bluedarkhover: #e4e6eb;
    --sg-maincolor-bluelight: #5b9eee;
    --sg-maincolor-light: #fff;
    --sg-color-light-spec: #f0f2f5;
    --sg-main-gradientColor: linear-gradient(202deg, #feca14 0%, #ff6c65 74%);
    --sg-main-gradienColorHover: linear-gradient(
        45deg,
        #fbda61 0%,
        #ff5acd 100%
    );
    /* --sg-main-yellowlight: #ffe53b; */
    --sg-main-yellowlight: #ffd53b;
    --sg-button-blue: #1876f2;
    --sg-button-blueHover: #1876f2c7;
    --sg-border-input: #e0e3e8;
    --sg-border-00: #e0e9fb;
    --sg-border-mainApp: #dedfe1;
    --sg-iconboxShadow: 0px 1px 1px 1px rgb(151 151 151 / 10%);
    --sg-color-def: rgb(0, 0, 0);
    --sg-color-text: rgba(0, 0, 0, 0.829);
    --sg-color-spece: #918a8a;
    --sg-fontBat: "Battambang", system-ui;
    --sg-fontKous: "Koh Santepheap", serif;
    --sg-fontMolpali: "Moulpali", sans-serif;
    --sg-fontMol: "Moul", serif;
    --sg-fontNotoKH: "Nokora", sans-serif;
    --bgcolor-Light: #fff;
    --bgcolor-black: #f0f2f5;
    --sg-color-brand: rgb(255, 138, 101);
    --bgbutton: #1876F2;
    --bgbuttonHover: #1876f2c7;
    --bgbuttonHoverTow: #5298f3;
    --colorBorder-00: #e0e9fb;
    --colorBorder-Special13: #e0e9fb8f;
    --colorBorder-Special14: #e0e9fb0f;
    --colorBoder-input: #e0e3e8;
    --colorText-00: rgb(0, 0, 0);
    --colorText-01: #918a8a;
}
h1,h2,h3{
    font-size: 1rem;
    font-weight: 500;
}
.img-bg {
    position: relative;
    overflow: initial;
}
.img-bg::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 500000000000000000000000rem;
    background-image: var(--img);
    filter: blur(80px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img-bg img{
    position: relative;
    z-index: 1;
}
 .img-load{
    filter: blur(50px);
    transition: all ease-in-out 0.3s;
}
.img-loaded{
    filter: blur(0px);
    transition: all ease-in-out 0.3s;
}
.img-bg::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 500000000000000000000000rem;
    background-image: var(--img);
    filter: blur(80px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.animation-img-loading{
    position: relative;
    overflow: hidden;
}
.animation-img-loading img{
    position: relative;
    z-index: 0;
}
.animation-img-loading::before,
.animation-img-loading::after{
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    background: var(--sg-bgblack);
    z-index: 2;
    transition: all ease-in-out 0.2s;
}
.animation-img-loading::after{
    z-index: 3;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgb(255 255 255 / 21%) 0, rgb(255 255 255 / 44%) 20%, rgb(255 255 255 / 79%) 60%, rgb(255 255 255 / 77%));
    -webkit-animation: load_img 1s ease-in-out forwards infinite; /* Chrome, Safari */
    -moz-animation: load_img 1s ease-in-out forwards infinite;    /* Firefox */
    -o-animation: load_img 1s ease-in-out forwards infinite;      /* Opera */
    animation: load_img 1s ease-in-out forwards infinite;         /* Standard */
    opacity: 0.2;
    scale: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.animation-img-loaded::after,
.animation-img-loaded::before {
    opacity: 0 !important;
    animation: none;
}
@-webkit-keyframes load_img { /* Chrome, Safari */
    100% {
      transform: translateX(100%);
    }
}
@-moz-keyframes load_img { /* Firefox */
    100% {
      transform: translateX(100%);
    }
}
@-o-keyframes load_img { /* Opera */
    100% {
      transform: translateX(100%);
    }
}
@keyframes load_img { /* Standard */
    100% {
      transform: translateX(100%);
    }
}

.img-bg img{
    position: relative;
    z-index: 1;
}
/* this is ather class  */
.p-r {
    position: relative;
}
.text-be {
    position: relative;
    --text-: "ឈ្មោះម៊ីនុយ";
}
@media only screen and(max-width: 800px) {
    .img-bg::before,
    .img-bg:hover::before{
        display: none !important;
    }
}
.cursor-p,
.curs-p{
    cursor: pointer;
}
.bg-n {
    background: none;
}
.text-be::before {
    position: absolute;
    content: var(--text-);
    overflow: hidden;
    width: max-content;
    font-size: 0.7rem;
    font-weight: 550;
    color: var(--sg-bglight);
    font-family: var(--sg-fontKous);
    opacity: 0;
    top: 2rem;
    left: 50%;
    bottom: auto;
    padding: 0.3rem 0.5rem;
    border-radius: 7px;
    transform: translate(-50%, -50%);
    transition: all ease-in-out 0.3s;
    background: #00000096;
    box-shadow: 3px 2px 5px 1px rgb(82 75 75 / 36%);
    z-index: 0;
}
.text-be:hover::before {
    opacity: 1;
    top: 3.5rem;
}
.df-c,
.df-s,
.df-l,
.df-r {
    display: flex;
    align-items: center;
    justify-content: center;
}
.df-s {
    justify-content: space-between;
}
.df-l {
    justify-content: left !important;
}
.df-r {
    justify-content: right !important;
}
.db-c {
    display: block;
    margin: 0 auto;
}
.m-auto{
    margin: 0 auto;
}
.dn {
    display: none;
}
.img-c,
.img-co {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-co {
    object-fit: contain;
}
.over-h {
    overflow: hidden !important;
}
.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
}
.icon-bg {
    color: var(--sg-bglight);
    background: var(--sg-button-blue);
}
.icon-sm {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1.1rem;
    overflow: hidden;
}
.icon-ra-sm {
    border-radius: 7px;
}
.icon-ra {
    box-sizing: border-box;
    border-radius: 50px;
}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: 2.2rem;
    padding: 0rem 0.5rem;
    line-height: 0;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 0.5rem;
    color: var(--sg-color-text);
    background: var(--bgbutton);
    user-select: none;
    -webkit-user-select: none;
}
.btn-out {
    box-sizing: border-box;
    outline: 2px solid var(--sg-button-blue);
    background: none;
}
.btn-bg {
    color: var(--sg-maincolor-light);
    background: var(--sg-button-blue);
}
.btn-font {
    font-size: 1rem;
    font-weight: 700;
    font-family: var(--sg-fontKous);
}
.btn-i {
    margin: 0 0.3rem;
}
.left-05 {
    margin-left: 0.5rem;
}
.left-1 {
    margin-left: 1rem;
}
.right-05 {
    margin-right: 0.5rem;
}
.right-1 {
    margin-right: 1rem;
}
.bottom-05 {
    margin-bottom: 0.5rem;
}
.bottom-1 {
    margin-bottom: 1rem;
}
.top-05 {
    margin-top: 0.5rem;
}
.top-1 {
    margin-top: 1rem;
}
.left_and_right-05 {
    margin: 0rem 0.5rem;
}
.left_and_right-1 {
    margin: 0rem 1rem;
}
.top_and_bottom-05 {
    margin: 0.5em 0rem;
}
.top_and_bottom-1 {
    margin: 1rem 0rem;
}
.txt-bol {
    font-size: 1rem;
    font-weight: 550;
}
.txt-medim {
    font-size: 1rem;
    font-weight: 500;
}
.txt-sm {
    font-size: 0.9rem;
    font-weight: 550;
}
.profile {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50rem;
    background: var(--sg-bgblack);
    margin: 0rem 0.5rem;
}
.profile-sm {
    width: 2.5rem;
    height: 2.5rem;
}
.bg {
    position: absolute;
    left: 0;
    width: 2rem;
    height: 2rem;
    background: var(--sg-color-text);
}
.vis-h {
    visibility: hidden;
}
.body-form-active {
    overflow: hidden;
}
/* =========================this is scoll y =====================> */
.scroll-y:hover {
    scrollbar-color: #d1d1d1 !important;
}
.scroll-y::-webkit-scrollbar {
    width: 7px !important;
}
.scroll-y::-webkit-scrollbar-track {
    border-radius: 10px !important;
    height: 100px !important;
    background: none !important;
}
.scroll-y::-webkit-scrollbar-thumb {
    border-radius: 20px !important;
    background: none !important;
}
/* For WebKit browsers, changing the color of the thumb on hover */
.scroll-y:hover::-webkit-scrollbar-thumb {
    height: 50px !important;
    background-color: #d1d1d1 !important;
}
/* =========================================this is scroll x=================> */
.scroll-x:hover {
    scrollbar-color: #d1d1d1 !important;
}
.scroll-x::-webkit-scrollbar {
    height: 7px !important;
}
.scroll-x::-webkit-scrollbar-track {
    cursor: grab !important;
    border-radius: 10px !important;
    background: none !important; /* Set the background color */
}
.scroll-x::-webkit-scrollbar-thumb {
    cursor: grab !important;
    border-radius: 20px !important;
    background: none !important; /* Set the background color */
}
.scroll-x:hover::-webkit-scrollbar-thumb {
    height: 50px !important;
    background-color: #d1d1d1 !important;
}
/* =========================this is socal mei dia link ==========================> */
.sodai1,
.facebook-i {
    background-image: linear-gradient(
        48deg,
        rgb(0, 99, 224),
        rgb(25, 175, 255)
    ) !important;
}
.sodai2,
.telegram-i {
    background-image: linear-gradient(48deg, #1f96d4, #38b0e3) !important;
}
.sodai3,
.instagram-i {
    background-image: linear-gradient(
        358deg,
        rgb(255, 219, 114),
        rgb(255, 96, 47),
        rgb(224, 13, 151),
        rgb(84, 87, 218)
    ) !important;
}
.sodai7,
.youtube-i {
    background-image: linear-gradient(48deg, #f70000, #ee0a0a) !important;
}
.sodai10,
.website-i {
    background: #242323;
    background-image: linear-gradient(48deg, #1a1919, #080808) !important;
}
.sodai4, .tiktok-i {
    background-image: linear-gradient(238deg, rgb(255, 2, 81), rgb(0, 0, 0), rgb(2, 242, 239)) !important;
}
.sodai7, .youtube-i {
    background-image: linear-gradient(48deg, #f70000, #ee0a0a) !important;
}
/* ==========update=============================== */
.rout-page{
    position: fixed;
    opacity: 0;
    width: 100%;
    height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 100000000000000000000000000;
    overflow: hidden;
    border-radius: 0;
}
.rout-page-active{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    z-index: 100000000000000000000000000;
}
body:has(.rout-page-active){
    overflow: hidden;
}
.rout-page .route-page-body{
    width: 100%;
    height: 100%;
    background: var(--sg-color-text);
}
.rout-page h2{
    font-size: 1rem;
    font-family: var(--sg-fontBat);
    color: var(--sgbgBlack-hover);
}
.rout-page .loader {
    margin: 0 auto;
    width: 40px;
    aspect-ratio: 1;
    --c: linear-gradient(var(--sgbgBlack-hover) 0 0);
    --r1: radial-gradient(farthest-side at bottom,var(--sgbgBlack-hover) 93%,#0000);
    --r2: radial-gradient(farthest-side at top   ,var(--sgbgBlack-hover) 93%,#0000);
    background:
      var(--c) ,var(--r1),var(--r2),
      var(--c) ,var(--r1),var(--r2),
      var(--c) ,var(--r1),var(--r2);
    background-repeat: no-repeat;
    animation: l2 0.3s infinite alternate;
}
@keyframes l2 {
  0%,25% {
    background-size: 8px 0,8px 4px,8px 4px,8px 0,8px 4px,8px 4px,8px 0,8px 4px,8px 4px;
    background-position: 0 50%,0 calc(50% - 2px),0 calc(50% + 2px),50% 50%,50% calc(50% - 2px),50% calc(50% + 2px),100% 50%,100% calc(50% - 2px),100% calc(50% + 2px);
 }
 50% {
    background-size: 8px 100%,8px 4px,8px 4px,8px 0,8px 4px,8px 4px,8px 0,8px 4px,8px 4px;
    background-position: 0 50%,0 calc(0% - 2px),0 calc(100% + 2px),50% 50%,50% calc(50% - 2px),50% calc(50% + 2px),100% 50%,100% calc(50% - 2px),100% calc(50% + 2px);
 }
 75% {
    background-size: 8px 100%,8px 4px,8px 4px,8px 100%,8px 4px,8px 4px,8px 0,8px 4px,8px 4px;
    background-position: 0 50%,0 calc(0% - 2px),0 calc(100% + 2px),50% 50%,50% calc(0% - 2px),50% calc(100% + 2px),100% 50%,100% calc(50% - 2px),100% calc(50% + 2px);
 }
 95%,100% {
    background-size: 8px 100%,8px 4px, 8px 4px,8px 100%,8px 4px,8px 4px,8px 100%,8px 4px,8px 4px;
    background-position: 0 50%,0 calc(0% - 2px),0 calc(100% + 2px),50% 50%,50% calc(0% - 2px),50% calc(100% + 2px),100% 50%,100% calc(0% - 2px),100% calc(100% + 2px);
 }
}

.ul-list{
    --top: 2.8rem;
    position: absolute;
    width: max-content;
    min-width: 250px;
    top: 0rem;
    opacity: 0;
    left: 0;
    color: black;
    padding: 0.5rem;
    background: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 0.8rem;
    transition: all ease-in-out 0.3s;
    z-index: 10;
}
.ul-list-h{
    overflow: hidden;
    position: relative;
}
.ul-list-h:hover {
    overflow: initial !important;
}
.ul-list-h:hover .ul-list{
    opacity: 1;
    top: var(--top);
}
.ul-list li{
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 0 auto;
}
.ul-list::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2.1rem;
    top: -2.1rem;
    background: transparent;
}
.ul-list li a{
    width: 100%;
    color: black;
    text-align: left;
    height: 2.5rem;
    padding: 0 0.5rem;
    line-height: normal;
    margin: 0.1rem auto;
    border-radius: 0.5rem;
    transition: all ease-in-out 0.0s;
    cursor: pointer;
}
.ul-list li a:hover{
    color: rgb(255, 138, 101);
    background: var(--sg-bgblack-01);
}
.active-btn{
    position: relative;
    overflow: hidden;
}
.active-btn .box::after{
    width: 5rem;
    height: 5rem;
    opacity: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(-1);
    border-radius: 100rem;
    position: absolute;
    content: "";
    background: var(--bgcolor-black);
    z-index: 0;
    transition: all ease-in-out 0.2s;
}
.active-btn:active .box{
    scale: 99%;
}
.active-btn:active .box::after{
    opacity: 1;
    transform: translate(-50%,-50%) scale(2);
}
.active-btn .box *{
    position: relative;
    z-index: 1;
    color: var(--sg-color-text);
    stroke: var(--sg-color-text);
}
.active-btn .box:hover *{
    color: var(--sg-color-brand);
    stroke: var(--sg-color-brand);
}
/* this is header section  */
.head-section {
    margin: 1rem 0.5rem;
    /* position: sticky; */
    top: 108px;
    z-index: 100;
    background: var(--sg-bglight);
    padding: 0.5rem 0rem;
    transition: all ease-in-out 0.3s;
}
body:has(.webhead-active) .head-section{
    top: 60px;
}
.head-section .row-one .icon{
    background: var(--sg-color-text);
}
.head-section .row-one .text h2{
    font-size: 1rem;
    font-weight: 600;
}
.head-section .row-one .text p{
    font-size: 0.6rem;
}
.head-section .row-tow .btn{
    padding: 0rem 0.5rem;
    height: 2rem;
    font-size: 0.8rem;
    font-weight: 550;
    line-height: 0rem;
    color: var(--sg-color-brand);
    outline-color: var(--sg-color-brand);
}
.head-section .row-tow .btn i{
    margin-left: 0.2rem;
}
/* ----------------this is for pagination number --------------- */
.web-pagination .web-pagination-body{
    height: 70px;
}
.web-pagination li{
    cursor: pointer;
    margin: 0rem 0.3rem;
}
.web-pagination .btn-data{
    margin: 0rem 0.8rem;
    cursor: pointer;
}
.web-pagination .btn-disabled{
    opacity: 0.3;
    cursor: initial;
}
.web-pagination .icon{
    color: var(--sg-color-text);
    background: var(--sg-bglight);
}
.web-pagination .icon-number{
    width: max-content;
    min-width: 2.2rem;
    padding: 0rem 0.5rem;
    border-radius: 0.5rem;
}
.web-pagination .icon-number a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--sg-color-text);
    outline: 3px solid transparent;
}
.web-pagination .icon-number a::selection{
    background: transparent;
}
.web-pagination .active-number{
    color: var(--sg-color-brand);
    outline: 3px solid var(--sg-outline-colorSpace);
    background: var(--sg-color-brand);
}
.web-pagination .active-number a{
    color: var(--sg-colorlight);
}
/* -------------------this Is menu list tabe ---------------------------- */
.web-menu-tab{
    width: 100%;
    height: auto;
    position: sticky;
    top: 108px;
    background: var(--bgcolor-Light);
    z-index: 100;
}
.web-menu-tab .wmb-body{
    position: relative;
    margin: 0 0rem;
    height: 60px;
    justify-content: left;
}
.web-menu-tab .wmb-body > .btn-prev,
.web-menu-tab .wmb-body > .btn-next{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: 60px;
    z-index: 10;
}
.web-menu-tab .wmb-body > .btn-disabled{
    opacity: 0.1rem;
}
.web-menu-tab .wmb-body > .btn-prev{
    left: 0rem;
    opacity: 0;
}
.web-menu-tab .wmb-body > .btn-next{
    right: 0rem;
}
.web-menu-tab .wmb-body > .btn-prev .icon,
.web-menu-tab .wmb-body > .btn-next .icon{
    min-width: 2rem;
    min-height: 2rem;
    width: 2rem;
    height: 2rem;
    background: var(--bgcolor-Light);
    z-index: 100;
}

.web-menu-tab .wmb-body ul{
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
    position: relative;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}
.web-menu-tab .wmb-body ul::-webkit-scrollbar{
    display: none;
}
.web-menu-tab .wmb-body ul li{
    min-width: 1.9rem;
    margin-left: 0.5rem;
    border-radius: 0.4rem;
}
.web-menu-tab .wmb-body ul li:first-child{
    margin-left: 0rem;
    background: var(--sg-color-brand);
}
.web-menu-tab .wmb-body ul li:first-child *,
.web-menu-tab .wmb-body ul li:first-child:hover *{
    color: var(--sg-colorlight);
    stroke: var(--sg-colorlight);
}
.web-menu-tab .wmb-body ul li:hover *{
    color: var(--sg-color-brand);
    stroke: var(--sg-color-brand);
}
.web-menu-tab .wmb-body ul li:first-child svg{
    width: 1.5rem;
}
.web-menu-tab .wmb-body ul li a{
    cursor: pointer;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 1.9rem;
    padding: 0rem 0.4rem;
    font-size: 0.8rem;
    font-weight: 550;
    color: var(--colorText-00);
}
/* -------------table--------------------------- */
table{
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
table th,
table th p{
    text-align: left;
    font-size: 0.9rem;
    font-weight: 500;
}
table th,
table td{
    padding: 6px 10px;
}
table th p{
    width: max-content;
}
table td{
    line-height: 1.5;
    padding-left: 0.5rem;
    font-size: 0.9rem;
}
/* --------------------radio------------- */
input[type='radio'],
input[type='checkbox']{
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50rem;
    margin-right: 0.5rem;
    border-color: var(--sg-color-brand) !important;
}
input[type='radio']::before,
input[type='checkbox']::before,
input[type='checkbox']::after{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 2px solid var(--sg-border-00);
    border-radius: 50rem;
    background: transparent;
    box-sizing: border-box;
    background: var(--sg-colorlight);
}
input[type='checkbox']::before,
input[type='checkbox']::after{
    width: 25px;
    height: 25px;
    transition: all ease-in-out 0.3s;
}
input[type='checkbox']{
    -webkit-appearance: none;
    background-color: transparent;
}
input[type='checkbox']::after{
    /* font-family: "Font Awesome 6 Free" !important;
    content: "\f00c"; */
    content: '✔';
    border-radius: 0rem;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    opacity: 0;
}
input[type='checkbox']::before{
    border-radius: 0.5rem;
}
input[type='radio']:checked::before{
    border: none;
    background: var(--sg-color-brand);
}
input[type='checkbox']:checked::before{
    background: var(--sg-color-brand);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
input[type='radio']::after{
    position: absolute;
    content: '';
    width: 40%;
    height: 40%;
    border-radius: 50rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: transparent;
    overflow: hidden;
}
input[type='radio']:checked::after{
    background: var(--sg-colorlight);
}
input[type='checkbox']:checked::after{
    opacity: 1;
    color: var(--sg-colorlight);
}

.profile-front{
    position: relative;
    min-width: 2.2rem;
    overflow: hidden;
    background: var(--bgcolor-black);
}
.profile-front img{
    position: relative;
    z-index: 1;
}
.profile-front::before{
    position: absolute;
    font-family: "Font Awesome 6 Free";
    width: 105%;
    height: 105%;
    font-size: 2rem;
    content: "\f007";
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0.3rem;
    color: var(--colorBorder-Special13);
}

input[type="text"],
input[type="number"],
input[type="password"]  {
    width: 100%;
    height: 40px;
    line-height: 0;
    outline: none;
    font-size: 1rem;
    font-weight: 500;
    color: var(--sg-color-text);
    background: none;
    border-radius: 5px;
    box-sizing: border-box;
    text-indent: 0.5rem;
    transition: all ease-in-out 0.3s;
}
input[type="text"]::placeholder,
textarea::placeholder{
    font-size: 0.9rem;
    font-weight: 400;
}

select{
    background: none;
    font-size: 0.8rem;
    outline: none;
    border: none;
}

.txt-area {
    position: relative;
    border-radius: 0.5rem;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--sg-border-00);
    transition: all ease-in-out 0.3s;
}
.txt-area:has(textarea:focus){
    border-width: 2px;
}
.txt-area label{
    padding: 0.5rem 0.8rem !important;
    padding-bottom: 0rem;
}
.txt-area-box {
    box-sizing: border-box;
    padding: 0.5rem 0.8rem;
    padding-bottom: 0.8rem;
    padding-top: 0rem;
}
.txt-area textarea,
textarea  {
    font-size: 1rem;
    font-weight: 400;
    color: var(--sg-color-text);
    width: 100%;
    min-height: 80px;
    overflow-y: hidden;
    border: none;
    outline: none;
    resize: none;
    background: transparent;
    line-height: 1.5;
}
.txt-area .limit{
    position: absolute;
    right: 0.5rem;
    font-size: 0.8rem;
    padding: 0.3rem 0.5rem;
    bottom: 0rem;
    color: var(--sg-color-spece);
    background: transparent;
    border-radius: 0.3rem;
}


