

.form{
  background: rgba(0, 23, 49, 0.9); 
  padding: 26px;
  max-width: 600px;
  margin: 40px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.tab-group:after  {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a.s{
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 20px;
  float: left;
  width: 40%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.tab-group li a:hover {
  background: #fdbc80bb;
  color: #ffffff;
}
.tab-group .active a.s {
  background: #ff9c3f;
  color: #ffffff;
}

.tab-content > div:last-child {
  display: none;
}

h1.s {
  text-align: auto;
  color: #999;
  font-weight: 400;
  margin: 0 0 40px;
  text-align-last: auto;

}

h2.s {
    text-align: center;
    color: #c7cecc;
    font-weight: 1000;
    margin: 0;
    text-align-last: auto;

}

span.s {
    color: #1ab188;
    font-weight: bold;
}

p.s{
    text-align: center;
    color: #ffffff;
    margin: 0px 0px 50px 0px;
}

div.info {
    color: pink;
    display: box;
    text-align: center;
    padding: 5px;
    margin-top: -20px;
    margin-bottom: 15px;
    border: 1px solid red;
    background: #66131c;
}
div.safeinfo {
  color: rgb(253, 249, 249);
  text-align: center;
  padding: 5px;
  margin-top: 0px;
  margin-bottom: 15px;
  border: 1px solid rgb(0, 204, 255);
  background: #3a85b1;

}

label.s {
  position: absolute;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  left: 13px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 22px;
}

label.req {
  margin: 2px;
  color: #1ab188;
}

label.active {
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
  left: 2px;
  font-size: 14px;
}
label.active .req {
  opacity: 0;
}

label.highlight {
  color: #ffffff;
}

 textarea.s {
  font-size: 22px;
  display: block;
  width: 50%;
  height: 100%;
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
 color: #999; 
  border-radius: 0;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
}
input.s:focus, textarea.s:focus {
  outline: 0;
  border-color: #018d7f;

}

.b{ display: grid; grid-template-columns: auto ; gap: 50px;}
input.s{
  font-size: 22px;
  display: block;
  
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
 color:#999; 
  border-radius: 0;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
  width: 93%;
}


.field-wrap {
  position: relative;
  margin-bottom: 40px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}

.button {
  border: 0;
  text-decoration: none!important;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #ff9c3f;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  text-align-last: auto;
  text-align: center;
  cursor: pointer;
  
}
a {
  text-decoration: none !important;
}

.button:hover, .button:focus {
  background: #f8991d;
}

.button-block {
  display: block;
  width: 100%;
}

.forgot {
  margin-top: -20px;
  text-align: right;
  cursor:pointer;
}
.container2 {
  width: 95%;
  border-radius: 55px;
  margin: 60px auto;
  max-width: 600px;
  
  box-shadow: 15px 15px 18px #00000074;
  position: relative;
}

.x {
  content: url(../svg/x.svg);
  background: #009688!important;
  border-radius: 4em !important;
  border-width: 0px;
  padding: 10px;
  top: -40px;
  right: 5px;
  font-size: 1.4em;
  width: 40px;
  position: absolute;
  margin-top:20px;
}

.x:after{content: "\f00d" ;}

.btn-switch {
  
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1em;
	position: relative;
	display: inline-block;		
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  z-index: 0;

}

.disableB{
    pointer-events: none;
    opacity: 0.2;
}
.btn-switch__radio {
	display: none;
}
.btn-switch__label {
	display: inline-block;	
	padding: .65em .6em .65em .6em;
	vertical-align: top;
	font-size: 0.8em;
	font-weight: 700;
	line-height: 1.5;
	color: #666;
  cursor: pointer;
	transition: color .2s ease-in-out;
  float: left;
}
.btn-switch__label + .btn-switch__label {
  padding-right: .75em;
	padding-left: 0;
}
.btn-switch__txt {
	position: relative;
	z-index: 2;
  display: inline-block;
   min-width: 1.5em;
	opacity: 1;
	pointer-events: none;
	transition: opacity .2s ease-in-out;
}
.btn-switch__radio_no:checked ~ .btn-switch__label_yes .btn-switch__txt,
.btn-switch__radio_yes:checked ~ .btn-switch__label_no .btn-switch__txt {
	opacity: 0;
}
.btn-switch__label:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #bbb9b9;
	border-radius: 1.5em;
	box-shadow: inset 0 .0715em .3572em rgba(43,43,43,.05);
	transition: background .2s ease-in-out;
}
.btn-switch__radio_yes:checked ~ .btn-switch__label:before {
	background: #6ad500;
}
.btn-switch__label_no:after {
	content: "";
	position: absolute;
	z-index: 2;
	top: .5em;
	bottom: .5em;
	left: 0px;
	width: 2em;
	background: #fff;
  margin-left:3px;
	border-radius: 1em;	
	pointer-events: none;
	box-shadow: 0 .1429em .2143em rgba(43,43,43,.2), 0 .3572em .3572em rgba(43,43,43,.1);
	transition: left .2s ease-in-out, background .2s ease-in-out;
}
.btn-switch__radio_yes:checked ~ .btn-switch__label_no:after {
	left: calc(100% - 2.5em);
	background: #fff;
}
.btn-switch__radio_no:checked ~ .btn-switch__label_yes:before,
.btn-switch__radio_yes:checked ~ .btn-switch__label_no:before {
	z-index: 1;
}
.btn-switch__radio_yes:checked ~ .btn-switch__label_yes {
	color: #fff;
}


 div a i{
   font-weight: 600;
 } 
table.blueTable {
  
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  padding: 4px 4px;
  
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
 width:20px; 

  width: 14.28%;
 
margin: 2px;
max-width: 100px;
 overflow: hidden;
 text-overflow: ellipsis;
 /* white-space: nowrap; */
 cursor: pointer;  
 font-weight: 500;
}

.dds{    
  padding: 3px 2px;
 width:20px; 
 
 }
table.blueTable tr:nth-child(even) {
  background: #E3F6FF;
}
table.blueTable thead {
  background: #edf1f2;
 
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
  overflow: hidden;
  
}
table.blueTable thead th:first-child {
  border-left: none;

}
.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 55px;
  max-width: 700px;
  z-index: 1;

}
#navDemo{ z-index: 2;
}

