@tailwind base;
@tailwind components;
@tailwind utilities;
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap");


* {
  box-sizing: border-box;
}
/* 
html {
  font-size: calc(100vw / 1600 * 100);
}
@media (max-width: 768px) {
  html {
    font-size: calc(100vw / 768 * 100);
  }
} */

auto:.url { width: 100%; margin: auto; }



body p{
	
	margin:	1.5rem 3rem;
}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  z-index: 100;
}


	.container {  display: grid;
	grid-template-columns: 0.2fr 1.8fr;
	grid-template-rows: 0.2fr 1.8fr;
	gap: 0px 0px;
	grid-auto-flow: row;
	grid-template-areas:
    "date title"
    ". text";
	
	}
	
	.title {
        grid-area: title; 
        padding:5px; 
        height:auto;
        
        }
	
	.text { grid-area: text; color: black; }
	
	.date { grid-area: date; color: #f9851c }
	
	


	.u-nav-item-bg {
	background-color: rgba(71, 138, 201, 0.8); 
	}
	.u-nav-item-bg:hover {
	background-color: rgba(215, 235, 255, 0.8); 
	}
	i {margin-right:7px}
	.wb {overflow-wrap: break-word;}
	



.sidebar {
  height: 100%;
  
  width: 0px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #111;
   box-shadow: 0 20px 0 0 rgba(0,0,0,0.4);
  overflow-x: hidden;
   transition: all 0.3s ease-in-out;
    transform-origin: center left;
	
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}


.s-btn {
    position: absolute;
    left:-25px;
    top:75px;
}

#main {
  transition: margin-left .5s;
  padding: 0px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}


/* TABLE */
.styled-table {
    border-collapse: collapse;
    margin: 0 auto;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #256dc9;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #256dc9;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #256dc9;
}



.styled-table select {
 /*ppearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;*/
  background: transparent;
  border: 2px solid #3498db;
  padding: 10px 20px;
  font-size: 16px;
  color: #3498db;
  border-radius: 5px;
  cursor: pointer;
  /* Adjust the width as needed */
}



/* Style the arrow icon (you can use your own arrow icon) */
.styled-table select::after {
  content: "\f078"; /* You can use a different unicode for a custom icon */
  font-family: "Font Awesome"; /* Make sure you have the Font Awesome library loaded */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #3498db;
  pointer-events: none;
}

/* Style on hover */
.styled-table select:hover {
  border-color: #2980b9;
}

/* Style on focus */
.styled-table select:focus {
  outline: none;
  box-shadow: 0 0 5px #3498db;
}




/*
label {
  color: slateGray;
  font-size: 0.8rem;
}

input, button {
  width: 100%;
  font-size: 1rem;
  line-height:1rem;
}

input {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

*/
.legend1 {
    display: inline-block; 
  Border-color: #707b89;
  background-color: white;
 min-width : 250px;
  width: auto;
  padding:10px 20px;
  font-size: 1.3rem;
 
 text-align: center;


  padding:10px;
  border-radius:1rem;
  margin: 20px, 0;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  transform: translateX(+1.1rem);
  
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
 
  color: white;
}

button {
  transform: none;
  box-shadow: none;
}

button:hover {
  background-color: gray;
  cursor: pointer;
}


/* TITLES
   ----------------------------- */
   
   h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
h1 em {
  font-style: normal;
  font-weight: 600;
}


.title1 h1 {
  text-align:center;
 
  text-transform:uppercase;
  font-size:26px; letter-spacing:1px;
  
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 16px 0;
  grid-gap: 22px;
}

.title1 h1:after,.title1 h1:before {
  content: " ";
  display: block;
  border-bottom: 2px solid #ccc;
  background-color:#f8f8f8;
}


/* Style 9
   ----------------------------- */
.title2 h1 {
  font-size:30px;text-align:center; line-height:1.5em; padding-bottom:45px; font-family:"Playfair Display", serif; text-transform:uppercase;letter-spacing: 2px; color:#111;
}


.title2 h1:before {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 60%;
  left:50%; margin-left:-30%;
  height: 1px;
  content: "";
  background-color: #777; z-index: 4;
}
.title2 h1:after {
  position:absolute;
  width:40px; height:40px; left:50%; margin-left:-20px; bottom:0px;
  content: '\00a7'; font-size:30px; line-height:40px; color:#c50000;
  font-weight:400; z-index: 5;
  display:block;
  background-color:#f8f8f8;
}


/* Style 11
   ----------------------------- */

.title3 h1 {
  font-size:30px;text-align:center; line-height:1.5em; padding-bottom:45px; font-family:"Playfair Display", serif; text-transform:uppercase;letter-spacing: 2px; color:#111;
}


.title3 h1:before {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 60%;
  left:50%; margin-left:-30%;
  height: 1px;
  content: "";
  background-color: #777; z-index: 4;
}
.title3 h1:after {
  position:absolute;
  width:40px; height:40px; left:50%; margin-left:-20px; bottom:0px;
  content: '\00a7'; font-size:30px; line-height:40px; color:#c50000;
  font-weight:400; z-index: 5;
  display:block;
  background-color:#f8f8f8;
}


.title4 h1 {
  font-size:26px; font-weight:700;  letter-spacing:1px; text-transform:uppercase; width:160px; text-align:center; margin:auto; white-space:nowrap; padding-bottom:13px;
}
.title4 h1:before {
    background-color: #c50000;
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}
.title4 h1:after {
    background-color: #c50000;
    content: '';
    display: block;
  position:absolute; right:0; bottom:0;
    height: 3px;
    width: 75px;
    margin-bottom: 0.25em;
}

