﻿  #basemapToggle {
            position: absolute;
            top: 10px;
            left: 50px;
            z-index: 50;
            background-color: white;
            padding: 5px;
            border-radius: 3px;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        }


/* CSS for the header */
header {
    background-color: #c7b196;
    color: white;
    padding: 40px;
    text-align: center;
    font-size: 30px;
}

/* CSS for the footer */
footer {
    background-color: #394e70;
    color: white;
    padding-top: 0px;
    text-align: center;
    font-size: 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 20px;
    /*font-weight: bold;*/
}


html,
body,
#viewDiv {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    float: left;

}

    /*#viewDiv .esri-zoom {
        display: none !important;
    }*/

#sidebar {
    width: 20%;
    float: right;
    padding: 10px;
}

.weather {
    position: absolute;
    top: 235px;
    left: -5px;
}

#info {
    padding: 14px;
    border-radius: 5px;
    width: 25%;
    background-color: black;
}

.main_data {
    position: absolute;
    top: 235px;
    left: 5px;
    width: 50px;
    height: 25px;
    border-radius: 10px;
    background-color: #394e70;
}

#toolbarDiv {
    position: absolute;
    top: 130px;
    left: 15px;
    cursor: default;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    color: white;
}

.img_gam {
    position: absolute;
    top: 15px;
    right: 15px;
}

#dept_name {
    position: absolute;
    top: 40px;
    left: 220px;
    color: #000000;
    font-size: 25px;
    font-weight: bold;
}

#infoDiv {
    position: absolute;
    top: 120px;
    left: 15px;
    background-color: #394e70;
}

    #infoDiv input {
        border: none;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px;
    }





.esri-popup__header {
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 18px;
    height: 20px;
}


.esri-popup__content {
    text-align: right;
    padding-top: 20px;
}

.esri-popup__main-container {
    direction: rtl;

}

.esri-popup {
    border: 2px solid #706a6a;
    padding: 0px;
    font-size: 12px;
}

.esri-popup__main-container {
    height: 300px;
}

.esri-popup .esri-popup-header .esri-title {
    font-size: 18px;
    font-weight: bolder;
    background-color: #c7b196;
}

.esri-popup .esri-popup-body .esri-popup-content {
    font-size: 35px;
}

.anim:hover {
    animation: zoom1 0.3s;
}




.scale {
    border: 1px;
    border-radius: 0em;  
    position: absolute;
    top: 655px;
    left: 15px;
    z-index: 1;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    font-family: 'Arial';
}

    /*.scale:hover {
        animation: zoom1 0.3s;
    }*/



.btn_plots {
    border: 1px;
    /*border-radius: 0em;*/
    bottom: -15px;
    position: absolute;
    top: 130px;
    right: 15px;
    z-index: 1;
    background-color: #394e70;
    /*color: #394e70;*/
    width: 85px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    font-family: 'Arial';
    border-radius: 5%;
}

    .btn_plots:hover {
        animation: zoom1 0.3s;
    }

@keyframes zoom1 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

.btn_plots0 {
    border: 1px;
    border-radius: 0em;    
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 1;
    background-color: #394e70;
    color: #394e70;
     width: auto;
    color: white;
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    font-family: 'Arial';
   
}

    .btn_plots0:hover {
        animation: zoom1 0.3s;
    }



.btn_plots1 {
    border: 1px;
    border-radius: 0em;
    
    position: absolute;
    top: 50px;
    right: 15px;
    z-index: 1;
    background-color: #394e70;
    color: #394e70;
    width: auto;
    color: white;
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    font-family: 'Arial';
}

    .btn_plots1:hover {
        animation: zoom1 0.3s;
    }



.btn_plots2 {
    border: 1px;
    border-radius: 0em;
    
    position: absolute;
    top: 80px;
    right: 15px;
    z-index: 1;
    background-color: #394e70;
    color: #394e70;
     width: auto;
    color: white;
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    font-family: 'Arial';
}

    .btn_plots2:hover {
        animation: zoom1 0.3s;
    }



.btn_plots3 {
    border: 1px;
    border-radius: 0em;
    
    position: absolute;
    top: 110px;
    right: 15px;
    z-index: 1;
    background-color: #394e70;
    color: #394e70;
     width: auto;
    color: white;
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    font-family: 'Arial';
}

    .btn_plots3:hover {
        animation: zoom1 0.3s;
    }