.sticky + .content {
  padding-top: 102px;
}

.cen{
  
  max-width:700px; 
  min-width: 300px;
  text-align:left; 
  margin:auto;
  background-color: #eee;
}
.lightF{color:#aaa;}
.bua{
  display: inline-block;
  padding: 0.3em 0.2em;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.2em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #2979FF;
  box-shadow: inset 0 -0.6em 1em -0.35em rgb(0 0 0 / 17%), inset 0 0.6em 2em -0.3em rgb(255 255 255 / 15%), inset 0 0 0em 0.05em rgb(255 255 255 / 12%);
  text-align: center;
  
}
.numid{  
  -webkit-transform: rotate(270deg);
  
 }
 .mySlides {display: none}
 .dateM{ 
       padding: auto;
       color: darkgray;
 font-size:large; 
 background-color: #ffffe6;
 width:95%;
  }
  .timedateM{ 
       padding: auto;
       color: gray;
       width: 100%;
 font-size:larger; 
 min-width: available;
 background-color: #ffffe6;
  }
 table {
   font-family: Arial, Helvetica, sans-serif;
   border-collapse: collapse;
   width: 100%;
 }
 
  td,  th {
   border: 1px solid #ddd!important;
   padding: 4px;
   overflow: hidden;
 font-size:14px;
 }
 
  tr:nth-child(even){background-color: #f2f2f2;
  }
 
  tr:hover {background-color: #ddd;}
 
 th {
   padding-top: 12px;
   padding-bottom: 5px;
   text-align: left;
   background-color: #a5b7c0;
   color: white;
 }
 
 

 .accordion {
  background-color: #e0e0e0;
   color: #555;
   cursor: pointer;
   padding: 18px;
   width: 100%;
   border: none;
   text-align: left;
   outline: none;
   font-size: 20px;
   font-style:bold;
   transition: 0.4s;
   /* border: 2px solid #a0b3b0; */
   padding-right: 40px;
   box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.2),
   -6px -6px 6px 0 rgba(255, 255, 255, 0.2);
 
 border-radius: 20px;
 
 padding: 1.3rem;
 

   
 }
 .accordion:active{
 -webkit-touch-callout: none; /* iOS Safari */
 -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
     -ms-user-select: none; /* Internet Explorer/Edge */
         user-select: none; /* Non-prefixed version, currently*/
}

  .accordion:hover {
   background-color: #ccc; 
 }
 
 .panel1 {
   padding:8px;
   display: none;
   background-color: white;

   
 }
 
 .butadd {color:#222; background:#ddd;}
 .butadd:hover {background-color: #eee;}
 .butadd:active {background-color: #aaa;}
 .butadd:focus {background-color: #aaa;}
 
 .editadd {color:#222; background:#ffffe6;}
 .editadd:hover {background-color: #fffffc;}
 .editadd:active {background-color: #ffffcf;}
 .editadd:focus {background-color: #ffffcc;}
 
 label.checkbox-label {
   background-color: #dddd33;
   color :red;
 }
 
 
 .arrow {
 font-size:20px;
   padding:0px;
   float:right;
   transition: 0.4s;
   transform: rotate(180deg);
  cursor: pointer; 
 }
 
 
   
 .changear .arrow {
 
   transform: rotate(270deg);
 }
  .arrows{width:26px; height:26px; position: absolute; right:20px;}
 
  .act {
    position: relative;
    visibility: hidden;
    cursor: pointer;
    text-align-last:center; 
    
 }
 
 .act:after {
     display: block;
     content: url(../svg/unchecked.svg);
     position: absolute;
     top: -5px;
     
     visibility: visible;
     height: 26px;
     width: 26px;
     text-align: center;
     border-radius: 4px;
     background: #d00;
     color: #fff;
     font-weight: 600;
     cursor: pointer;
 }
 
 .act:checked:after {
  content: url(../svg/checked.svg);
  background: #2196F3;
  fill: white;
  font-size: 18px;
 }
 .act1 {
   position: relative;
     visibility: hidden;
     cursor: pointer;
     text-align-last:center; 
     margin-right:20px;
 }
 .act1:after {
     display: block;
     content: url(../svg/checkbox.svg);
     position: absolute;
     top: 0;
     left: 5px;
     visibility: visible;
     height: 26px;
     line-height: 26px;
     width: 26px;
     text-align: center;
     border-radius: 4px;
     background: #ffffe6;
     fill: rgb(192, 192, 192);
    
     font-size: 26px;
     font-weight: 600;
     cursor: pointer;
 }
 
 .act1:checked:after {
  content: url(../svg/checked.svg);
     background: #2196F3;
     fill: white;
     font-size: 18px;
 }
 
 
 .radio1 {
     position: absolute;
     visibility: hidden;
     cursor: pointer;
     text-align-last:center; 
     margin-right:24px;
 }
 
 .radio1:after {
     display: block;
     content: url(../svg/radio.svg);
     position: absolute;
     top: 0;
     left: 5px;
     visibility: visible;
     height: 26px;
     line-height: 28px;
     width: 26px;
     text-align: center;
     border-radius: 20px;
     background: rgba(240, 236, 236, 0.938);
     color: rgb(192, 192, 192);
     font-size: 26px;
     font-weight: 600;
     cursor: pointer;
   
 }
 
 .radio1:checked:after {
  content: url(../svg/radio.svg);
     background: #2196F3;
     color: white;
     font-size: 26px;
     line-height: 31px;
 }
 
 
 .cardy{
    border:0px ;
    margin:10px;
    width:95%;
    box-shadow: 4px 4px 10px silver;
    border-radius: 1em;
    background:#fff;
 }
 
 .headery {
   
     background: dodgerblue;
     color: white;
     text-align: center;
     padding:2px; 
     font-size:1.5em;
     border-radius: 15px 15px 0px 0px; 
 }
 .cardy.headery{
   border-radius: 20px 20px 20px 20px; 
 }
 
 .conty{
   margin:22px; 
   text-align: center;
   color:#666;
 }
 b{
   font-size:20px;
   
 color:#444;
 }
 .oneline{
   display: inline-block;
    margin:10px;
 }
 .h-32 {
     height: 8rem;
     width:8rem;
 }
 .rounded-full {
     border-radius: 9999px;
 }
 
 
 
 
 .text-gray-600 {
     --text-opacity: 1;
     color: #718096;
     color: rgba(113,128,150,var(--text-opacity));
 }
 
 
 .px-4 {
     padding-left: 1rem;
     padding-right: 1rem;
 }
 .py-2 {
     padding-top: 0.5rem;
     padding-bottom: 0.5rem;
 }
 
 
 .cursor-pointer {
     cursor: pointer;
 }
 
 .rounded-lg {
     border-radius: 0.5rem;
 }
 .bg-white {
     --bg-opacity: 1;
     background-color: #fff;
     background-color: rgba(255,255,255,var(--bg-opacity));
     -webkit-appearance: button;display:inline-flex;
 }
 
 
 
 
 .text-center {
     text-align: center;
 }
 
 .hidden {
     display: none;
 }
 .prev,
.next {
  cursor: pointer;
  position: absolute;
  bottom: 20%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 32px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.button1 {
  color: white;
background: #477;
border: 1px solid #ccc;
padding: 10px 10px;
border-radius: 3px;
cursor: pointer;
box-shadow: 6px 6px 8px #777;
 background: #ff9c3f;
 width:50%; 
 box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.play {
  cursor: pointer;
  position: absolute;
  width: auto;
  margin: 20px 5px 5px;
  padding: 10px;
  color: white;
  font-weight: bold;
  font-size: 20px;
 right: 10px; 
}

 
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover,
.play:hover
{
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.flags{
  position: relative;
display: inline-block;
width: 0.4em;
line-height: 1em;
padding: 10px;
margin: 5px;
box-sizing: initial;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  background-color:#fff;
  
}

.flex-container > div {
  background-color: #f1f1f1;
  width: 40%;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 26px;
}
#band{
 display:inline-block;
width:100% ;
}
input[type="number"] {
  background-color: #ffffe6;}
  .ti {
    position: relative;
    background: #f8f8f8;
    width: 90%;
    max-width: 500px;
    padding: 2em 2em 1em;
    margin: 1.5em auto;
    border: 3px solid rgba(0, 0, 0, 0.08);
  }
     .twolinef h1 {
      text-align: center;
          font-size:25px; font-weight:500; letter-spacing:1px;
          text-transform: uppercase;
          position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    color: #777;
          display: grid;
          grid-template-columns: 1fr max-content 1fr;
          grid-template-rows: 27px 0;
          grid-gap: 20px;
          align-items: center;
      }
      
      .twolinef h1:after,.twolinef h1:before {
          content: " ";
          display: block;
          border-bottom: 1px solid #c50000;
          border-top: 1px solid #c50000;
          height: 5px;
        background-color:#f8f8f8;
      }
      .dark-mode {
        filter: invert(90%)!important;
      }
      .day-mode {
        filter: invert(100%);
      }