/* Style 7
   ----------------------------- */
.title h1 {
text-align: center;
    font-size:30px; font-weight:300; color:#222; letter-spacing:1px;
    text-transform: uppercase;
	
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.title h1:after,.title h1:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #c50000;
    border-top: 1px solid #c50000;
    height: 5px;
  background-color:#f8f8f8;
}



body select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: 2px solid #3498db;
  padding: 7px 15px;
  font-size: 16px;
  color: #3498db;
  border-radius: 5px;
  cursor: pointer;
 
}

/* Style the arrow icon (you can use your own arrow icon) */
body select::after {
  content: "\f078"; /* You can use a different unicode for a custom icon */
  font-family: "Font Awesome"; /* Make sure you have the Font Awesome library loaded */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #f6b519;
  pointer-events: none;
}

/* Style on hover */
body select:hover {
  border-color: #f6b519;
}

/* Style on focus */
body select:focus {
  outline: none;
  box-shadow: 0 0 5px #3498db;
}

body textarea {
      /* Set the width and height of the textarea */
      width: 300px;
      height: 150px;
      
      /* Set the font properties */
      font-family: Arial, sans-serif;
      font-size: 14px;
      
      /* Set the background color and text color */
      background-color: #f0f0f0;
      color: #333;
      
      /* Add some padding and border to the textarea */
      padding: 10px;
      border: 1px solid #ccc;
      
      /* Add a slight shadow effect on focus */
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      
      /* Remove the default resize handle */
      resize: none;
    }


/* end .squaredOne */

/* CSS */
body input[type='submit'],input[type='button'] {
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #256dc9;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
  margin: 10px auto;
}

body input[type='submit']:hover {
    background: #256dc9;
color: white;
}

body input[type='submit']:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

body input[type='submit']:focus {
  outline: none;
  border: 2px solid #4285f4;
}

body input[type='submit']:not(:disabled) {
   
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

body input[type='submit']:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

body input[type='submit']:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

body input[type='submit']:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

body input[type='submit']:disabled {
     background: #f0f0f0;
    color: #a3a3a3;
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}



/*Input
@import url(https://fonts.googleapis.com/css?family=Montserrat);
*/
 .text-input {
 color:black;

	 position: relative;
	 margin: 10px;
}
 .text-input input[type="text"] {
	 display: inline-block;
	 width: 500px;
	 height: 50px;
     color: black;
     
	 box-sizing: border-box;
	 outline: none;
	 border: 1px solid lightgray;
	 border-radius: 10px;
	 padding: 5px 10px 5px 250px;
	 transition: all 0.1s ease-out;
}



.text-input label {
  color: #B4886B;
  font-weight: bold;
  font-size: 16px;
  width: 200px;
  float: left;
  text-align: right;
  margin: 0px;
  padding: 10px;
  vertical-align: middle;

}


 .text-input input[type="text"] + label {
	 position: absolute;
	 top: 0;
	 left: 0;
	 bottom: 0;
	 height: 50px;
    
	line-height: 50px;
	 color: white;
	 border-radius: 10px 0 0 10px;
	 padding: 0 20px;
	 background: #e03616;
	 transform: translateZ(0) translateX(0);
	 transition: all 0.3s ease-in;
	 transition-delay: 0.2s;
}
 .text-input input[type="text"]:focus + label {
	 transform: translateY(-120%) translateX(0%);
	 border-radius: 3px;
	 transition: all 0.1s ease-out;
}
 .text-input input[type="text"]:not([readonly]):focus  {
	 padding: 20px;
	 transition: all 0.3s ease-out;
	 transition-delay: 0.2s;
}
 
 
	.tr_sub_menus {width: 100%; border-bottom: 1px dotted #bbb;}
    

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 66px;
  
}





body iframe {
    
 
    
    width: 90%; 
    background-color: transparent;
    /*    border-radius: 10px; 
     box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;*/
}


body fieldset {
  margin: 25px 10px ;
  
  border-radius: 10px;
border: 1px solid #73AD21;

  padding:  20px;
      box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;

}

.large_icon{
   font-size:24pt;
}

.xlarge_icon{
   font-size:32pt;
}



.form__group {
	 position: relative;
	 padding: 15px 0 0;
	 margin-top: 10px;
	 width: 100%;
}
 .form__field {
	 font-family: inherit;
	 width: 100%;
	 border: 0;
	 border-bottom: 2px solid #9b9b9b;
	 outline: 0;
	 font-size: 1rem;
	 color: #000;
	 padding: 7px 0;
	 background: transparent;
	 transition: border-color 0.2s;
}
 .form__field::placeholder {
	 color: black;
}
 .form__field:placeholder-shown ~ .form__label {
	 font-size: 1rem;
	 cursor: text;
	 top: 20px;
}
 .form__label {
	 position: absolute;
	 top: 0;
	 display: block;
	 transition: 0.2s;
	 font-size: 1rem;
	 color: #f6b519;
}
 .form__field:focus {
	 padding-bottom: 6px;
	 font-weight: 700;
	 border-width: 3px;
	 border-image: linear-gradient(to right, #11998e, #38ef7d);
	 border-image-slice: 1;
}
 .form__field:focus ~ .form__label {
	 position: absolute;
	 top: 0;
	 display: block;
	 transition: 0.2s;
	 font-size: 1rem;
	 color: #11998e;
	 font-weight: 700;
}
/* reset input */
 .form__field:required, .form__field:invalid {
	 box-shadow: none;
}
/* demo */




  @supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .checkbox-wrapper input[type=checkbox] {
      --active: #275EFE;
      --active-inner: #fff;
      --focus: 2px rgba(39, 94, 254, .3);
      --border: #BBC1E1;
      --border-hover: #275EFE;
      --background: #fff;
      --disabled: #F6F8FF;
      --disabled-inner: #E1E6F9;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 21px;
      outline: none;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin: 0;
      cursor: pointer;
      border: 1px solid var(--bc, var(--border));
      background: var(--b, var(--background));
      transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    .checkbox-wrapper input[type=checkbox]:after {
      content: "";
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    .checkbox-wrapper input[type=checkbox]:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    .checkbox-wrapper input[type=checkbox]:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: 0.9;
    }
    .checkbox-wrapper input[type=checkbox]:disabled:checked {
      --b: var(--disabled-inner);
      --bc: var(--border);
    }
    .checkbox-wrapper input[type=checkbox]:disabled + label {
      cursor: not-allowed;
    }
    .checkbox-wrapper input[type=checkbox]:hover:not(:checked):not(:disabled) {
      --bc: var(--border-hover);
    }
    .checkbox-wrapper input[type=checkbox]:focus {
      box-shadow: 0 0 0 var(--focus);
    }
    .checkbox-wrapper input[type=checkbox]:not(.switch) {
      width: 21px;
    }
    .checkbox-wrapper input[type=checkbox]:not(.switch):after {
      opacity: var(--o, 0);
    }
    .checkbox-wrapper input[type=checkbox]:not(.switch):checked {
      --o: 1;
    }
    .checkbox-wrapper input[type=checkbox] + label {
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      margin-left: 4px;
     
    }

    .checkbox-wrapper input[type=checkbox]:not(.switch) {
      border-radius: 7px;
    }
    .checkbox-wrapper input[type=checkbox]:not(.switch):after {
      width: 5px;
      height: 9px;
      border: 2px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 7px;
      top: 4px;
      transform: rotate(var(--r, 20deg));
    }
    .checkbox-wrapper input[type=checkbox]:not(.switch):checked {
      --r: 43deg;
    }
  }

  .checkbox-wrapper * {
    box-sizing: inherit;
  }
  .checkbox-wrapper *:before,
  .checkbox-wrapper *:after {
    box-sizing: inherit;
  }
  
  
body label {

font-family: 'Heebo', sans-serif;
font-size: 1rem;
font-weight: 400;
letter-spacing: 0.025rem;
font-style: normal;
/*text-transform: capitalize;*/
color: red;
background-color: #ffffff0;
border-radius: 0.15rem;
-webkit-border-radius: 0.15rem;
-moz-border-radius: 0.15rem;
padding: 0.3rem 0.4rem;
border-style: none;
border-width: 0rem;
border-color: #EF2D56;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-box-shadow: none;

}

/*label:after { content: " : " }*/
.list3 {
    list-style-type: none;
   -moz-column-gap: 20;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -webkit-column-gap: 20;
    column-count: 3;
    column-gap: 20;
}


.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #9FD6AE;
}

.tgl-ios + .tgl-btn {
  background: #fbfbfb;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
  border: 1px solid #e8eae9;
}
.tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: #fbfbfb;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}
.tgl-ios + .tgl-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after {
  padding-right: 0.8em;
}
.tgl-ios:checked + .tgl-btn {
  background: #86d993;
}
.tgl-ios:checked + .tgl-btn:active {
  box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -0.8em;
}

.tgl-skewed + .tgl-btn {
  overflow: hidden;
  transform: skew(-10deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.2s ease;
  font-family: sans-serif;
  background: #888;
}
.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
  transform: skew(10deg);
  display: inline-block;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}
.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}
.tgl-skewed + .tgl-btn:active {
  background: #888;
}
.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}
.tgl-skewed:checked + .tgl-btn {
  background: #86d993;
}
.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}
.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}
.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}

