.ocean-color-label {
  color: #202020;
  font-size: 14px;
}

select {
  width: 230px;
  height: 0px;
  margin-top: 10px;
  background-color: #342e41;
  outline: none;
  border: none;
  border-radius: 5px;
}

.dropdown {
  margin-bottom: 20px;
  margin-top: 5px;
  width: 100%;
}

.dropdown-label {
  color: white;
  padding-bottom: 5px;
}


body {
  font-family: Arial, Helvetica, sans-serif;
}

.choices {
  margin-top: 5px;
}

.choices__inner {
  width: calc(100% - 20px) !important;
  padding-bottom: 3.5px !important;
}

.choices__item {
  padding-right: 20px !important;
}

.choices__list {
  color: white !important;
  background-color: #000011;
  outline: none !important;
  border: none !important;
  border-radius: 10px !important;
}

.choices__list--dropdown {
  z-index: 10 !important;
}

.choices__list--dropdown {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  border: none;
  background-color: #342e41;
}

.choices__list--dropdown .choices__item--selectable {
  padding-right: 10px !important;
}

.choices__inner {
  /* background: #ffffff !important; */
  box-shadow: none;
  border-radius: 5px !important;
  font-weight: 200;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #342e41 !important;
  color: white;
  background-color: #342e41 !important;
  width: calc(100% - 17px) !important;
}

.choices__input {
  background-color: #342e41 !important;
  color: white;
  cursor: pointer;
}

.choices {
  min-width: 100px;
  max-width: 400px;
  margin-top: 5px;
}

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

/* Track */
::-webkit-scrollbar-track {
  background: #342e41;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: black;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #0d1e3b !important;
}



.choices__list--dropdown {
  background-color: #152035 !important;
}



/* Light Background */

.light .color-legend-container {
  background-color: #f5f5f5;
}

.light .color-legend-container * {
  color: #202020;
}

.light select {
  background-color: #f5f5f5;
}


.light .dropdown-label {
  color: #172033;
}



.light .choices__list {
  color: #172033 !important;
  background-color: #f5f5f5;
}

.light .choices__list--dropdown {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  background-color: #f5f5f5;
}

.light .choices__inner {
  border: 1px solid #c8c8c8 !important;
  color: #172033;
  background-color: #c8c8c8 !important;
}

.light .ocean-color-label {
  color: #172033;
}


.light .choices__input {
  background-color: #f5f5f5 !important;
  color: #172033;
}

.light ::-webkit-scrollbar-thumb {
  background: #c8c8c8;
  border-radius: 5px;
}

.light ::-webkit-scrollbar-thumb:hover {
  background: #c8c8c8;
}

.light .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #c8c8c8 !important;
}

.light .choices__list--dropdown {
  background-color: #c8c8c8 !important;
}


.light ::-webkit-scrollbar-track {
  background: #f5f5f5;
}


.range-slider {
  height: 5px;
  position: relative;
  background-color: #e1e9f6;
  border-radius: 2px;
  left:2px;
}
.range-selected {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background-color: #1b53c0;
  opacity:0;
}

.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 10px;
  top: -7px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.range-input input::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  background-color: #0157ff;
    border: none !important;
    border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
    height: 25px;
    margin-top:5px;
    width: 25px;
}
.range-input input::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 3px solid #1b53c0;
  background-color: #fff;
  pointer-events: auto;
  -moz-appearance: none;
}

.range-price {
    margin: 30px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .range-price label {
    margin-right: 5px;
  }
  .range-price input {
    width: 40px;
    padding: 5px;
  }
  .range-price input:first-of-type {
    margin-right: 15px;
  }

  .loader-icon-wrapper{
    width: 200px;
  }
  .scene-container{
    width: 100%;
    height: 100vh;
  }
  canvas{
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }

  @media (min-width: 320px) {
    .globe-container header .right-wrapper {
      margin-left: 40px !important;
    } 
    .globe-container .header{
      height: auto !important;
    }
    .globe-container .header .main-parent{
      flex-direction: column;
    }
  }

  @media (min-width: 768px) {
    .climate-risk-modal-wrapper .right-tabscontent-scopebody .vector-div {
      width: 300px !important;
    }
    .climate-risk-modal-wrapper .modal-dialog {
      width: 98% !important;
    }
    .climate-risk-popup{
      padding-right:0px !important;
    }
    
  }
  @media (min-width: 992px) {
    .climate-risk-modal-wrapper .right-tabscontent-scopebody .vector-div {
      width: 300px !important;
    }
    .globe-container .header{
      height: 70px;
    }
    .globe-container .header .main-parent{
      flex-direction: row;
    }
  }
  @media (min-width: 1024px) {

  }
  @media (min-width: 1280px) {
    .climate-risk-modal-wrapper .right-tabscontent-scopebody .vector-div {
      width: 500px !important;
  }
  .globe-container header .right-wrapper {
      margin-left: 200px !important;  
  }
  .climate-risk-modal-wrapper .modal-dialog {
    width: 1100px !important;
  }

  }
  @media (min-width: 1440px) {
    

  }
