#border {
    width: 27rem;
    border-radius: 20px;
    border: 1px solid #ced4da;
}

#erpOptionsDialog {
    max-width: 100%;
}

span[class="form-control"],
button[class="form-control"] {
    border-radius: 20px;
    border: 1px solid #ced4da;
}

#erpOptions,
#alertErp {
    overflow: visible;
    float: right;
    margin-left: 10px;
}

#requiredFields {
    text-decoration: none;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    float: right;
}

#closeDialog {
    float: right;
}

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

dialog::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.input {
    width: 40%;
    height: 1.6rem;
    display: inline;
    margin-inline-start: 0.5rem;
    background-color: #e9ecef;
    border-radius: 20px;
    border: 1px solid #ced4da;
}

#queryOptions {
    text-align: center;
}

.query-button {
    width: 10rem;
}

#execute_button {
    margin: 0 auto;
}

#validateButton {
    float: right;
}

#deleteQuery {
    float: left;
}

.info-icon {
    color: #008ee6ff;
    cursor: pointer;
    font-size: .45rem;
    margin: 0 0.1rem;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}

.description-hr {
    margin-top: -0.05rem;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: fixed;
    left: 47rem;
    top: 38.6rem;
    transform: translate(-50%, -50%);
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
}


.dropdown:hover .dropdown-content {
    display: block;
}

.badge .query-name {
    border-radius: 10rem;
}

.badge span.lg-font {
    font-size: 1rem;
}

.badge span.md-font {
    font-size: 0.8rem;
}

.badge span.sm-font {
    font-size: 0.53rem;
}

#price_type {
    padding: 0;
    padding-left: 1rem;
}

.modal {
    align-content: center;
}

#description {
    font-size: 14px;
    font-weight: 300;
}

#validators {
    width: 45%;
}

.CodeMirror {
    height: 35rem;
    max-width: 177vh;
}

#queryOptions {
    margin-top: 1rem;
}

#uploadTemplateModal button {
    width: 45%;
}

#uploadTemplateModal #dialogOption {
    place-content: space-around;
}

.modal-body,
#fields {
    flex: 1 1 auto !important;
    position: relative !important;
    padding: clamp(0.5rem, 2vw, 2rem) !important;
}

.card {
    padding: 1.5rem;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
}

#custom-obs {
    display: inline-block;
    max-width: 400px;
    word-wrap: break-word;
    white-space: pre-line;
}

#version-modal .modal-body {
    padding: 20px !important;
}

#version-modal p {
    margin-top: .4rem;
}

#version-modal .form-control {
    max-width: 12rem;
    width: fit-content;
    height: fit-content;
}

#version-modal .opt {
    padding: 7px;
    border-radius: 8px;
    border: 2px solid #ddd;
}