.btn_plots4 {
    border: 1px;
    border-radius: 0em;
    
    position: absolute;
    top: 140px;
    right: 15px;
    z-index: 1;
    background-color: #394e70;
    color: #394e70;
    width: auto;
    color: white;
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    font-family: 'Arial';
}

    .btn_plots4:hover {
        animation: zoom1 0.3s;
    }



.btn_plots5 {
    border: 1px;
    border-radius: 0em;
    
    position: absolute;
    top: 170px;
    right: 15px;
    z-index: 1;
    background-color: #394e70;
    color: #394e70;
    width: auto;
    color: white;
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    font-family: 'Arial';
}

    .btn_plots5:hover {
        animation: zoom1 0.3s;
    }



.btn_plots6 {
    border: 1px;
    border-radius: 0em;
    
    position: absolute;
    top: 200px;
    right: 15px;
    z-index: 1;
    background-color: #394e70;
    color: #394e70;
    width: auto;
    color: white;
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    font-family: 'Arial';
}

    .btn_plots6:hover {
        animation: zoom1 0.3s;
    }


.btn_plots7 {
    border: 1px;
    border-radius: 0em;
    bottom: -15px;
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 1;
    background-color: #394e70;
    color: #394e70;
    width: 150px;
    color: white;
    font-size: 10px;
    /*font-weight: bold;*/
    height: 20px;
    font-family: 'Arial';
}

    .btn_plots7:hover {
        animation: zoom1 0.3s;
    }



.btn_plots8 {
    border: 1px;
    border-radius: 0em;
    
    position: absolute;
    top: 230px;
    right: 15px;
    z-index: 1;
    background-color: #394e70;
    color: #394e70;
    width: auto;
    color: white;
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    font-family: 'Arial';
}

    .btn_plots8:hover {
        animation: zoom1 0.3s;
    }



.btn_plots9 {
    border: 1px;
    border-radius: 0em;
    bottom: -15px;
    position: absolute;
    top: 15px;
    left: 18px;
    z-index: 1;
    /*background-color: #394e70;*/
    color: #394e70;
    width: 30px;
    color: white;
    font-size: 10px;
    /*font-weight: bold;*/
    height: 30px;
    font-family: 'Arial';
}

    .btn_plots9:hover {
        animation: zoom1 0.3s;
    }



.open_coolaps_plots {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 210px;
    right: 0px;
    z-index: 1;
    border-radius: 10%;
}

.open_coolaps_plots1 {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 235px;
    right: 55px;
    z-index: 1;
    border-radius: 10%;
}

.open_coolaps_plots2 {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 280px;
    right: -170px;
    z-index: 1;
    border-radius: 10%;
}

.open_coolaps_plots3 {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 210px;
    left: 15px;
    z-index: 1;
    transition: height 0.9s ease;   
   
}


#formDiv {
    width: 100%;
}

#formOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

#formContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #394e70;
    padding: 20px;
    border-radius: 8px;
}

.esri-widget--button.active,
.esri-widget--button.active:hover,
.esri-widget--button.active:focus {
    cursor: default;
    background-color: #999696;
}

    .esri-widget--button.active path,
    .esri-widget--button.active:hover path,
    .esri-widget--button.active:focus path {
        fill: #E4E4E4;
    }
/**/ /**/ /**/ /**/ /*identify*/ /**/ /**/ /**/ /**/



.esri-search {
    width: 260px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    overflow: visible;
}

.esri-coordinate-conversion {
    cursor: default;
    font-size: 12px;
    position: absolute;
    width: 258px;
    background-color: #394e70;
    bottom: 50px;
    left: 15px;
    opacity:0.75;
}

.esri-icon-plus:before {
    color: white;
    background-color: #394e70;
}


.esri-icon-minus:before {
    color: white;
    background-color: #394e70;
}

.esri-widget {
    box-sizing: border-box;
    color: #394e70;
    font-size: 12px;
    font-family: "Avenir Next","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.3em;
    background-color: white;
    border-radius: 15px;
}

.esri-icon-home:before {
    color: white;
    background-color: #394e70;
}

.esri-icon-locate {
    background-color: #394e70;
    color: white;
}

.esri-ui .esri-component {
    pointer-events: auto;
    border-radius: 15px;
}

.esri-icon-layer-list:before {
    background-color: #394e70;
    color: white;
}

.esri-icon-collapse:before {
    background-color: #394e70;
    color: white;
}

