 :root{
    --themeColor:#2ac1b5;
    --themeColorLight:#069e92;
    --themeText:#fff;
    --themeCircle:#7b9c9c;
    --searchRight:-0px;
    --dark: #333;
    --light: #fff;
    --neutral: #f6f6f6;
    --neutral-dark: #d1d1d1;
    --color: #5607d7;
    --color-light: #941ed2;
    --color-dark: #2719cd;
    --lightThemeBack:#272a2c;
    --fontColor: #fff;
    --secondary:#e8f6f5;
    --windowHeader:#ffc107;
    --smiconColors:#ffc107;
    --buttonColor:#ffc107;
    --buttonShadowStart:#17a2b8;
    --buttonShadowEnd:#15b7d1;

  }
  nav {
    background: var(--themeColor) !important;
    /* box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);  */
  }

  .navbar {
    position: fixed;
    width: 100%;
    z-index: 10000;
    justify-content: flex-start;
  }
  .waves{
    /* box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 2px 6px 2px rgba(60,64,67,.15); */
  }

  .outercontainer .row {
    padding: 3px;
    /* border-bottom: 1px solid #ccc; */
    margin: 4px;
    flex-wrap: unset;
    padding: 5px;
    border-radius: 5px;
    min-height:110px;
    color:white;

  }

  .sk {
    border-radius: 5px;
    line-height: 36px;
    font-size: 0.8em;
    border: 1px solid #343a40;
    background-color: #343a40;
    font-weight: bold;
    min-width: 80px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    color: white;
    position: absolute;
    right: 10px;
    margin-top: 30px;

    background-color: var(--buttonColor);
    /* box-shadow: 9px 9px 16px var(--buttonShadowStart), -9px -9px 16px var(--buttonShadowEnd);  */
  

    background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
    border-radius: 30px;
    border: 1px solid #8F9092;
    box-shadow: 0 1px 1px 1px #FCFCFC, 0 1px 8px #D6D7D9, 0 -1px 1px #CECFD1, 0 -1px 1px #FEFEFE, inset 0 0 3px 0 #CECFD1;
    transition: all 0.2s ease;
    /* font-family: "Source Sans Pro", sans-serif; */
    font-size: 14px;
    font-weight: 600;
    color: #606060;
    text-shadow: 0 1px #fff;
  
  }

  .navbar-brand {
    color: white !important;
    font-size: 2.2em;
    font-weight: 100;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navbar{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  html,
  body {
    height: 100%;
    background-color:var(--themeColor)!important;
    color: var(--fontColor)!important;
    scroll-behavior: smooth;

  }
  .activeSection,.maindata{
    scroll-behavior: smooth;
  }

  @keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.scroll-bounce {
    animation: bounce 1s ease-in-out;
}

  .week {
    background: var(--themeColor)  !important;

  }

  .week ul {
    margin: 0;
    padding: 0;
  }

  .week li p {
    margin-bottom: 0px;
    color:white;
  }

  .container-fluid {
    padding: 0px;
  }

  .week li {
    display: inline-block;
    /* margin: 2px 10px; */
    /* border-right: 1px solid #eee; */
    padding: 5px;
  }

  .week {
    text-align: center;
  }

  .week li p {
    font-size: 0.8em;
  }

  ul.week li svg {
    width: 8vw;
    max-width: 60px;
  }

  .date {
    color: white;
    font-size: 25px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 15px;
  }

  .circle {
    margin: 3px auto;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 300;
    background-color: var(--themeCircle);
  }

  .week li:hover .circle {
    color: white;
    /* background-color: #fc0546; */
    box-shadow: 1px 3px 5px #888888;
    cursor: pointer;

  }

  .active {
    color: white;
    /* background-color: #fc0546;
    box-shadow: 1px 3px 5px #888888; */
    cursor: pointer;

  }
  .active .circle{
    background-color: #00e676;
    color: black;
  }

  .select-box {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    color: #60666d;
  }

  @media (min-width: 768px) {
    .select-box {
      width: 70%;
    }
  }

  @media (min-width: 992px) {
    .select-box {
      width: 50%;
    }
  }

  @media (min-width: 1200px) {
    .select-box {
      width: 30%;
    }
  }

  .select-box__current {
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    outline: none;
  }

  .select-box__current:focus+.select-box__list {
    opacity: 1;
    -webkit-animation-name: none;
    animation-name: none;
  }

  .select-box__current:focus+.select-box__list .select-box__option {
    cursor: pointer;
  }

  .select-box__current:focus .select-box__icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }

  .select-box__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    opacity: 0.3;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }

  .select-box__value {
    display: -webkit-box;
    display: flex;
  }

  .select-box__input {
    display: none;
  }

  .select-box__input:checked+.select-box__input-text {
    display: block;
  }

  .select-box__input-text {
    display: none;
    width: 100%;
    margin: 0;
    padding: 15px;
    background-color: #fff;
  }

  .select-box__list {
    position: absolute;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    -webkit-animation-name: HideList;
    animation-name: HideList;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    z-index: 100;
  }

  .select-box__option {
    display: block;
    padding: 15px;
    background-color: #fff;
  }

  .select-box__option:hover,
  .select-box__option:focus {
    color: #546c84;
    background-color: #fbfbfb;
  }

  .profile-root{
    display: flex;
    overflow: hidden;
    position: relative;
    font-size: 1.25rem;
    align-items: center;
    flex-shrink: 0;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50%;
    justify-content: center;

  }
  .profile-root img{
    color: transparent;
    object-fit: cover;
    text-align: center;
    text-indent: 10000px;
  }

  .modal-body td,.modal-body th{
    color: black!important;
  }
  #employees .row{
    padding:0px;
  }
  .modal .row div{
      padding-left: 15px;
  }

  @-webkit-keyframes HideList {
    from {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }

    to {
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
    }
  }

  @keyframes HideList {
    from {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }

    to {
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
    }
  }


  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .navtab {
    will-change: transform;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #1a1a1a;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    margin-bottom:5px;
  }

  .activeTab {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .tabList {
    display: flex;
  }

  .tabItem {
    flex: 1;
    position: relative;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .tabItem:hover {
    opacity: 0.75;
  }

  .thumbnail {
    display: block;
    height: 40px;
    background: #dc143c;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  }

  /* .thumbnail:before {
content: attr(data-letter);
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
font-size: 70px;
text-transform: uppercase;
opacity: 0.15;
} */
  .outercontainer .label {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    color: var(--themeText);
    margin: 0;
    font-size: 0.9em;
  }

  @media (max-width: 850px) {
    /* .label {
  font-size: 14px;
} */
  }

  @media (max-width: 720px) {

    /* .label {
  display: none;
} */
    .thumbnail {
      height: 40px;
    }

    .thumbnail:before {
      font-size: 32px;
      opacity: 0.7;
    }
  }

  .menu {
    position: absolute;
    right: 0;
    top: 100%;
    width: 60px;
    height: 60px;
    background: #1a1a1a;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .menu-icon {
    position: relative;
    width: 60%;
    height: 2px;
    background: #fff;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu-icon:before,
  .menu-icon:after {
    will-change: transform;
    content: "";
    position: absolute;
    left: 0;
    background: #fff;
    height: 2px;
    width: 100%;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu-icon:before {
    top: -10px;
  }

  .menu-icon:after {
    top: 10px;
  }

  .menu-close .menu-icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu-close .menu-icon:before {
    -webkit-transform: rotate(-90deg) translate(-9px, 0);
    transform: rotate(-90deg) translate(-9px, 0);
  }

  .menu-close .menu-icon:after {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  .page {
    height: 100vh;
    will-change: transform;
    -webkit-perspective: 400px;
    perspective: 400px;
    overflow: hidden;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    min-height: 1200px;
  }

  .section {
    will-change: transform;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
  }

  .section--hidden {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .activeSection {
    -webkit-transform: translateX(0) rotateY(0);
    transform: translateX(0) rotateY(0);
    z-index: 2;
  }

  .section:before {
    content: attr(data-letter);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 75vh;
    text-transform: uppercase;
    opacity: 0.15;
    z-index: -1;
  }

  .sectionInner {
    width: 100%;
    padding: 4px;
  }

  .sectionTitle {
    margin: 0 0 25px 0;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--themeText);
  }

  .section p {
    margin: 0 0 25px 0;
    font-size: 20px;
  }

  .section p:last-child {
    margin-bottom: 0;
  }

  .color1 {
    background: var(--lightThemeBack);
  }

  .color2 {
    background: #ff3f3f;
  }

  .color3 {
    background: #fbb016;
  }

  .color4 {
    background: #00e676;
  }

  .color5 {
    background: #0080ff;
  }

  .color6 {
    background: #ff58d0;
  }

  .outercontainer .row div {
    padding: 0px;
  }

  .sectionInner td {
    width: 50%;
  }

  .modal {
    top: 53px;
    background: white;
    padding-right: 0px !important;
  }

  .tabInner{
    color: var(--themeColor);
  }
  .modal-content {
    border: none;
    background-color:var(--secondary);
    border-radius: 0px;
  }

  .modal-dialog {
    margin: auto;
    color:black;
  }

  .modal-header {
    border-radius: 0px;
    background: var(--windowHeader);
    color: var(--fontColor);
    border-bottom: 1px solid var(--themeColor);
    border-radius: 10px 10px 0px 0px;
  }

  .modal-title {
  }

  button,
  .button {
    -webkit-box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.24);
    padding: 0.75em 1.5em !important;
    border-radius: 1.5em !important;
  }

  .tag {
    /* background-color: #05f7ac; */
    color: #000;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    font-size: 0.8em;
    clear: both;
    float: left;
    text-transform: capitalize;
    /* box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.24); */
  }
  .bannertag{
    width:100px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
  }
  .saltg{

    background: none;
    color: black;
    font-size: 1em;

  }

  .cdata span {
    float: left;
  }

  .cdata h3 {
    margin: 0px;
    padding: 0px;
    font-size: 0.8em;
    text-transform: capitalize;
  }

  .outercontainer .row img {
    border-radius: 4px;
  }

  .mySidenav{
    max-width: 400px;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: var(--themeColor) ;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 52px;
    box-shadow: 8px 0 10px -8px #222;
    z-index: 100000;

  }

  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1em;
    color: #fff;
    display: block;
    transition: 0.3s;
    word-break: keep-all;
    background: #5aa7a0!important;
    margin: 2px;
  }
  .sidenav img{
    height: 30px;
    padding: 5px;
    fill: #00e676;
    filter: invert(1);
  }

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

  .sidenav .closebtn {

    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
    text-align: center;
    padding: 0px;
    text-align: center;
    /* line-height: 50px; */
    border-radius: 50%;
    /* padding-top: 5px; */

    margin: 3px auto;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 300;
    float:right;position: absolute;width: 40px;height: 40px;padding: 0px!important;right: 5px;top: 5px;background: black;border: #555;

  }

  @media screen and (max-height: 450px) {
    .sidenav {
      padding-top: 15px;
    }

    .sidenav a {
      font-size: 18px;
    }
  }

  .container {
  }
  .wv td div,  .wv  .item{
  cursor: pointer;
  margin: 3px auto;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #717070;
  font-size: 1em;
  font-weight: 300;
  border:1px solid #717070;
  }
  .wv  .item{
    padding-left: 0px!important;
  }
  .rtg{
    position:absolute;right:15px;
  }

  .scroll::-webkit-scrollbar {
display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scroll {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
background:  var(--themeColor)  !important;

}

.table td{
color:#ccc;
border:none;
}

fieldset.scheduler-border {
    border: 1px solid #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

    legend.scheduler-border {
        font-size: 1.2em !important;
        text-align: left !important;
        width:auto;
        padding:0 10px;
        border-bottom:none;
    }

    .navbar i{
    color: white;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    }

    .form-control{
      font-weight: 400;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: 0.625rem 0.75rem;
    transition: all .15s cubic-bezier(.68,-.55,.265,1.55);
    color: #8898aa;
    border: 1px solid #000;
    border-radius: 0px;
    background-color: var(--windowHeader);
    background-clip: padding-box;
    /* box-shadow: 0 3px 2px rgb(233 236 239 / 5%); */
    font-size: .875rem;
    height: calc(1.5em + 1.25rem + 5px);
    transition: all .15s ease-in-out;

    }
    .modal-footer .row ,.modal-content .row {
width: 100%;
box-shadow: none;
border: none;
padding: 0px;
    }

    .modal-footer{
      border-top:none ;
    }

    .modal-footer .row .col .btn {
      width: 100%;
          }

    .modal-body .table tr{
      border-bottom: 1px solid #eee;
    }
    .modal-body .table thead tr{
      border-bottom: 1px solid #eee;
      background-color: #123456;
    }

    .modal-body .table thead tr th{
      color: white!important;
    }

.modal-body{
  overflow-x: auto;
  background: white;
  border-radius: 0px 0px 10px 10px;
}
    .footer{
      position: fixed;
      bottom: 0px;
      z-index: 10000;
      width: 100%;
    }
.btn-primary{

  background: linear-gradient(to right bottom, var(--red), var(--yellow))
}
.btn{
    border-radius:20px;
    border-color:unset;
    border:none;
}
    .tabbar {
      margin: auto;
      --icon-active: #275EFE;
      --icon-inactive: #fff;
      --icon-hover: #99A3BA;
      --text: #E4ECFA;
      --circle: var(--buttonColor);
      --background: var(--themeColor)!important;
      --shadow: rgba(18, 22, 33, .1);
      /* border-radius: 0 0 12px 12px; */
      background: var(--background)!important;
      width: 100%;
      height: 64px;
      padding: 0 12px;
      box-shadow: 0 8px 16px var(--shadow);
      max-width: 600px;
    }
    .tabbar > div {
      display: -webkit-box;
      display: flex;
      height: 100%;
      position: relative;
    }
    .tabbar > div label {
      -webkit-box-flex: 0;
              flex: 0 0 33.33%;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      position: relative;
      cursor: pointer;
      z-index: 1;
    }
    .tabbar > div label svg,
    .tabbar > div label span {
      display: block;
      -webkit-backface-visibility: hidden;
      -webkit-transition: opacity 0.4s ease, color 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.2, 0.64, 0.48, 1.12);
      transition: opacity 0.4s ease, color 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.2, 0.64, 0.48, 1.12);
      transition: transform 0.4s cubic-bezier(0.2, 0.64, 0.48, 1.12), opacity 0.4s ease, color 0.4s ease;
      transition: transform 0.4s cubic-bezier(0.2, 0.64, 0.48, 1.12), opacity 0.4s ease, color 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.2, 0.64, 0.48, 1.12);
      -webkit-transform: translateY(var(--y)) scale(var(--s));
              transform: translateY(var(--y)) scale(var(--s));
    }
    .tabbar > div label svg {
      --y: 0;
      --s: .84;
      width: 24px;
      height: 24px;
      margin: auto;
      color: var(--icon-inactive);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    .tabbar > div label span {
      --y: -8px;
      --s: .92;
      font-size: 12px;
      font-weight: 500;
      position: absolute;
      left: 0;
      right: 0;
      top:45px;
      text-align: center;
      bottom: 0;
      opacity: 0;
      color: var(--text);
      -webkit-transform-origin: 50% 0;
              transform-origin: 50% 0;
    }
    .tabbar > div label:hover svg {
      color: var(--icon-hover);
    }
    .tabbar > div label:active svg {
      --s: .76;
    }
    .tabbar > div input {
      display: none;
    }
    .tabbar > div input:nth-of-type(1):checked + label + input + label + input + label + span {
      --x: 0;
    }
    .tabbar > div input:nth-of-type(2):checked + label + input + label + span {
      --x: 100%;
    }
    .tabbar > div input:nth-of-type(3):checked + label + span {
      --x: 200%;
    }
    .tabbar > div input:checked + label svg {
      --y: -24px;
      --s: 1;
      color: var(--icon-active);
    }
    .tabbar > div input:checked + label span {
      --s: 1;
      --y: -14px;
      opacity: 1;
    }
    .tabbar > div > span {
      --x: 0;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 33.33%;
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.2, 0.64, 0.48, 1.12);
      transition: -webkit-transform 0.4s cubic-bezier(0.2, 0.64, 0.48, 1.12);
      transition: transform 0.4s cubic-bezier(0.2, 0.64, 0.48, 1.12);
      transition: transform 0.4s cubic-bezier(0.2, 0.64, 0.48, 1.12), -webkit-transform 0.4s cubic-bezier(0.2, 0.64, 0.48, 1.12);
      -webkit-transform: translateX(var(--x));
              transform: translateX(var(--x));
      -webkit-backface-visibility: hidden;
    }
    .tabbar > div > span:after {
      content: '';
      width: 44px;
      height: 44px;
      display: block;
      border-radius: 50%;
      background: var(--circle);
      position: absolute;
      left: 50%;
      top: 0;
      box-shadow: 0 2px 8px var(--shadow);
      margin: -14px 0 0 -22px;
    }
    
    html {
      box-sizing: border-box;
      -webkit-font-smoothing: antialiased;
    }
    
    * {
      box-sizing: inherit;
    }
    *:before, *:after {
      box-sizing: inherit;
    }
    .modal-dialog{
      margin-bottom: 120px;
      max-width: 600px;
    }
    
    #taskTable .rrow{
      min-height: unset;
    box-shadow: unset;
    border: unset;
    display: block;
    height: 40px;
    display: block;


    }
    #taskTable .rrow *{
      float: right;
      position: relative;
      right: 2px;
    }

    #taskTable .sk{
      margin-top: 5px;
      padding: 0 10px;
    }

    .addbutton{
      background: rgb(0, 140, 186);
      color: white;
    }
    .taxform{
      margin-bottom:70px;
    }
      
    .taxform .fin{
      color: #000000 !important;
      font-size: 14px;
      border: none;
      padding: 7px;
      padding-left: 10px;
      border-bottom: 1px solid #CCC;
      margin-bottom: 10px;
      outline: none;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important;
  }
  
  .taxform .fin:focus{
      border-radius: 0px;
      border-bottom: 1px solid #FC563B;
      margin-bottom: 10px;
      outline: none;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important;
  }
  .taxform .text-center{
    color: #888;
    font-weight: 400;
  }

  .taxform button{
    border-radius:50%!important;
    padding:.375rem .75rem!important;
    height: 42px;
    width: 42px;

  }
  .taxform .table td{
    padding: 2px;
  }
  .taxform .table th{
    background: darkcyan;
    color: white;
  }

  .taxform .table {
    margin-bottom:0px;
  }
  .taxform .table-responsive{
    padding:4px;
  }

  #note {
    position: absolute;
    z-index: 6001;
    top: 0;
    left: 0;
    right: 0;
    background: #fde073;
    text-align: center;
    line-height: 2.5;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow:    0 0 5px black;
    box-shadow:         0 0 5px black;
    z-index:100000;
}


