/* 
    *** UL
    *** Border
    *** LOGO
    *** FORM
    **** Form Job
    *** PADDING
    *** MARGIN
    *** SHADOW
    *** ACCORDION
    *** CARD
    *** TABS
    *** DIV
    *** DIV Alert
    *** TABLE
    **** tableManagerFAQ
    *** Bootstrap icon
    *** Overlay

    +++ GreenDark: #005e29
    +++ GrayMedium: #7d7d7d
    +++ Red: rgb(191,8,7)
    +++ GrayLight: var(--grayLight);
    +++ GrayMedium: var(--grayMedium);
    +++ GrayDark: var(--grayDark)
*/

:root {
  
  --greenLight: rgb(149,193,31);
  --greenMedium: rgb(0,143,57);
  --greenRegular: rgb(0,153,61);
  --greenRegularTransparent: rgba(0,153,61,0.3);
  
  --greenDark: rgb(0,94,41);
  --greenDarkTransparent: rgb(0,94,41, 0.3);
  --greenDarkExtra: rgb(0,73,26);
  --grayExtraExtraLight: rgb(245,245,245);
  --grayExtraLight: rgb(228,228,228);
  --grayLight: rgb(204,204,204);
  --grayMediumLight: rgb(175,175,175);
  --grayMedium: rgb(125,125,125);
  --grayRegular: rgb(125,125,125);
  --grayDark: rgb(51,51,51);
  --redRegular: rgb(227,6,19);
  --redTransparent: rgba(227,6,19, 0.3);
  --redDark: rgb(190,4,15);
  --orangeRegular: rgb(227,100,7);
  --orangeTransparent: rgba(227,100,7,0.3);
  --white: rgb(255,255,255);
  --black: rgb(0,0,0);
}

*{
    font-family: 'Bai Jamjuree';
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
}



h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  word-break: break-word;
}

h1{
    font-family: 'Bai Jamjuree';
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 1rem;
    position: relative;
    line-height: 1.2;
    color: var(--black);
}

h1 .material-symbols-outlined{
    font-size: 3.125rem;
    line-height: 1.2;
    vertical-align: text-bottom;
    color: var(--greenDark);
}

.pSubtitle{
    font-size: 1.375rem;
    line-height: 1.3;
    font-weight: 300;
    font-family: 'Bai Jamjuree';
}

h1 img{
    height: 60px;
    width: auto;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-top;
}


h2{
    font-family: 'Bai Jamjuree';
    font-size: 2.000rem;
    line-height: 1.5;
    position: relative;
    color: var(--black);
    margin-bottom: 0;
    font-weight: 300;
}



h3,
.pH3{
    font-family: 'Bai Jamjuree';
    font-size: 1.500rem;
    color: var(--black);
    line-height: 1.5;
    margin-bottom: 1rem;
    font-weight: 300;
}

h3 .material-symbols-outlined{
    font-size: 1.500rem;
    line-height: 1.5;
    color: currentColor;
}





h4{
    font-family: 'Bai Jamjuree';
    font-size: 1.250rem;
    color: var(--black);
    margin-bottom: 1.250rem;
}

h5{
    font-family: 'Bai Jamjuree';
    font-size: 1.125rem;
    font-weight: 500;
    color: black;
    margin-bottom: 1.125rem;
}

h6{
    font-family: 'Bai Jamjuree';
    font-size: 1.000rem;
    font-weight: 500;
    color: black;
}

.lineLeft{
    padding-left: 25px;
    position: relative;
}

.lineLeft:before{
    content: '';
    position: absolute;
    padding-left: 5px;
    left: 0;
    top: 5px;
    bottom: 0px;
    background-color: var(--blueRegular);
}

.lineRight{
    padding-right: 25px;
    position: relative;
    text-align: right;
    display: block;
}

.lineRight:before{
    content: '';
    position: absolute;
    padding-right: 5px;
    right: 0;
    top: 5px;
    bottom: 0px;
    background-color: var(--blueRegular);
}

p{
    font-family: 'Bai Jamjuree';
    font-size: 1rem;
    font-weight: 400;
    color: var(--black);
    line-height: 1.5;
    word-break: break-word;
}

