body {
  
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  line-height: 1.42857143;
  font-size: 14px;
  font-family: 'Almarai', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #100f0e;
  box-sizing: border-box;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Cairo', sans-serif;
}

fieldset {
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 2px;
    border-style:dashed ;
    border-color: #d6d6d6;
    border-image: initial;
}
/* .btn-primary {
  color: #00000094;
  background-color: #0d6efd00;
  border-color: #0d6dfd00;
  font-family: 'Cairo', sans-serif;
  font-size: large

}
 */.febtn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.1;
  color: #0f0f0fc2;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #ebe6e6;
  border: -7px solid transparent;
  backdrop-filter: blur(10px);
  font-size: 1rem;
  border-radius: 1.25rem;
}
.btn {
  transition: color 0.5s ease-in-out;
  /* min-width: 92px;
  max-width: 93px; */
}

legend.scheduler-border {
  width:inherit; /* Or auto */
  padding:0 10px; /* To give a bit of padding on the left and right */
  border-bottom:none;
  float:none;
}
label {
  position: relative;
}

/* label:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill-rule='evenodd'%3E%3Cpath d='M16.036 18.455l2.404-2.405 5.586 5.587-2.404 2.404zM8.5 2C12.1 2 15 4.9 15 8.5S12.1 15 8.5 15 2 12.1 2 8.5 4.9 2 8.5 2zm0-2C3.8 0 0 3.8 0 8.5S3.8 17 8.5 17 17 13.2 17 8.5 13.2 0 8.5 0zM15 16a1 1 0 1 1 2 0 1 1 0 1 1-2 0'%3E%3C/path%3E%3C/svg%3E") center / contain no-repeat;
} */

input {
  padding: 10px 30px;
}
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.nav-link {
 
  color: #000000
}
    .nav-link:hover {
        color: #00eaff;
        background-color: #999;
    }

.tablink:hover {
  background-color: #ffcc00;
}

/* Style the tab content */
.tabcontent {
  color: rgb(0, 0, 0);
  display: none;
  padding: 50px;
  text-align: center;
}

#London {background-color:rgba(223, 217, 217, 0.575);}
#Paris {background-color:rgba(223, 217, 217, 0.575);;}
#Tokyo {background-color:rgba(223, 217, 217, 0.575);;}
#Oslo {background-color:rgba(223, 217, 217, 0.575);;}

ul.no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.card-body, .card{
  background: rgba(255, 255, 255, 0.192);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  border: 3px solid rgb(43 43 43 / 19%);
}
.form {
  display: flex;
  flex-direction: row;
}
.search-field {
  width: 100%;
  padding: 10px 35px 10px 15px;
  border: none;
  border-radius: 100px;
  outline: none;
}

.search-button {
  background: transparent;
  border: none;
  outline: none;
  margin-left: -33px;
}

.search-button img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}
.panel-heading.collapsed .glyphicon-chevron-down {
  transform:rotateX(0deg);
}
.panel-heading .glyphicon-chevron-down {
  transition:transform .5s;
  transform:rotateX(180deg);
}
.accordion-button:not(.collapsed)::after {
  width: 1.25rem; ;
  transform: rotate(90deg);
}
.accordion-button:not(.glyphicon-chevron-down)::after {
width: 0;
}
.matched-text {
  background-color: yellow;
}
a {
  text-decoration: none;
}
ul, #myUL {
  list-style-type: none;
}

#myUL {
  margin: 0;
  padding: 0;
}

.caret {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

.caret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
  margin-left: 4px;
}

.caret-down::before {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */
  transform: rotate(90deg);  
}

.nested {
  display: none;
}

.accordion-body {
  padding: 0 !important;

}

.accordion-button {
  text-align: right;
}

div.ex1 {
  overflow-x: scroll;
}


:root { scroll-behavior: smooth; }
.appears {
  position: fixed;
  left: 45px;
  bottom: 45px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 0.25rem 0.5rem 0 rgb(0, 0, 0);
  opacity: 0.7;

  z-index: 99;
}
.appears-home {
    position: fixed;
    left: 45px;
    bottom: 110px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 0.25rem 0.5rem 0 rgb(0, 0, 0);
    opacity: 0.7;
    z-index: 99;
}
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
html, body, .container
{
    height: 100%; 
    min-height: 100%;
}

/* Rounded border */
hr.rounded {
  border-top: 4px solid #bbb;
  border-radius: 5px;
}

.split {
  border: 5px solid rgb(0, 0, 0);
}

.btn-f {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

.btn-1col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  padding-bottom: 8px;
}


.btn-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  padding-bottom: 8px;
}

.btn-6col {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  padding-bottom: 8px;

}

.btn-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  padding-bottom: 8px;

}


.noArrows input::-webkit-outer-spin-button,
.noArrows input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.noArrows input[type=number] {
  -moz-appearance: textfield;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .btn-all {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }
  img{
    width: -webkit-fill-available;
  }
   #button{

    gap: 0.5rem!important;
    display: grid!important;
  } 
}
  /* 7-2-2023 */
  .div-scroll-bar {
    overflow: auto;
   border-radius: 2px;
}
/* .div-scroll-bar thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fff;

} */

.div-scroll-bar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.div-scroll-bar::-webkit-scrollbar-thumb {
  background: #ccc;
}
.div-scroll-bar::-webkit-scrollbar-track {
  background: #fff;
}
  /* 7-2-2023 */
  .btnBs5-outline-green {
    color: #044c1c;
    border-color: #044c1c; }
.btn-green {
    color: #fff;
    background-color: #60a917 !important;
    border-color: #468903;
}

table, th, td {
  border:1px solid black;
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}