#close {
    position: absolute;
    height: 30px;
    width: 30px;
    cursor: pointer;
    padding: 5px!important;
    font-size: 10px;
    right: 3px;
    top: 3px;
}
.cssanimations.csstransforms #close {
  /* display: none; */
}

@-webkit-keyframes slideDown {
    0%, 100% { -webkit-transform: translateY(-50px); }
    10%, 90% { -webkit-transform: translateY(0px); }
}
@-moz-keyframes slideDown {
    0%, 100% { -moz-transform: translateY(-50px); }
    10%, 90% { -moz-transform: translateY(0px); }
}


.slide-toggle{
  display: none;
}

.slidemenu{
  max-width: 600px;
  margin: 5px auto;
  overflow: hidden;
}

.slidemenu label{
  width: 33.3%;
  text-align: center;
  display: block;
  float: left;
  color: #333;
  opacity: 0.2;

}

.slidemenu label:hover{
  cursor: pointer;
  color: #666;
}

.slidemenu label span{
  display: block;
  padding: 10px;    
}

.slidemenu label .icon{
  font-size: 20px;
  border: solid 2px #333;
  text-align: center;
  height: 50px;
  width: 50px;
  display: block;
  margin: 0 auto;
  line-height: 50px;
  border-radius: 50%;
}


