:root {
  --primColor: #FED202;
  --secColor: #FED202;
  --lightColor: #ffd71c;
  --ultraLightColor: #fff6cd;
  --buttonTextColor: #142238;
  --buttonTextColorYes: #008000;
  --buttonTextColorNo: #cc0000;
  --shadowColor: #000000;
  --pageColor: #142238;
  --textBigSize: 34px;
  --textNormalSize: 22px;
  --textSmallSize: 16px;
  --textColor: #b29302;
  --borderRadius: 28px;
  --smallBorderRadius: 18px;
  --microBorderRadius: 8px;
  --widthOfApp: 700px;
  --fonffam: 'ubl';
}

@font-face {
        font-family: 'ubl';
        src: url('https://go.emobilewallet.com/FONT/ubl.woff');
        font-weight: normal;
        font-style: normal;
}


body {
    padding-top: 25px;
    color: var(--textColor);
	font-family: var(--fonffam);
	margin: 0;
	display: grid;
	place-items: center;
	background: var(--pageColor);
    font-size: var(--textNormalSize);
}
input[type="color"] {
	height: 64px;
}

/* ================================================= H ================================================= */
        
h1 {
	color: var(--textColor);
	font-family: var(--fonffam);
	font-weight: 600;
	font-size: var(--textBigSize);
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 0px;
	margin-bottom: 5px;
}

h2 {
	color: var(--textColor);
	font-family: var(--fonffam);
	font-weight: 600;
	font-size: var(--textNormalSize);
	text-align: left;
	padding-left: 5px;
}

.shade_div{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 0;
  -webkit-border-radius: var(--borderRadius);
  -moz-border-radius: var(--borderRadius);
  border-radius: var(--borderRadius);
  border: 2px solid var(--secColor);
}

.s_2s_tbl{
	border-top: 2px solid var(--textColor);
    border-bottom: 2px solid var(--textColor);
}

.s_1s_tbl{
	padding-top: 15px;
	border-top: 2px solid var(--textColor);
    border-bottom: 0px solid var(--textColor);
}

.s_2t_tbl{
	border-top: 4px solid var(--secColor);
	margin-top: 15px;
}
   
.balance_heading{
	color: var(--secColor);
}  
/* ========================================== Standard Button ========================================== */
    
.btn_normal {
  -webkit-border-radius: var(--borderRadius);
  -moz-border-radius: var(--borderRadius);
  border-radius: var(--borderRadius);
  -webkit-box-shadow: 3px 3px 3px var(--shadowColor);
  -moz-box-shadow: 3px 3px 3px var(--shadowColor);
  box-shadow: 3px 3px 3px var(--shadowColor);
  font-family: var(--fonffam);
  color: var(--buttonTextColor);
  font-size: var(--textNormalSize);
  background: var(--primColor);
  padding: 10px 20px 10px 20px;
  border: 0;
  text-decoration: none;
  width:100%;
  cursor: pointer;
  vertical-align: middle;
}

.btn_normal:hover {
  border: 0;
  -webkit-box-shadow: 0px 0px 0px var(--shadowColor);
  -moz-box-shadow: 0px 0px 0px var(--shadowColor);
  box-shadow: 0px 0px 0px var(--shadowColor);
  background: var(--lightColor);
  text-decoration: none;
  vertical-align: middle;
}    

.btn_small {
  -webkit-border-radius: var(--smallBorderRadius);
  -moz-border-radius: var(--smallBorderRadius);
  border-radius: var(--smallBorderRadius);
  -webkit-box-shadow: 3px 3px 3px var(--shadowColor);
  -moz-box-shadow: 3px 3px 3px var(--shadowColor);
  box-shadow: 3px 3px 3px var(--shadowColor);
  font-family: var(--fonffam);
  color: var(--buttonTextColor);
  font-size: var(--textNormalSize);
  background: var(--primColor);
  padding: 3px 10px 3px 10px;
  border: 0;
  text-decoration: none;
  width:100%;
  cursor: pointer;
  vertical-align: middle;
}

.btn_small:hover {
  border: 0;
  -webkit-box-shadow: 0px 0px 0px var(--shadowColor);
  -moz-box-shadow: 0px 0px 0px var(--shadowColor);
  box-shadow: 0px 0px 0px var(--shadowColor);
  background: var(--lightColor);
  text-decoration: none;
  vertical-align: middle;
}
      