p.pStrong{
    font-family: 'Bai Jamjuree';
    font-size: 1rem;
    font-weight: 500;
    color: var(--black);
    line-height: 1.5;
    word-break: break-word;
}

p i{
    font-family: 'Bai Jamjuree';
    font-size: 100%;
    font-weight: 400;
    color: var(--black);
    line-height: 1.5;
    font-style: italic
}

p .material-symbols-outlined{
    font-size: 1.125rem;
    vertical-align: text-bottom;
    color: currentColor;
    line-height: 1.313rem;
}

p.pBreadcrump{
    font-family: 'Bai Jamjuree';
    font-size: .875rem;
    font-weight: 400;
    color: var(--grayRegular);
    line-height: 1.5;
    margin-bottom: 0
}

p strong,
strong{
    font-size: 100%;
    font-weight: 500;
    color: currentColor;
}

.pXSmall{
    font-family: 'Bai Jamjuree';
    font-size: 1rem;
    font-weight: 400;
    color: black;
    font-size: 0.675rem;
}

.pSmall{
    font-family: 'Bai Jamjuree';
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    line-height: 1.5;
}


.pLarge{
    font-family: 'Bai Jamjuree';
    font-size: 1.125rem !important;
    font-weight: 400;
    line-height: 1.5;
}

.pXLarge{
    font-size: 1.250rem !important;
    font-weight: 400;
    line-height: 1.5;
}

.pXXLarge{
    font-size: 2.125rem !important;
    font-weight: 300;
    line-height: 1.5;
}

.pCounterText{
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
}

.pCounter{
    font-size: 2.50rem !important;
    line-height: 2rem !important;
}

.fs0750rem{
    font-size: 0.750rem;
}

.fs0875rem{
    font-size: 0.875rem;
}

.fs2rem{
    font-size: 2rem;
}

.fs3rem{
    font-size: 3rem;
}

.fw300{
    font-weight: 400 !important;
    font-size: 100%;
}

.fw400{
    font-weight: 400 !important;
    font-size: 100%;
}

.fw500{
    font-weight: 500 !important;
    font-size: 100%;
}

.fw700{
    font-weight: 700 !important;
    font-size: 100%;
}

a{
    text-decoration: none;
    font-weight: 500;
    color: var(--greenDark);
    
}

a:hover{
    text-decoration: none;
    font-weight: 500;
    color: var(--greenDark);
}


.aNoStyle,
.aNoStyle:hover{
    font-size: 1rem;
    text-decoration: none;
    line-height: 1rem;
    color: var(--black);
    font-weight: 300;
}

.aNoStyle .material-symbols-outlined{
    font-size: 1.1250rem;
    line-height: 100%;
    vertical-align: text-bottom;
}
/*********
*** UL ***
*********/

.ulHorizontal{
    padding: 0;
    margin: 0;
}

.ulHorizontal li{
    list-style: none;
    padding: 0 10px 0 0;
    margin: 0;
    display: inline-block;
}

.ulFormText{
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.ulFormText li{
    display: block;
    padding: 0 0 5px 0;
    font-size: 0.875rem;
    line-height: 1.3;
}

.ulFormText li .material-symbols-outlined{
    font-size: 1.1250rem;
    line-height: 100%;
    vertical-align: text-bottom;
}


ul.ulButton{
    margin: 0;
    padding: 0;
    display: block;
}

ul.ulButton li{
    display: inline-block;
    list-style: none;
    padding: 0 7px 7px 7px;
}

ul.ulButton li a{
    display: inline-block !important;
    background-color: var(--greenDark);
    padding: 5px 0px;
    border-radius: 5px;
}

ul.ulButton li a .divIcon,
ul.ulButton li a:hover .divIcon{
    border-right: 1px solid var(--white);
    float: left !important;
    display: flex;
    padding: 0px 15px 0px 15px;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 35px;
}
ul.ulButton li a .divText,
ul.ulButton li a:hover .divText{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 210px;
    height: 35px;
}

ul.ulButton li a .divText p{
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--white);
    line-height: 1;
    margin: 0;
    padding: 0;
}

ul.ulCheck li,
ul.ulPlus li,
ul.ulArrow li{
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.5;
    padding: 0 0 10px 40px;
    margin: 0;
    position: relative;
}