.slider{
  width: 100%;
  height: 5px;
  display: block;
  background: #ccc;
  margin-top: 98px;
    border-radius: 5px;
}

.slider .bar{
  width: 33.3%;
  height: 5px;
  background: #333;
  border-radius: 5px;
}

.slidemenu label, .slider .bar {
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}


.slidemenu .slide-toggle:checked + label{
  opacity: 1;
}



.slidemenu #slide-item-1:checked ~ .slider .bar{ margin-left: 0; }
.slidemenu #slide-item-2:checked ~ .slider .bar{ margin-left: 33.3%; }
.slidemenu #slide-item-3:checked ~ .slider .bar{ margin-left: 66.6%; }
/* .slidemenu #slide-item-4:checked ~ .slider .bar{ margin-left: 75%; } */

#about .row{
  text-align: center;
  border-bottom: 1px solid #aaa;
}

.profileContainer img{
  border-radius: 50px!important;
  border: 2px solid var(--secondary)!important;
  /* box-shadow: 0 0 3px 3px #eee; */
  position:relative;
  height: 78px!important;
  width: 78px!important;
  flex:unset!important;
  display: inline-block;
}

.profileContainer span.icon {
  position: absolute;
  top: 10px;
  right: 0;
  background:#e2e2e2;
  border-radius:100%;
  width:30px;
  height:30px;
  line-height:30px;
  vertical-align:middle;
  text-align:center;
  color:#0000ff;
  font-size:14px;
  cursor:pointer;
}

