/*
Theme Name: Maxcombo
Test Domain: Maxcombo
Version: 1.5
Description: 
Tags: 
Author: Maxcombo Team
Author URI: https://www.maxcombo.com
*/


/* Start Responsive menu */
* { margin: 0; padding: 0; xborder: 0; outline: 0; }

:root {
  --menu-count: 5;
}

body {
  min-height: 100vh;
  font-family: Arial, Helvetica;
  color: #666;
  background-color: #fff;
  xmargin-left: 0 auto;
  border-top: none;
}

a {
  color: #FF6600;
  xbackground-color: #fff;
  text-decoration: none;
}

/*
a:active {
  color: #FF6600;
  text-decoration: none;
}
*/

/*
a:hover {
  color: #FFF;
  background-color: #FF6600;
  height: 40px;
  line-height: 20px;
}
*/

/*
.mobile-menu-btn {
  display: none;
}

.header-main {
  width: 100%;
  padding: 0 60px;
  height: 60px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 100;
}

.header-main nav{
  display: flex;
}

.header-main .logo {
  height: 40px;
  width: fit-content;
  align-self: center;
  cursor: pointer;
}

.header-main .logo img {
  height: 100%;
}

.header-main ul {
  height: 100%;
  padding-left: 40px;
  list-style: none;
  display: flex;
  align-self: center;
}

.header-main ul li {
  position: relative;
}

.header-main ul li a {
  display: block;
  padding: 0 10px;
  height: 100%;
  line-height: 60px;
  font-size: 1rem;
  font-family: Arial, Helvetica;
  color: #000000;
  background-color: #ffffff;
  xtext-transform: uppercase;
  cursor: pointer;
  transition: all ease-in-out 100ms;
}

.header-main ul li a:hover {
  background-color: #2a2a2a;
  color: #ffffff;
}

/* Dropdown Styling Start */
/*
.header-main ul li ul {
  visibility: hidden;
  opacity: 0;
  display: none;
  position: absolute;
  left: -40px;
  transition: all ease-in-out 100ms;
}

.header-main ul li ul li a {
  white-space: nowrap;
}

ul li:hover>ul {
  visibility: visible;
  opacity: 1;
  display: block;
}
*/
/* Dropdown Styling End */


/* For Social Media and Form - Temporary disabled
.header-main .sm {
  align-self: center;
  display: flex;
}

.header-main form {
  height: 40px;
  padding-right: 5px;
  display: flex;
  border: 1px solid #aeaeae;
  border-radius: 20px 100px 100px 20px;
  width: fit-content;
  align-self: center;
}

.header-main form input {
  height: 100%;
  width: 300px;
  padding: 0 10px 0 20px;
  border-radius: 5px;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}

.header-main form input:focus {
  border: 1px solid #111;
}

.header-main form button {
  width: fit-content;
  padding: 0 5px 0 10px;
}

.header-main form button img {
  height: 24px;
  padding-top: 15%;
  cursor: pointer;
}

.header-main .sm-links {
  height: 60px;
  width: fit-content;
  display: flex;
  align-items: center;
}

.header-main .sm-links a {
  display: block;
  height: 30px;
  margin-left: 10px;
  cursor: pointer;
  align-self: center;
}

.header-main .sm-links img {
  height: 100%;
}
*/

/*
@media only screen and (max-width: 900px) {
  .header-main {
    display: none;
  }
  .mobile-menu-btn {
    display: flex;
    justify-content: center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    background-color: #ffffff;
  }
  .mobile-menu-btn img {
    xheight: 80%
    xalign-self: center;
  }

  .header-main {
    height: 100vh;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
    justify-content: flex-start;
  }
  .header-main nav {
    width: 100%;
    height: 80vh;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: stretch;
  }
  .header-main .logo {
    height: 40px;  
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
  }
  .header-main .logo img {
    height: 60%;
    align-self: center;
  }
}
*/



