ul.ulCircle li{
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.5;
    padding: 0 0 10px 30px;
    margin: 0;
    position: relative;
}

ul.ulCheck,
ul.ulPlus,
ul.ulCircle,
ul.ulArrow{
    list-style: none;
    padding: 5px 0 15px 10px;
}



ul.ulCheck li::before {
    content: '' !important;
    background-image: url(/files/page/images/icons/iconCheck.svg);
    display: inline-block;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    position: absolute;
    top: -2px;
    left: 0;
}

ul.ulPlus li::before {
    content: '' !important;
    background-image: url(/files/page/images/icons/iconPlus.svg);
    display: inline-block;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

ul.ulCircle li::before {
    content: '' !important;
    background-image: url(/files/page/images/icons/iconCircle.svg);
    margin: 0;
    display: inline-block;
    height: 24px;
    width: 26px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    position: absolute;
    left: 0;
    top: 3px;
}

ul.ulArrow li::before {
    content: '' !important;
    background-image: url(/files/page/images/icons/iconArrow.svg);
    display: inline-block;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    position: absolute;
    left: 0;
    top: -2px;
    margin: 0;
}

ul.ulArrow li .material-symbols-outlined,
ul.ulPlus li .material-symbols-outlined,
ul.ulCircle li .material-symbols-outlined{
    
    color: var(--greenDark);
    font-size: 1.500rem;
    vertical-align: text-bottom;
    line-height: 100%
    
}

ul.ulCheck li a,
ul.ulPlus li a,
ul.ulArrow li a,
ul.ulCircle li a{
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--black);
    display: inline-block;
}

ul.ulCheck li a:hover,
ul.ulPlus li a:hover,
ul.ulArrow li a:hover,
ul.ulCircle li a:hover{
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--greenDark);
    display: inline-block;
}

.ulInfoText{
    list-style: none;
    margin: 15px 0 20px 0px;
    padding: 5px 0 5px 10px;
    background-color: var(--grayExtraLight);
    border: 1px solid var(--grayMedium);
    border-radius: 3px;
}

.ulInfoText li{
    font-size: .875rem;
    line-height: 1.125rem;
    font-weight: 300;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ulInfoText li .material-symbols-outlined{
    vertical-align: bottom;
    line-height: 1.125rem;
    font-size: 1.125rem;
}

.ulCheckeBenefits,
.ulCheckeCity{
    padding: 10px 0 0 0;
    margin: 0;
}

.ulCheckeBenefits li,
.ulCheckeCity li{
    line-height: 1.5;
  font-size: 0.875rem;
  padding: 5px 10px 0 0;
  display: inline-block;
}

.ulCheckeBenefits li .material-symbols-outlined,
.ulCheckeCity li .material-symbols-outlined{
    line-height: 1.250rem;
    font-size: 1.250rem;
    color: var(--greenDark);
    vertical-align: text-bottom;
}


.ulRegLine{
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    align-items: stretch;
    width: 100%;
    padding: 10px 0 10px 0;
    margin: 0 0 30px 0;
    background-color: var(--grayExtraLight);
    border-radius: 5px;
}

.ulRegLine li{
    flex-grow: 1;
    text-align: center;
    padding: 0;
    list-style: none;
}

.ulRegLine li p{
    font-family: 'Bai Jamjuree';
    font-size: 1rem;
    font-weight: 400;
    color: var(--black);
    line-height: 1.5;
    word-break: break-word;
    margin-top: 3px;
    margin-bottom: 0 !important;
}

.ulRegLine li img{
    display: inline-block;
    width: 30px;
    height: auto;
}




.alert p{
    margin: 0 !important;
}

hr{
    border-top: 1px solid var(--grayMedium);
    padding: 0;
    margin: 20px 0;
}

.lineLeft{
    padding-left: 15px;
    position: relative;
}

.lineLeft:before{
    content: '';
    position: absolute;
    padding-left: 5px;
    left: 0;
    top: 5px;
    bottom: 0px;
    background-color: var(--greenDark);
    border-radius: 3px;
}


.lineRight{
    padding-right: 15px;
    position: relative;
    text-align: right;
    display: block;
}

.lineRight:before{
    content: '';
    position: absolute;
    padding-right: 5px;
    right: 0;
    top: 5px;
    bottom: 0px;
    background-color: var(--greenDark);
    border-radius: 3px;
}

sup {
  vertical-align: super;
  font-size: 60%;
}

/**
*** TABLE ***
*************/

.tableTargeting thead th h3,
.tableTargeting thead th h3 span{
    font-size: 1.250rem !important;
    font-weight: 500;
    margin-bottom: 0px
}

.tableTargeting thead th p{
    font-size: 1.000rem !important;
    font-weight: 400;
    margin-bottom: 0;
}

.table .cellMarked{
    background-color: var(--grayLight);
}

.table .cellMarkedHeader{
    background-color: var(--greenDark);
    color: var(--white);
}

.table th .material-symbols-outlined {
  font-size: 1.0rem;
  vertical-align: text-bottom;
  line-height: 1.313rem;
  color: var(--greenDark);
}

.table th{
    font-size: 1.0rem;
    line-height: 1.5;
    font-weight: 500;
    color: var(--black);
}

.table th .material-symbols-outlined{
    font-size: 1.0rem;
    vertical-align: text-bottom;
    line-height: 1.313rem;
    color: var(--greenDark);
}

.table tbody th,
.table tbody td{
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: var(--black);
}

.table tbody td a,
.table tbody td a:hover{
    font-size: .875rem;
    line-height: 1.5;
    font-weight: 400 !important;
    color: var(--greenDark);
    text-decoration: none;
}

.table tbody td .material-symbols-outlined{
    font-size: 1.250rem;
    vertical-align: middle;
}




/************
*** form ***
************/

.formBorderBottom{
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid var(--grayLight);
    border-radius: 0 !important;
}

.formBorderBottom:focus,
.formBorderBottom:active{
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid var(--grayMedium);
    border-radius: 0 !important;
    box-shadow: none !important
}

.formHelperText{
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5
}

form #salesArea{
    height: 0;
    overflow: hidden;
    transition: .7s;
}