/* ========================================== Big Touch Button ========================================== */
      
.btn_large {
  border: 0;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  -webkit-box-shadow: 3px 3px 3px var(--shadowColor);
  -moz-box-shadow: 3px 3px 3px var(--shadowColor);
  box-shadow: 3px 3px 3px var(--shadowColor);
  font-family: var(--fonffam);
  color: var(--buttonTextColor);
  font-size: var(--textBigSize);
  background: var(--primColor);
  padding: 16px 10px 16px 10px;
  margin-bottom: 30px;
  text-decoration: none;
  min-width:120px;
  cursor: pointer;
  vertical-align: middle;
}

.btn_large:hover {
  border: 0;
  -webkit-box-shadow: 0px 0px 0px var(--shadowColor);
  -moz-box-shadow: 0px 0px 0px var(--shadowColor);
  box-shadow: 0px 0px 0px var(--shadowColor);
  background: var(--lightColor);
  text-decoration: none;
  vertical-align: middle;
} 
    
/* ========================================== LOADER ========================================== */
      
.loader_off {
    width: 1px;
    height: 1px;
    z-index: 0!important;
    position:absolute;
    top:0px;
    left:0px;
    overflow: hidden;
}
      
.loader_on {
    width: 100vw;
    height: 650vh;
    z-index: 99!important;
    position:absolute;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    background: var(--pageColor) no-repeat center center fixed;
    text-align: center;
    overflow: hidden;
    font-family: var(--fonffam);
    font-style: normal;
    font-size: 45px;
    color: var(--textColor);
    font-weight: 700;
}
        
/* ========================================== FORM INPUT ========================================== */

.inp_alts {
  -webkit-border-radius: var(--smallBorderRadius);
  -moz-border-radius: var(--smallBorderRadius);
  border-radius: var(--smallBorderRadius);
  font-family: var(--fonffam);
  color: var(--textColor);
  font-size: var(--textNormalSize);
  background: var(--pageColor);
  padding: 10px 20px 10px 20px;
  border: 2px solid var(--primColor);
  text-decoration: none;
  width: calc(100% - 40px);
}

.inp_alts:hover, .inp_alts:focus {
  box-shadow: 0px 0px 5px var(--primColor);
  border: 2px solid var(--primColor);
  outline: none;
}

.form_inp_group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
  width: 100%;
}

.form_inp_field {
  cursor: pointer;
  width: 100%;
  border: 0;
  border-bottom: 2px solid var(--primColor);
  outline: 0;
  font-size: var(--textNormalSize);
  color: var(--textColor);
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;

  &::placeholder {
    color: transparent;
  }

  &:placeholder-shown ~ .form_inp_label {
    font-size: var(--textNormalSize);
    cursor: text;
    top: 20px;
  }
}

.form_inp_label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: var(--textSmallSize);
  color: var(--primColor);
}

.form_inp_field:focus {
  ~ .form_inp_label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: var(--textSmallSize);
    color: var(--primColor);
  }
  padding-bottom: 6px;  
  border-width: 3px;
  border-image: linear-gradient(to right, var(--primColor),var(--primColor));
  border-image-slice: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background: transparent;
  border: 0px solid var(--primColor);
  -webkit-text-fill-color: var(--textColor);
  -webkit-box-shadow: 0 0 0px 1000px var(--pageColor) inset;
  transition: background-color 5000s ease-in-out 0s;
}
      
/* ========================================== FORM INPUT Q ========================================== */
  
  .inpValSET{
	-webkit-border-radius: var(--smallBorderRadius);
	-moz-border-radius: var(--smallBorderRadius);
	border-radius: var(--smallBorderRadius);
    text-align: right;
    width:90%;
	font-family: var(--fonffam);
	font-size: var(--textBigSize);
	color: var(--secColor);
	background-color: var(--pageColor);
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	border: solid var(--secColor) 2px;
	outline: none;
}
      
.inpPINSET{
	-webkit-border-radius: var(--smallBorderRadius);
	-moz-border-radius: var(--smallBorderRadius);
	border-radius: var(--smallBorderRadius);
    text-align: center;
    width:50px;
	font-family: var(--fonffam);
	font-size: var(--textBigSize);
	color: var(--secColor);
	background-color: var(--pageColor);
	padding-bottom: 5px;
	padding-top: 5px;
	border: solid var(--secColor) 2px;
	outline: none;
	padding-bottom: 5px;
	padding-top: 5px;
}
	    
