/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17 Sept 2023, 11:09:07
    Author     : mikey
*/
/************************************************************************************



              Imported Fonts


************************************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/************************************************************************************



              Main elements e.g. headers, anchor tags, body etc 


************************************************************************************/
* {
  padding: 0;
  margin: 0;
  box-sizing:border-box;
}

:root{

  --sidebar-color:#fff;
  --body-color:#E4E9F7;
  --text-color:#707070;
  --primary-color:#695cfe;

  --black-color:hsl(220, 24%,12%);
  --black-color-light:hsl(220, 24%,15%);
  --black-color-lighten:hsl(220, 20%,18%);
  --black-color-darker:hsl(220, 10%,8%);
  --white-color:#fff;
  --tran-03:all 0.3s ease;
  --tran-04:all 0.4s ease;
  --tran-05:all 0.5s ease;
  --body-font: "Montserrat",sans-serif;
  --normal-font-size: 0.938rem;
  --header-height:3.5rem;
  --font-regular:400;
  --font-semi-bold:600;

  --z-tooltip:10;
  --z-fixed:100;
  
}

footer{

  color:#fff;
}

ul {

  list-style:none;
}

li {
  list-style: none;
}

a {

  color: white;
  text-decoration:none;
}
a:hover{
  cursor: pointer;
}


body
{
    background:var(--body-color);
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
}


main{
  resize: vertical;
 
  grid-area:main;
}
header{
  resize: vertical;
  grid-area:header;
  height:150px;
}

footer{
  
  resize: vertical;
  grid-area:footer;
}

aside{
  
  resize: vertical;
  grid-area:aside;
}

.aside2{
  
  resize: vertical;
  grid-area:aside2;
}

/************************************************************************************



                              CSS classes


************************************************************************************/
.header{
  position:fixed;
  top: 0;
  left: 0;
  width:100%;
  background-color: var(--black-color);
  box-shadow:0 2px 16px hsla(220, 32%, 8%, .3);
  z-index: var(--z-fixed);


}



.ReturnTrip
{
  
  width:20px;
}

.ReturnForm
{

   display: none;
}
.alert-error-hidden
{
  display: none;
  background-color: #f44336; /* Red */
  color: white; 
}
.error{
  background-color: papayawhip;
  height:20px;
}
.form-group{

  padding:25px;
}
.button-container
{
  margin-left:30px;
}
.submit-button
{
  position: relative;
  display: inline-block;
  min-width: 150px;
  margin: 20px auto;
  background: #8BC34A;
  color: #fefefe;
  font-size: 1.2em;
  padding: 1em;
  border-radius: 4px;
  text-align: center;
  position: relative;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  transition: border-radius linear 0.05s, width linear 0.05s;
  
}