.tgl-flat + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  background: #fff;
  border: 4px solid #f2f2f2;
  border-radius: 2em;
}
.tgl-flat + .tgl-btn:after {
  transition: all 0.2s ease;
  background: #f2f2f2;
  content: "";
  border-radius: 1em;
}
.tgl-flat:checked + .tgl-btn {
  border: 4px solid #7FC6A6;
}
.tgl-flat:checked + .tgl-btn:after {
  left: 50%;
  background: #7FC6A6;
}

.tgl-flip + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  font-family: sans-serif;
  perspective: 100px;
}
.tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
  display: inline-block;
  transition: all 0.4s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 4px;
}
.tgl-flip + .tgl-btn:after {
  content: attr(data-tg-on);
  background: #02C66F;
  transform: rotateY(-180deg);
}
.tgl-flip + .tgl-btn:before {
  background: #FF3A19;
  content: attr(data-tg-off);
}
.tgl-flip + .tgl-btn:active:before {
  transform: rotateY(-20deg);
}
.tgl-flip:checked + .tgl-btn:before {
  transform: rotateY(180deg);
}
.tgl-flip:checked + .tgl-btn:after {
  transform: rotateY(0);
  left: 0;
  background: #7FC6A6;
}
.tgl-flip:checked + .tgl-btn:active:after {
  transform: rotateY(20deg);
}

.center-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}
.div_ver  {
  display: table-cell;
    vertical-align: middle;
	
	margin: 0 auto;
    height: 50px;
    /*border: 1px solid red;*/
	
  
      margin-right: auto;
	    margin-left: auto;
 
}

.div_ver label {
	color: black;
  font-weight: bold;
  font-size: 16px;
  width: 200px;
  float: left;
  text-align: left;
  margin: 0px;
  padding: 10px;
  vertical-align: botom;
}