/* Original NAV Bar */
/*
nav {
  background-color: #FFFFFF;
  xbox-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px #E9E9E9;
  xposition: fixed;
  xz-index: 100;
}

nav ul {
  width: 100%;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

<!-- Dropdown Styling Start -->
nav ul li {
  position: relative;
}

nav ul li ul {
  visibility: hidden;
  opacity: 0;
  display: none;
  position: absolute;
  left: -35px;
  transition: all ease-in-out 1000ms;
}

nav ul li ul li a {
  white-space: nowrap;
}

ul li:hover>ul {
  visibility: visible;
  opacity: 1;
  display: block;
}
<!-- Dropdown Styling End -->




.submenu {
  xdisplay: none;
  xposition: absolute;
  xtop: 0px;
  xright: 50px;
}

nav li {
  height: 65px;
}

nav a {
  height: 100%;
  padding: 0 25px;
  display: flex;
  align-items: center;
  color: #FF6600;
  text-decoration: none;
}

a {
  color: #FF6600;
  text-decoration: none;
}

nav a:hover {
  background-color: #EEEEEE;
}

nav li:first-child {
  margin-right: auto;
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 200px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  box-shadow: -8px 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.sidebar li {
  width: 100%;
}

.sidebar a {
  width: 100%;
}

.menu-button {
  display: none;
}
*/
/* End Responsive menu */


/* for Starters and Consoluation */

.com-grid-cell {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 5px;
  padding: 3px;
  text-align: center;
}


/* Start CSS */
/*
#hd-container { display: table; xborder: solid 1px; margin: 0 31vw auto; width: 38vw; xposition: fixed; }
.com-container { display: table; xborder: solid 1px; margin: 0 31vw auto; width: 38vw; xposition: relative; }
.com-row { display: table-row; xborder-style: solid 1px; xflex-wrap: wrap; xflex-direction: column; }
.com-cell { display: table-cell; xborder-style: solid 1px; xfont-weight: bold; border-color: #666666; }
*/


/* Start Additional Bootstrap */

/* Reduce Hambuger menu size */
/*
.navbar-toggler {
  vertical-align: center;
  font-size: 36px;
  border: none;
  xfloat: right;
}
*/

/* Start Remove Hamburger menu border when click */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.navbar-toggler:active {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
/* End Remove Hamburger menu border when click */

/* Start Hamburger Animation */
/* Define the shape and color of the hamburger lines */
.navbar-toggler span {
  display: block;
  background-color: #4f4f4f;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}

/* top line needs a little padding */
.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

/* Animate collapse into X. */

/* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}
/* center line goes transparent */
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}
/* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg) ;
}

/* Animate collapse open into hamburger menu */

/* top line moves back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg) ;
}
/* middle line goes back to regular color and opacity */
.navbar-toggler span:nth-child(2) {
  opacity: 1;
}
/* bottom line goes back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg) ;
}
/* End Hamburger Animation */

.dropdown-header {
  padding: 5px 17px;
}

.dropdown-menu {
  xposition: static;
  xposition: relative;
  margin-top: 0px;
  min-width: 12rem;
  --bs-dropdown-padding-y: -0.5rem;
  z-index: 999;
}

.dropdown-item {
  line-height: 25px;
  color: #FF6600;
  background-color: #FFFFFF;

}

.dropdown-item:hover {
  color: #FFF;
  background-color: #FF6600;
}

/*
.dropdown:hover .dropdown-menu {
  display: block;
}  
*/

.nav-cart {
  position: static;
  margin-top: 8px;
  margin-left: 6px;
}

.cart {
  position: relative;
  font-size: 13px;
  xfont-weight: bold;
  bottom: 7px;
  right: 3px;
  color: #FF6600;
}

#navbar {
  position: sticky;
  top: 0;
  height: 122px;
  z-index: 999;
  background-color: #fff;
}

/*
.navbar-brand {
  position: relative;
  display: block;
  background: url(../images/logo.gif);
  width: 155px;
  height: 55px;
  max-height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
*/

.navbar-brand {
  position: relative;
  left: 5px;
}

.menu-bar {
  position: absolute !important;
  top: 75px;
  xleft: -10px;
  width: 100%;
  z-index: 999;
  background-color: #FFF;
  line-height: 18px;
}

.nav-link {
  color: #FF6600 !important;
  background-color: #FFF !important;
}

