/* General Style Start */


@font-face {
    font-family: eucilid_medium;
    src: url(../fonts/eucilid/EuclidCircularBMedium.ttf);
}

@font-face {
    font-family: eucilid_bold;
    src: url(../fonts/eucilid/EuclidCircularBBold.ttf);
}

@font-face {
    font-family: eucilid_regular;
    src: url(../fonts/eucilid/EuclidCircularBRegular.ttf);
}

html {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

body {
    background-color: #ffffff;
}

.row {
    margin: 0px;
}

* {
    font-family: 'Poppins', sans-serif;
}

.mh10p0 {
    min-height: 10px;
    padding: 0px;
}

.mh10p5 {
    min-height: 10px;
    padding: 5px;
}

.mh10p10 {
    min-height: 10px;
    padding: 10px;
}

.mh10p15 {
    min-height: 10px;
    padding: 15px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 1200px) {
    .container {
        width: 1238px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1338px;
    }
}

.slick-slider {
    overflow: hidden;
}
:root {
    --main_color: #f7ab3d;
}
/* General Style End */
/* menu start */
.menuMain_topGenerate {
    width: 100%;
    min-height: 70px;
    background-color: #fff;
    border-bottom: 1px solid var(--main_color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.menuLogoImage {
    width: 90%;
    height: auto;
    object-fit: contain;
}
.menuEndLine {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.menuEndLinkHref {
    color: gray !important;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 1px;
    font-family: 'Kanit', sans-serif;
    cursor: pointer;
    position: relative;
    height: 40px;
}
.menuEndLinkHref_active {
    color: var(--main_color) !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 1px;
    font-family: 'Kanit', sans-serif;
    cursor: pointer;
    position: relative;
    height: 40px;
}
.menuEndLinkHref:hover .openMenuDetails {
    display: block !important;
}
.menuEndLinkHref_active:hover .openMenuDetails {
    display: block !important;
}
.openMenuDetails {
    width: 200px;
    min-height: 10px;
    padding: 10px;
    background-color: #333;
    border-top: 3px solid var(--main_color);
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99;
    display: none;
}

.loginButtons {
    padding: 0 10px;
    height: 30px;
    background-color: var(--main_color);
    color: #333 !important;
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 12px;
    border-radius: 5px;
    text-decoration: none !important;
    cursor: pointer;
}
.loginButtons:hover {
    background-color: #333;
    color: var(--main_color) !important;
    transition: ease 0.5s all;
}
.loginButtons_menuSecond {
    padding: 0 10px;
    height: 30px;
    background-color: #333;
    color: var(--main_color) !important;
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Kanit', sans-serif;
    font-weight: 200;
    font-size: 12px;
    border-radius: 5px;
    text-decoration: none !important;
    cursor: pointer;
}
.indroCardHref {
    color: #fff !important;
    font-weight: 400;
    text-decoration: none !important;
    font-family: 'Kanit', sans-serif;
    font-size: 13px;
    display: flex;
    align-items: center;
    height: 35px;
    border-bottom: 1px solid #fff;
}
.indroCardHref:hover {
    transition: ease 0.5s all;
    padding-left: 10px;
}
/* menu end */

/* register page start */
.generateRegisterTopPage {
    width: 100%;
    min-height: 100vh;
}
.registerLeftMenu {
    min-height: 10px;
    padding: 15px 0;
}
.registerLeftMenu p {
    font-weight: 600;
    font-size: 32px;
    font-family: 'Kanit', sans-serif;
}
.textCenterRegisterPageHeader {
    font-size: 22px;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
}
.leftRegisterStep {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.imagesCenterGenerated {
    display: flex;
    align-items: center;
    padding: 15px;
    width: 100%;
    min-height: 10px;
}
.cardRegisterPage {
    width: 100%;
    min-height: 20vh;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 0 !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.registerFlexOneRightMenu {
    min-height: 700px;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    padding: 15px;
}
.lectRadiosRegisters {
    min-height: 700px;
    background-color: #0000002c;
    border-radius: 10px 0 0 10px;
    display: flex;
    flex-direction: column;
    padding: 15px;
    position: relative;
    gap: 15px;
}
.lectRadiosRegisters span {
    transform: rotate(-90deg);
    position: absolute;
    bottom: 85px;
    right: -40px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Kanit', sans-serif;
    font-size: 32px;
    color: #fff;
    letter-spacing: 1px;
}
.tabRegiaaterMenuGenerated {
    display: flex;
    align-items: center;
    gap: 10px;
}
.registerActiveClass {
    color: gray;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 3px;
    cursor: pointer;
    position: relative;
}
.registerActiveClass::before {
    content: '';
    float: left;
    width: 100%;
    height: 3px;
    background-color: var(--main_color);
    position: absolute;
    bottom: 0;
    border-radius: 5px;
}
.registerPasiveClass {
    color: gray;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 3px;
    cursor: pointer;
    position: relative;
}
.registerPasiveClass::before {
    content: '';
    float: left;
    width: 0%;
    height: 3px;
    background-color: var(--main_color);
    position: absolute;
    bottom: 0;
    border-radius: 5px;
}
.registerPasiveClass:hover::before {
    width: 100% !important;
    transition: ease width 0.5s;
}
.registerMainsOpened {
    width: 100%;
    padding: 20px 0;
}
.inputTopRegister {
    min-height: 10px;
    margin-bottom: 10px;
}
.inputTopRegister span {
    font-size: 16px;
    color: gray;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
}
.registerInput {
    width: 100%;
    height: 45px;
    padding: 0 10px;
    font-family: 'Kanit', sans-serif;
    outline: 0 !important;
    border: 1px solid #dadada;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
}
.registerTextarea {
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    padding: 10px;
    font-family: 'Kanit', sans-serif;
    outline: 0 !important;
    border: 1px solid #dadada;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
}
.registerGoogle {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    background: linear-gradient(-120deg, #4285f4, #34a853, #fbbc05, #ea4335);
    color: #fff !important;
    font-size: 16px;
    text-decoration: none !important;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    gap: 5px;
    border-radius: 5px;
}
.registerGoogle i {
    font-size: 22px;
}
.appleRegister {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    background-color: #333;
    color: #fff !important;
    font-size: 16px;
    text-decoration: none !important;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    gap: 5px;
    border-radius: 5px;
}
.appleRegister i {
    font-size: 22px;
}
.fastRegisterButton {
    width: 200px;
    height: 45px;
    background-color: var(--main_color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333 !important;
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    text-decoration: none;
    border-radius: 5px;
    border: none !important;
    outline: 0 !important;
}
.bottomRegisterConttentGenerate {
    padding: 15px 0;
    display: flex;
    gap: 5px;
}
.bottomRegisterConttentGenerate span {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.checkbox {
    margin: 0;
    padding: 0;
}
.checkboxRegister {
    width: 25px;
    height: 25px;
    border: 1px solid #dadada;
}
.checkboxRegister:checked {
    background-color: green;
}
.bottomRegisterConttentGenerate a {
    text-decoration: none !important;
    color: var(--main_color) !important;
    font-weight: 600;
}
/* register page end */
/* contetx page start */
.linetextAllsText {
    width: 100%;
    background-color: #f5f5f5;
    padding: 15px;
}
.contentIndroduce {
    min-height: 10px;
    padding: 10px;
    background-color: #fff;
    border: 1px ssolid #dadada;
    border-radius: 10px;
}
.textCenterLines {
    text-align: center;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.contentIndroducePtItem {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
/* contetx page end */
/* login page start */
.forgetPasswordEnd {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px;
}
.forgetPasswordEnd a {
    text-decoration: none !important;
    color: gray !important;
    font-weight: 600;
    font-size: 14px;
}
.buttonCenterLoginsOkay {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.absTextLoginBottom {
    text-align: center;
    width: 100%;
    min-height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.imagesLogoLineTop {
    width: 200px;
    height: 200px;
    object-fit: contain;
}
.forgetPaswordenter {
    min-height: 10px;
    background-color: var(--main_color);
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.forgetPaswordenter i {
    font-size: 32px;
    color: #fff;
}
.forgetPaswordenter span {
    color: #fff;
    font-size: 18px;
    font-family: 'Kanit', sans-serif;
}
/* code page start */
.inputcenterTextAlıgın {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.inputNumberForCodee {
    width: 40px;
    height: 40px;
    outline: 0 !important;
    border: 1px solid #dadada;
    text-align: center;
    font-size: 15px;
    font-family: 'Kanit', sans-serif;
    border-radius: 5px;
}
/* Chrome, Safari, Edge, Opera */
.inputNumberForCodee::-webkit-outer-spin-button,
.inputNumberForCodee::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.inputNumberForCodee[type='number'] {
    -moz-appearance: textfield;
}
/* code page end */
/* login page end */
/* profil page start */
.profileTopMaincENTERS {
    display: flex;
    width: 100%;
    min-height: 70vh;
    align-items: center;
    justify-content: center;
}
.newMenuProfil {
    width: 400px;
    min-height: 10px;
    background-color: #333;
    padding: 15px;
}
.endProfileNameSurName {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.spaceTopMenuGenerateProfiles {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.spaceTopMenuGenerateProfiles span {
    color: #fff;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
}
.spaceTopMenuGenerateProfiles a {
    color: var(--main_color) !important;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    text-decoration: none !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}
.bottomAlllCardProfile {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.bottomAlllCardProfile a {
    flex: 1;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff63;
    color: #fff !important;
    text-decoration: none !important;
    gap: 5px;
    border-left: 1px solid #333;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
}
.bottomAlllCardProfile a:hover {
    font-size: 18px;
    transition: ease 0.5s all;
}
.mainCardGenerated {
    min-height: 10px;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 1.5rem;
}

.headerProfilLeftMenu {
    width: 100%;
    height: 60px;
    background-color: var(--main_color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Kanit', sans-serif;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.TextLeftProfileMenu {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    color: #333 !important;
    text-decoration: none !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    gap: 10px;
    cursor: pointer;
}
.TextLeftProfileMenu i {
    font-size: 18px;
}
.TextLeftProfileMenu:hover {
    padding-left: 30px;
    transition: ease 0.5s all;
}
.profileRightMainCard {
    padding: 15px !important;
}
.headerTextGenerated {
    font-size: 22px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: gray;
}
.informaitonHeaderTopsGenera {
    width: 180px;
    height: 50px;
    background-color: #333;
    display: flex;
}
.headerIndroduceNumber {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #dadada;
    color: #fff;
    font-size: 22px;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
}
.centerFlexOneProfilHeader {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Kanit', sans-serif;
}
.firmLinCard {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    padding: 10px;
}
.firmLinCard span {
    width: 30%;
    display: flex;
    align-items: center;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
}
.firmLinCard input {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    width: 400px;
    height: 50px;
    border: 1px solid #dadada;
    padding: 0 15px;
    background: none;
    outline: 0 !important;
}
.firmLinCard select {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    width: 400px;
    height: 50px;
    border: 1px solid #dadada;
    padding: 0 15px;
    background: none;
    outline: 0 !important;
}
.firmLinCard textarea {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    width: 400px;
    max-width: 400px;
    min-height: 100px;
    border: 1px solid #dadada;
    padding: 15px;
    background: none;
    outline: 0 !important;
}
.generateTopProfilRightPage {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
    padding-right: 15px;
}
/* Chrome, Safari, Edge, Opera */
.firmLinCard input::-webkit-outer-spin-button,
.firmLinCard input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.firmLinCard input[type='number'] {
    -moz-appearance: textfield;
}
.firmLinCard textarea {
    flex: 1;
    min-height: 120px;
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 10px;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    outline: 0 !important;
    background: none !important;
}
.centerButtonAreaLine {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 40px;
    z-index: 15;
}
.buttonSAveProfilesPage {
    padding: 10px 30px;
    border: none !important;
    text-decoration: none !important;
    outline: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main_color);
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    color: #fff;
    font-weight: 400;
}
/* profil page end */
/* modal start */
.modalGnerateColorCenter {
    width: 100%;
    height: 100vh;
    background-color: #3333336b;
    position: fixed;
    z-index: 999;
    top: 0;
    display: none;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
}
.centerModalCard {
    min-height: 10px;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    transform: translateY(-1);
    position: relative;
}
.modalOpenClass {
    transform: translateY(0);
    transition: ease 0.5s all;
}
.modalHeader {
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: gray;
    text-align: center;
    margin-bottom: 10px;
}
.areaModalFirmIndroduce {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 200px;
    padding: 15px;
    font-family: 'Kanit', sans-serif;
    color: #333;
    font-weight: 400;
    font-size: 13px;
    outline: 0 !important;
    border: 1px solid #dadada;
}
/* modal end */
/* index page start */
.slideMainIndex {
    width: 100% !important;
}
.searchAbsForSliderTop {
    width: 500px;
    min-height: 60px;
    background-color: #333;
    position: absolute;
    top: 0;
    z-index: 9;
    right: 0;
    padding: 15px;
}
.textHeaderTextSearched {
    color: #fff;
    font-size: 14px;
    font-family: 'Kanit', sans-serif;
    margin-bottom: 10px;
}
.cardSearchdGaps {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.cardSearchdGaps button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main_color);
    color: #333;
    outline: 0 !important;
    border: none !important;
}
.cardSearchdGaps input {
    flex: 1;
    height: 45px;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    outline: 0 !important;
    background: none !important;
    border: 0 !important;
    border-bottom: 1px solid var(--main_color) !important;
    color: #fff;
    border-radius: 30px;
    padding: 0 15px;
    border-left: 1px solid var(--main_color) !important;
}
.imagesSliderTopMenu {
    width: 100%;
    height: 400px !important;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative !important;
}
.slideMainIndex .slick-dots {
    bottom: 20px !important;
    display: flex !important;
    justify-content: center;
    padding: 0 35px !important;
    gap: 15px !important;
}
.slideMainIndex .slick-dots li button:before {
    content: '' !important;
    width: 25px;
    height: 25px;
    background-color: var(--main_color);
}
.abbsSliderGeneratatedCenter a {
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main_color);
    color: #333 !important;
    text-decoration: none !important;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-weight: 500;
    flex-direction: column;
}
.abbsSliderGeneratatedCenter {
    width: 100%;
    height: 100%;
    background-color: #000000c6;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.abbsSliderGeneratatedCenter h3
{
    width:80%;
    font-weight:500;
    color:#fff;
    font-size:30px;
    text-align:center;
}

.abbsSliderGeneratatedCenter p
{
    width:70%;
    font-weight:400;
    color:#fff;
    font-size:15px;
    text-align:center;
    opacity:0.8;
    margin-bottom:25px;
}

.abbsSliderGeneratatedCenter img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.bottomSliderSecondTop {
    width: 100%;
    min-height: 60px;
    background-color: #f7ab3d75;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
}
.leftHeaderForFirms {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}
.rightBannerSBottomSlider {
    font-size: 14px;
    font-family: 'Kanit', sans-serif;
    color: #333;
    font-weight: 500;
}
.sliderSecondCard {
    width: 100%;
}
.cardSliderIndroduce {
    height: 300px !important;
    border: 1px solid #dadada;
    display: flex !important;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.absFirmNameCard {
    padding: 5px;
    background-color: var(--main_color);
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.productIcon {
    width: 100%;
    height: 200px;
    object-fit: contain;
}
.nameSliderProduct {
    width: 100%;
    min-height: 50px;
    background-color: #f5f5f5;
    display: flex;
    text-decoration: none !important;
    color: #333 !important;
    cursor: pointer;
    padding: 0;
}
.nameSliderProduct:hover {
    background-color: var(--main_color);
    color: #fff !important;
}
.lastArrowASlider {
    width: 50px;
    height: 52px;
    color: #333 !important;
    text-decoration: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main_color);
    font-size: 22px;
}
.oneFlexSliderBottom {
    flex: 1;
    padding: 5px 10px;
    font-size: 14px;
    font-family: 'Kanit', sans-serif;
    text-align: center;
}
.nameSliderProduct:hover .lastArrowASlider {
    background-color: #f5f5f5;
}
.cardBottomPriceText {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
}
.sliderSecondCard .slick-dots {
    bottom: 0px !important;
    display: flex !important;
    justify-content: center !important;
    padding: 0 35px !important;
}
.sliderSecondCard .slick-dots li button:before {
    content: '' !important;
    width: 10px;
    height: 10px;
    background-color: var(--main_color);
}
.sliderSecondCard .slick-dotted {
    margin-bottom: 0 !important;
}
.sliderSecondCard .slick-list {
    padding-bottom: 30px !important;
}
.popularyText {
    min-height: 10px;
    background-color: #f5f5f5;
    padding: 15px;
}
.textCenterPopulerHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    font-size: 22px;
}
.populerDetailsWrapsGenerate {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.popupersCard_red {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-decoration: none !important;
    color: #333 !important;
    width: 100%;
    height: 170px;
    background-size: cover;
    position: relative;
    border-radius: 5px;
}
.hoverAbsCategories {
    width: 100%;
    height: 100%;
    background-color: #33333340;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    border-radius: 5px;
}
.hoverAbsCategories > span {
    font-size: 14px !important;
    color: #000;
    width: 100%;
    min-height: 10px;
    background-color: #f7ab3e;
    padding: 5px 0px;
    font-weight: 300 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
}
.popupersCard_red:hover {
    transform: translateY(-5px);
    transition: ease 0.5s all;
}
.popupersCard_blue {
    padding: 12px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    background-color: rgb(188 188 255);
    border: 2px solid #7e7eff;
    border-radius: 30px;
    color: #fff !important;
    font-family: 'Kanit', sans-serif;
}
.popupersCard_black {
    padding: 12px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    background-color: #6b6b6b88;
    border: 2px solid #333;
    border-radius: 30px;
    color: #fff !important;
    font-family: 'Kanit', sans-serif;
}
.popupersCard_green {
    padding: 12px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    background-color: #7dc9a6;
    border: 2px solid #198754;
    border-radius: 30px;
    color: #fff !important;
    font-family: 'Kanit', sans-serif;
}
.popupersCard_yellow {
    padding: 12px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    background-color: var(--main_color);
    border: 2px solid var(--main_color);
    border-radius: 30px;
    color: #fff !important;
    font-family: 'Kanit', sans-serif;
}
.centerButtonGeneratedd {
    padding: 10px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333 !important;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 5px;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.lineSpaceFirmHeader_homePage {
    width: 100%;
    min-height: 50px;
    background-color: var(--main_color);
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.HeaderGoldGirm {
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}
.allSeeButton_index {
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    color: var(--main_color) !important;
    background-color: #333;
    font-size: 13px;
    font-family: 'Kanit', sans-serif;
}
.aTopMain_indexFirm {
    width: 100%;
    min-height: 10px;
    color: #333 !important;
    text-decoration: none !important;
}
.firmCard_homePage {
    min-height: 100px;
    border: 1px solid #dadada;
}
.firmCard_homePage img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    margin: 10px 0;
}
.centerNameFirms {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    text-align: center;
    margin-bottom: 10px;
}
.firmUserNameCardGenerate {
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    gap: 5px;
    border-bottom: 1px solid #dadada;
}
.topMenuFirm_CardGenerate {
    margin-bottom: 15px;
}
.card_HowUseIndex {
    min-height: 300px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 15px;
}
.card_HowUseIndex i {
    font-size: 62px;
    color: var(--main_color);
}
.centerTextInCard_index {
    text-align: center;
    font-size: 22px;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    text-align: center;
}
.colorGraysLineCenters {
    color: gray;
    font-size: 16px;
    text-align: center;
}
.nameGenerateHowUse {
    font-size: 32px;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
}
.TextLineGenerateBottom {
    color: var(--main_color);
    font-size: 32px;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}
.TextIndroIndexBottoms {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
}
.IndexLastMenuGenerated {
    width: 100%;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.indroduceIndexBOttom {
    width: 100%;
    height: 100%;
    background-color: #f7ab3d9c;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    font-family: 'Kanit', sans-serif;
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.indroduceIndexBOttom a {
    width: 150px;
    height: 40px;
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    font-size: 15px !important;
    color: #fff !important;
    gap: 5px;
    border-radius: 3px;
}
/* index page end */
/* footer start */
.footerMenuBuyCards {
    min-height: 10px;
    padding: 30px;
}
.LineTextForFooter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    border-right: 1px solid #dadada;
}
.LineTextForFooter:last-child {
    border-right: none !important;
}
.LineTextForFooter i {
    font-size: 32px !important;
}
.footerMainGeneerated_bottomMain {
    min-height: 10px;
    padding: 30px;
    border-top: 1px solid #dadada;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.MenuFooterMain {
    min-height: 10px;
}
.MenuFooterMain p {
    margin: 0;
    padding: 0;
    height: 45px;
    border-bottom: 2px solid #dadada;
    font-family: 'Kanit', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: gray;
    letter-spacing: 1px;
}
.menuHref {
    height: 40px;
    border-bottom: 1px solid #dadada;
    align-items: center;
    font-family: 'Kanit', sans-serif;
    color: #333;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    text-decoration: none !important;
    gap: 10px;
}
.menuHref::before {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: gray;
    content: '';
}
.menuHref:hover {
    padding-left: 15px;
    transition: ease 0.5s all;
}
.socialMedioFooter {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.socialMediIcon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background-color: var(--main_color) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333 !important;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 20px;
}
@media screen and (max-width: 990px) {
    .LineTextForFooter {
        justify-content: flex-start;
        margin-bottom: 20px;
        border-right: none !important;
    }
}
.bottomEaBilisim {
    min-height: 50px;
    background-color: var(--main_color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.LineEndFppters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 10px;
}
.LineEndFppters span {
    font-size: 14px;
    font-family: 'Kanit', sans-serif;
}
.LineEndFppters a {
    font-size: 14px;
    font-family: 'Kanit', sans-serif;
    text-decoration: none;
    color: #333 !important;
    display: flex;
    align-items: center;
    gap: 5px;
}
/* footer end */
/* product start */
.leftCategories {
    min-height: 10px;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.cardHeaderGeneradeRequest {
    width: 100%;
    height: 60px;
    background-color: var(--main_color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    gap: 5px;
}
.buttonLeftMenuRequest {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    font-family: 'Kanit', sans-serif;
    color: #333 !important;
    text-decoration: none !important;
    padding: 0 15px;
    font-weight: 500;
    gap: 5px;
    border-bottom: 1px solid #dadada;
}
.buttonLeftMenuRequest:hover {
    padding-left: 30px;
    transition: ease 0.5s all;
}
.rightDetailPageRequest {
    min-height: 10px;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 15px;
}
.header_request {
    font-family: 'Kanit', sans-serif;
    color: #333 !important;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
}
.CardFindeText {
    font-family: 'Kanit', sans-serif;
    color: #333 !important;
    font-weight: 400;
    font-size: 16px;
}
.CardFindeText span {
    font-family: 'Kanit', sans-serif;
    color: #333 !important;
    font-weight: 600;
    margin: 0 5px;
    font-size: 20px;
}
.lineBtnHeaderRequestRigt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.endPageHeaders {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.endPageHeaders button {
    padding: 0 10px;
    height: 30px;
    background-color: var(--main_color);
    text-align: center;
    border: none !important;
    align-items: center !important;
    font-family: 'Kanit', sans-serif;
    color: #333;
    border-radius: 3px;
    font-size: 16px;
}
.generateCardComponentMain {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}
.componenteCardFord_Request {
    width: 100%;
    display: flex;
    min-height: 10px;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
}
.componenteCardFord_Request img {
    width: 200px;
    height: 150px;
    object-fit: cover;
}
.flexOneRequestPageGenerate {
    flex: 1;
    padding: 10px;
}
.headerCardText {
    font-family: 'Kanit', sans-serif;
    color: #333 !important;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.introRequestPageGenerated {
    font-size: 14px;
    color: gray;
    font-family: 'Kanit', sans-serif;
}
.gotoPage_request {
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    color: #333 !important;
}
.bottomCard_requestPage {
    width: 100%;
    min-height: 40px;
    background-color: #ffe8c7;
}
.bottomCard_requestPage {
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cardRequest_bottoms {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    flex-wrap: wrap;
}
.cardRequest_bottoms span {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
}
/* product end */
/* request detail Page start */
.headerProductDetail {
    min-height: 60px;
    background-color: var(--main_color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    border-radius: 5px;
}
.leftHeaderDetailRequest {
    display: flex;
    justify-content: center;
    gap: 2px;
    flex-direction: column;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
}
.leftHeaderDetailRequest span {
    font-size: 12px;
}
.endHeaderRequestDetail {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-weight: 800;
    align-items: center;
    font-size: 20px;
}
.endHeaderRequestDetail span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
}
.detailCardReques_detail {
    background-color: #fff;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    min-height: 10px;
    margin-top: 15px;
}
.leftRequestDetail {
    display: flex;
    border-right: 1px solid #dadada;
}
@media screen and (max-width: 990px) {
    .leftRequestDetail {
        display: block !important;
    }

    .endGapsGenerated_firmProfile {
        flex-direction: column;
        align-items: flex-end !important;
    }
    .headerProductDetail {
        padding: 15px;
    }
}
.leftRequestDetail img {
    width: 40%;
    height: 350px;
    object-fit: cover;
    border-radius: 5px;
}
.flexOneRequestDetailPage {
    flex: 1;
    min-height: 10px;
    padding: 10px;
}
.explatinRequest {
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dadada;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.explatinRequest span {
    width: 40%;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: gray;
}
.expolainReques_detailText {
    font-size: 14px;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    color: gray;
    margin-top: 10px;
}
.headerInformationFirm {
    width: 100%;
    min-height: 60px;
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    text-align: center;
}

.imagesFirmDetail {
    width: 100%;
    height: 150px;
    object-fit: contain;
    margin: 10px 0;
}
.firmNameRightTextRequest {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}
.phoneFirmCardBottom {
    width: 100%;
    min-height: 40px;
    background-color: var(--main_color);
    margin-top: 5px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.gorFirmRequestCard {
    width: 100%;
    height: 40px;
    background-color: #dadada;
    color: #333 !important;
    text-decoration: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
}
/* request detail Page end */
/* firm profile start */
.endGapsGenerated_firmProfile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}
.followFirmDetail_btn {
    height: 40px;
    background-color: #ff5858;
    color: #fff;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    border: none !important;
    outline: 0 !important;
    padding: 0 15px;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.favoriFirmDetail_btn {
    height: 40px;
    background-color: #686897;
    color: #fff;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    border: none !important;
    outline: 0 !important;
    padding: 0 15px;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.followFirmDetail_btn span,
.favoriFirmDetail_btn span {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.whiteCardGenerate {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.SliderImageFirm_profile {
    min-height: 10px;
}
.sliderImageIndro_firmPage {
    width: 100%;
    height: 300px !important;
    background-color: #fff;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.sliderImageIndro_firmPage img {
    width: 100%;
    height: 90%;
    object-fit: contain;
}
.SliderImageFirm_profile .slick-next {
    right: 10px !important;
}
.SliderImageFirm_profile .slick-prev {
    left: 10px !important;
}
.SliderImageFirm_profile .slick-prev,
.slick-next {
    background-color: var(--main_color) !important;
    width: 40px !important;
    height: 40px !important;
    z-index: 99;
    border-radius: 5px !important;
}
.SliderImageFirm_profile .slick-prev:before,
.slick-next:before {
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 900 !important;
    color: #333 !important;
}
.SliderImageFirm_profile .slick-prev:before {
    content: '\f323' !important;
}
.SliderImageFirm_profile .slick-next:before {
    content: '\f324' !important;
}
.centerTextFirmProfileText {
    min-height: 100px;
    padding: 10px 0;
}
.cardfiRMProFles {
    font-size: 14px;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #dadada;
}
.cardfiRMProFles span {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.cardfiRMProFles:last-child {
    border-bottom: none !important;
}
@media screen and (max-width: 990px) {
    .cardfiRMProFles {
        display: block !important;
    }
}
.messageLeftCardDetail {
    min-height: 10px;
    padding: 10px;
}
.messageDetailPage {
    width: 100%;
    min-height: 100px;
    background-color: #ffecd0;
}
.headerMessage_firmProfile {
    width: 100%;
    height: 45px;
    background-color: #ffd08b;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 18px;
}
.MessageDetailFirmProfiles {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #ffecd0;
}
.MessageDetailFirmProfiles textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 200px;
    padding: 5px;
    color: #333;
    border: none !important;
    background-color: #fff !important;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    outline: 0 !important;
}
.MessageDetailFirmProfiles button {
    width: 100%;
    height: 40px;
    background-color: #ffd08b;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    border: none !important;
    font-size: 14px;
    border-radius: 2px;
    outline: 0 !important;
}
.MessageDetailFirmProfiles label {
    width: 100%;
    height: 40px;
    background-color: #ffd08b;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    border: none !important;
    font-size: 14px;
    border-radius: 2px;
    outline: 0 !important;
    cursor: pointer;
}
.iFrameFirmDetailPage {
    background-color: #fff;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 100px;
}
.headerMessage_firmProfile_right {
    width: 100%;
    height: 45px;
    background-color: #ffd08b;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding: 0 15px;
}
.cardFirmAboutTextGenerate {
    width: 100%;
    min-height: 100px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    padding: 15px;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: gray;
}
.emmtyFirmDetailPage {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: gray;
    font-size: 20px;
}
.CommendFirmProfile {
    display: flex;
    gap: 15px;
}
.CommendFirmProfile textarea {
    flex: 1;
    min-height: 100px;
    border: 1px solid #dadada;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 10px;
}
.senderButtons {
    width: 150px;
    border: 1px solid #dadada;
    border-radius: 5px;
    background-color: #ffd08b;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: gray;
}
.colmnCommendTopMenu {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.commendIndtro_generate {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
}
.dateCommendTops {
    font-weight: 700;
    color: gray;
    display: flex;
    align-items: center;
    gap: 10px;
}
.rating {
    unicode-bidi: bidi-override;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
}
.rating p {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    margin: 0 !important;
    padding: 0 !important;
}
.rating .fas {
    font-size: 30px;
    cursor: pointer;
    color: #ccc;
}
.rating .fas:hover {
    color: gold;
}
.rating .selected {
    color: orange;
}
.starGaps {
    display: flex;
    align-items: center;
    gap: 5px;
}
/* firm profile end */
/* panel page start */
.panelClickTopMenu {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    background: rgb(247, 171, 61);
    background: linear-gradient(352deg, rgba(247, 171, 61, 1) 0%, rgba(163, 105, 20, 1) 47%, rgba(38, 23, 0, 1) 100%);
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
    margin-bottom: 1.5rem;
}
.panelClickTopMenu span {
    color: #fff;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 1px;
}
.panelClickTopMenu i {
    font-size: 42px;
    color: #fff;
}
.centerBottomTextPanelExplain {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 2px;

    width: 100%;
    min-height: 40px;
    color: #dadada;
}
.comeMessage {
    width: 30px;
    height: 30px;
    background-color: #cdcdcd;
    position: absolute;
    right: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-size: 16px;
}
/* panel page end */
/* moda messagel  start */
.timesDeleteAbsModal {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    border: none;
    outline: 0 !important;
    background: none !important;
    font-size: 22px;
}
.CenterModalHeaderIcons {
    width: 100%;
    min-height: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    color: gray;
}
.centerModalGenerated_exp {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: center;
}
.yesOrNoGenerateMainMenu {
    width: 100%;
    display: flex;
    gap: 10px;
}
.deleteButtonAcoount {
    flex: 1;
    height: 40px;
    background-color: #ff5858;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    outline: 0 !important;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
}
.OkayButtonAcoount {
    flex: 1;
    height: 40px;
    background-color: #198754;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    outline: 0 !important;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
}
.introModalText {
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
    color: gray;
}
.openAnimaiton {
    -webkit-animation: akyol 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: akyol 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes akyol {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes akyol {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.closeAnimaiton {
    -webkit-animation: tahsinakyol 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: tahsinakyol 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes tahsinakyol {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
}
@keyframes tahsinakyol {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
}

/* modal message  end */
/* message profil page start */
.messageHeaders_header {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 22px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.messageCardGenerate_top {
    width: 100%;
    height: 500px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.messageCardGenerated {
    width: 100%;
    min-height: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #dadada;
    color: #333 !important;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.headerMessageCard {
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.generateMessage {
    padding: 7px 10px;
    background-color: #7dc9a6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-size: 14px;
}
.centerTextMessageDetails {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    color: gray;
}
.goBackArrows {
    font-size: 16px;
    text-decoration: none !important;
    color: #333 !important;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    cursor: pointer;
    letter-spacing: 1px;
}
.messageDetailFix {
    width: 100%;
    height: 500px;
    background-color: #f5f5f5;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}
.headerMessageDetailPage {
    width: 100%;
    min-height: 45px;
    background-color: #fbe19a;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.textHeaderMessages {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    letter-spacing: 1px;
}
.buttonBottomMessageDetailPage {
    min-height: 50px;
    border-top: 1px solid gray;
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.buttonBottomMessageDetailPage button {
    padding: 0 15px;
    background-color: var(--main_color);
    border: none;
    outline: 0 !important;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 40px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    border-radius: 2px;
}
.buttonBottomMessageDetailPage input {
    flex: 1;
    height: 40px;
    border: 1px solid #dadada;
    background-color: #fff;
    padding: 0 15px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    border-radius: 2px;
    font-size: 14px;
}
.messageDetailPage {
    width: 100%;
    flex: 1;
    overflow-y: auto;
    padding: 15px;
}
.messageTopMainStart {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.leftMessageGenerateAdmin
{
    padding: 15px;
    min-width: 10px;
    max-width: 50%;
    background-color: #ff8924;
    color:#fff;
    border-radius: 20px 12px 20px 0;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
}

.messageTopMainEnd {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.leftMessageGenerate {
    padding: 15px;
    min-width: 10px;
    max-width: 50%;
    background-color: #f5f5f5;
    border-radius: 20px 12px 20px 0;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
}
.rightMessageGenerate {
    padding: 15px;
    min-width: 10px;
    max-width: 50%;
    background-color: lightgreen;
    border-radius: 20px 12px 0 20px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
}
.documenCv {
    color: #333 !important;
    text-decoration: none !important;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}
/* message profil page end */
/* card start  */
.favoriCardProfiles {
    display: flex;
    margin-bottom: 25px;
}
.oneFleible_favoriedas {
    flex: 1;
}
.h40w40buttonsTopsMenu {
    width: 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}
.h60w60buttonsTopsMenu {
    width: 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.favoriPageEditButton {
    width: 100%;
    flex: 1;
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}
.favoriPageEditButton_edit {
    width: 100%;
    flex: 1;
    background-color: var(--main_color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}
.favoriPageEditButton_see {
    width: 100%;
    flex: 1;
    background-color: green;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}
.favoriPageEditButton_edit:hover,
.favoriPageEditButton:hover,
.favoriPageEditButton_see:hover {
    background-color: #333 !important;
}
.endProfileCardGenerratedTops {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.endProfileCardGenerratedTops a {
    background-color: #333;
    padding: 0 25px;
    border: none;
    outline: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: var(--main_color) !important;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    text-decoration: none !important;
}
.firmLinCard label {
    width: 400px;
    height: 100px;
    border: 1px solid #dadada;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    gap: 5px;
    cursor: pointer;
}
.fontItagCamera {
    font-size: 32px;
}
.iconDelete {
    width: 40px;
    height: 40px;
    margin-left: 40px;
    background-color: var(--main_color);
    border-radius: 50%;
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.previewImage {
    display: none;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

/* card end */
/* see first page start */
.clasPacketSee_main {
    width: 100%;
    display: flex;
    align-items: flex-end;
    min-height: 10px;
}
.cardSeePage_generate {
    flex: 1;
    height: 200px;
    border-radius: 10px 10px 0 0;
    background: rgb(247, 171, 61);
    background: linear-gradient(352deg, rgba(247, 171, 61, 1) 0%, rgba(163, 105, 20, 1) 47%, rgba(38, 23, 0, 1) 100%);
    display: flex;
    flex-direction: column;
    padding: 15px;
    gap: 5px;
    align-items: center;
}
.textHeaderSeeePage {
    color: #fff;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    text-align: center;
}
.textHeaderSeeePage_price {
    color: #fff;
    font-weight: 600;
    font-family: 'Kanit', sans-serif;
    font-size: 24px;
    text-align: center;
}
.seeExplainPage {
    color: #dadada;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    text-align: center;
}
@media screen and (max-width: 990px) {
    .clasPacketSee_main {
        display: block !important;
    }
    .cardSeePage_generate {
        height: 200px !important;
        align-items: center;
        margin-bottom: 15px;
        border-radius: 10px;
    }
    .cardSeePage_generate:last-child {
        margin-bottom: 0 !important;
    }
}
.centerButtonPagecetPage_end {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.centerButtonPagecetPage_end button {
    border: none !important;
    color: var(--main_color);
    padding: 0 25px;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    text-align: center;
    background-color: #333;
    border-radius: 5px;
}
.buyModalTabMenu {
    width: 100%;
    min-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}
.activeModalTab_menu {
    font-family: 'Kanit', sans-serif;
    text-align: center;
    font-weight: 600;
    color: var(--main_color);
    cursor: pointer;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pasiveModalTab_menu {
    font-family: 'Kanit', sans-serif;
    text-align: center;
    font-weight: 600;
    color: GRAY;
    cursor: pointer;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.detailBuyModalPage_mainColumn {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.detailBuyModalPage_mainColumn select {
    width: 300px;
    height: 40px;
    border: 1px solid #dadada;
    padding: 0 15px;
    outline: 0 !important;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.detailBuyModalPage_mainColumn select > option {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.detailModalBuysLine {
    width: 100%;
    min-height: 10px;
    display: flex;
    gap: 10px;
}
.detail_Eft {
    flex: 1;
    min-height: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    background-color: var(--main_color);
    padding: 10px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}
.expolainCardEft {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.detail_EftLeft {
    flex: 1;
    min-height: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
}
.inputLeftGenerateModal {
    width: 100%;
    height: 40px;
    border: 1px solid #dadada;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 14px;
    outline: 0 !important;
    padding: 0 15px;
}
.modalCardHeaDR {
    display: flex;
    align-items: center;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
}
.centerBottomModalText {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    color: gray;
}
.detail_EftLeft img {
    width: 100%;
    object-fit: contain;
    height: 200px;
}
.buttonFirmsSeeClick {
    height: 40px;
    padding: 0 15px;
    background-color: #333;
    color: var(--main_color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 14px;
    outline: 0 !important;
    border: none !important;
    border-radius: 3px;
}
/* see first page end */
.endMyFirmPage {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
/* contact start */
.contactMenuHeader {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
}
.detail_contactText {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
@media screen and (max-width: 990px) {
    .cardRegisterPage {
        background-image: none !important;
    }
    .searchAbsForSliderTop {
        width: 100% !important;
    }
}
/* contact end */
/* bank account page start */
.bankAcoountMain {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 15px 0;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 1px;
}
.classAccountMainBottoms {
    margin-bottom: 1.5rem;
}
.cardAccountCopy {
    min-height: 150px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.cardAccountCopy img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.nameBank {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}
@media screen and (max-width: 990px) {
    .menuMain_topGenerate {
        display: none !important;
    }
    .mobleMenuTops {
        display: flex !important;
    }
}
.mobleMenuTops {
    width: 100%;
    min-height: 60px;
    background-color: #fff;
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
.barsButton {
    width: 40px;
    height: 40px;
    background-color: #fff;
    outline: 0 !important;
    border: 1px solid #dadada;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.fixedMobilCenters {
    width: 100%;
    height: 100vh;
    background-color: #333333bf;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    justify-content: flex-end;
    transition: ease 0.5s all;
}
.mobileMenuIndroduce {
    width: 80%;
    height: 100%;
    background-color: #fff;
    border-radius: 20px 0 0 0;
    padding: 15px;
}
.endModalTimesMobiles {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.endModalCircle {
    width: 40px;
    height: 40px;
    background-color: var(--main_color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    outline: 0 !important;
}
.centerMenuModalMobiles {
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    font-size: 26px;
}
.mobileHrefTag {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #dadada;
    display: flex;
    align-items: center;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none !important;
    color: #333 !important;
}
.loginButtonsMobileMenu {
    margin-top: 15px;
    display: flex;
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none !important;
    color: var(--main_color) !important;
    height: 45px;
    border-radius: 5px;
}
/* bank account page end */
@media screen and (max-width: 990px) {
    .lineBtnHeaderRequestRigt,
    .bottomCard_requestPage {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .LineEndFppters {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 15px;
    }
    .componenteCardFord_Request {
        display: block !important;
    }
    .componenteCardFord_Request img {
        width: 100%;
        height: 200px;
    }
    .cardRequest_bottoms {
        padding: 10px !important;
    }
    .lectRadiosRegisters {
        min-height: 250px !important;
    }
    .detailModalBuysLine {
        display: block !important;
    }
    .buttonFirmsSeeClick {
        font-size: 12px !important;
    }
    .firmLinCard {
        flex-direction: column;
        gap: 5px;
    }
    .firmLinCard span {
        width: 100% !important;
    }
    .firmLinCard input {
        width: 100% !important;
    }
    .mainCardGenerated {
        padding: 0 !important;
    }
    .firmLinCard textarea {
        width: 100% !important;
        max-width: 100% !important;
    }
    .centerButtonAreaLine {
        margin: 15px;
    }
    .firmLinCard label {
        width: 100% !important;
    }
    .menuLogoImage {
        width: 50% !important;
    }
}
/* machine page start */
.machinePageGenerate {
    width: 100%;
    min-height: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.paddingWhteHeaderGenrateMachinePage {
    width: 100%;
    min-height: 10px;
    background-color: #fff;
    padding: 15px;
    font-size: 22px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-weight: 600;
}
.secondWhiteMachinePage {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100%;
    min-height: 10px;
    background-color: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.secondWhiteMachinePage h1 {
    font-weight: 600;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px;
}
.secondWhiteMachinePage > a {
    color: #333 !important;
    text-decoration: none !important;
    font-size: 16px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.secondWhiteMachinePage > a:hover {
    padding-left: 10px;
    transition: ease 0.5s all;
}
/* machine page end */
/* kategori Filter start */
.leftFilterDetailPageStart {
    width: 100%;
    min-height: 10px;
    border-right: 1px solid #dadada;
}
.headerLeftMenuMainsFilterPage {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    color: gray;
    margin-bottom: 15px;
}
.flexibleGenerateFilterPaged {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0;
}
.mainGenerateGapsLined15 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    min-height: 10px;
}
.checkedFilterPageCenter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
}
/* kategori Filter end */
/* checkedbox start */
.checkbox-wrapper-37 input[type='checkbox'] {
    display: none;
}

.checkbox-wrapper-37 .terms-label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.checkbox-wrapper-37 .terms-label .label-text {
    margin-left: 10px;
}

.checkbox-wrapper-37 .checkbox-svg {
    width: 25px;
    height: 25px;
    border: 1px solid #dadada;
}

.checkbox-wrapper-37 .checkbox-box {
    fill: #fff;
    stroke: var(--main_color);
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper-37 .checkbox-tick {
    stroke: var(--main_color);
    stroke-dasharray: 172;
    stroke-dashoffset: 172;
    transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper-37 input[type='checkbox']:checked + .terms-label .checkbox-box,
.checkbox-wrapper-37 input[type='checkbox']:checked + .terms-label .checkbox-tick {
    stroke-dashoffset: 0;
}
.label-text {
    font-size: 15px;
    font-family: 'Kanit', sans-serif;
}
.graysTextRighteed {
    width: 50px;
    height: 25px;
    background-color: #f5f5f5;
    border-radius: 2px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* checkedbox end */
.buttonSearchedFilterPage {
    width: 100%;
    height: 45px;
    background-color: var(--main_color);
    outline: 0 !important;
    border-radius: 5px;
    margin-top: 15px;
    border: none;
    letter-spacing: 1px;
    font-size: 15px;
}
.buttonSearchedFilterPage:hover {
    transform: translateY(-5px);
    transition: ease 0.5s all;
}
.sliderProuctDetailPageGenerate {
    width: 450px;
    min-height: 10px;
}
.sliderMainTopGeneredDetailsPage {
    height: 300px;
}
.imagesCoverDetailPage {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
.sliderBottomDetailPage {
    width: 100%;
    margin-top: 10px;
    min-height: 10px;
    display: flex;
}
.bottomImagesLines {
    min-height: 10px;
    cursor: pointer !important;
}
.iamgesBottoms {
    height: 120px !important;
    width: 100% !important;
    object-fit: cover;
}
.sliderMainTopGeneredDetailsPage .slick-next {
    right: 10px !important;
}
.sliderMainTopGeneredDetailsPage .slick-prev {
    left: 10px !important;
}
.sliderMainTopGeneredDetailsPage .slick-prev,
.slick-next {
    background-color: var(--main_color) !important;
    width: 40px !important;
    height: 40px !important;
    z-index: 99;
    border-radius: 5px !important;
}
.sliderMainTopGeneredDetailsPage .slick-prev:before,
.slick-next:before {
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 900 !important;
    color: #333 !important;
}
@media screen and (max-width: 990px) {
    .sliderProuctDetailPageGenerate {
        width: 100% !important;
    }
    .sliderBottomDetailPage {
        display: none !important;
    }
}
.gapsButtonDetail {
    width: 100%;
    min-height: 10px;
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.gapsButtonDetail button,
.gapsButtonDetail a {
    flex: 1;
    height: 45px;
    background-color: var(--main_color);
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 5px;
    outline: 0 !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
    color: #333 !important;
}
.gapsButtonDetail button:hover,
.gapsButtonDetail a:hover,
.wpButtonDetailPage:hover {
    transform: translateY(-5px);
    transition: ease 0.5s all;
}
.wpButtonDetailPage {
    width: 100%;
    height: 45px;
    background-color: #25d366;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 5px;
    outline: 0 !important;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    color: #fff;
}
.minTabMenuDetailProduct {
    width: 100%;
    min-height: 10px;
    margin-top: 15px;
}
.rowwTabMenuGenerateMain {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 10;
    margin-top: 15px;
}
.activeButtonGenerate {
    height: 45px;
    padding: 0 15px;
    min-width: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    border-bottom: 2px solid var(--main_color) !important;
    letter-spacing: 1px;
    font-size: 14px;
    z-index: 10;
}
.pasiveButtonGenerate {
    height: 45px;
    padding: 0 15px;
    min-width: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    letter-spacing: 1px;
    font-size: 14px;
    z-index: 10;
}
.pasiveButtonGenerate:hover {
    transform: translateY(-5px);
    transition: ease 0.5s all;
}
.indMainDetailsGenerated {
    width: 100%;
    min-height: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}
.lineSpaceDetailPageDet {
    width: 100%;
    min-height: 50px;
    background-color: #fff;
    padding: 0 15px;
    border: 1px solid #dadada;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lineSpaceDetailPageDet p {
    margin: 0 !important;
    padding: 0 !important;
    color: gray;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.lineSpaceDetailPageDet span {
    color: #333;
    font-size: 15px;
    font-weight: 600;
}
.yellowAlerttedLinedColors {
    width: 100%;
    min-height: 10px;
    padding: 15px;
    font-size: 18px;
    background-color: #000000;
    color: var(--main_color);
    text-align: center;
    margin-top: 15px;
}
.lastDetailSimelarHead {
    margin-top: 15px;
    font-family: 'Kanit', sans-serif;
    font-size: 22px;
    color: gray;
}
.centerTextHeaderGenerated {
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}
.circleGenerateAboutPageStart {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 10px;
}
.circleAboutPageGenerated {
    width: 150px;
    height: 150px;
    background-color: var(--main_color);
    border-radius: 50%;
    margin-bottom: 15px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.circleAboutPageGenerated i {
    font-size: 32px;
}
.circleAboutPageGenerated span {
    font-size: 16px;
    font-weight: 600;
}
.lineMisionVizionGenerated {
    width: 100%;
    min-height: 10px;
    padding: 15px;
    background-color: var(--main_color);
    margin-top: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.lineMisionVizionGenerated img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}
.lineOneFlexibleGenerate {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.lineOneFlexibleGenerate p {
    margin: 0 !important;
    padding: 0 !important;
    color: #fff;
    font-family: 'Kanit', sans-serif;
    font-size: 32px;
}
.lineOneFlexibleGenerate span {
    color: #fff;
    font-size: 18px;
}
.modalnotIntroduce {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #333333bf;
    z-index: 99999;
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.whiteGenerateCentersModal {
    width: 100%;
    min-height: 10px;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.whiteGenerateCentersModal p {
    text-align: center;
    font-size: 28px;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: gray;
}
.whiteGenerateCentersModal span {
    font-size: 20px;
    letter-spacing: 1px;
}

.lineTabMenuPackets {
    width: 100%;
    min-height: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.activePacketButtonTabMenu {
    min-width: 10px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #dadada;
    border-bottom: 3px solid var(--main_color) !important;
    font-size: 14px;
    padding: 0 15px;
}
.pasivePacketButtonTabMenu {
    min-width: 10px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #dadada;
    font-size: 14px;
    border-radius: 2px;
    padding: 0 15px;
}
.pasivePacketButtonTabMenu:hover {
    transform: translateY(-5px);
    transition: ease 0.5s all;
}
.headerCenterGeneratePacketPage {
    font-size: 32px;
    margin-bottom: 15px;
    font-family: 'Kanit', sans-serif;
    letter-spacing: 1px;
    color: gray;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cardGeneratePackets {
    width: 100%;
    min-height: 10px;
    border: 3px solid var(--main_color);
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}
.cardGeneratePackets:before {
    content: '';
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-color: #333;
    z-index: -1;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.lineCenterHeaderPacketted {
    width: 100%;
    min-height: 100px;
    background-color: #fff9ef;
    border-radius: 5px 5px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    padding: 10px;
}
.lineCenterHeaderPacketted > p {
    margin: 0 !important;
    padding: 0 !important;
    color: var(--main_color);
    font-weight: 600;
    font-size: 16px;
}
.lineCenterHeaderPacketted > span {
    font-size: 13px;
}
.padCenterPacketsAllsIn {
    width: 100%;
    padding: 15px;
    min-height: 10px;
    display: flex;
    flex-direction: column;
}
.cardGenerateLineMins {
    width: 100%;
    min-height: 80px;
    border-bottom: 1px solid #dadada;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.cardGenerateLineMins > p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px;
    font-weight: 600;
}
.cardGenerateLineMins > span {
    font-size: 22px;
    color: var(--main_color);
    font-weight: 600;
}
.buttonChoosePacketPage {
    margin-top: 15px;
    width: 100%;
    height: 40px;
    background-color: var(--main_color);
    color: #fff;
    border-radius: 5px;
    border: none !important;
    letter-spacing: 1px;
    font-size: 14px;
}
.buttonChoosePacketPage:hover {
    transform: translateY(-5px);
    transition: ease 0.5s all;
}
.modalIconEndPage {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 10px;
    padding: 0 15px;
}
.modalTimesGenerateIcons {
    width: 35px;
    height: 35px;
    background-color: var(--main_color);
    border-radius: 50%;
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
}
.centerTextHeaderLine {
    font-size: 18px;
    letter-spacing: 1px;
}
.lineCreitCardDetailMainModal {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.inputAndTextGeneratedPacketCreitCard {
    width: 100%;
    min-height: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.inputAndTextGeneratedPacketCreitCard span {
    font-size: 14px;
    color: #333;
}
.inputAndTextGeneratedPacketCreitCard input {
    width: 100%;
    height: 45px;
    background-color: #fff;
    border: 1px solid #dadada;
    padding: 0 15px;
    border-radius: 5px;
    font-size: 13px;
    outline: 0 !important;
}
/* Chrome, Safari, Edge, Opera */
.inputAndTextGeneratedPacketCreitCard input::-webkit-outer-spin-button,
.inputAndTextGeneratedPacketCreitCard input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.inputAndTextGeneratedPacketCreitCard input[type='number'] {
    -moz-appearance: textfield;
}
.bunttoncenterModalCreitCard {
    width: 100%;
    min-height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.bunttoncenterModalCreitCard button {
    flex: 1;
    height: 45px;
    background-color: var(--main_color);
    color: #fff;
    font-size: 14px;
    border: none !important;
    outline: 0 !important;
    border-radius: 5px;
}
.packetAdjGenerate {
    width: 100%;
    padding: 15px;
    min-height: 400px;
    background-color: #fff;
    border: 2px solid var(--main_color);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}
.packetAdjGenerate:before {
    content: '';
    position: absolute;
    top: -20px;
    right: -30px;
    width: 40px;
    height: 40px;
    background-color: #333;
    z-index: -1;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.centerPacketAdj_in_line_header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    color: gray;
}
.detailAdjSliderGeneerate {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
}
.gapsProducttedDetailsText {
    width: 100%;
    min-height: 10px;
    display: flex;
    gap: 10px;
    border-top: 1px solid #dadada;
}
.flexibleCardDetailPackets {
    flex: 1;
    min-height: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;

    padding-top: 10px;
}
.flexibleCardDetailPackets > p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}
.flexibleCardDetailPackets > span {
    color: green;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
}
.centerTextLinePacketsDetails {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    letter-spacing: 1px;
}
.endButtonsLineChoose {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 15px;
}
.buttonFirstClicked {
    width: 100%;
    height: 50px;
    border: 2px solid var(--main_color);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: var(--mainColor);
    background: #fff;
    letter-spacing: 1px;
    position: relative;
}
.colorBgeSecondButton {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: var(--mainColor);
    background: var(--main_color);
    letter-spacing: 1px;
    border: none !important;
    font-weight: 600;
}
.buttonFirstClicked:hover,
.colorBgeSecondButton:hover {
    transform: translateY(-5px);
    transition: ease 0.5s all;
}
@media screen and (max-width: 990px) {
    .pasivePacketButtonTabMenu,
    .activePacketButtonTabMenu {
        width: 100% !important;
        height: 50px !important;
    }
    .cardGeneratePackets,
    .packetAdjGenerate {
        margin-bottom: 15px;
    }
}
.buttonFirstClicked i {
    position: absolute;
    right: 10px;
}
.centerRedCardUnderline {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: red;
    text-decoration: line-through;
}
.virtualStorePacket {
    width: 100%;
    min-height: 500px;
    border: 2px solid var(--main_color);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    position: relative;
}
.virtualStorePacket:before {
    content: '';
    position: absolute;
    top: -20px;
    right: -30px;
    width: 40px;
    height: 40px;
    background-color: #333;
    z-index: -1;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.packetVirtualGenerate {
    width: 100%;
    min-height: 100px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 10px 10px 0 0;
}
.packetVirtualGenerate > p {
    font-size: 14px;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 600;
    letter-spacing: 1px;
}
.packetVirtualGenerate > span {
    font-size: 14px;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 400;
    color: gray;
}
.centerLİneVirtualPacked {
    width: 100%;
    flex: 1;
    padding: 15px;
}
.centerTextingCardPacketVirtual {
    width: 100%;
    min-height: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.lastPriceDeleteVirtualPacket {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: line-through;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}
.centerLetterPricetext {
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 400;
}
.priceDetail {
    font-size: 12px;
    color: gray;
    margin-bottom: 15px;
}
.lineProbTypeCardVirtual {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    border-top: 1px solid #dadada;
    padding: 10px 0;
}
.lineProbTypeCardVirtual:last-child {
    border-bottom: 1px solid #dadada;
}
.lineProbTypeCardVirtual > i {
    color: green;
    font-size: 15px;
}
.lineProbTypeCardVirtual > span {
    font-size: 13px;
}
.lastVirtualMachineLine {
    width: 100%;
    padding: 10px;
}
.lastVirtualMachineLine > button {
    width: 100%;
    height: 45px;
    background-color: var(--main_color);
    color: #fff;
    font-size: 14px;
    border: none !important;
    border-radius: 5px;
    outline: 0 !important;
}
.generateAlertRegister {
    width: 100%;
    min-height: 10px;
    background-color: #ffdead;
    margin-top: 15px;
    border-radius: 5px;
    color: #333;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 15px;
    border: 1px solid var(--main_color);
}
.generateAlertRegister > span {
    color: #333;
    font-size: 16px;
    text-align: center;
}
.sliderBottom_idexLast {
    width: 100%;
    padding: 15px 0;
    min-height: 10px;
}
.circlSliderNewBottom {
    min-height: 10px;
}
.circlSliderNewBottom img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover !important;
    background-color: #f5f5f5;
    border: 1px solid gray;
    cursor: pointer;
}
.sliderBottom_idexLast .slick-center > img {
    border: 3px solid var(--main_color) !important;
}
.yieldLineClassNew {
    width: 100%;
    min-height: 10px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.cardGenerateYield {
    width: 100%;
    min-height: 10px;
    background-color: #fff;
    border: 1px solid #dadada;
    padding: 15px;
    display: flex;
    gap: 15px;
}
.cardGenerateYield > img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.detailRightYield {
    flex: 1;
    min-height: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.headerComppendCard {
    font-size: 14px;
    font-weight: 600;
}
.lineCardDetailYield {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 3px;
}
.lineCardDetailYield p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px;
    font-weight: 600;
}
.lineCardDetailYield span {
    font-size: 13px;
    color: #333;
}
.buttonSearchedLine {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--main_color);
    position: absolute;
    right: 0;
    top: 0;
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #333 !important;
    text-decoration: none !important;
}
.buttonSearchedLine:hover {
    transform: translateY(-5px);
    transition: ease 0.5s all;
}
.secondFlexibleLine {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.secondFlexibleLine p {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 600;
}
.CardGenerateCarddeds {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    border: 1px solid var(--main_color);
    min-height: 10px;
    background-color: #fff;
    border-radius: 5px;
}
.lineTextAndInputted {
    width: 100%;
    min-height: 10px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.lineTextAndInputted > span {
    font-size: 12px;
}
.inputAndSelectChooser {
    width: 100%;
    min-height: 10px;
    display: flex;
    gap: 10px;
}
.inputAndSelectChooser input,
.inputAndSelectChooser select {
    flex: 1;
    height: 35px;
    border: 1px solid #dadada;
    border-radius: 2px;
    font-size: 12px;
    padding: 0 10px;
    outline: 0 !important;
}
/* Chrome, Safari, Edge, Opera */
.inputAndSelectChooser input::-webkit-outer-spin-button,
.inputAndSelectChooser input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.inputAndSelectChooser input[type='number'] {
    -moz-appearance: textfield;
}
.areaGneratedd {
    width: 100%;
    min-height: 60px;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #dadada;
    max-width: 100%;
    min-width: 100%;
}
.senderButtonsGooes {
    width: 100%;
    height: 40px;
    background-color: var(--main_color);
    color: #fff;
    font-size: 14px;
    border: none !important;
    border-radius: 5px;
}
.senderButtonsGooes:hover {
    transform: translateY(-5px);
    transition: ease 0.5s all;
}
.absButtonUploadCv {
    width: 100px;
    height: 35px;
    background-color: var(--main_color);
    position: absolute;
    top: 0;
    right: 0;
    border: none !important;
    border-radius: 5px;
    font-size: 14px;
}
/* home page alert */
.homePageAlert {
    width: 300px;
    min-height: 80px;
    background-color: #0009;
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    padding: 15px;
    border-radius: 10px 0 0 10px;
}
.homePageAlert i {
    color: #fff;
    font-size: 32px;
    -webkit-animation: thsn 0.8s infinite both;
    animation: thsn 0.8s infinite both;
}

@-webkit-keyframes thsn {
    0%,
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    15% {
        -webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg);
    }
    30% {
        -webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg);
    }
    45% {
        -webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg);
    }
    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg);
    }
    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg);
    }
}
@keyframes thsn {
    0%,
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    15% {
        -webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg);
    }
    30% {
        -webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg);
    }
    45% {
        -webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg);
    }
    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg);
    }
    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg);
    }
}

.homePageAlert span {
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.homePageAlert button {
    width: 100%;
    height: 35px;
    background-color: var(--main_color);
    color: #fff;
    font-size: 14px;
    border: none !important;
    border-raidus: 5px;
    border-radius: 5px;
    z-index: 9999;
}

@media (max-width: 960px) {
    .lineMisionVizionGenerated {
        flex-direction: column!important;
    }
}

.productFilterBox
{
    width:100%;
    min-height:10px;
    float:left;
    margin-top:15px;
}

.productFilterBox p
{
    width:100%;
    float:left;
    font-size:15px;
    font-weight:600;
    color:#333;
    margin:0px;
    margin-bottom:5px;
}

.productFilterInputBox
{
    width:100%;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
}

.productFilterInputBox input
{
    flex:1;
    height:45px;
    font-size:14px;
    float:left;
    border:1px solid #dadada;
    padding:0px 10px;
}

.productFilterInputBox input[type=number]
{
    width:calc(50% - 5px);
    height:45px;
    font-size:14px;
    float:left;
    border:1px solid #dadada;
    padding:0px 10px;
}

.productFilterBox button
{
    width:100%;
    height:45px;
    float:left;
    background-color:orange;
    color:#fff;
    border:0px;
    outline:0px;
    margin-top:10px;
}
/* home page end */