.profile-root img{
}
.profile-root img,#marked img{    
}

.section .container{
  max-width: 100%!important;
}


#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #ccc;
  padding: 5px;
  /* position: absolute;
  width: 100%;;
  bottom: 0px; */
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 100000;

}
/* .pac-container{
  z-index: 0!important;
  width: 100%!important;
  top: 50px!important;
  background: #fff;
  left: 0px!important;

} */
#pac-container {
  padding-bottom: 0px;
  
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-size: 13px;
  font-weight: 300;
  color: black;
}

#pac-input {
  font-size: 15px;
  font-weight: 300;
  margin: auto;
  padding: 5px 21px 5px 33px;
  text-overflow: ellipsis;
  width: 100%;
  background: white;
  color:black;
  border-radius: 10px 10px 0px 0px;
  border-top: 1px solid var(--themeColor);
  border-left: 1px solid var(--themeColor);
  border-right: 1px solid var(--themeColor);
}
#map_canvas{
  border-radius: 0px 0px 10px 10px;
  border: 1px solid var(--themeColor);
}

#pac-input:focus {
  border-color: #4d90fe;
}

.hero__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap;
}
.hero__wrapper:before {
  content: '';
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, var(--color-light), var(--color-dark));
  border-radius: 50%;
  position: fixed;
  bottom: 50px;
  left: 10px;
  z-index: -1;
}
.hero__wrapper > * {
  margin: 15px;
}