.nav-link:hover {
  line-height: 18px;
  align-items: center;
  color: #FFF !important;
  background-color: #FF6600 !important;
}

.navbar-nav .nav-link.show {
  position: relative;
  line-height: 18px;
  color: #FFF;
  background-color: #FF6600;
  box-shadow: none !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 0;
  background-color: #FFF;
  background-color: #FF6600;
}

.navbar>.container-fluid {
  display: inline;
  background-color: #EEE;
  justify-items: center;
}

/* End Additional Bootstrap */

.tooltip.show {
  opacity: 1;
  transition: opacity 1.5s;
}

.tooltip-inner {
  color: #FFF;
  background-color: #FF6600;
  max-width: 100%;
  xbox-shadow: 0px 0px 5px black;
  opacity: 1;
  text-decoration: none;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: #FF6600;
  }
/* Additional Bootstrap End */

/* Custom CCS */
xtable.error_login { width: 40%; padding-top: 100px; margin: auto; }
table.update_result { width: 55%; margin: auto; }
.fixed { position: sticky; top: 0px; background: #FFF; }

.outer {
  overflow-y: auto;
  height: 29vh;     /* !!!  HEIGHT MUST BE IN [ vh ] !!! */
}

.outer table, table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}

.outer table th {
  top: 0;
  text-align: center;
}