.esri-icon-basemap:before {
    background-color: #394e70;
    color: white;
}

.esri-icon-layers:before {
    background-color: #394e70;
    color: white;
}
.esri-widget--button{
    border-radius:50%;
}
.esri-widget--button:hover {
    background-color: #f3f3f3;
    color: #2e2e2e;
}

.esri-widget--button:active {
    background-color: #c7b196;
}

.esri-icon-search:before {
    background-color: #394e70;
    color: white;
}

.esri-icon-close:before {
    background-color: #394e70;
    color: white;
}

.esri-icon-edit:before {
    background-color: #394e70;
    color: white;
}

.esri-icon-zoom-in-magnifying-glass:before {
    background-color: #394e70;
    color: white;
}

.esri-icon-dock-right:before {
    background-color: #394e70;
    color: white;
}

.esri-icon-minimize:before {
    background-color: #394e70;
    color: white;
}

.esri-icon-left:before {
    background-color: #394e70;
    color: white;
}

.esri-icon-right:before {
    background-color: #394e70;
    color: white;
}

.esri-icon-down:before {
    background-color: #394e70;
    color: white;
}

.esri-icon-up:before {
    background-color: #394e70;
    color: white;
}

.esri-icon-map-pin:before {
    background-color: #394e70;
    color: white;
}

.esri-icon-settings2:before {
    background-color: #394e70;
    color: white;
}

.esri-icon-left-arrow:before {
    background-color: #394e70;
    color: white;
}

.esri-icon-refresh:before {
    background-color: #394e70;
    color: white;
}

.esri-icon-down:before {
    background-color: #394e70;
    color: white;
}

.esri-item-list__scroller {
    overflow-y: visible;
}

.editArea-container {
    background: #fff;
    line-height: 1.5em;
    overflow: auto;
    padding: 12px 15px;
    width: 300px;
}

.list-heading {
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #394e70;
}

.or-wrap {
    background-color: #e0e0e0;
    height: 1px;
    margin: 2em 0;
    overflow: visible;
}

.or-text {
    background: #fff;
    line-height: 0;
    padding: 0 1em;
    position: relative;
    bottom: 0.75em;
}

.esri-feature-form {
    background: #fff;
}

.esri-feature-templates {
    width: 256px;
}

.esri-feature-templates__section-header {
    display: none;
}

.esri-feature-templates__section {
    box-shadow: none;
}

.esri-feature-templates__scroller {
    max-height: 200px;
}

.bg-secondary {
    background-color: #394e70 !important;
}

.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
    color: #394e70;
    background-color: #394e70;
    border-color: #394e70;
}

#zoomButtons {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    background-color: white;
    padding: 0px;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
}

/*#zoomButtons {
      position: absolute;
      top: 10px;
      left: 100px;
    }*/
/**/ /**/ /**/ /**/ /**/
.drpcollapse {
    height: 25px;
    font-size: 10px;
    font-weight: bold;
}

.txtcollapse {
    height: 25px;
    font-size: 10px;
    font-weight: bold;
}

.btncollapse {
    height: 25px;
    font-size: 10px;
    font-weight: bold;
}

.lblcollapse {
    height: 25px;
    font-size: 15px;
    font-weight: bold;
}
/**/ /**/ /**/ /**/ /**/ /**/ /**/
  #loading-screen {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      z-index: 9999;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    #loading-bar {
      width: 80%; /* Set the initial width of the loading bar to 80% */
      max-width: 300px; /* Limit the maximum width of the loading bar */
      height: 10px;
      background-color: #ccc;
      border-radius: 5px;
      overflow: hidden;
    }

    #progress-bar {
      height: 100%;
      background-color: #c7b196; /* Change the color of the loading bar */
      animation: progress 3s linear infinite; /* Add the progress animation */
    }

    @keyframes progress {
      from { width: 0; }
      to { width: 100%; }
    }

    #loading-message {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 10px;
    }



    .custom-button {
      padding: 10px 20px;
      background-color: #0079c1;
      color: white;
      font-size: 16px;
      cursor: pointer;
      border: none;
      border-radius: 5px;
      margin-bottom: 10px;
    }

    .custom-button:hover {
      background-color: #005f99;
    }
/**//**//**//**//**//**//**//**//**/
.homeButton {
    position: absolute;
    left:15px;
    top: 15px;
    border: 0px;
    z-index:1;
}

    .homeButton:hover {
        animation: zoom 0.3s;
    }



