pre{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-break: break-word;
}
[v-cloak] {
    display: none;
    opacity: 0;
}
.no-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.no-overflow-x {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.auto-overflow-x{
    overflow-x: auto;
}

.wrap {
    word-wrap: break-word;
}

.no-wrap {
    text-wrap: nowrap;
}

.ui.form>label.fields-label {
    display: block;
    margin: 0 0 .28571429rem 0;
    font-size: .92857143em;
    font-weight: 700;
    text-transform: none;
    color: rgba(0,0,0,.87);
}

.inline-element.inline-element {
    display: inline;
}

.flex-div {
    display: flex;
}

.flex-column-div {
    display: flex;
    flex-direction: column;
}

.flex-start{
    display: flex;
    justify-content: flex-start;
}

.flex-end{
    display: flex;
    justify-content: flex-end;
}

.flex-center{
    display: flex;
    justify-content: center;
}

.flex-around {
    display: flex;
    justify-content: space-around;
}

.flex-between {
    display: flex;
    justify-content: space-around;
}

.flex-between-real{
    display: flex;
    justify-content: space-between;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-width-90 {
    width: 90%;
}

.flex-width-80{
    width: 80%;
}

.center-aligned {
    display: flex;
    align-items: center;
}

.end-aligned {
    display: flex;
    align-items: flex-end;
}
.ui.fit-content.modal {
   width: fit-content;
}

.flex-max-width-90 {
    max-width: 90%;
}


.flex-width-100 {
    width: 100%;
}

.flex-min-width-60 {
    min-width: 60%;
}

.flex-max-width-90 {
    max-width: 90%;
}

.flex-max-width-70 {
    max-width: 70%;
}

.width-250px.width-250px{
    width: 250px;
}

.ui.accordion .title * .dropdown.icon {
    transform: rotate(-90deg);
    transition: transform .1s ease,opacity .1s ease;
}

.ui.accordion .title.active * .dropdown.icon {
    transform: rotate(0deg);
}

.text-align-center {
    text-align: center;
}

.margin-b-0{
    margin-bottom:0px!important;
}

.margin-b-0-5{
    margin-bottom:.5em;
}

.margin-t-0.margin-t-0 {
    margin-top: 0!important;
}

.margin-t-0-5{
    margin-top: .25em;
}

.margin-t-8 {
    margin-top: 8px;
}

.margin-t-16 {
    margin-top: 16px;
}

.margin-t-1.margin-t-1.margin-t-1.margin-t-1 {
    margin-top: 1rem;
}

.margin-t-2 {
    margin-top: 2rem;
}

.margin-b-1{
    margin-bottom: 1rem;
}

.margin-0.margin-0.margin-0{
    margin: 0 0 0 0;
}

.margin-r-0 {
    margin-right: 0;
}

.margin-r-0-5 {
    margin-right: .5rem;
}

.margin-r-1 {
    margin-right: 1rem!important;
}

.margin-r-auto {
    margin-right: auto;
}

.margin-l-auto{
    margin-left: auto;
}

.margin-l-0-5{
    margin-left: .5rem;
}

.margin-l-1 {
    margin-left: 1rem;
}

.margin-l-1-5 {
    margin-left: 1.25em;
}

.gap-1{
    gap: 1rem;
}

.padding-b-0-5{
    padding-bottom:.5em;
}

.ui.fluid.message {
    width: 100%;
}


.ui.horizontal.segments.normal-border > .segment.segment{
    border: 1px solid rgba(34,36,38,.15);
}

.block-element.block-element {
    display: block;
}
.text-link {
    color: inherit;
}
.black.text{
    color:black;
}

.text-link:hover {
  color: inherit;
}

.inline-flex {
    display: inline-flex;
}

.crud-title-safe {
    width: fit-content;
    max-width: 60%;
    display: inline-flex;
    align-items: center;
}

.icons-crud-alignment {
    display: inline-flex;
    flex-wrap: nowrap;
}

.visibility-button-alignment {
    display: inline-flex;
    margin-left: auto;
}

.inline-flex-aligned {
    display: inline-flex;
    align-items: center;
}


.max-width-50 {
    max-width: 50%;
}

.max-width-40 {
    max-width: 40%;
}

@media (max-width: 500px) {
    .crud-title-safe {
        max-width: 40%;
        width: fit-content;
        display: inline-flex;
        align-items: center;
    }

}

.input-size{
    width: 50%;
}

/* Media Query for Mobile Devices */
@media only screen and (max-width: 767px) {
    .input-size{
        width: 70%;
    }
    
    /* Allow client secret to break/wrap on mobile devices */
    .break-text-mobile {
        word-break: break-all;
        white-space: normal;
        overflow-wrap: break-word;
    }
}

.textbox{
    width: 100%;
    margin-bottom: 5px;
}

.search-hide {
    margin-bottom:1rem!important;
}

.cursor-pointer{
    cursor: pointer;
}

.cursor-grab{
    cursor: grab;
}

.custom-icon {
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
}

i.ui.base-icon.base-icon {
    vertical-align: inherit;
    font-size: 1em;
}

i.icon.fitted {
    margin: 0;
}

.open-sans-font{
    font-family: Open Sans,sans-serif;
    font-weight: 700;
}

.ui.popup.extra-wide {
    width: fit-content;
    max-width: 900px;
}


.f-1-5{
    font-size: 1.5em;
}

.ui.white.divider:not(.vertical):not(.horizontal){
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
}

.ui.white.dividing.header {
    border-bottom: 1px solid #F5F5F5;
}

i.placeholder-icon {
    color: transparent;
}