.title_block {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.quote-form
{
  margin:auto;
  width:600px;
  display:block;
  border:solid 1px black;
  border-radius:10px;
  min-height:350px;
  margin-bottom: 20px;
}
.quote-wrapper
{
  display:flex;
  flex-direction: column;

  align-items: center;
  justify-content: space-between;
  
  width:100%;
}

.booked-dates-list
{
  overflow-y:scroll;
  height:300px;
  max-height: 300px;
}
.booked-dates-list li
{
  padding-top:10px;
}

.VehicleEditLinksContainer
{

  display:none;
}
.VehicleContainer
{
  margin-left:10px;
  min-width:250px;
}
.VehicleBox
{
  
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.quotebox
{

  border:solid 1px black;
  
  
}

.link{
  font-size:18px;
  color:black;
  padding-left:15px;
}
.link a{
 
  color:var(--text-color);
 
}
.generic-input
{
  min-width: 200px;
  width: 200px;
  
}
.generic-btn
{
  
  min-width: 100px;
  max-width: 100px;
}
.generic-btn2
{
  margin-top:20px;
  min-width: 100px;
  max-width: 100px;
}
/* The alert message box */
.alert {
  padding: 20px;

  color: white;
  margin-bottom: 15px;
}
.alert2 {
  width: 100%;
  height:50px;
  background-color: #f44336;
  margin-bottom: 15px;
  color:white;

  
}
.alert2 .text{
  display:flex;
  align-items: center;
  justify-content: center;
  height:50px;
}
.alert-error
{
  background-color: #f44336; /* Red */
}
.alert-success
{
  background-color: green; /* Red */
}

.company_logo
{
  width:125px;
  
}

.coach-image-container
{
  
  padding:10px;
  border:1px solid black;
  background-color: white;
 min-height:160px;

  
}
.CoachImage
{
  height:70px;

}
.booking-availability-container
{
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height:350px;
}
.coach-image-gallery
{

  padding:10px;
  
  overflow-x:  scroll;
  display:inline-block;
}
.coach-image-gallery img
{
  height:200px;
  border:1px solid black;
}

.input-box
{
   display: flex;
  justify-content: space-between;
  flex-direction: row;
  width:320px;
  padding:5px;
}

.quotebox .col {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width:400px;
  padding:5px;
}
.quotebox .row {
 
  width:200px;
}
.container-menu
{
  padding-left:20px;
   padding-top:50px;
  max-width:1120px;
  margin-inline:1.5rem;
}

.container-box
{
  max-width:1120px;
  margin-inline:1.5rem;
  min-height:500px;
}
.container-box .row
{
 display:flex;
 flex-direction: row;
}
.container
{
  max-width:1120px;
  margin-inline:1.5rem;
}
.container .row
{
 display:flex;
 flex-direction: row;
}
.quotearea
{
  background:red;
  margin: 15px;
 
  
}

.imgbox{
  padding:10px;
  width:150px;
}
.quote-text
{
  height:100px;

}

.quote-column
{
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  margin:10px;
}
.quote-row
{

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.feature-delete
{

  color:#000;
}

.header-active
{
  color:orange !important;
}

.snippetbox
{

  margin:auto;
  width:80%;
  display: flex;
  flex-direction: column;
  
  flex-wrap:wrap;
}

.grid-table
{
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  border-top:1px solid black;
  border-right:1px solid black;
  margin: auto;
  width: 50%;
  margin-top:50px;
}


.checkbox-container
{
  
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:center;
  height: 35px;
  
  padding-left:5px;
  padding-top:5px;
  
  background-color: #eee;
}
.checkbox-container .checkmark-text
{
  margin-left:15px;
  font-size: 14px;
  line-height: 25px;
  
}
.checkbox-container .checkmark
{

  cursor: pointer;
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 25px;
  width: 25px;
}

.flexbox-operator-profile
{
 
  border:1px solid black;
  margin: auto;
  overflow:auto;
  box-shadow:2px 2px 5px 5px rgba(0,0,0,0.15);
  border-radius:10px;
 

   min-height:150px;
}
.flexbox-operator-profile .nonselected
{
  opacity: 0.5;
}
.flexbox-operator-profile .company_logo
{
  margin:10px;

}

.flexbox-operator-profile h3
{
  margin:5px;

}

.flexbox-operator-profile .row
{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
 

}
.flexbox-operator-profile .quote
{
  color:green;
 

}

.flexbox-operator-profile .quote2
{
  color:red;
 

}
.quote-hover :hover
{
  color:yellowgreen;

}
.quote-hover2 :hover
{
  color:lightsalmon;

}

.flexbox-operator-profile .comment
{
  color:black;
 

}
.flexbox-operator-profile .expired
{
  color:red
 

}
.flexbox-operator-profile .non-expired
{
  color:green;
 

}
.flexbox-operator-profile .imgbox
{
 /* max-width:150px;*/
}
.flexbox-operator-profile .column
{
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1 1 6em;
  width:260px;
  padding:10px;
  align-self: center;
  justify-content: start;
}
.flexbox-operator-profile .double-column
{
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2 1 12em;
  padding:10px;
}
.flexbox-operator-profile .indent
{
  padding-left:25px;
}
.flexbox-operator-profile .indent2
{
  padding-left:50px;
}
.flexbox-operator-profile .triple-column
{
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 3 1 18em;
  padding:10px;
}
.flexbox-generic-container
{
 
 width:100%;

}

.flexbox-generic-container .row
{
  display: flex;
  flex-direction: row ;
  flex-basis: 100%;
  flex: 1;
  flex-wrap:wrap;
 /* justify-content:space-between; */
  align-items: center;
  width: 100%;
  
}

.flexbox-generic-container img
{

  max-width:300px;
}
.flexbox-generic-container a
{
  color:black;
}
/* .flexbox-gallery-buttons-container
{

  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  justify-content:center;
 
 align-items:center;
} */
.flexbox-gallery-buttons-container .delete-image-button
{

  margin-left:20px;
}
.flexbox-gallery-buttons-container .delete-image-button2
{

  float:right;
  color: black;
}

.flexbox-gallery-buttons-container .row
{
  width:100%;

}
.flexbox-gallery-buttons-container .hidden-row
{
  width:100%;
  opacity:0;

}
.flexbox-gallery-buttons-container .hidden-row.active
{
  opacity:1;

}
.flexbox-generic-container .double-column
{
  flex:1;
}
.flexbox-container
{
 
  border:1px solid black;
  border-radius: 25px;
  margin: auto;
  width: 100%;
 min-height:150px;

}
.flexbox-container .row   {
  
  display:flex;
  flex-wrap:wrap;
  
  width: 100%;
  padding:20px;
}


.flexbox-container .column   {
  display:flex;
  flex-direction: column;
  flex: 1 1 160px;

}


.flexbox-container .double-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 3;
  align-self: center;
}
.flexbox-container img {
  max-width:280px;
}
.flexbox-container .imgbox
{
  width:160px;
  
 
}

.flexbox-container .table-header
{
  padding: 10px;
 
}
.grid-table .table-header{
  
  font-weight:bold;
  
}

.grid-table > span{

  padding: 8px 4px;
  border-left:1px solid black;
  border-bottom:1px solid black;
  grid-column: span 1;
}

#search_form
{
 min-height:150px;
  margin:auto;
}
/************************************************************************************



                              Confirmation popup


************************************************************************************/
.confirmation-popup {
  width: 33.333333%;
  padding: 15px;
  left: 0;
  margin-left: 33.333333%;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: white;
  position: absolute;
  top: -100%;
  box-shadow: 5px 5px 5px #000;
  z-index: 10001;
}
.overlay {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.85);
  z-index: 10000;
}

@media (min-width: 768px) {
  .confirmation-popup  {
    width: 66.66666666%;
    margin-left: 16.666666%;
  }
}
@media (min-width: 992px) {
  .confirmation-popup  {
    width: 50%;
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  .confirmation-popup  {
    width: 33.33333%;
    margin-left: 33.33333%;
  }
}

/************************************************************************************



                              Footer


************************************************************************************/

.footer-col
{

  width:25%;
  padding:0px 15px;
}

.footer-col h4{

  font-size:18px;
  color:#ffffff;
  text-transform: capitalize;
  margin-bottom:30px;
  font-weight:500;
  position:relative;
}
.footer-col h4::before{

  content: '';
  position:absolute;
  left:0;
  bottom:-10px;
  background-color: #e91e63;
  height:2px;
  box-sizing: border-box;
  width:50px;
}

.footer-col ul li:not(:last-child){
  margin-bottom:10px;

}

.footer-col ul li a{
  font-size:16px;
  text-transform:capitalize;
  color:#ffffff;
  text-decoration: none;
  font-weight:300;
  color:#bbbbbb;
  display:block;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover{

  color:#ffffff;
  padding-left:8px;
}

.footer{
  font-family: "Poppins", sans-serif;
  padding:70px 0;
  background-color: #24262b;
}

@media(max-width:767px)
{

  .footer-col{

    width:50%;
    margin-bottom:30px;

  }
}
@media(max-width:574px)
{

  .footer-col{

    width:100%;
    margin-bottom:30px;

  }
}
/************************************************************************************



                              NAV


************************************************************************************/

.nav{
  height: var(--header-height);

}

.nav__logo,.nav__burger, .nav__close
{
  color:var(--white-color);
}

.nav__burger,.nav__close
{
  position:absolute;
  width:max-content;
  height: max-content;
  inset:0;
  margin:auto;
  font-size: 1.25rem;
  cursor:pointer;
  transition: opacity .1s, transform .4s;
}


.nav__close{

  opacity: 0;

}
.nav__data
{
  height:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.nav__logo{

  display: inline-flex;
  align-items: center;
  column-gap: .25rem;
  font-weight: var(--font-semi-bold);
}

.nav__logo i{
  font-weight: initial;
  font-size: 1.25rem;
}

.nav__toggle
{
  position: relative;
  width:32px;
  height:32px;
  
}

.nav__link{

  color:var(--white-color);
  background-color: var(--black-color);
  font-weight: var(--font-semi-bold);
  padding: 1.25rem 1.5rem;
  display:flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color .3s;
}

.nav__link:hover
{
  background-color: var(--black-color-darker);

}



/************************************************************************************



                            Dropdown


************************************************************************************/
.dropdown__item{

  cursor:pointer;
}
.dropdown_arrow
{


  font-size:1.25rem;
  font-weight:initial;
  transition: transform .4s;
}

.dropdown__link, .dropdown__sublink
{

  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  color:var(--white-color);
  background-color: var(--black-color-light);
  display:flex;
  align-items:center;
  column-gap: .5rem;
  font-weight: var(--font-semi-bold);
  transition: background-color .3s;
  
}

.dropdown__link i, .dropdown__sublink i{
  font-size:1.25rem;
  font-weight:initial;
}

.dropdown__link:hover, .dropdown__sublink:hover{

  background-color: var(--black-color-darker);
}

.dropdown__menu, .dropdown__submenu
{
  max-height:0;
  overflow:hidden;
  transition: max-height .4s  ease-out; 
}

.dropdown__item:hover{

  cursor:pointer;
}

.dropdown__item:hover .dropdown__menu, .dropdown__subitem:hover > .dropdown__submenu
{
  max-height: 1000px;
  transition: max-height .4s ease-in;
}

.dropdown__item:hover .dropdown__arrow
{
  transform: rotate(180deg);
}

.dropdown__add
{

  margin-left:auto;
}

.dropdown__sublink{

  background-color: var(--black-color-lighten);
}



/* desktop */
@media only screen and (max-width: 1200px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width: 100%;
  }
}



@media screen and (min-width: 1118px) {

  .grid-container
  {
  display:grid;
    grid-template-rows: minmax(400px,1fr)  minmax(500px,1fr) 250px;
    grid-template-columns: minmax(0px,1fr) minmax(500px,2fr);
    grid-template-areas: 
    'aside main'
    'aside2 main'
    'footer footer';
  }
    .grid-container2
  {
  display:grid;
    grid-template-rows: minmax(400px,2fr)  250px;
    grid-template-columns:minmax(500px,2fr);
    grid-template-areas: 
    'main'
    'footer';
  }
  .container {
    width:1000px;
    margin-inline: auto;
  }
  .container-box {
    width:1000px;
    margin-inline: auto;
    min-height:500px;
  }
  .nav {
    height: calc(var(--header-height) + 2rem);
    /*height: -moz-calc(var(--header-height) + 2rem);*/
   /* height: -webkit-calc(var(--header-height) + 2rem);*/
    display: flex;
    justify-content: space-between;
  }
  
  .nav__list {
    height: 100%;
    display: flex;
    column-gap: 3rem;
  }
  .nav__toggle
  {
    display:none;
  }
  .nav__link {
    height: 100%;
    padding: 0;
    justify-content: initial;
    column-gap: .25rem;
  }
  .nav__link:hover {
    background-color: transparent;
  }

  .dropdown__item, 
  .dropdown__subitem {
    position: relative;
  }

  .dropdown__menu, 
  .dropdown__submenu {
    max-height: initial;
    overflow: initial;
    position: absolute;
    left: 0;
    top: 6rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s, top .3s;
  }

  .dropdown__link, 
  .dropdown__sublink {
    padding-inline: 1rem 3.5rem;
    width:200px;
  }

  .dropdown__subitem .dropdown__link {
    padding-inline: 1rem;
  }

  .dropdown__submenu {
    position: absolute;
    left: 100%;
    top: .5rem;
  }

  /* Show dropdown menu */
  .dropdown__item:hover .dropdown__menu {
    opacity: 1;
    top: 5.5rem;
    pointer-events: initial;
    transition: top .3s;
  }

  /* Show dropdown submenu */
  .dropdown__subitem:hover > .dropdown__submenu {
    opacity: 1;
    top: 0;
    pointer-events: initial;
    transition: top .3s;
  }
}
@media screen and (max-width:1118px){

  .grid-container
  {
  display:grid;
    grid-template-rows: minmax(1fr,100px) minmax(3fr,400px)  minmax(3fr,500px) minmax(3fr,500px)  minmax(1fr, 100px);
    grid-template-columns: 1fr;
    grid-template-areas: 
    'header'
    'aside'
    'main'
    'aside2'
    'footer';



  }
  .nav__menu{
    position:absolute;
    left:0;
    top:2.5rem;
    width:100%;
    background-color: gray;
    height:calc(100vh-3.5rem);
    height: -moz-calc(100vh-3.5rem);
    height: -webkit-calc(100vh-3.5rem);
    overflow:auto;
    pointer-events: none;
    opacity:0;
    transition: top .4s, opacity .3s;
  }
  .nav__menu::-webkit-scrollbar{
    width:0;

  }

  .nav__list
  {
    background-color: var(--black-color);
    padding-top:1rem;
  }

  .show-menu{

    opacity:1;
    top:3.5rem;
    pointer-events: initial;
  }
  
  .show-icon .nav__burger{
  
    opacity:0;
    transform:rotate(90deg);
  }
  .show-icon .nav__close{
    opacity: 1;
    transform: rotate(90deg);
  
  }
  
}
@media screen and (max-width:340px){

  .container{
    margin-inline: 1rem;
  }

  .nav__link{

    padding-inline: 1rem;
  }
}
 
/************************************************************************************



                              Modal login form


************************************************************************************/
.popup, .popup-register
{

  position:fixed;
  top:-300px;
  opacity:0;
  z-index:1000;
  left:50%;
  transform:translate(-50%,-50%) scale(1.25);
  width:380px;
  padding:20px 30px;
  background:#fff;
  box-shadow:2px 2px 5px 5px rgba(0,0,0,0.15);
  border-radius:10px;
  transition:top 0ms ease-in-out 200ms,
             opacity 200ms ease-in-out 0ms,
             transform 20ms ease-in-out 0ms;
}


.popup.active,.popup-register.active{
  
  top:50%;
  opacity:1;
  transform:translate(-50%,-50%) scale(1);
  transition:top 0ms ease-in-out 0ms,
            opacity 200ms ease-in-out 0ms,
            transform 20ms ease-in-out 0ms;
  z-index:101;

}

.popup .close-btn, .popup-register .close-btn
{
  position:absolute;
  top:10px;
  right:15px;
  width:15px;
  height:15px;
  background:#888;
  color:#eee;
  text-align:center;
  line-height:15px;
  border-radius:15px;
  cursor:pointer;
}

.popup .form h2, .popup-register .form h2{
  text-align: center;
  color:#222;
  margin:10px 0px 20px;
  font-size:25px;
}

.popup .form .form-element, .popup-register form .form-element{

  margin:15px 0px;
}

.popup .form .form-element label, .popup-register .form .form-element label{

  font-size:14px;
  color:#222;
}

.form-element a  {

  color: black;
  text-decoration:none;
}


.popup .form .form-element input[type="text"],
.popup .form .form-element input[type="password"],
.popup-register .form .form-element input[type="text"],
.popup-register .form .form-element input[type="password"]
{

  margin-top:5px;
  display:block;
  width:100%;
  padding:10px;
  outline:none;
  border:1px solid #aaa;
  border-radius:5px;
}
/************************************************************************************



                            Fonts


************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



/************************************************************************************



                            Navbar


************************************************************************************/
.navbar
{
  position:relative;
  min-height:70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
  left:88px;
  width:calc(100%-88px);
 
  width: -moz-calc(100% - (88px));
  width: -webkit-calc(100% - (88px));

}
.navbar.close{
  left:250px;
  width:calc(100%-250px);
 
  width: -moz-calc(100% - (250px));
  width: -webkit-calc(100% - (250px));
}
.nav-menu
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:60px;
}

.nav-item{
  color:#fff;
}

.nav-link
{
  transition:0.7s ease;
}
.nav-link:hover{
  color:dodgerblue;
}

/************************************************************************************



                            Home


************************************************************************************/
.home{
  position:relative;
  left:50px;
  top:0px;
  
  width:calc(100%-50px);
  width: -moz-calc(100% - (50px));
  width: -webkit-calc(100% - (50px));
  
 
  transition: var(--tran-05);
}

.home .text{

  font-size:30px;
  font-weight:500;
  color:var(--text-color);
  padding: 8px 40px;
}

::-webkit-scrollbar {
  width: 14px;
}

::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: #AAAAAA;
}
::-webkit-scrollbar-corner {
  background: rgba(0,0,0,0);
}


@media only screen and (max-width: 768px) {

  .home.off{
    z-index:-1;
  }
}