.increaseScaleBtn {
     padding-top: 3px;
      padding: 4px 2px;
    position: absolute;
    left: 15px;
    top: 55px;
    border: 0px;
    z-index:1;
}

    .increaseScaleBtn:hover {
        animation: zoom 0.3s;
    }



.increaseScaleBtn.disabled,
    .increaseScaleBtn.disabled:hover {
      opacity: 0.6;
      pointer-events: none;
    }

    .increaseScaleBtn:hover,
    .increaseScaleBtn.selected:hover {
      background-color: rgba(0, 0, 0, 0.5);
    }

    .increaseScaleBtn.selected {
      background-color:  rgba(0, 0, 0, 0.3);
    }


.decreaseScaleBtn {
    position: absolute;
    left: 20px;
    top: 95px;
    border: 0px;
    z-index:1;
}

    .decreaseScaleBtn:hover {
        animation: zoom 0.3s;
    }




.identify {
    position: absolute;
    left: 15px;
    top: 255px;
    border: 0px;
    z-index:1;
}

    .identify:hover {
        animation: zoom 0.3s;
    }


.distanc {
    position: absolute;
    left: 15px;
    top: 295px;
    border: 0px;
    z-index:1;
}

    .distanc:hover {
        animation: zoom 0.3s;
    }



.area {
    position: absolute;
    left: 15px;
    top: 335px;
    border: 0px;
    z-index:1;
}

    .area:hover {
        animation: zoom 0.3s;
    }



.clear {
    position: absolute;
    left: 15px;
    top: 375px;
    border: 0px;
    z-index:1;
}

    .clear:hover {
        animation: zoom 0.3s;
    }




.openForm {
    position: absolute;
    left:15px;
    top: 415px;
    border: 0px;
    z-index:1;
}

    .openForm:hover {
        animation: zoom 0.3s;
    }

   .openForm1 {
    position: absolute;
    left: 15px;
    top: 455px;
    border: 0px;
    z-index:1;
}

    .openForm1:hover {
        animation: zoom 0.3s;
    }

    .openForm2 {
    position: absolute;
    left: 15px;
    top: 495px;
    border: 0px;
    z-index:1;
}

    .openForm2:hover {
        animation: zoom 0.3s;
    }

/**//**//**//**//**//**//**//**/
   #tools {
      padding: 1em;
      text-align: center;
    }

    .tool0 {
      padding-top: 3px;
      padding: 4px 2px;
       position: absolute;
    top: 15px;
    left: 50px;
    z-index: 1;
    
    }

    .tool0.disabled,
    .tool0.disabled:hover {
      opacity: 0.6;
      pointer-events: none;
    }

    .tool0:hover,
    .tool0.selected:hover {
      background-color: rgba(0, 0, 0, 0.5);
    }

    .tool0.selected {
      background-color: forestgreen;
    }
    
/**/

.tool1 {
      padding-top: 3px;
      padding: 4px 2px;
       position: absolute;
    top: 55px;
    left: 50px;
    z-index: 1;
    
    }

    .tool1.disabled,
    .tool1.disabled:hover {
      opacity: 0.6;
      pointer-events: none;
    }

    .tool1:hover,
    .tool1.selected:hover {
      background-color: rgba(0, 0, 0, 0.5);
    }

    .tool1.selected {
      background-color: rgba(0, 0, 0, 0.3);
    }

/**/

.tool2 {
      padding-top: 3px;
      padding: 4px 2px;
       position: absolute;
    top: 135px;
    left: 15px;
    z-index: 1;
    
    }

  .tool2:hover {
        animation: zoom 0.3s;
    }

 

.tool3 {
      padding-top: 3px;
      padding: 4px 2px;
       position: absolute;
    top: 135px;
    left: 50px;
    z-index: 1;
    
    }

    .tool3.disabled,
    .tool3.disabled:hover {
      opacity: 0.6;
      pointer-events: none;
    }

    .tool3:hover,
    .tool3.selected:hover {
      background-color: rgba(0, 0, 0, 0.5);
    }

    .tool3.selected {
      background-color: rgba(0, 0, 0, 0.3);
    }

/**/