.form-control,
.form-select{
    border: 1px solid var(--grayLight) !important;
    font-weight: 400;
}

textarea.form-control{
    border: 1px solid var(--grayLight) !important;
}

.form-control:focus,
.form-select:focus{
  color: #212529;
  background-color: #fff;
  border-color: var(--greenDark) !important;
  outline: 0;
  box-shadow: none;
}

.form-check-input:checked[type=checkbox] {
    background-color: var(--greenDark);
    box-shadow: none;
}

label .material-symbols-outlined{
    vertical-align: bottom;
}

.input-group-text{
    cursor: pointer;
}


/*
*** COLOR ***
************/

.cGrayLight{
    color: var(--grayLight) !important;
    font-size: 100%;
}

.cGrayMedium{
    color: var(--grayMedium) !important;
    font-size: 100%;
}

.cGrayDark{
    color: var(--grayDark) !important;
    font-size: 100%;
}

.cGreenLight{
    color: var(--greenLight) !important;
    font-size: 100%;
}

.cGreenMedium{
    color: var(--greenMedium) !important;
    font-size: 100%;
}

.cGreenRegular{
    color: var(--greenRegular) !important;
    font-size: 100%;
}

.cGreenDark{
    color: var(--greenDark) !important;
    font-size: 100%;
}

.cWhite{
    color: var(--white) !important;
    font-size: 100%;
}

.cBlack{
    color: var(--black) !important;
    font-size: 100%;
}

.cRed{
    color: var(--redRegular) !important;
    font-size: 100%;
}

/**
*** BG COLOR ***
***************/


.bgRed{
    background-color: var(--redRegular) !important;
}

.bgRedTransparent{
    background-color: var(--redTransparent) !important;
}

.bgGreenLight{
    background-color: var(--greenLight) !important;
}


.bgGreenDarkTransparent{
    background-color: var(--greenDarkTransparent) !important;
}

.bgGreenDark{
    background-color: var(--greenDark) !important;
}

.bgGreenDarkExtra{
    background-color: var(--greenDarkExtra) !important;
}

.bgGrayLight{
   background-color: var(--grayLight) !important;
}

.bgGrayExtraLight{
    background-color: var(--grayExtraLight)!important;
}

