:root {
  --colorLead1: #e51231;
  --colorMain: #000000;
  --colorMain2: #fcdd3f;
  --colorMain3: #f9a450;  
  --colorMain4:#31af36;
  --colorMain5:#7b3f00;
  --colorMain6: #a2cc41;
  --colorMain7: #6495ED;
  --dbloading_image: url("/main/asset/images/system/cms_loader_pazrt2.png");
}

@font-face {
  font-family: "CmsDefault";
  src: url("../misc/fonts/poppins/Poppins-Regular.eot");
  src: url("../misc/fonts/poppins/Poppins-Regular.eot?#iefix") format('embedded-opentype'),
       url("../misc/fonts/poppins/Poppins-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "CmsDefault";
  src: url("../misc/fonts/poppins/Poppins-Medium.eot");
  src: url("../misc/fonts/poppins/Poppins-Medium.eot?#iefix") format('embedded-opentype'),
       url("../misc/fonts/poppins/Poppins-Medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "CmsDefault";
  src: url("../misc/fonts/poppins/Poppins-Bold.eot");
  src: url("../misc/fonts/poppins/Poppins-Bold.eot?#iefix") format('embedded-opentype'),
       url("../misc/fonts/poppins/Poppins-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}


@font-face {
  font-family: "CmsDefault_orig";
  src: url("../misc/fonts/raleway/Raleway-Light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "CmsDefault_orig";
  src: url("../misc/fonts/raleway/Raleway-Medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "CmsDefault_orig";
  src: url("../misc/fonts/raleway/Raleway-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}



#ServerScript
{
  display:none;
}

body, html
{
    padding:0px;
    margin:0px;
    min-height: 100%;
    height:100%;
    background-color: #fff !important;
    font-size: 18px;
    line-height: 27px;
    font-family: "CmsDefault";
    text-align: left;
    /*
    background-image: url(bgbody_default.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;    
    */

    scrollbar-width: thin;
    
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";    
    
    scroll-behavior: smooth;
 
 }

body
{
  padding-top: 0px;
}


div
{
  box-sizing:border-box;
}


.grc-body-noscroll
{
  overflow: hidden;
  /* padding-right:8px; */
}

.grc-body-noscroll-norightpad
{
  overflow: hidden;
}

.scrollbarthinstyle
{
  scrollbar-width: thin;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }


.grc-noselect {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.cms_fullwidth_lane
{
  width:100%;
  box-sizing:border-box;
}

.cms_maincont_lane
{
  width:100%;
  display:block;
  box-sizing: border-box;
  margin-left:auto;
  margin-right: auto;
  /* max-width: 1200px; */
}



#appcont
{
  min-height:100%;
  position: relative;
  padding: 0px;
  margin: 0px;
  display:block;
}


#app
{
  min-height:100%;
  position: relative;
  padding-bottom: 0px;
  display:block;
}


.cms_scrollup
{
  display:inline-block;
  box-sizing: border-box;
  width:50px;
  height:50px;
  background-color: var(--themecolor3);
  color:#fff;
  font-size:25px;
  line-height:25px;
  text-align: center;
  padding-top:12px;
  position: fixed;
  bottom:10px;
  right:10px;
  border-radius: 25px;
  z-index:50000;
  box-shadow: 0px 0px 1px 2px rgba(255,255,255,0.95);
  -webkit-box-shadow: 0px 0px 1px 2px rgba(255,255,255,0.95);
  -moz-box-shadow: 0px 0px 1px 2px rgba(255,255,255,0.95);  
  }

.cms_scrollup:visited
{
  color:#fff;
}

.cms_scrollup:hover
{
  color:#fff;
}


.render_cont
{
  width:100%;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.5s;
}

.render_cont_done
{
  opacity:1;
}

.cms_codecomment
{
  width:100%;
  box-sizing:border-box;
  display:none;
}

.cms_codecomment_start
{
  width:100%;
  box-sizing:border-box;
  display:none;
}

.cms_codecomment_end
{
  width:100%;
  box-sizing:border-box;
  display:none;
}

.cms_codecomment_accordion_init
{
  width:100%;
  box-sizing:border-box;
  display:none;
}

.cms_codecomment_accordion_section
{
  width:100%;
  box-sizing:border-box;
  display:none;
}

.cms_code_settings_container
{
  width:100%;
  box-sizing:border-box;
  display:none;
  text-align:left;
}

.pagecontent_container
{
  min-height: calc(100vh - 130px);
  padding-top:60px;

}

/*
html:not([data-scroll='0']) .cms_megamenu_mainmenu .megamenu_line1_table
{
  display: table;
}

html:not([data-scroll='42']) .cms_megamenu_mainmenu .megamenu_line1_table
{
  display: none;
}
*/

.cms_slideitem
{
  width:100%;
  box-sizing:border-box;
  display:block;
  margin:0px;
  padding:0px;
  border:none;
}

.cms_text_size_1
{
  font-size:6px;
  line-height:9px;
}

.cms_text_size_2
{
  font-size:8px;
  line-height:12px;
}


.cms_text_size_3
{
  font-size:10px;
  line-height:15px;
}

.cms_text_size_4
{
  font-size:15px;
  line-height:23px;
}

.cms_text_size_5
{
  font-size:20px;
  line-height:30px;
}

.cms_text_size_6
{
  font-size:25px;
  line-height:37px;
}

.cms_text_size_7
{
  font-size:30px;
  line-height:45px;
}

.cms_text_size_8
{
  font-size:35px;
  line-height:53px;
}

.cms_text_size_9
{
  font-size:40px;
  line-height:60px;
}

.lnk_cookie_settings
{
  color:var(--themecolor6);
}

.lnk_cookie_settings:visited
{
  color:var(--themecolor6);
}

.lnk_cookie_settings:hover
{
  color:var(--themecolor6);
}



@media (max-width:1250px)
{
  .cms_maincont_lane
  {
    padding-left: 10px;
    padding-right: 10px;
  }

}

@media (max-width:600px)
{
  body
  {
    font-size:18px;
    line-height:26px;
  }

}