.inpPINinvSET{
	-webkit-border-radius: var(--smallBorderRadius);
	-moz-border-radius: var(--smallBorderRadius);
	border-radius: var(--smallBorderRadius);
    text-align: center;
    width:54px;
    height: 48px;
	font-family: var(--fonffam);
	font-size: var(--textBigSize);
	color: var(--pageColor);
	background-color: var(--secColor);
	padding-bottom: 5px;
	padding-top: 5px;
	border: 0;
	outline: none;
}
	    
/* ========================================== FORM SELECT ========================================== */
	    
.selectdiv {
  position: relative;
  float: left;
  min-width: 200px;
  width: 100%;
  outline: none;
}
	    
.selectdiv:after {
  content: "<>";
  font: 22px monospace;
  color: var(--pageColor);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  top: 10px;
  padding: 0 0 2px;
  border-bottom: 3px solid var(--pageColor);
  position: absolute;
  pointer-events: none;
}
      
.selectdiv select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 40px;
  float: right;
  margin: 5px 0px;
  padding: 0px 14px;
  font-size: 22px;
  line-height: 1.65;
  color: var(--pageColor);
  background-color: var(--primColor);
  background-image: none;
  border: 3px solid var(--primColor);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -ms-word-break: normal;
  word-break: normal;
  outline: none;
}
     
.selectdivBTN {
  position: relative;
  float: right;
  min-width: 20px;
  width: 100%;
  outline: none;
}
	    
.selectdivBTN:after {
  content: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2260%22%20viewBox%3D%220%20-960%20960%20960%22%20width%3D%2260%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M480-345%20240-585l56-56%20184%20184%20184-184%2056%2056-240%20240Z%22%2F%3E%3C%2Fsvg%3E");
  right: 1px;
  top: 5px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
      
.selectdivBTN select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 70px;
  max-width: 70px;
  height: 30px;
  float: right;
  margin: 3px -4px;
  padding: 0px 14px;
  padding-top: 50px;
  font-size: 22px;
  line-height: 1.65;
  color: var(--pageColor);
  background-color: var(--primColor);
  background-image: none;
  border: 3px solid var(--primColor);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -ms-word-break: normal;
  word-break: normal;
  outline: none;
  overflow: hidden;
    -webkit-box-shadow: 3px 3px 3px var(--shadowColor);
  -moz-box-shadow: 3px 3px 3px var(--shadowColor);
  box-shadow: 3px 3px 3px var(--shadowColor);
}

.selectdivBTN select:hover {
  -webkit-box-shadow: 0px 0px 0px var(--shadowColor);
  -moz-box-shadow: 0px 0px 0px var(--shadowColor);
  box-shadow: 0px 0px 0px var(--shadowColor);
}
       
/* ============================================= FILE UPLOAD ============================================== */

input[type="file"]{
  color: var(--primColor);
  font-size: var(--textNormalSize);
}
      
input[type="file"]::file-selector-button {
  -webkit-border-radius: var(--smallBorderRadius);
  -moz-border-radius: var(--smallBorderRadius);
  border-radius: var(--smallBorderRadius);
  -webkit-box-shadow: 3px 3px 3px var(--shadowColor);
  -moz-box-shadow: 3px 3px 3px var(--shadowColor);
  box-shadow: 3px 3px 3px var(--shadowColor);
  font-family: var(--fonffam);
  color: var(--buttonTextColor);
  font-size: var(--textNormalSize);
  background: var(--primColor);
  padding: 10px 20px 10px 20px;
  border: 0;
  text-decoration: none;
  margin-bottom: 5px;
}
      
input[type="file"]::file-selector-button:hover,input[type="file"]::file-selector-button:active {
  border: 0;
  -webkit-box-shadow: 0px 0px 0px var(--shadowColor);
  -moz-box-shadow: 0px 0px 0px var(--shadowColor);
  box-shadow: 0px 0px 0px var(--shadowColor);
  background: var(--lightColor);
  text-decoration: none;
}
        
/* ============================================= CHECKBOX ============================================== */
        
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--primColor);
  margin: 0;
  font: inherit;
  color: var(--pageColor);
  width: 40px;
  height: 40px;
  border: 3px solid var(--primColor);
  border-radius: 0px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  border-radius: 15px;
}