.bgGrayExtraExtraLight{
    background-color: var(--grayExtraExtraLight) !important;
}

.bgGrayMedium{
    background-color: var(--grayMedium)!important;
}

.bgGrayDark{
    background-color: var(--grayDark)!important;
}



.bgWhite{
    background-color: var(--white) !important;
}

/***
*** FOOTER ***
*************/

footer p,
footer a{
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: var(--white) !important;
    font-weight: 300;
    display: inline-block !important;
}

footer a:hover{
    text-decoration: none;
    font-weight: 300;
    display: inline-block !important;
    
}

footer ul.ulFooterFirst{
    padding-top: 0 !important; 
    padding: 10px 0 10px 0 !important;
    margin-bottom: 0
}

footer ul.ulFooterFirst li a,
footer ul.ulFooterFirst li a:hover{
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 500 !important;
}

footer ul.ulFooterSecond{
    padding: 0px 0 20px 0;
    margin: 0;
    display: block;
    text-align: center;
}

footer ul li{
    list-style: none;
    display: inline-block;
    padding: 10px 10px;
}

footer ul li a,
footer ul li a:hover{
    font-size: 1.125rem;
    text-transform: uppercase;
}

footer ul li a .material-symbols-outlined{
    font-size: 1.125rem;
    vertical-align: text-top;
    color: var(--white) !important;
}


/*************
*** BORDER ***
*************/

.borderBottom{
    border-bottom: 2px !important;
    border-bottom-style: solid !important;
}

.borderTop{
    border-top: 2px !important;
    border-top-style: solid !important;
}

.borderLeft{
    border-left: 2px !important;
    border-left-style: solid !important;
}

.borderRight{
    border-right: 2px;
    border-right-style: solid !important;
}

.borderY{
    border-right: 2px;
    border-left: 2px;
    border-right-style: solid !important;
    border-left-style: solid !important;
}

.borderX{
    border-top: 2px;
    border-bottom: 2px;
    border-top-style: solid !important;
    border-bottom-style: solid !important;
}

.borderAllSiteAlert{
    border: 1px solid var(--superHeldinRegular)!important;
}

.borderAllSite{
    border: 2px solid !important;
}

.border-1px{
    border-width: 1px !important;
}

.borderGreenDark{
    border-color: var(--greenDark) !important;
}

.borderWhite{
    border-color: var(--white) !important;
}

.borderRed{
    border-color: var(--redRegular) !important;
}

.borderGrayLight{
    border-color: var(--grayLight) !important;
}

.borderGrayMedium{
    border-color: var(--grayMedium) !important;
}

.borderGrayDark{
    border-color: var(--grayDark) !important
}


.borderRadius-3{
    border-radius: 3px !important;
}

.borderRadius-5{
    border-radius: 5px;
}
.borderRadius-10{
    border-radius: 10px;
}

.borderNone{
    border-style: none !important;
    border-color: transparent !important;
}

.borderAlertDanger{
    border: 1px solid var(--redRegular) !important;
}




/****************
*** TEXTALIGN ***
****************/

.textAlignCenter{
    text-align: center;
}

.textAlignLeft{
    text-align: left;
}

.textAlignRight{
    text-align: right;
}

.textAlignJustify{
    text-align: justify;
}



/*************
*** SHADOW ***
*************/

.shadowAllSite{
    box-shadow: 0 0px 12px rgb(0 0 0 / 55%); 
}




/***********
*** LOGO ***
***********/

.logo{
    display: grid;
    align-content: center;
}

.logo a{
    display: block
}

.logo a img{
    max-width: 400px ;
}

/************
*** IMAGE ***
*************/
.imgIcon{
    border-radius: 10px;
    box-shadow: 0 0px 12px rgb(0 0 0 / 55%); 
    margin-bottom: 20px;
    width: 96px;
    height: 96px;
}



/**
*** Form ***
***/

.form-check-input:checked {
  background-color: var(--greenDark);
  border-color: var(--greenDArk);
  box-shadow: none;
}

input[type=text]:focus,
input[type=text]:active{
    box-shadow: none;
    border: 1px solid var(--black);
    
}


.borderFormAlert{
    border: 1px solid var(--superHeldinRegular)!important;
}