.div_ver input{

	 height: 50px;
    height: 40px;
    width: 300px;
    border: 1px solid #000;


    margin-top: -3rem;
	margin-left: 0 px;
	 line-height: 50px;
	 color: black;
	 border-radius: 10px ;
	 padding: 0 20px;
	 
     
	 
}


body input[type="time"] {

color:black;
    width: 150px;
   
	 

	 
}

/*

table { 
	width: 750px; 
	border-collapse: collapse; 
	margin:50px auto;
	}


tr:nth-of-type(odd) { 
	background: #eee; 
	}

th { 
	background: #3498db; 
	color: white; 
	font-weight: bold; 
	}

td, th { 
	padding: 10px; 
	border: 1px solid #ccc; 
	text-align: left; 
	font-size: 18px;
	}

/* 

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table { 
	  	width: 100%; 
	}

	
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}

	td:before { 
		
		position: absolute;
		
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		
		content: attr(data-column);

		color: #000;
		font-weight: bold;
	}

}*/



.loginform{
    background-color: transparent;
    height: auto;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0px;
    
}
.u-input-1 {
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
}
@media (max-width: 767px) {
.loginform {
  
    width: 80%;
   
    
	}
	


}




.mytable {
  table-layout:fixed;
  border-collapse: separate;
  background: rgba(255,255,255,0.75);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 20px 0px;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-spacing: unset;
  width: 100%;
table-layout: fixed;
overflow-wrap: break-word;
}

.mytable thead {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.mytable thead th {
  font-family: 'Patua One', cursive;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
 
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 5px 10px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0NmY3ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRhNTU2NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #646f7f), color-stop(100%, #4a5564));
  background-image: -moz-linear-gradient(#646f7f, #4a5564);
  background-image: -webkit-linear-gradient(#646f7f, #4a5564);
  background-image: linear-gradient(#646f7f, #4a5564);
  border-top: 1px solid #858d99;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}



.mytable thead th:first-child {
	
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
.mytable thead th:last-child {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

.mytable tbody tr td {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  border: 1px solid #858d99;
  color: #5f6062;
  font-size: 15px;
  padding: 5px;
  /*border-bottom: 1px solid #e0e0e0;*/
}

.mytable tbody td:first-child {
	 font-size: 16px;
  font-weight: 700;
}


.mytable tbody tr:last-child td {
  border-bottom: none;
}
.mytable tbody tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 5px;

  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.mytable tbody tr:last-child td:last-child {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.mytable tbody:hover > td:hover{
  text-shadow: none;
  color: #2d2d2d;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.mytable .headcol {
  position: absolute;
  width: 5em;
  left: 0;
  top: auto;
  
}

.mytable select {
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		background: transparent;
		border : none;
		border-bottom:1px solid #757575;
		padding: 7px 15px;
		font-size: 16px;
		border-radius:0;
		color: #3498db;
		width:220px;
		cursor: pointer;
		margin-bottom:25px;
		
		
		-webkit-appearance: none;
		-moz-appearance: none;
		background: transparent;
		background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
		background-repeat: no-repeat;
		background-position-x: 100%;
		background-position-y: 10px;
		
		
		
		}
		
		.mytable input 				{
  font-size:18px;
  padding:10px 10px 3px 5px;
  margin-bottom:15px;
  width:90%;
  border:none;
  background-color: transparent;
  border-bottom:1px solid #757575;
		}
		
		
		
		.mytable select::after {
		 content: "\f078"; /* You can use a different unicode for a custom icon */
  font-family: "Font Awesome"; /* Make sure you have the Font Awesome library loaded */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #3498db;
  pointer-events: none;

}
@media print {
	.mytable {
	border: 1px solid black;
	}
	
	.mytable td,th{
	border: 1px solid black;
	}
	
}

@media (max-width: 767px) {
	
	
	
	
.mytable thead th {
  font-size: 14px;
  text-align: center;
  padding: 3px 5px;
;
}
.mytable tbody tr td {
  font-family: 'Open Sans', sans-serif;
  color: #5f6062;
  font-size: 13px;
  padding: 3px;
  /*border-bottom: 1px solid #e0e0e0;*/
}

	
	
.mytable tbody td:first-child {
	 font-size: 13px;
 
}
}

@media (max-width: 575px) {

.mytable{
/*transform:rotate(270deg);	*/
}
}





.style_1 			  { 
  position:relative; 
  margin-bottom:45px; 
}
.style_1 input 				{
  font-size:18px;
  padding:10px 10px 3px 5px;
  
  width:50%;
  border:none;
  background-color: transparent;
  border-bottom:1px solid #757575;
}


.style_1 select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
   border : none;
  border-bottom:1px solid #757575;
  padding: 7px 15px;
  font-size: 16px;
  border-radius:0;
  color: #3498db;
 width:220px;
  cursor: pointer;
  
  
    -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 10px;
 

 
}

/* Style the arrow icon (you can use your own arrow icon) */
.style_1 select::after {

}

/* Style on hover */
.style_1 select:hover {
  border-color: #f6b519;
}

.fit {
	width: fit-content;
block-size: fit-content;
}


.mydiv2 {
	
	  position:relative; 
  margin-bottom:25px; 
  margin-left:auto;
  margin-right:auto;
  width: fit-content;
block-size: fit-content;
	
}

.mydiv input 				{
  font-size:18px;
  padding:10px 10px 3px 5px;
  margin-bottom:15px;
  width:50%;
  border:none;
  background-color: transparent;
  border-bottom:1px solid #757575;
}


.mydiv select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
   border : none;
  border-bottom:1px solid #757575;
  padding: 7px 15px;
  font-size: 16px;
  border-radius:0;
  color: #3498db;
 width:220px;
  cursor: pointer;
    margin-bottom:25px;

  
    -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 10px;
 

 
}

.mydiv label {
	display:inline;
	width:200px;
	text-align:right;
}
/* Style the arrow icon (you can use your own arrow icon) */
.mydiv select::after {

}

/* Style on hover */
.mydiv select:hover {
  border-color: #f6b519;
}



.mytitle_label {

	margin-bottom:10px;
	margin-top: 10px;
	display: flex;
            flex-direction: row;
	
}


.mytitle_label:before,
        .mytitle_label:after {
            content: "";
            flex: 1 1;
            border-bottom: 2px solid #000;
            margin: auto;
        }

.div90 {
	
}

.container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
  justify-content: center;
	}
	
	
	
		button {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    button:hover, button:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    
    
    .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    
    .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
    .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }
    .btn:hover {
    color: #212529;
    text-decoration: none; }
    .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .btn.disabled, .btn:disabled {
    opacity: 0.65; }
    
    a.btn.disabled,
    fieldset:disabled a.btn {
    pointer-events: none; }
    
    .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
    .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
    .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
    
    .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
    .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
    .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
    
    .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
    .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
    .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
    
    .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
    .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
    .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
    
    .btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
    .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
    .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
    .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
    
    .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
    .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
    .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
    
    .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
    .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
    .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
    
    .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
    .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
    .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
    .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
    
    .btn-outline-primary {
    color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
    
    .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
    
    .btn-outline-success {
    color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
    .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
    .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
    
    .btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
    .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
    .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
    
    .btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
    .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
    
    .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
    
    .btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
    .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
    .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
    
    .btn-outline-dark {
    color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
    .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
    
    .btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none; }
    .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
    .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }
    
    .btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem; }
    
    .btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem; }
    
    .btn-block {
    display: block;
    width: 100%; }
    .btn-block + .btn-block {
    margin-top: 0.5rem; }
    
    input[type="submit"].btn-block,
    input[type="reset"].btn-block,
    input[type="button"].btn-block {
    width: 100%; }
    
    
	
	
	
    
   
	.pb-3,
    .py-3 {
    padding: 10px 0 !important; }
    
    
    .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    
    .wrapper {
    width: 100%; }
	
	
	

	
	
.checkbox {
  position: relative;
  top: -0.375rem;
  margin: 0 1rem 0 0;
  cursor: pointer;
}
.checkbox:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #b3b3b3;
}
.checkbox:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 0.5rem;
  border-color: #009688;
  border-top-style: none;
  border-right-style: none;
}
.checkbox:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: #fff;
  cursor: pointer;
}




/* checkbox-rect */
.checkbox-rect input[type="checkbox"] {
  display: none;
  
  
}
.checkbox-rect input[type="checkbox"] + label {
  display: block;
  width:fit-content;
  position: relative;
  padding-left: 25px;
  
  font: 14px/20px "Open Sans", Arial, sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.checkbox-rect input[type="checkbox"]:hover + label:hover {
  color: rgb(23, 86, 228);
}
.checkbox-rect input[type="checkbox"]:hover + label:before {
  background: #50565a;
  box-shadow: inset 0px 0px 0px 2px #f7f2f2;
}
.checkbox-rect input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}
.checkbox-rect input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #343a3f;
  border-radius: 0.2em;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s, background 0.2s ease-in-out;
  transition: all 0.2s, background 0.2s ease-in-out;
  background: #f3f3f3;
}
.checkbox-rect input[type="checkbox"]:checked + label:before {
  width: 1.3em;
  height: 1.3em;
  border-radius: 0.2em;
  border: 2px solid #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #50565a;
  box-shadow: 0 0 0 1px #000;
}
/* checkbox-rect end */