.hero__header {
  -webkit-box-flex: 0;
          flex: 0 1 1px;
  padding-right: 50px;
  color: var(--dark);
  font-size: 8vmax;
}

.hero__phone {
  width: 300px;
  height: 630px;
  background: var(--light);
  background-color: #ffffff;
  background: #fff url("https://codepenworldsfair.com/images/small-worlds-fair.png") center/250px no-repeat;
  border: 12px solid var(--dark);
  border-radius: 36px;
  position: relative;
  overflow: hidden;
}
.hero__phone:before {
  content: '';
  width: 175px;
  height: 25px;
  background: var(--dark);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 1000;
}
.hero__phone:after {
  content: '';
  width: 100px;
  height: 5px;
  background: var(--dark);
  border-radius: 2px;
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 1000;
}


.menu__button {
  --x: -50%;
  --y: 0;
  --z: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-light)), to(var(--color-dark)));
  background: linear-gradient(to right, var(--color-light), var(--color-dark));
  padding: 10px 20px;
  border-radius: 28px;
  box-shadow: 0 2px 40px -10px var(--color);
  color: var(--light);
  font-size: 16px;
  white-space: nowrap;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate3d(var(--x), var(--y), var(--z));
          transform: translate3d(var(--x), var(--y), var(--z));
  cursor: pointer;
  z-index: 105;
  -webkit-transition: 0.15s cubic-bezier(0.33, 1, 0.53, 1);
  transition: 0.15s cubic-bezier(0.33, 1, 0.53, 1);
}
.menu__button[hidden] {
  --y: 200%;
}
.menu__button div {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 12px;
  height: 12px;
  margin-right: 20px;
}
.menu__button div div {
  display: table;
  height: 1px;
  background: var(--light);
  box-shadow: 0 4px 0 var(--light), 0 -4px 0 var(--light);
}