input[type="checkbox"]::before {
  content: "";
  width: 0.85em;
  height: 0.85em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom center;
  transition: 220ms transform ease-in-out;
  background-color: var(--pageColor);
  color: var(--pageColor);
}
      
input[type="checkbox"]:checked::before {
  transform: scale(1);
  color: var(--pageColor);
}
      
/* ============================================= MENU ============================================== */

details {
  margin: 10px;
}

summary {
  writing-mode: vertical-lr;
  text-align: center;
  padding: 12px 12px;
  width: 26px;
  height: 17px;
  background-color: var(--primColor);
  border: 2px solid var(--pageColor);
  border-radius: var(--microBorderRadius);
  color: var(--pageColor);
  cursor: pointer;
  user-select: none;
  outline: none;
  transition: transform 200ms ease-in-out 0s;
}

summary::before,
summary::after {
  position: static;
  top: 0;
  left: 0;
}

summary::before {
  content: "";
}

summary::after {
  content: "III";
  letter-spacing: -1px;
  writing-mode: vertical-lr;
}

summary:hover {
  transform: scale(1.1);
}

summary::marker {
  font-size: 0;
}

summary::-webkit-details-marker {
  display: none;
}

details[open] .menu {
  width:fit-content; height:fit-content;
}

details[open] summary::before {
  content: "X";
  font-family: 'Arial';
}

details[open] summary::after {
  content: "";
}

body:has(details[open]) .headingSide {
  opacity: 0;
}

.headingSide {
    color: var(--primColor);
    font-size: var(--textBigSize);
}

.menu {
  height: 0;
  width: fit-content;
  border-radius: var(--microBorderRadius);
  background-color: var(--primColor);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  animation: closeMenu 300ms ease-in-out forwards;
}

.menu a {
  font-size: var(--textBigSize);
  padding: 16px 30px;
  margin: 0 16px;
  color: var(--pageColor);
  border-bottom: 2px solid var(--pageColor);
  text-decoration: none;
  text-align: center;
  transition: filter 200ms linear 0s;
  cursor: pointer;
  font-weight: 600;
}

.menu a:nth-of-type(1) {
  padding-top: 12px;
}

.menu a:nth-last-of-type(1) {
  border-bottom: none;
}

.menu a:hover {
  filter: brightness(200%);
}

details::before {
  content: "";
  color: var(--secColor);
  position: absolute;
}

details[open]::before {
  opacity: 0;  
}

.menu-heading-side {
    color: var(--textColor);
    font-size: var(--textBigSize);
    padding-left: 70px;
    padding-top:10px;
    padding-bottom:15px;
    background-color: var(--ultraLightColor);
    font-weight: 600;
    width: 100vw;
}

 .menu-heading-corner-lock{
   position:fixed;   
   top:0;
   left:0;
   z-index: 99;
  }
  
.menu-heading-corner-lock_bb{
   border-bottom: 3px solid var(--secColor);	   
}
/* ========================================== TOGGLE ========================================== */
      
