.logo a.logo-img img {
    max-height: 50px;
}

.selectpicker {
    height: 100px;
}

.sensor_type_id {
    height: 100px;
}

.required-indicator {
    color: red;
}

.input-group-addon {
    border: 1px solid #e7e7e7;
    background: #f7f7f7;
}

.colorpicker-alpha {
    display: none !important;
}

.content_child {
    border: 1px solid black;
    border-radius: 5px;
    /* max-width: 83%; */
    margin: auto;
    /* margin-left: 20px; */
    /* margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px; */
}

.pagination_button:hover {
    background-color: #b0b0b0; /* Darker gray for stronger contrast */
    transform: none; /* Remove scale effect */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5); /* Stronger and larger shadow for more depth */
  }

/* Style the select2 container to match the input box style */
.select2-container--default .select2-selection--single {
    font-size: 13px;  /* Match the font size */
    border-radius: 3px;  /* Match the border radius */
    box-shadow: none;  /* Remove any shadow */
    border: 1px solid rgba(70, 95, 145, 0.2) !important;  /* Darker border color */
    height: 37px !important;  /* Set height to 37px */
    transition-duration: .5s;  /* Smooth transition for the border */
}

/* Align the text vertically within the select2 selection */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;  /* Align text vertically */
}

/* Style the dropdown options to match the input box border */
.select2-container--default .select2-dropdown {
    border-radius: 3px;  /* Match the border radius */
    border: 1px solid rgba(70, 95, 145, 0.2) !important;  /* Darker border color */
    max-height: 200px;  /* Optional: Adjust the max height of the dropdown */
    overflow-y: auto;  /* Optional: Enables scrolling if content overflows */
    transition-duration: .5s;  /* Smooth transition for the dropdown */
}
