
/**   Cart_print_begin */


.bg_cart_print_1 {
background-color: #C7EEF3 !important;
}
.bg_cart_print_2 {
background-color: #ABF09C !important;
}
.bg_cart_print_3 {
background-color: #D4EF6E !important;
}
.bg_cart_print_4 {
background-color: #ED8386 !important;
}
.bg_cart_print_5 {
background-color: #F05A42 !important;
}


/**   Cart_print_end */ 

.list_survey_keys  
{
    margin: 0px 0px !important;  
}

.list_survey_keys span 
{
    border: 1px solid #F18A8B ; 
    background-color: cornsilk;
    margin: 2px 5px; 
    padding: 2px 5px;
    border-radius: 10px;
    display: inline-block;
    min-width: 40px;
    text-align: center; 
}



/***------------Begin . Fix Bootstrap   ------------ **/



.border {
border: 1px solid #dee2e6!important;
}


.border-primary {
border-color: #007bff!important;
}

.border-danger {
border-color: #dc3545!important;
}


.rounded {
border-radius: .25rem!important;
}

.survey_market_ok
{
     background-color: #C8EEF4 !important;    
}

.survey_market_notok
{
     background-color: #F3E8AC !important;    
}

 .m2
{
    margin: 2px 0px !important; 
}

/***------------End . Fix Bootstrap  ------------ **/

 
#lon, #lat
{
	display: none; 
}
 

 
/***------------Begin . NAV  ------------ **/

 

.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

/***------------End . NAV  ------------ **/



.mystyle_button {
  align-items: center;
  appearance: none;
  background-color: #FCFCFD;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #36395A;
  cursor: pointer;
  display: inline-flex;
    /*
  font-family: "JetBrains Mono",monospace;
    */ 
  height: 36px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  /* font-size: 18px; */ 
}

.mystyle_button:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.mystyle_button:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.mystyle_button:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}





.font-weight-bold
{
    font-weight: bolder;
}

 
.button_mysystem {
  background-color: #FFFFFF;
  border: 1px solid rgb(209,213,219);
  border-radius: .5rem;
  box-sizing: border-box;
  color: #111827;
  /*
    font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: .875rem;
  font-weight: 600;
     
*/     
    
  line-height: 1.25rem;
  padding: .75rem 1rem;
  text-align: center;
  text-decoration: none #D1D5DB solid;
  text-decoration-thickness: auto;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
display: inline-block;
    
}

.button_mysystem:hover {
  background-color: rgb(249,250,251);
}

.button_mysystem:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.button_mysystem:focus-visible {
  box-shadow: none;
}


/** customer footer **/
.hero {
   position: relative;
  height: 100%;
  overflow: hidden;
 }

.hero__title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  z-index: 1;
}

.cube {
  position: absolute;
  top: 80vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #003298;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: cube 12s ease-in forwards infinite;
          animation: cube 12s ease-in forwards infinite;
}
.cube:nth-child(2n) {
  border-color: #0051f4;
}
.cube:nth-child(2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}
.cube:nth-child(3) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  left: 75vw;
  top: 50vh;
}
.cube:nth-child(4) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
.cube:nth-child(5) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
  left: 10vw;
  top: 85vh;
}
.cube:nth-child(6) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}
.cube:nth-child(7) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  left: 50vw;
  top: 10vh;
}

@-webkit-keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}





/** customize nav . begin  */ 


.nav > li.panel-mega.open {
    position: static;
}

.nav > li.panel-mega.open .menu-mega{
    display:table  !important ;
    width: 100%; 
    text-align: center; 
    left:0; 
    right:0 ;
	 
}

.menu-mega>li {
    display: inline-block;
    vertical-align: top;
    margin: 10px 15px; 

	 
}
.navbar-header > li.dropdown.open {
    position: static;
}
.navbar-header > li.dropdown.open .menu-mega{
    display:table; width: 100%; text-align: center; left:0; right:0;
	 
}

.menu-mega>li a {
  background-image: linear-gradient(
    to right,
    #54b3d6,
    #54b3d6 50%,
    #000 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

.menu-mega>li a:before{
  content: '';
  background: #54b3d6;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

.menu-mega>li a:hover {
 background-position: 0;
}

.menu-mega>li a:hover::before{
  width: 100%;
}


/** customize nav . End  */ 