.settings {
    display:grid;
    /*grid-template-columns: max-content max-content;*/
	grid-template-columns: 1fr 1fr;
    grid-gap:5px;
	width: 100%;
	}
	.settings label       { text-align:right; font-size:17px; font-weight:700; color:Black; vertical-align:top;margin-top:-5px;}
	.settings label:after { content: " :"; }
	
	
	.grid-second {
  grid-column: 2 / -1;
  
}

	
	
	.settings  select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	border : none;
	border-bottom:1px solid #757575;
	padding: 7px 15px;
	font-size: 16px;
	border-radius:0;
	color: #3498db;
	width:220px;
	cursor: pointer;
    margin-bottom:25px;
	
	
    -webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 10px;
	
	
	
	}
    
    
    .center {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
  justify-content: center;
	}
    
    
    
    

.grid{
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
  grid-template-rows: 1fr;
  column-gap: 20px;

}
.grid .mydiv{width:fit-content;  }
@media screen and (max-width: 992px){
   .grid{
      grid-template-columns: repeat(1, 1fr);
   }
}


}


	/* TOGGLE STYLING */
.toggle {
  margin: 0 0 1.5rem;
  box-sizing: border-box;
  font-size: 0;
  display: inline-block;
 flex-flow: row nowrap;
 
  justify-content: center;
  align-items: center;
}
.toggle input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.toggle input + label {
  margin: 0;
  padding: 0.75rem 2rem;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: solid 1px #DDD;
  background-color: #FFF;
  font-size: 1rem;
  color: #858d99;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
  /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
  /*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
  /* ----- */
}
.toggle input + label:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: none;
}
.toggle input + label:last-of-type {
  border-radius: 0 6px 6px 0;
  border-left: none;
}
.toggle input:hover + label {
  border-color: #213140;
}
.toggle input:checked + label {
  background-color: #4B9DEA;
  color: #FFF;
  box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
  border-color: #4B9DEA;
  z-index: 1;
}
.toggle input:focus + label {
  outline: dotted 1px #CCC;
  outline-offset: 0.45rem;
}
@media (max-width: 800px) {
  .toggle input + label {
    padding: 0.75rem 0.25rem;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* STYLING FOR THE STATUS HELPER TEXT FOR THE DEMO */
.status {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}
.status span {
  font-weight: 600;
  color: #B6985A;
}
.status span:first-of-type {
  display: inline;
}
.status span:last-of-type {
  display: none;
}
@media (max-width: 800px) {
  .status span:first-of-type {
    display: none;
  }
  .status span:last-of-type {
    display: inline;
  }
}





.underline {
    border-bottom:1px solid #000000 !important;
    text-decoration-line: unset  !important;
}


.short-text { display: none; }

@media screen and (max-width: 767px) {
  .short-text { display: inline-block; }
 .full-text { display: none; }
	
}


.check {
  cursor: pointer;
  position: relative;
  margin: auto;
  width: 18px;
  height: 18px;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}
.check:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(34,50,84,0.03);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.check svg {
  position: relative;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #c8ccd4;
  stroke-width: 1.5;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
}
.check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
  transition: all 0.3s linear;
  transition-delay: 0.15s;
}
.check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
  transition: all 0.2s linear;
}
.check:hover:before {
  opacity: 1;
}
.check:hover svg {
  stroke: #4285f4;
}
#cbx:checked + .check svg {
  stroke: #4285f4;
}
#cbx:checked + .check svg path {
  stroke-dashoffset: 60;
  transition-delay: 0s;
}
#cbx:checked + .check svg polyline {
  stroke-dashoffset: 42;
  transition-delay: 0.15s;
}