.btn { width: 100%; height: 38px; color: #666;	border: 1px solid #999; }
.btn:hover { color: #FFF !important; background: #FF6600 !important; }

.btn-disable { width: 100%; height: 38px; color: #CCC;	border: 1px solid #999; }
.btn-disable:hover { color: #CCC !important; background: #FAFAFA !important; }

input[name='fdfirst'] { width: 100px; }
input[name='fdsecond'] { width: 100px; }
input[name='fdthird'] { width: 100px; }
input[name='fdstarter1'] { width: 100px; }
input[name='fdstarter2'] { width: 100px; }
input[name='fdstarter3'] { width: 100px; }
input[name='fdstarter4'] { width: 100px; }
input[name='fdstarter5'] { width: 100px; }
input[name='fdstarter6'] { width: 100px; }
input[name='fdstarter7'] { width: 100px; }
input[name='fdstarter8'] { width: 100px; }
input[name='fdstarter9'] { width: 100px; }
input[name='fdstarter10'] { width: 100px; }

input[name='fdconsolation1'] { width: 100px; }
input[name='fdconsolation2'] { width: 100px; }
input[name='fdconsolation3'] { width: 100px; }
input[name='fdconsolation4'] { width: 100px; }
input[name='fdconsolation5'] { width: 100px; }
input[name='fdconsolation6'] { width: 100px; }
input[name='fdconsolation7'] { width: 100px; }
input[name='fdconsolation8'] { width: 100px; }
input[name='fdconsolation9'] { width: 100px; }
input[name='fdconsolation10'] { width: 100px; }

input[name='ttfirst'] { width: 100px; }
input[name='ttsecond'] { width: 100px; }
input[name='ttthird'] { width: 100px; }
input[name='ttfourth'] { width: 100px; }
input[name='ttfifth'] { width: 100px; }
input[name='ttsixth'] { width: 100px; }
input[name='ttadditional'] { width: 100px; }
input[type='number'] { width: 60px; }

.center-container {
  display: flex; /* Enables Flexbox layout */
  justify-content: center; /* Centers content horizontally */
  align-items: center; /* Centers content vertically */
  height: 100vh; /* Sets the container height to the full viewport height */
  width: 100vw; /* Sets the container width to the full viewport width */
}




.xtoolcell {
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}

.formUsername {
  width: 100%;
  color: #666666;
  border: solid 1px;
  border-color: #AAAAAA;
	background-image: url("images/icon_username.gif"); 
	background-repeat: no-repeat; 
	background-position: 5px;
	padding-left: 30px;
  height: 30px;
}

.formPassword {
  width: 100%; 
  color: #666666;
  border: solid 1px;
  border-color: #AAAAAA;
	background-image: url("images/icon_password.gif"); 
	background-repeat: no-repeat; 
	background-position: 5px; 
	padding-left: 30px;
  height: 30px;
}

.formEmail {
  width: 100%; 
  color: #666666;
  border: solid 1px;
  border-color: #AAAAAA;
	background-image: url("images/icon_email.gif"); 
	background-repeat: no-repeat; 
	background-position: 5px; 
	padding-left: 30px;
  height: 30px;
}

.formNewAccount, .formTellAFriend, .xformNumber, .formKeyNumber, .xformStartDate, .xformEndDate {
  width: 100%;
  color: #666666;
  border: solid 1px;
  border-color: #AAAAAA;
	padding-left: 5px;
  height: 30px;
}

.xformNumber, .formStartDate, .formEndDate {
  xwidth: 30%;
  color: #666666;
  border: solid 1px;
  border-color: #AAAAAA;
	xpadding-left: 5px;
  height: 25px;
}

.buttonCalendar {
  border-color: #AAA;
  transform: translate(2%, 16%);
  background-image: url('images/btn_calendar.gif');
	background-repeat:no-repeat; 
  width: 23px;
	height: 18px;
}





/*
input[name='historynumber1'] { width: 42px; }
input[name='historynumber2'] { width: 42px; }
input[name='historynumber3'] { width: 42px; }
input[name='historynumber4'] { width: 42px; }
input[name='historynumber5'] { width: 42px; }
input[name='historynumber6'] { width: 42px; }
*/

input[name='historynumber'] { width: 60px; }

input[type='radio'] { accent-color:red; transform: scale(1.1); }
input[type='checkbox'] { accent-color: red; transform: scale(1.1); }


select { width: 40%; height: 30px; color: #666666; border: solid 1px; border-color: #AAAAAA; padding-left: 5px; }

xtd.toolcell {
  color: #666666;
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  }

.com-hea-tit-img-wit-bor { background-image: url('images/bg_stripes.gif'); font-weight: bold; border-color: #CCC; border-style: solid; border-width: 1px 1px 1px 1px; text-align: center; height: 25px;}
.com-hea-tit-img-no-bor { background-image: url('images/bg_stripes.gif'); font-weight: bold; height: 25px; }
.com-hea-fie-bgc { background-color: #D0D0D0; border: solid 0px; border-width: 0 1px 0 0; border-color: #E9E9E9; font-weight: bold; }
.com-hea-con-bgc { background-color: #E9E9E9; border: solid 1px; border-color: #CCC; }
.com-hea-con-bgc:hover { background-color: #FFDDAA; }


.com-hea-con-bgc2 { background-color: #FFF; border: solid 1px; border-color: #CCC; }
.com-hea-con-bgc2:hover { background-color: #FFDDAA; }


.com-bor-top { border-top: 1px solid #CCC; }
.com-bor-lef { border-left: 1px solid #CCC; }
.com-bor-rig { border-right: 1px solid #CCC; }

/*
.headercontent {
  color: #666;
  background-color: #E9E9E9;
  text-align: center; 
}
*/
.com-hea-con-box { position: relative; overflow-y: scroll; width: 100%; height: 100px; border: 1px solid #EEEEEE; }



.xcom-spa.com-col-bla { color: #666; font-weight: normal; }
.com-tbl-bor { border-style: solid; border-color: #eee; }
.com-topbot-bor { border-style: solid; border-color: #999; border-width: 1px 0 1px 0; }
.com-l { text-align: left; padding-left: 2px; vertical-align: top; }
.com-c { text-align: center; vertical-align: center; }
.com-r { text-align: right; padding-right: 2px; vertical-align: top; }
.xcom-l-vc { text-align: left; padding-left: 2px; vertical-align: center; }
.xcom-c-vc { text-align: center; vertical-align: center; }
.xcom-r-vc { text-align: right; vertical-align: center; }
.com-flo-r { float: right; }
.com-bol { font-weight: bold; }
.com-col1 { color: #666666; font-size: 18px; font-weight: bold; xborder: solid 1px; }
.com-col2 { xcolor: #FF6600; font-size: 18px; font-weight: normal; xborder: solid 1px; }
.com-bg-col-gre { color: #fff; background-color: #009900; }
.com-bg-col-org { color: #fff; background-color: #FF6600; }
.com-bg-col-red { color: #fff; background-color: #FF0000; }
.com-wid1666 { width: 16.66%; }
.com-wid2 { width: 2%; }
.com-wid5 { width: 5%; }
.com-wid10 { width: 10%; }
.com-wid20 { width: 20%; }
.com-wid25 { width: 25%; }
.com-wid30 { width: 30%; }
.com-wid33 { width: 33%; }
.com-wid50 { width: 50%; }
.com-wid323 { width: 32%; }
.com-wid53 { width: 53%; }
.com-hei7 { height: 7px; }
.com-hei15 { height: 15px; }
.com-hei20 { height: 20px; }
.com-hei25 { height: 25px; }
.com-hei30 { height: 30px; }
.com-hei50 { height: 50px; }
.xcom-txt-top { vertical-align: top; }
.xcom-spa { column: 3; column-span: all; border: 1px solid green; flex: 1 100%; }
.com-sea-wid { width: 16%; }
.com-pro-wid25 { width: 25%; }
/* End of Custom CSS *?


/* testing only */
.col-md-1-5 { width: 12.5%; } /* = 8,3333 + 4,16667 */
.col-md-2-5 { width: 20.83333%; } /* = 16,6666 + 4,16667 */
.col-md-3-5 { width: 29.16667%; } /* = 25 + 4,16667 */
.col-md-4-5 { width: 37.5%; } /* = 33,3333 + 4,16667 */
.col-md-5-5 { width: 45.83333%; } /* = 41,6667 + 4,16667 */
.col-md-6-5 { width: 54.16667%; } /* = 50 + 4,16667 */
.col-md-7-5 { width: 62.5%; } /* = 58,3333 + 4,16667 */
.col-md-8-5 { width: 70.83333%; } /* = 66,6666 + 4,16667 */
.col-md-9-5 { width: 79.16667%; } /* = 75 + 4,16667 */
.col-md-10-5 { width: 87.5%; } /* = 83,3333 + 4,16667 */
.col-md-11-5 { width: 95.8333%; } /* = 91,6666 + 4,16667 */
/* end of testing */



#hd-container { display: table; }
.com-container { display: table; table-layout: fixed; border-collapse: collapse; margin: 0 25vw auto; width: 50vw; }
.com-container_sec { display: table; table-layout: fixed; border-collapse: collapse; margin: 0 33vw auto; width: 34vw; }
.xcom-container { display: table; table-layout: fixed; border-collapse: collapse; margin: 0 29vw auto; width: 42vw; }
.container { background-color: white; }
.com-row { display: table-row; }
.com-cell { display: table-cell; }
.xcom-con-mem { display: table; table-layout: fixed; border-collapse: collapse; margin: 0 29vw auto; width: 42vw; }
.xcom-row-mem { display: table-row; }
.xcom-cell-mem { display: table-cell; width: 7vw; }
.com-cell-bor { border: solid 1px; border-color: #CCC; }
.com-img-cen { xdisplay: block; margin: 0 auto; xmargin-top: 10px auto; xmargin-left: auto; xmargin-right: auto; height: 20%; width: 15%; }


.xcom-hea-tit { margin-left: 5px; color: #666666; font-weight: bold; font-size: 16px; text-align: left; }
.xcom-wid20 { width: 20%; }
.xcom-wid66 { width: 66%; }
.xcom-main-wid { width: 35%; margin: 0 auto; }

.com-wor-wra { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }
.com-fon { font-size: 14px; }
.com-fon-sty-i { font-style: italic; }
.com-fon-sty-u { text-decoration: underline; }
.com-col-gre { color: #009900; }
.com-col-ora { color: #FF6600; }
.com-col-re { color: #FF0000; }
.com-col-gr { color: #999; }

.com-lef-pad5 { padding-left: 5px; }
.com-pad { padding-left: 15px; }
.com-mar-t { margin-top: 50px; }
.com-img { background-image: url('images/bg_stripes.gif'); }

.xcom-img-tic { background-image: url('https://4d.maxcombo.com/wp-content/themes/maxcombo/assets/images/icon_tick.gif'); background-repeat: no-repeat; background-position: center; }
.com-img-tic { background-image: url('/images/icon_tick.gif'); background-repeat: no-repeat; background-position: center; }
.xcom-hei60 { height: 50px; }
.com-fon-bol { color: #666666; font-weight: bold; }

.xcom-tab-bor { color: #CCCCCC; border: solid 1px; }



/*
@media (max-width: 2048px) {
  .container { width: 70vw; }
  xinput[type='checkbox']:after { top: 0px; }
  xinput[type='checkbox']:checked:after { top: 0px; }
}


@media (max-width: 768px) {
  .container { width: 100%; }
  .com-sea-wid { width: 45%; }
  .com-pro-wid25 { width: 33%; }
  input[type='checkbox']:after { top: 0px; }
  input[type='checkbox']:checked:after { top: 0px; }
}
*/

/* Medium Devices, Desktops ----------- */
/*
@media (:-moz-submit-invalid-width: 1200px) {
  .container { width: 70vw; }
  .xcom-sea-wid { width: 15%; }
  xinput[type='checkbox']:after { top: 0px; }
  xinput[type='checkbox']:checked:after { top: 0px; }

}
*/

/* Medium Devices, Desktop ----------- */
@media screen and (min-width: 1401px) {
  .container { width: 60%; xbackground-color: blue; }
  .dropdown:hover .dropdown-menu { display: block; }
  .dropdown-toggle:active { pointer-events: none; }
  table.login { width: 100% }
  table.update_result { width: 100% }
  .com-sea-wid { width: 16%; }
  .com-sea-wid13 { width: 19%; }
  .com-wid20 { width: 20%; }
  xselect { width: 60%; }


}


/* Medium Devices, Desktop ----------- */
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .container { width: 70%; xbackground-color: #53e0f9; }
  .dropdown:hover .dropdown-menu { display: block; }
  .dropdown-toggle:active { pointer-events: none; }
  table.login { width: 100% }
  table.update_result { width: 100% }
  .com-sea-wid { width: 16%; }
  .com-sea-wid13 { width: 19%; }
  .com-wid20 { width: 20%; }
}

/* Medium Devices, Tablets ----------- */
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .container { width: 82%; xbackground-color: rgb(109, 158, 109); }
  .dropdown:hover .dropdown-menu { display: block; }
  .dropdown-toggle:active { pointer-events: none; }
  table.login { width: 100% }
  table.update_result { width: 100% }
  .com-sea-wid { width: 20%; }
  .com-sea-wid13 { width: 19%; }
  .com-wid20 { width: 18%; }
}

/* Small Devices, Tablets, Hamburger Menu ----------- */
/* @media (min-width: 769px) and (max-width: 1024px) { */
@media screen and (min-width: 769px) and (max-width: 992px) {
  .container { width: 100%; xbackground-color:rgb(226, 160, 38); }
  #navbar { height: 85px; }
  .navbar { justify-content: left; max-height: 100vh; overflow: auto; }
  .navbar-brand { left: 0px; }
  .menu-bar { position: relative !important; top: 0px; left: 0px; z-index: 999; }
  .navbar-nav { margin-bottom: 30px; }
  table.login { width: 100% }
  table.update_result { width: 100% }
  .com-sea-wid { width: 26%; }
  .com-sea-wid13 { width: 19%; }
  .com-wid20 { width: 21%; }
  select { width: 80%; }
}

/* Extra Small Devices, Mobile, , Hamburger Menu ----------- */
/* @media (min-width: 481px) and (max-width: 768px) { */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .container { width: 100%; xbackground-color: #874f87; }
  #navbar { height: 85px; }
  .navbar { justify-content: left; max-height: 100vh; overflow: auto; }
  .navbar-brand { left: 0px; }
  .menu-bar { position: relative !important; top: 0px; left: 0px; z-index: 999; }
  .xdropdown:hover .xdropdown-menu { display: block; }
  .xdropdown:active { pointer-events: all; display: block; }
  .navbar-nav { margin-bottom: 30px; }
  table.login { width: 100% }
  table.update_result { width: 100% }
  .com-sea-wid13 { width: 28%; }
  .com-sea-wid { width: 37%; }
  .com-wid20 { width: 20%; }
  select { width: 100%; }
  input[name='fdstarter1'] { width: 77px; }
  input[name='fdstarter2'] { width: 77px; }
  input[name='fdstarter3'] { width: 77px; }
  input[name='fdstarter4'] { width: 77px; }
  input[name='fdstarter5'] { width: 77px; }
  input[name='fdstarter6'] { width: 77px; }
  input[name='fdstarter7'] { width: 77px; }
  input[name='fdstarter8'] { width: 77px; }
  input[name='fdstarter9'] { width: 77px; }
  input[name='fdstarter10'] { width: 77px; }
  input[name='fdconsolation1'] { width: 77px; }
  input[name='fdconsolation2'] { width: 77px; }
  input[name='fdconsolation3'] { width: 77px; }
  input[name='fdconsolation4'] { width: 77px; }
  input[name='fdconsolation5'] { width: 77px; }
  input[name='fdconsolation6'] { width: 77px; }
  input[name='fdconsolation7'] { width: 77px; }
  input[name='fdconsolation8'] { width: 77px; }
  input[name='fdconsolation9'] { width: 77px; }
  input[name='fdconsolation10'] { width: 77px; }
  input[name='ttfirst'] { width: 62px; }
  input[name='ttsecond'] { width: 62px; }
  input[name='ttthird'] { width: 62px; }
  input[name='ttfourth'] { width: 62px; }
  input[name='ttfifth'] { width: 62px; }
  input[name='ttsixth'] { width: 62px; }
  input[name='ttadditional'] { width: 62px; }
}



/* Custom, Apple iPhone 16 Plus (160.9mm x 77.8mm) Mobile, , Hamburger Menu ----------- */
@media screen and (max-width: 480px) {
  .container { width: 100%; xbackground-color: yellow; }
  #navbar { height: 85px; }
  .navbar { justify-content: left; max-height: 100vh; overflow: auto; }
  .navbar-brand { left: 0px; }
  .menu-bar { position: relative !important; top: 0px; left: 0px; z-index: 999; }
  .navbar-nav { margin-bottom: 30px; }
  table.login { width: 100% }
  table.update_result { width: 100% }
  .com-sea-wid { width: 37%; }
  .com-sea-wid13 { width: 28%; }
  .com-pro-wid25 { width: 35%; }
  .xcom-wid20 { width: 50%; }
  select { width: 100%; }
  input[name='fdfirst'] { width: 83px; }
  input[name='fdsecond'] { width: 83px; }
  input[name='fdthird'] { width: 83px; }
  input[name='fdstarter1'] { width: 69px; }
  input[name='fdstarter2'] { width: 69px; }
  input[name='fdstarter3'] { width: 69px; }
  input[name='fdstarter4'] { width: 69px; }
  input[name='fdstarter5'] { width: 69px; }
  input[name='fdstarter6'] { width: 69px; }
  input[name='fdstarter7'] { width: 69px; }
  input[name='fdstarter8'] { width: 69px; }
  input[name='fdstarter9'] { width: 69px; }
  input[name='fdstarter10'] { width: 69px; }
  input[name='fdconsolation1'] { width: 69px; }
  input[name='fdconsolation2'] { width: 69px; }
  input[name='fdconsolation3'] { width: 69px; }
  input[name='fdconsolation4'] { width: 69px; }
  input[name='fdconsolation5'] { width: 69px; }
  input[name='fdconsolation6'] { width: 69px; }
  input[name='fdconsolation7'] { width: 69px; }
  input[name='fdconsolation8'] { width: 69px; }
  input[name='fdconsolation9'] { width: 69px; }
  input[name='fdconsolation10'] { width: 69px; }
  input[name='ttfirst'] { width: 52px; }
  input[name='ttsecond'] { width: 52px; }
  input[name='ttthird'] { width: 52px; }
  input[name='ttfourth'] { width: 52px; }
  input[name='ttfifth'] { width: 52px; }
  input[name='ttsixth'] { width: 52px; }
  input[name='ttadditional'] { width: 52px; }
  xinput[type='checkbox']:after { top: 0px; }
  xinput[type='checkbox']:checked:after { top: 0px; }
}