.containerTogs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 180px;
    height: 50px;
    border-radius: 100px;
    background: rgb(7, 7, 7);
    cursor: pointer;
    transition: box-shadow 0.4s ease;
}
@media screen and (max-width: 500px) {
  .containerTogs {
    width: 50vw;
    height: 16vw;
  }
}
.containerTogs.on {
  box-shadow: -2px -2px 4px 4px rgba(7, 7, 7, 0.5), -8px 0 4px 4px rgba(7, 7, 7, 0.5), -8px 0 3px 1px rgba(0, 255, 0, 0.2), 4px 0 4px 4px rgba(7, 7, 7, 1), -3px 5px 3px 0 rgb(79 81 79), 8px 3px 2px 0 rgb(79 81 79), inset 0 0 3px 1px rgba(0, 255, 0, 0.5), inset 0 0 24px 0 rgba(0, 255, 0, 0.5);
}
.containerTogs.off {
  box-shadow: -2px -2px 4px 4px rgba(7, 7, 7, 0.5), -8px 0 4px 4px rgba(7, 7, 7, 0.5), 8px 0 3px 1px rgba(255, 0, 0, 0.2), 4px 0 4px 4px rgba(7, 7, 7, 1), -3px 5px 3px 0 rgb(79 81 79), 8px 3px 2px 0 rgb(79 81 79), inset 0 0 3px 1px rgba(255, 0, 0, 0.5), inset 0 0 14px 0 rgba(255, 0, 0, 0.5);
}
.toggleTogs {
    width: 60%;
    height: 100%;
    background:linear-gradient(35deg, rgb(16 15 16) 0%, rgb(32 31 32) 100%);
    border-radius: 100px;
    position: absolute;
    transition: all 0.4s ease-in;
}
.on .toggleTogs{
    right: 0;
    box-shadow: 0px 8px 8px 0 rgba(0, 0, 0, 0.4), inset 0px -3px 3px 0 rgba(0, 0, 0, 1), inset 0 3px 2px 0 rgba(79, 81, 79, 0.5), inset -2px 0px 3px 0 rgba(0, 0, 0, 1), inset 2px 0px 3px 0 rgba(0, 255, 0, 0.5), inset 0 0 0 0 rgba(0,0,0,0);
}
.off .toggleTogs{
    right: 40%;
    box-shadow:
    0px 8px 8px 0 rgba(0, 0, 0, 0.4),
    inset 0px -3px 3px 0 rgba(0, 0, 0, 1),
    inset 0 3px 2px 0 rgba(79, 81, 79, 0.5),
    inset -2px 0px 3px 0 rgba(255, 0, 0, 0.5),
    inset 2px 0px 3px 0 rgba(0, 0, 0, 1),
    inset 0 0 0 0 rgba(0,0,0,0);
}
      
/* ============================================= TEXT BOX ============================================== */
           
.textblock {
  -webkit-border-radius: var(--borderRadius);
  -moz-border-radius: var(--borderRadius);
  border-radius: var(--borderRadius);
  background: var(--ultraLightColor);
  padding: 5px;
  width:100%;
}

/* ============================================= PIE CHART ============================================== */

.pie-chart {
	background-color: rgba(255,255,255,0.00);
	position: relative;
	width: 500px;
	min-height: 350px;
	margin: 0;
}
.pie-chart h2 {
	position: absolute;
	margin: 1rem;
}
.pie-chart cite {
	left: 0;
	position: absolute;
	bottom: 0;
	font-size: 80%;
	padding: 1rem;
	color: gray;
}
.pie-chart figcaption {
	position: absolute;
	bottom: 1em;
	right: 1em;
	font-size: smaller;
	text-align: right;
}
.pie-chart span:after {
	display: inline-block;
	content: "";
	width: 0.8em;
	height: 0.8em;
	margin-left: 0.4em;
	height: 0.8em;
	border-radius: 0.2em;
	background: currentColor;
}

/* ========================================== Loader ========================================== */

.FF-file-cg:before {
  color: var(--primColor);
}

.bodyDRT {
	position: fixed;
    height: 500px;
    width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--pageColor);
}

i {
    font-size: 55px;
    margin: 16px;
    color: var(--secColor);
}

.container {
    position: relative;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.centerx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    background-color: var(--pageColor);
    border: 9px solid var(--secColor);
    overflow: hidden;
}

.container::before {
    content: "";
    position: absolute;
    top: 210px;
    left: 26px;
    width: 100px;
    height: 32px;
    border-radius: 100%;
    background-color: var(--shadowColor);
}

.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
spandx {
	position: relative;
	left: 112px;
	top: 60px;
	-webkit-animation-name: cloud-loop;
	animation-name: cloud-loop;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

spandx::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 6px;
    background-color: var(--secColor);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

spandx::after {
    content: "";
    position: absolute;
    left: 30px;
    top: 20px;
    width: 36px;
    height: 12px;
    background-color: var(--secColor);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 0 4px 4px 0;
}

.box-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.box-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

/* animation */

@-webkit-keyframes rowup-1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(50%, 0, 0);
                transform: translate3d(50%, 0, 0);
    }
}

@keyframes rowup-1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(50%, 0, 0);
                transform: translate3d(50%, 0, 0);
    }
}

@-webkit-keyframes rowup-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(50%, 0, 0);
                transform: translate3d(50%, 0, 0);
    }
}

@keyframes rowup-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(50%, 0, 0);
                transform: translate3d(50%, 0, 0);
    }
}