.showsmall{display:none; text-align:center;}
@media (max-width: 700px) {
    .hideit{display:none;}
    .showsmall{display:inline;}
    }
    
.breakall{ overflow-wrap: break-word;word-wrap: break-word;word-break: break-all;text-overflow: clip;overflow: hidden;}



.grid2{
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
  grid-template-rows: 1fr;
  column-gap: 20px;
  font-size:18px;
}
.grid2 div{width:fit-content;  margin: 10px; }


.grid3{
  display: grid;
  grid-template-columns: 30% 30% 30%;
  width: 100%;
  grid-template-rows: 1fr;
  column-gap: 20px;
  font-size:18px;
}
.grid3 .mydiv{width:fit-content;  margin: 10px;
}
@media screen and (max-width: 992px){
   .grid3{
      grid-template-columns: repeat(1, 1fr);
   }
     .grid2{
      grid-template-columns: repeat(1, 1fr);
   } 
}


	
	.tabs {
  position: relative;
  display: flex;
  min-height: 500px;
  
  height: 80vh;
  padding :3px;
  margin:3px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.tabby-tab {
  flex: 1;
}

.tabby-tab .label1 {
  display: block;
  box-sizing: border-box;
  /* tab content must clear this */
    height: 37px;
  color:#737373;
  padding: 10px;
  text-align: center;
  background: rgba(242, 242, 242, .75);
   border-bottom: 1px solid #73AD21;
  cursor: pointer;
  transition: background 0.5s ease;
  
}

.tabby-tab .label1:hover {
  background: #fff;
}

.tabby-content {
  position: absolute;
 
  left: 0; bottom: 0; right: 0;
  /* clear the tab labels */
    top: 40px; 
 background: #fff;
  border-bottom: 1px solid #73AD21;
   border-left: 1px solid #73AD21;
    border-right: 1px solid #73AD21;
  padding: 20px;
  border-radius: 0 0 8px 8px;
    background: #fff;
	margin:0 3px;
  overflow:auto;
  transition: 
    opacity 0.8s ease,
    transform 0.8s ease   ;
  
  /* show/hide */
    opacity: 0;
    transform: scale(0.1);
    transform-origin: top left;
  
}

.tabby-content img {
  float: left;
  margin-right: 20px;
  border-radius: 8px;
}


/* MAKE IT WORK ----- */

.tabby-tab [type=radio] { display: none; }
[type=radio]:checked ~ label {
  background: #fff;  color:red;
  border-top: 1px solid #73AD21;
   border-left: 1px solid #73AD21;
    border-right: 1px solid #73AD21;
	 border-bottom: none;
  border-radius:  8px 8px 0 0;
  z-index: 2;
}

[type=radio]:checked ~ label ~ .tabby-content {
  z-index: 1;
  
  /* show/hide */
    opacity: 1;
	
    transform: scale(1);
}

/* BREAKPOINTS ----- */

.short-text { display: none; }

@media screen and (max-width: 767px) {
  .short-text { display: inline-block; }
 .full-text { display: none; }
	
}

@media screen and (max-width: 480px) {
  
  .tabby-tab label { 
    height: 60px;
  }
  .tabby-content { top: 41px; }
  .tabby-content img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.dot {
  height: 25px;
  width: 25px;
  background-color: #f00;
  border-radius: 50%;
  display: inline-block;
}


	#main {
	width: 100%;
	padding: 0;
	
	/*min-height: 100vh;*/
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; }
	
	.u-section-3 .u-sheet-1 .wrapper {
    display: relative;*/
    width: 100%;
	
	}

	.p-0 {
	padding: 0 !important; }
	
	.u-bg {
    background-image: url("/front2/images/logo2.jpg");
    
    min-height: 800px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 0px ;
}

	
	/* Popup container */
.popup {
  position: absolute;
  display: block;
  cursor: pointer;
  width:160px;
  height:240px;

}

/* The actual popup (appears on top) */
.popup .popuptext {
    display: block;
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
   height: fit-content;
z-index: 99;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}


.popup .show {
  visibility: visible;
  animation: fadeIn 1s;
}

}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}




