html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
    background-color: transparent;
}

#loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    animation: spin 2s linear infinite;
    margin: 12px auto;
}

#error-message {
    color: red;
    font-weight: bold;
    margin-top: 10px;
}



@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.delete-icon::before {
    content: '\f1f8';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #ff0000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modify-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    font-size: 0;
}
.delete-icon {
    width: 16px;
    height: 19px;
    display: inline-block;
    position: relative;
    font-size: 0;
    border: none;
    background-color: transparent;
}

.modify-icon::before {
    content: '\f304';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #3B84FA;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table > thead {
    background-color: #f0f0f0;
    vertical-align: middle;
    white-space: nowrap;
    color: #545454 !important;
    font-size: 14px;
    position: relative;
    padding-right: 18px;
}

.table-width {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    font-size: 14px;
}

    .table-width td {
        border-bottom: 1px solid #F1F1F1;
    }

    .container {
        margin: 0;
        padding: 20px;
        max-width: 100%;
    }

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: transparent;
}

a {
    text-decoration: none;
}

.btn-primary {
    margin-bottom: 20px;
    font-size: 14px;
    background-color: #3e82f7 !important;
    border-color: #3e82f7 !important;
}

.createicon {
    margin-right: 10px;
}

.label-design {
    margin-bottom: 4px;
    vertical-align: middle;
    font-size: 14px;
    color: rgba(33, 36, 36, 0.55);
    opacity: 1;
    margin-top: 0;
}

.form-control:focus, .input-design:focus {
    border: 1px solid #3e82f7;
    box-shadow: none;
}

.form-group {
    margin-bottom: 10px;
}

.label-section-design {
    display: flex;
    flex-direction: column;
}

html, body, button, input, select, textarea {
    font-family: 'Roboto' !important;
}

.input-design {
    padding: 7.2px 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.input-design:focus-visible {
    outline: none;
}

#ConditionType {
    margin-top: 10px;
}

.submit-button {
    margin: 0px 10px 0 0;
}

.row {
    margin-bottom: 10px;
}

.multi_select_box {
    margin-top: 1px !important;
}

a.detachli.listAnchortag.add-button {
    display: none;
}

.fields_to_display li {
    padding: 5px !important;
}

.row.multi_select_box.condition-multi-select {
    padding-right: 0;
}

select, input {
    font-size: 15px !important;
}