@keyframes cloud-loop {
    0% {
        -webkit-transform: translate(0, 15px);
        transform: translate(0, 15px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes cloud-loop {
    0% {
        -webkit-transform: translate(0, 15px);
        transform: translate(0, 15px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes shadow-loop {
    0% {
        -webkit-transform: translate(0, -35px) scale(1.15, 0.25);
        transform: translate(0, -35px) scale(1.15, 0.25);
    }
    100% {
        -webkit-transform: translate(0, -35px) scale(1, 0.25);
        transform: translate(0, -35px) scale(1, 0.25);
    }
}

@keyframes shadow-loop {
    0% {
        -webkit-transform: translate(0, -35px) scale(1.15, 0.25);
        transform: translate(0, -35px) scale(1.15, 0.25);
    }
    100% {
        -webkit-transform: translate(0, -35px) scale(1, 0.25);
        transform: translate(0, -35px) scale(1, 0.25);
    }
}

.box-1 {
    -webkit-animation: 1s rowup-1 linear infinite normal;
            animation: 1s rowup-1 linear infinite normal;
}

.box-2 {
    -webkit-animation: 1s rowup-2 linear infinite normal;
            animation: 1s rowup-2 linear infinite normal;
}

.centerx {
    -webkit-animation-name: cloud-loop;
    animation-name: cloud-loop;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.container::before {
    -webkit-animation-name: shadow-loop;
    animation-name: shadow-loop;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.dr {
position: absolute;
  bottom: 16px; 
  right: 16px;
  width:100px;
}

/* ========================================== secTbl ========================================== */

.telcoPackageheadalt {
	background: var(--ultraLightColor);
	border-bottom: 2px solid var(--primColor);
	text-align: center;
}

.telcoPackagehead {
	border-bottom: 2px solid var(--primColor);
	text-align: center;
}

.telcoPackagealt {
	background: var(--ultraLightColor);
	border-bottom: 2px solid var(--primColor);
	font-size: var(--textSmallSize);
	text-align: center;
}

.telcoPackage {
	border-bottom: 2px solid var(--primColor);
	font-size: var(--textSmallSize);
	text-align: center;
}

/* ========================================== Radio Box ========================================== */

.radiobtnBOX {
  position: relative;
  display: block;
}
.radiobtnBOX label {
  display: block;
  background: var(--pageColor);
  color: var(--primColor);
  border-radius: 5px;
  padding: 10px;
  border: 1px solid var(--primColor);
  margin-bottom: 5px;
  cursor: pointer;
}
.radiobtnBOX input[type=radio] {
  display: none;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.radiobtnBOX input[type=radio]:checked + label {
  background:var(--ultraLightColor);
  border: 4px solid var(--primColor);
  color: var(--pageColor);
}
.radiobtnBOX input[type=radio]:checked + label:after {
  background:var(--pageColor);
  border: 1px solid var(--primColor);
}

/* ============================================ video ============================================ */

.vid-video-container {
    position: relative;
    width: 600px;
    max-width: 100%;
    border-radius: 12px; /* Rounded corners */
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
    background: linear-gradient(135deg, #1c1c1c, #333); /* Gradient background */
}

.vid-video {
    width: 100%;
    display: block;
    border-radius: 12px 12px 0 0; /* Rounded top corners */
}

.vid-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    border-radius: 0 0 12px 12px; /* Rounded bottom corners */
}

.vid-time {
    font-size: 14px;
    margin-right: 15px; /* Space between time and controls */
    flex-shrink: 0;
}

.vid-btn {
    border: none;
    /*color: white;*/
    cursor: pointer;
    font-size: 18px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease; /* Smooth hover effect */
}

.vid-btn:hover {
    outline: none;
}

.vid-btn:focus {
    outline: none;
}

.vid-progress-bar {
    flex-grow: 1;
    height: 8px;
    background: #444; /* Dark gray background */
    cursor: pointer;
    margin-right: 15px;
    border-radius: 5px; /* Rounded progress bar */
    overflow: hidden;
    position: relative;
}

.vid-progress {
    height: 100%;
    background: var(--secColor); /* Red progress */
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    transition: width 0.3s ease; /* Smooth progress bar animation */
}

.vid-volume {
    width: 80px;
    margin-right: 15px; /* Space between volume control and buttons */
    background: #222;
    border-radius: 5px;
}

.vid-volume::-webkit-slider-thumb {
    background: var(--secColor); /* Red thumb on slider */
    border-radius: 50%;
}