.overlay2 {
  position: fixed;
  background: rgba(71, 69, 69, 0.9);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity:1;
  display: none;
  z-index: 1000;

}
.overlay2 img {
  
    flex: 1;
    transition: transform 0.4s; 
    
}
.overlay2.open {

  display: flex;
justify-content: center;
align-items: center;
text-align: center;
min-height: 100vh;
}

.overlay2__inner {
  background: #ffffff;
  max-width: 800px;
  width: 95%;
 max-height: 90%;
  padding: 15px;

  opacity: 1;
  
   position:fixed;
   margin-left:auto;
   margin-right:auto;
   display:block;
   z-index:100;
         display: flex;  
}


.close2 {
  position: absolute;
  top: 3px;
  right: 10px;
  background: none;
  outline: 0;
  color: #474545;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.close2:hover {
  color: #D1A39E;
}




	
	
.mytoggle {
    position: absolute;
    width: 6em;
	height: 3em;
	font-size: 13px; 
    margin: 0;
    filter: opacity(0);
    cursor: pointer;
    z-index: 2;
}

.mytoggle ~ .switch {
	position: absolute;
	width: 6em;
	height: 3em;
	font-size: 13px; 
	background: linear-gradient(silver, whitesmoke);
	border-radius: 1.5em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mytoggle ~ .switch .inner {
	width: 4.8em;
	height: 2.1em;
	background: linear-gradient(dimgray, silver);
	border-radius: 2em;
	box-shadow: inset 0 0 1.5em rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
}

.mytoggle ~ .switch .inner .disc {
	width: 2.1em;
	height: 2.1em;
	background: linear-gradient(to top, silver, whitesmoke);
	border-radius: 50%;
	box-shadow: 0 0.4em 0.6em rgba(0, 0, 0, 0.2);
	position: relative;
	left: -30%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
}

.mytoggle ~ .switch .inner .disc::before {
	content: 'OFF';
	position: absolute;
	width: 80%;
	height: 80%;
	background: linear-gradient(silver, whitesmoke);
	border-radius: 50%;
	text-align: center;
	line-height: calc(2.1em * 0.8);
	font-family: sans-serif;
	color: gray;
}

.mytoggle:checked ~ .switch .inner {
	background: linear-gradient(green, limegreen);
}

.mytoggle:checked ~ .switch .inner .disc {
	left: 30%;
}

.mytoggle:checked ~ .switch .inner .disc::before {
	content: 'ON';
	color: limegreen;
}



  .custom-alert {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #f1f1f1;
            padding: 20px;
            border: 1px solid #ccc;
            border-radius: 5px;
            display: none;
            max-width: 300px;
            z-index: 9999999;
        }

.custom-alert-title {
            font-weight: bold;
            margin-bottom: 10px;
        }

        .close-button {
            background-color: #f44336;
            color: white;
            border: none;
            border-radius: 5px;
            padding: 5px 10px;
            cursor: pointer;
            margin-top:15px;
        }

        .show-alert-button {
            padding: 10px 20px;
            background-color: #4CAF50;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }


.slide-in-from-right {
  animation: 1.5s ease-out 0s 1 slideInFromRight forwards;
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0);
  }
}

.stitle {

	  position: relative;
	       
        font-size: 2.25rem;
		
        line-height: 1.1;
        margin-top: 50px;
        margin-bottom: 20px;
		font-weight: 700;
		transition: all 0.4s ease 0s;
		word-wrap: break-word;
		text-transform: uppercase;
		text-align: left;
		 animation-duration: 2s; 
	 --animate-delay: 1s;
  /*    pointer-events: initial;
    box-sizing: border-box;
    
    font-family: Amiri,sans-serif;
    text-align: center;
   
  
  color: #478ac9 !important;
    padding: 0;
    line-height: 1.1;
    margin: 50px auto 0 auto;
    font-size: 2.25rem;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 700;
   /* text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 8px;*/
    will-change: auto;
	font-family:Amiri, sans-serif;
	*/
	
   /*animation: backInUp; */
 
	
	}




@keyframes slideInLeft {
    0% {
        transform: translate(XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX);
		opacity: 0;
    }
    100% {
        transform: translate(0%,0%);
		opacity: 1;
    }
}

.ubody {
    animation: slideInLeft 1s ease-in-out normal;
	 animation-fill-mode: forwards;
  
}



.hdivider {
  margin: 25px auto;
  
  width: 95%;
  position: relative;
}

.hdivider .shad {
  overflow: hidden;
  height: 15px;
  
}

.hdivider .shad:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px/12px;
  box-shadow: 0 0 7px black;
}


.hdivider .shadu {
  overflow: hidden;
  height: 12px;
  
}

.hdivider .shadu:after {
 content: '';
  display: block;
  margin: 12px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px/12px;
  box-shadow: 0 0 10px black
}


.hdivider .text {
  width: 100px;
  height: 45px;
  padding: 10px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -33px;
  left: 50%;
  margin-left: -60px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #999;
  background: white;
}

.hdivider .text i {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 100%;
  border: 1px dashed #aaa;
  text-align: center;
  line-height: 50px;
  font-style: normal;
  color: #999;
}

.hdivider .text2 {
  width: 68px;
  height: 68px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -35px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #999;
  background: white;
}

