/*
Template Name: Ubold Dashboard
Author: CoderThemes
Email: coderthemes@gmail.com
File: Responsive
*/

.map{
  visibility: hidden;
  position: absolute;
  margin-bottom: 15px;
}

.serverErrors{
  display: none;
}
.serverErrors li{
  margin-top: 6px;
  list-style: circle;
}

.mapError{
  display: none;
  color: #8a1f11;
  margin-left: 1.5em;
  font-size: 12px;
}

.coordinateError{
  display: none;
  color: #8a1f11;
  margin-left: 1.5em;
  font-size: 12px;
}

.mapWrapper{
  display: none;
}

#map{
  direction: ltr;
}
.btnxy{
  height: 50px;
}
.addlatlong{
  height: 50px;
}

.addressWrapper{
  display: none;
}

.latLongWrapper{
  display: none;
}

.utmWrapper{
  display: none;
}

/* UTM Coordinate Input Styling */
.utm-input-large {
  height: 50px !important;
  font-size: 16px !important;
  padding: 12px 15px !important;
  margin-bottom: 15px !important;
}

.utmWrapper .element .form-group {
  margin-bottom: 20px !important;
}

.utmWrapper .element .form-group:last-child {
  margin-bottom: 0 !important;
}

/* Remove button styling */
.btn-remove-box {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  background: #dc3545 !important;
  color: white !important;
  border: none !important;
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 10 !important;
}

.btn-remove-box:hover {
  background: #c82333 !important;
}

/* Make form groups relative for absolute positioning of remove button */
.utmWrapper .element {
  position: relative !important;
}

/* Additional UTM input improvements */
.utmWrapper .element .form-group {
  margin-bottom: 20px !important;
}

.utmWrapper .element .form-group:last-child {
  margin-bottom: 0 !important;
}

.utmWrapper .element .form-group:last-of-type {
  margin-bottom: 0 !important;
}

/* Ensure proper spacing between UTM coordinate sets */
.utmWrapper .element {
  margin-bottom: 30px !important;
  padding: 20px !important;
  border: 1px solid #e9ecef !important;
  border-radius: 8px !important;
  background-color: #f8f9fa !important;
}

.utmWrapper .element:last-child {
  margin-bottom: 0 !important;
}

/* Style the province display area */
.utmWrapper #province-utm-1,
.utmWrapper [id^="province-utm-"] {
  margin-top: 15px !important;
  padding: 10px !important;
  background-color: #e9ecef !important;
  border-radius: 5px !important;
  font-size: 14px !important;
}

.invalid-feedback{
  color: #f05050;
}

.legalWrapper{
  display: none;
}

.group-span-filestyle > label{
  margin-top: -1px !important;
}
.content{
  overflow-y: scroll !important;
  position: relative;
  right: 0px !important;

}

.addxy{
  padding-bottom: 60px
}
.wizard > .content > .body label.error{
}


.element label{
  display: none !important;
}
.x{
 direction: ltr;
}

.y{
  direction: ltr;
}
.z{
 direction: ltr;
}
.long{
    direction: ltr;
}
.lat{
    direction: ltr;
}

@media only screen and (max-width: 6000px) and (min-width: 700px) {
  .wrapper.right-bar-enabled .right-bar {
    right: 0;
    z-index: 99;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .email-msg {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .enlarged .left.side-menu {
    margin-left: -75px;
  }
  .content-page {
    margin-left: 0px !important;
  }
  .footer {
    left: 0px !important;
  }
  .mobile-sidebar {
    left: 0px;
  }
  .mobile-content {
    left: 250px;
    right: -250px;
  }
  .wrapper-page {
    width: 90%;
  }
  .wizard > .steps > ul > li {
    width: 100%;
  }
  .wizard > .content {
    padding: 0px !important;
  }
  .wizard > .content > .body {
    float: none;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0%;
  }
  .wizard.vertical > .steps {
    display: inline;
    float: none;
    width: 100%;
  }
  .wizard.vertical > .content {
    display: inline;
    float: none;
    margin: 0%;
    width: 100%;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    left: auto;
    position: absolute;
    right: -124px;
  }
  .todo-send {
    margin-top: 10px;
    padding-left: 15px;
  }
  .chat-inputbar {
    padding-left: 15px;
  }
  .chat-send {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .dataTables_wrapper .col-xs-6 {
    width: 100%;
    text-align: left;
  }
  .product-search {
    margin-bottom: 30px;
  }
  .top-menu-item-xs {
    display: inline-flex !important;
  }
  .dropdown-menu-lg {
    width: 240px !important;
  }
}
@media (max-width: 480px) {
  .side-menu {
    z-index: 10 !important;
  }
  .button-menu-mobile {
    display: block;
  }
  .search-bar {
    display: none !important;
  }
  .ms-container {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .hide-phone {
    display: none !important;
  }
}
/* Container-alt */
@media (min-width: 768px) {
  .container-alt {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container-alt {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-alt {
    width: 1170px;
  }
}
@media (max-width: 419px) {
  .topbar-left {
    width: 70px !important;
  }
  .logo .icon-c-logo {
    display: inline-block !important;
    line-height: 58px !important;
  }
  .logo span {
    display: none !important;
  }
  .content-page {
    margin-left: 70px;
  }
  .forced .side-menu.left {
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
  }
  .enlarged .side-menu.left {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
  }
  .conversation-list .conversation-text,
  .conversation-list .odd .conversation-text {
    width: 100% !important;
  }
}