.menu__overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 100;
}

.menu__block{
  position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 10001;
    height: 100%;
    background: var(--themeColorLight);
    display: flex;
}
.menu__body {
  --x: 0;
  --y: 0;
  --z: 0;
  display: block;
  margin: auto;
  width: 100%;
  max-width: 600px;
  background:var(--themeColorLight);
  padding-bottom: 15px;
  box-shadow: 0px -9px 50px -30px #49474a;
  z-index: 105;
  -webkit-transform: translate3d(var(--x), var(--y), var(--z));
          transform: translate3d(var(--x), var(--y), var(--z));
  -webkit-transition: 0.2s cubic-bezier(0.33, 1, 0.53, 1);
  transition: 0.2s cubic-bezier(0.33, 1, 0.53, 1);
}
.menu__body[hidden] {
  --y: 150%;
}
.menu__body > *:not(:last-child) {
  border-bottom: 1px solid var(--themeColor);
}

.menu__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  color: var(--fontColor);
}
.menu__header label div {
  width: 15px;
  height: 15px;
  border: 2px solid var(--dark);
  border-radius: 50%;
  position: relative;
  -webkit-transform: rotate(5.5rad);
          transform: rotate(5.5rad);
}
.menu__header label div:after {
  content: '';
  width: 2px;
  height: 10px;
  background: var(--dark);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.menu__header p {
  font-size: 18px;
  font-weight: bold;
  vertical-align: center;
  white-space: nowrap;
  text-transform: capitalize;
}
.menu__header h3 {
  font-weight: normal;
}
.menu__header button {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  background: var(--neutral-dark);
  border-radius: 50%;
  cursor: pointer;
  padding: 0px!important;
  border:1px solid #777;
}
.menu__header button div {
  width: 15px;
  height: 3px;
  background: var(--light);
  position: relative;
  -webkit-transform: rotate(5.5rad);
          transform: rotate(5.5rad);
}
.menu__header button div:before {
  content: '';
  width: 3px;
  height: 15px;
  background: var(--light);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.menu__links {
  display: -webkit-box;
  display: flex;
  padding: 10px 15px;
  font-weight: bold;
  overflow-x: auto;
}
.menu__links a {
  -webkit-box-flex: 1;
          flex: 1 1 1px;
  padding: 10px 8px;
  color: var(--dark);
  text-decoration: none;
  white-space: nowrap;
}

.menu__contact {
  display: -webkit-box;
  display: flex;
  padding: 8px;
}
.menu__contact svg {
  width: 100%;
  fill: var(--smiconColors);
}
.menu__contact a {
  -webkit-box-flex: 1;
          flex: 1 1 30%;
  padding: 5px;
  margin: 5px;
  border-radius: 8px;
  background: var(--themeColor);
  color: var(--fontColor)!important;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.menu_connnect a {
  -webkit-box-flex: 1;
          flex: 1 1 30%;
  padding: 5px;
  margin: 5px;
  border-radius: 8px;
  background: var(--themeColor);
  color: var(--fontColor)!important;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.under_construction{
  width:100%;
  padding: 10px;
}



.icon {
background: url('images/hive.png') 0 0 no-repeat;
width: 76px;
height: 76px;
top: -200px;
margin: 0 auto;
position: relative;
}
.icon:hover {
-moz-animation: rotatecircle 4s infinite linear;
-webkit-animation: rotatecircle 4s linear;
}
.outerCircle {
background-color: transparent;
border: 8px solid rgba(97, 82, 72, 0.9);
opacity: .9;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
border-radius: 100px;
width: 103px;
height: 103px;
margin: 0 auto;
-moz-animation: spinPulse 3s infinite ease-in-out;
-webkit-animation: spinPulse 3s infinite ease-in-out;
}
.innerCircle {
background-color: transparent;
border: 5px solid rgba(189, 215, 60, 0.6);
opacity: .9;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-radius: 100px;
top: -110px;
width: 92px;
height: 92px;
margin: 0 auto;
position: relative;
-moz-animation: spinoffPulse 1s infinite linear;
-webkit-animation: spinoffPulse 1s infinite linear;

}


@-moz-keyframes spinPulse {
    0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #bdd73c;}
	50% { -moz-transform:rotate(145deg); opacity:1; }
	100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
    0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(360deg);  }
}
@-webkit-keyframes spinPulse {
    0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #bdd73c; }
	50% { -webkit-transform:rotate(145deg); opacity:1;}
	100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
    0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}
@-moz-keyframes rotatecircle {
    0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(-360deg); }
}

@-webkit-keyframes rotatecircle {
    0% { -webkit-transform:rotate(0deg); }
100% { -webkit-transform:rotate(-360deg); }
}


.car{
  z-index: 10000;
    width: 40px;
    height: 40px;

    float: left;
    background: url('img/car.png');
    background-size:contain;
    margin-bottom:5px;
}

.jcb{
  z-index: 10000;
    width: 40px;
    height: 40px;

    float: left;
    background: url('img/jcb.png');
    background-size:contain;
    margin-bottom:5px;
}

.other{
  z-index: 10000;
    width: 40px;
    height: 40px;

    float: left;
    background: url('img/other.png');
    background-size:contain;
    margin-bottom:5px;
}

.truck{
  z-index: 10000;
    width: 40px;
    height: 40px;

    float: left;
    background: url('img/truck.png');
    background-size:contain;
    margin-bottom:5px;

}
   

.minibus{
  z-index: 10000;
    width: 40px;
    height: 40px;

    float: left;
    background: url('img/minibus.png');
    background-size:contain;
    margin-bottom:5px;

}


.suv{
  z-index: 10000;
    width: 40px;
    height: 40px;

    float: left;
    background: url('img/suv.png');
    background-size:contain;
    margin-bottom:5px;

}


.bus{
  z-index: 10000;
    width: 40px;
    height: 40px;

    float: left;
    background: url('img/bus.png');
    background-size:contain;
    margin-bottom:5px;

}
    

.All{
  z-index: 10000;
    width: 40px;
    height: 40px;

    float: left;
    background: url('img/all.png');
    background-size:contain;
    margin-bottom:5px;

}

.auto{
  z-index: 10000;
    width: 40px;
    height: 40px;

    float: left;
    background: url('img/auto.png');
    background-size:contain;
    margin-bottom:5px;

}

.ambulance{
  z-index: 10000;
    width: 40px;
    height: 40px;

    float: left;
    background: url('img/ambulance.png');
    background-size:contain;
    margin-bottom:5px;

}

.clickSelected{
  background-image: linear-gradient(to right top,#ffc600 20%,#00ffdb,#05836e 80%)!important;
}
.clickSelected .inner{
  background-color: white;
  border-radius: 50%;
}

audio, canvas, embed, iframe, img, object, svg, video{
  display: unset;
}


.rotated {
  animation: rotation 1s infinite linear;
  background-color: red;

}

@keyframes rotation {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

     