﻿.dwl-missiondata {
  display: flex;
  gap: 39px;
  margin: 80px 0;

  .background-image {
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    flex: 8;
    border-radius: 16px;
  }

  .mission-widget {
    flex: unset;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .incident-overview {
    font-size: 20px;
    width: 406px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    background-color: var(--waa-cream);
    padding: 40px;
    border-radius: 16px;
  }

  .incident-overview #incident-total {
    font-weight: var(--waa-font-bold);
    font-size: 36px;
    padding: 0;
    color: white;
    background: #212121;
    display: inline-flex;
    text-align: center;
    line-height: 36px;
    padding: 10px 25px;
    border-radius: 4px;
    position: relative;
  }

  .incident-overview #incident-total:before {
    content: "";
    top: 48%;
    left: -2.5px;
    position: absolute;
    margin: 0;
    height: 5px;
    width: 5px;
    background: var(--waa-cream);
    border-radius: 20px;
  }
  .incident-overview #incident-total:after {
    content: "";
    top: 48%;
    right: -2.5px;
    position: absolute;
    margin: 0;
    height: 5px;
    width: 5px;
    background: var(--waa-cream);
    border-radius: 20px;
  }

  .incident-overview #incident-vehicle {
    font-weight: var(--waa-font-semibold);
    font-size: 20px;
    margin-bottom: 5px;
    font-stretch: var(--waa-condensed);
    color: var(--waa-dark-grey);
  }

  .incident-overview .carousel {
    padding-bottom: 30px;
  }

  .incident-overview .carousel .carousel-control-next,
  .incident-overview .carousel .carousel-control-prev {
    width: 42px;
    opacity: 1;
    margin-top: 14px;
    height: fit-content;
    filter: none;
  }
  .incident-overview .carousel .carousel-control-next:hover {
    span {
      background: var(--waa-dark-grey) var(--waa-btn-arrow-yellow) no-repeat;
      background-size: 20px 20px;
      background-position: 12px;
    }
  }
  .incident-overview .carousel .carousel-control-prev:hover {
    span {
      background: var(--waa-dark-grey) var(--waa-btn-arrowleft-yellow) no-repeat;
      background-size: 20px 20px;
      background-position: 9px;
    }
  }
  .incident-overview .carousel .carousel-control-prev-icon,
  .incident-overview .carousel .carousel-control-next-icon {
    width: 42px;
    height: 42px;
  }

  .incident-overview .carousel .carousel-indicators button {
    width: 8px !important;
    height: 8px !important;
    border-radius: 100%;
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: var(--waa-green);
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
  }

  .incident-overview .carousel-indicators {
    top: 6.5rem;
  }

  .incident-overview .carousel-item#Both img {
    height: 68px !important;
    width: auto !important;
    object-fit: contain;
  }

  .incident-overview .carousel-item#Helicopter img {
    height: 68px !important;
    width: auto !important;
    object-fit: contain;
  }

  .incident-overview .carousel-item#Car img {
    height: 68px !important;
    width: auto !important;
    object-fit: contain;
  }

  .incident-overview .carousel .carousel-indicators button.active {
    opacity: 1;
  }

  .incident-overview .carousel .carousel-item:before {
    background: transparent;
  }

  .incident-overview .carousel-control-next-icon {
    padding: 20px;
    border: none;
    background: var(--waa-green) var(--waa-btn-arrow-yellow) no-repeat;
    background-size: 20px 20px;
    background-position: 12px;
    border-radius: 12rem;
  }

  .incident-overview .carousel-control-prev-icon {
    padding: 20px;
    border: none;
    background: var(--waa-green) var(--waa-btn-arrowleft-yellow) no-repeat;
    background-size: 20px 20px;
    background-position: 9px;
    border-radius: 12rem;
  }

  .incident-overview .mission-select {
    position: relative;
    display: block;
    width: 100%;
    margin: 25px 0 0;
  }

  .incident-overview .mission-select:after {
    content: "";
    width: 40px;
    top: 0;
    left: 0;
    position: absolute;
    margin: 0;
    height: 44px;
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='27.5' height='17.2' viewBox='0 0 27.5 17.2'%3E%3Cg id='Group_2868' data-name='Group 2868' transform='translate(-15.345 -13.4)'%3E%3Cpath id='Path_2065' data-name='Path 2065' d='M1083.5, 242.75h26' transform='translate(-1067.408 -225.416)' fill='none' stroke='%23372E2B' stroke-linecap='round' stroke-width='1.5'/%3E%3Cpath id='Path_2066' data-name='Path 2066' d='M1083.5, 242.75h26' transform='translate(-1067.408 -216.083)' fill='none' stroke='%23372E2B' stroke-linecap='round' stroke-width='1.5'/%3E%3Cg id='Ellipse_256' data-name='Ellipse 256' transform='translate(30.221 22.6)' fill='%23F9F6D4' stroke='%23372E2B' stroke-linecap='round' stroke-width='1.5'%3E%3Ccircle cx='4' cy='4' r='4' stroke='none'/%3E%3Ccircle cx='4' cy='4' r='3.25' fill='none'/%3E%3C/g%3E%3Cg id='Ellipse_257' data-name='Ellipse 257' transform='translate(20.221 13.4)' fill='%23F9F6D4' stroke='%23372E2B' stroke-linecap='round' stroke-width='1.5'%3E%3Ccircle cx='4' cy='4' r='4' stroke='none'/%3E%3Ccircle cx='4' cy='4' r='3.25' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  }

  .incident-overview select {
    border-radius: 10px;
    border: 1px solid black !important;
    color: #372e2b !important;
    padding: 0px 15px 0 55px;
    height: 44px;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    font-weight: var(--waa-font-semibold);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white !important;
    background-image: url(/images/select-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 94% 12px !important;
    background-size: 15px !important;
    padding-right: 20px !important;
    box-sizing: border-box;
  }

  .incident-overview select:hover {
    color: #372e2b !important;
    padding: 0px 15px 0 55px;
    height: 44px;
    font-size: 15px;
    cursor: pointer;
    font-weight: var(--waa-font-semibold);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white !important;
    background-image: url(/images/select-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 94% 12px !important;
    background-size: 15px !important;
    padding-right: 20px !important;
    box-sizing: border-box;
  }

  .incident-overview span.title {
    text-align: center;
    display: block;
    color: var(--waa-green);
  }

  .mission-widget .btn.btn-primary {
    background: var(--waa-green);
    color: var(--bs-white);
    border: 0;
  }

  /* .mission-widget .btn.btn-primary:after {
    content: var(--waa-btn-arrow-white);
  } */

  /* .mission-widget .btn.btn-primary:hover {
    background: var(--waa-white);
    color: var(--waa-green);
    border-color: var(--waa-white) !important;
  } */
  /* 
  .mission-widget .btn.btn-primary:hover::after {
    content: var(--waa-btn-arrow-green);
  } */
}

.mission-control {
  background: white;
}

.incident-total-wrapper {
  width: fit-content;
  overflow: hidden;
  margin-inline: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
}

.calendar-line-fx {
  content: "";
  background: black;
  width: 92%;
  top: 52%;
  left: 50%;
  height: 3px;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 6;
}

@media (max-width: 991px) {
  .dwl-missiondata {
    display: block;

    .background-image {
      flex: 12;
      height: 229px;
      border-radius: 16px 16px 0 0;
    }
    .mission-widget {
      flex: 12;
    }
    .incident-overview {
      width: 100%;
      border-radius: 0 0 16px 16px;
    }
    .mission-widget .btn.btn-primary {
      width: 100%;
    }
  }
}

/* @media (max-width: 767px) {
    .dwl-missiondata .background-image {
      background-size: cover;
      background-repeat: no-repeat;
      min-height: 450px;
      z-index: 1;
    }
  
    .dwl-missiondata .mission-widget {
      margin-top: -100px;
      padding-top: 100px;
      z-index: 0;
    }
  } */