.tool4 {
      padding-top: 3px;
      padding: 4px 2px;
       position: absolute;
    top: 175px;
    left:15px;
    z-index: 1;
    
    }

    .tool4.disabled,
    .tool4.disabled:hover {
      opacity: 0.6;
      pointer-events: none;
    }

    .tool4:hover,
    .tool4.selected:hover {
      background-color: rgba(0, 0, 0, 0.5);
    }

    .tool4.selected {
      background-color: rgba(0, 0, 0, 0.3);
    }

    .tool4:hover {
        animation: zoom 0.3s;
    }


/**/

.tool5 {
      padding-top: 3px;
      padding: 4px 2px;
       position: absolute;
    top: 215px;
    left: 15px;
    z-index: 1;
    
    }

    .tool5.disabled,
    .tool5.disabled:hover {
      opacity: 0.6;
      pointer-events: none;
    }

    .tool5:hover,
    .tool5.selected:hover {
      background-color: rgba(0, 0, 0, 0.5);
    }

    .tool5.selected {
      background-color: rgba(0, 0, 0, 0.3);
    }

    .tool5:hover {
        animation: zoom 0.3s;
    }

@keyframes zoom {
    0% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1.2);
    }
}

.close-button {
            position: absolute;
            top: 0px;
            left: -10px;
            background-color: #394e70;
            color: black;
            font-size: 15px;
            border: none;
            cursor: pointer;
            width: 3px;
            height: 1px;
            margin-left: 15px;
        }

            .close-button:hover {
                color: #ff0000;
            }


             #img-media{
        width:30px;
        height:30px;
    }

@media only screen and (max-width: 767px) {
    #img-media{
        width:20px;
        height:20px;
    }
    .homeButton {
    position: absolute;
    left:15px;
    top: 10px;
    border: 0px;
    z-index:1;
    width:20px;
    height:20px;
}

    .homeButton:hover {
        animation: zoom 0.3s;
    }



.increaseScaleBtn {
   
    position: absolute;
    left: 15px;
    top: 40px;
    border: 0px;
    z-index:1;
    width:20px;
    height:20px;
}

    .increaseScaleBtn:hover {
        animation: zoom 0.3s;
    }



.increaseScaleBtn.disabled,
    .increaseScaleBtn.disabled:hover {
      opacity: 0.6;
      pointer-events: none;
    }

    .increaseScaleBtn:hover,
    .increaseScaleBtn.selected:hover {
      background-color: rgba(0, 0, 0, 0.5);
    }

    .increaseScaleBtn.selected {
      background-color:  rgba(0, 0, 0, 0.3);
    }


.decreaseScaleBtn {
    position: absolute;
    left: 20px;
    top: 70px;
    border: 0px;
    z-index:1;
     width:20px;
    height:20px;
}

    .decreaseScaleBtn:hover {
        animation: zoom 0.3s;
    }




.identify {
    position: absolute;
    left: 15px;
    top: 190px;
    border: 0px;
    z-index:1;
     width:20px;
    height:20px;
}

    .identify:hover {
        animation: zoom 0.3s;
    }


.distanc {
    position: absolute;
    left: 15px;
    top: 220px;
    border: 0px;
    z-index:1;
     width:20px;
    height:20px;
}

    .distanc:hover {
        animation: zoom 0.3s;
    }



.area {
    position: absolute;
    left: 15px;
    top: 250px;
    border: 0px;
    z-index:1;
     width:20px;
    height:20px;
}

    .area:hover {
        animation: zoom 0.3s;
    }



.clear {
    position: absolute;
    left: 15px;
    top: 280px;
    border: 0px;
    z-index:1;
     width:20px;
    height:20px;
}

    .clear:hover {
        animation: zoom 0.3s;
    }




.openForm {
    position: absolute;
    left:15px;
    top: 310px;
    border: 0px;
    z-index:1;
      width:20px;
    height:20px;
}

    .openForm:hover {
        animation: zoom 0.3s;
    }

   .openForm1 {
    position: absolute;
    left: 15px;
    top: 340px;
    border: 0px;
    z-index:1;
      width:20px;
    height:20px;
}

    .openForm1:hover {
        animation: zoom 0.3s;
    }

    .openForm2 {
    position: absolute;
    left: 15px;
    top: 370px;
    border: 0px;
    z-index:1;
      width:20px;
    height:20px;
}

    .openForm2:hover {
        animation: zoom 0.3s;
    }

     