.hdivider img {
 /* position: absolute;*/
  margin: 5px;
  max-width: 60px;
  
  border-radius: 100%;
  border: 0px dashed #aaa;
 /* -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
/*filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}


.divider
{
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 1px;
}

.div-transparent:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}

.div-arrow-down:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: -7px;
	left: calc(50% - 7px);
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	background-color: white;
	border-bottom: 1px solid rgb(48,49,51);
	border-right: 1px solid rgb(48,49,51);
}

.rect {
	
	border: 3px solid #404040;
	opacity:0.5;
	border-radius : 5px;
	transform: rotate(var(--angle));
	position: fixed;
	left: var(--X);
	top: var(--Y);
	width: var(--W);
	height: var(--H);
	
}


.cube {
  position: fixed;
  top: 80vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #404040;
  opacity: 0.5;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: cube 30s ease-in forwards infinite;
          animation: cube 30s ease-in forwards infinite;
}
.cube:nth-child(2n) {
  border-color: #404040;
}
.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;
}

@-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: 0.5;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}


/* Spinner base */
/* Overlay plein écran */
.spinner-overlay {
 position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; /* Hidden by default */
  align-items: center;
  justify-content: center;
 /*  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent dark background */
  z-index: 9999;
}

/* Spinner circulaire */
.spinner0 {
  margin: auto;
  width: 60px;
  height: 60px;
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.spinner {
    
    animation:spin 1s infinite linear;
  border:solid 2vmin transparent;
  border-radius:50%;
  border-right-color:#09f;
  border-top-color:#09f;
  box-sizing:border-box;
  height:20vmin;
  left:calc(50% - 10vmin);
  position:fixed;
  top:calc(50% - 10vmin);
  width:20vmin;
  z-index:1;
  &:before {
    animation:spin 2s infinite linear;
    border:solid 2vmin transparent;
    border-radius:50%;
    border-right-color:#3cf;
    border-top-color:#3cf;
    box-sizing:border-box;
    content:"";
    height:16vmin;
    left:0;
    position:absolute;
    top:0;
    width:16vmin;
  }
  &:after {
    animation:spin 3s infinite linear;
    border:solid 2vmin transparent;
    border-radius:50%;
    border-right-color:#6ff;
    border-top-color:#6ff;
    box-sizing:border-box;
    content:"";
    height:12vmin;
    left:2vmin;
    position:absolute;
    top:2vmin;
    width:12vmin;
  }
}

@keyframes spin {
  100% {
    transform:rotate(360deg);
  }
}
a:active, a:focus {
    background: none !important;
}
/* Animation 
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
  
}*/.floating-nav {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: rgba(0, 118, 162, 0.66);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 7px 5px;
  border-radius: 0 16px 16px 0;
  width: 40px; /* largeur réduite initiale */
  overflow: hidden;
  transition: width 0.3s ease, background-color 0.3s ease;
  z-index: 1000;
}

.floating-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.floating-nav li {
  margin: 0;
  box-sizing: unset;
  
}

.floating-nav a {
  color: white;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 5px;
  border-radius: 10px;
  transition: background 0.3s ease;
  white-space: nowrap;

}

.floating-nav a i {
  font-size: 16px;
  margin-right: 5px;
}

.floating-nav a:hover {
  color: #46cefc;

}
/* Masquer les textes */


.floating-nav.collapsed span {
  display: none;
}

/* Hover: étend la barre + affiche les textes */
.floating-nav:hover {
  width: 180px;
  background-color: rgba(0, 118, 162, 0.8);
}

.floating-nav:hover span {
  display: inline;
}

.floating-nav a.active {
  font-weight: bold;
  color: #ff4081;
 
  
}

.floating-nav.collapsed a.active {
  background: none !important; /* Supprime tout fond */
  color: #ff4081; /* Couleur personnalisée pour l'icône et le texte */
}

.floating-nav.collapsed a.active i {
  color: #ff4081; /* Pour forcer aussi la couleur de l'icône */
}

@media (max-width: 768px) {
    
  .floating-nav {
    width: 180px;

    margin:0;
        bottom: 5px;
        top: auto;
        transform: unset;
  
  }
 

.floating-nav.collapsed {
  width: 37px;
          left: -4px;
}

.floating-nav.collapsed a span {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}


}

.menu-toggle {
  text-align: center;
  padding: 0px 5px 5px 5px;
  cursor: pointer;
  color: #eee;
  font-size: 1.2rem;
  transition: background 0.2s;
}

.menu-toggle:hover {
  background: rgba(0, 0, 0, 0.05);
}


.carousel {
	height: 700px;
	perspective: 600px;
	transform: translateY(-10px);
	margin-bottom:50 px;
	

}

.carousel .carousel-item {
	   
	cursor: grab;
	width: auto;
	display:grid;
	padding: 20px 0 0 0;
text-align: center;

}

#item {
	max-width: 50%;
	margin: 0 auto;
}
.carousel .carousel-item:active {
	cursor: grabbing;

}

.carousel .carousel-item img {
	height: 600px;
    width: auto;
	text-align: center;
}

.carousel .carousel-item h3 {
	background-color: #ffffff;
	color: #000000;
	font-size: 1.6em;
	font-weight: bold;
	margin: -5px 0 0;
	padding: 10px 5px;
	text-align: center;
}

.txt {
	    color: #478ac9 !important;
    font-size: 2.25rem;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 700;
    text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 8px;
    will-change: auto;
	text-align:center;
}
.affiche {
	
	
	height:auto;
	padding:0 10px;
}

@media (max-width: 767px) {
  
  
.affiche {
	
	max-width:100%;
	
}


#item {
	max-width: 100%;
    margin:0 auto;
}
  
    }
	