/**//**//**//**//**//**//**//**/
   #tools {
      padding: 1em;
      text-align: center;
    }

    .tool0 {
      padding-top: 3px;
      padding: 4px 2px;
       position: absolute;
    top: 15px;
    left: 50px;
    z-index: 1;
    
    }

    .tool0.disabled,
    .tool0.disabled:hover {
      opacity: 0.6;
      pointer-events: none;
    }

    .tool0:hover,
    .tool0.selected:hover {
      background-color: rgba(0, 0, 0, 0.5);
    }

    .tool0.selected {
      background-color: forestgreen;
    }
    
/**/

.tool1 {
      padding-top: 3px;
      padding: 4px 2px;
       position: absolute;
    top: 55px;
    left: 50px;
    z-index: 1;
    
    }

    .tool1.disabled,
    .tool1.disabled:hover {
      opacity: 0.6;
      pointer-events: none;
    }

    .tool1:hover,
    .tool1.selected:hover {
      background-color: rgba(0, 0, 0, 0.5);
    }

    .tool1.selected {
      background-color: rgba(0, 0, 0, 0.3);
    }

/**/

.tool2 {
    
       position: absolute;
    top: 100px;
    left: 15px;
    z-index: 1;
    width:20px;
    height:20px;
    
    }

  .tool2:hover {
        animation: zoom 0.3s;
    }

 

.tool3 {
      padding-top: 3px;
      padding: 4px 2px;
       position: absolute;
    top: 135px;
    left: 50px;
    z-index: 1;
    
    }

    .tool3.disabled,
    .tool3.disabled:hover {
      opacity: 0.6;
      pointer-events: none;
    }

    .tool3:hover,
    .tool3.selected:hover {
      background-color: rgba(0, 0, 0, 0.5);
    }

    .tool3.selected {
      background-color: rgba(0, 0, 0, 0.3);
    }

/**/

.tool4 {
     
       position: absolute;
    top: 130px;
    left:15px;
    z-index: 1;
  
    
    }

    .tool4.disabled,
    .tool4.disabled:hover {
      opacity: 0.6;
      pointer-events: none;
    }

    .tool4:hover,
    .tool4.selected:hover {
      background-color: rgba(0, 0, 0, 0.5);
    }

    .tool4.selected {
      background-color: rgba(0, 0, 0, 0.3);
    }

    .tool4:hover {
        animation: zoom 0.3s;
    }


/**/

.tool5 {
       position: absolute;
    top: 160px;
    left:15px;
    z-index: 1;
  
    
    }

    .tool5.disabled,
    .tool5.disabled:hover {
      opacity: 0.6;
      pointer-events: none;
    }

    .tool5:hover,
    .tool5.selected:hover {
      background-color: rgba(0, 0, 0, 0.5);
    }

    .tool5.selected {
      background-color: rgba(0, 0, 0, 0.3);
    }

    .tool5:hover {
        animation: zoom 0.3s;
    }

@keyframes zoom {
    0% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1.2);
    }
}

.close-button {
            position: absolute;
            top: 0px;
            left: -10px;
            background-color: #394e70;
            color: black;
            font-size: 15px;
            border: none;
            cursor: pointer;
            width: 3px;
            height: 1px;
            margin-left: 15px;
        }

            .close-button:hover {
                color: #ff0000;
            }


}  


.zoomto{
     cursor: pointer;
      width: 20px;
            height: 20px;
          
} 
.opacity{
     cursor: pointer;
}


/**//**//**//**//**//**/
 #screenshotDiv {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.8);
      }

      .hide {
        display: none;
      }

      .imgs {
        border: 10px solid white;
        box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
      }

      #screenshotDiv > * {
        margin: 0.5em;
      }

      .screenshotCursor {
        cursor: crosshair;
      }

      .action-button {
        padding: 0.6em;
        border: 1px solid #0079c1;
        text-align: center;
        background-color: white;
        cursor: pointer;
      }

      .action-button:hover,
      .action-button:focus {
        background: #0079c1;
        color: white;
      }

      #maskDiv {
        position: absolute;
        background: rgba(255, 51, 0, 0.1);
        border: 2px dashed rgb(255, 51, 0);
      }


      /*.autocomplete-suggestions {
  position: absolute;
  top: 93px;
  left: 10px;
  background-color: #fff;
  border: 0px solid #ddd;
  padding: 10px;
  width: 200px;
  z-index: 1000;
}

.suggestion {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;

}

.suggestion:hover {
  background-color: #f0f0f0;
}

.autocomplete-suggestions::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
 
}*/

.ui-autocomplete {
    max-height: 300px; /* Adjust as needed */
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
}