:root {
    --purple: rgb(138 147 255);
    --white: #ffffff;
    --screen-sm-min: 576;
    --screen-md-min: 768;
    --screen-lg-min: 992px;
    --screen-xl-min: 1200px;
}

.swal2-close {
    box-shadow: none !important;
}

.hyperlinkPointer {
    cursor: pointer;
    color: inherit;
    text-decoration: underline;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    height: 100%;
}

html {
    height: 100%;
}

.truncate-container {
    display: inline-block;
    overflow: hidden;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; /* Ensure it takes full width */
}

.tableHeaderSticky {
    position: relative;
}

.pageMiddleHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 0 0;
    flex: 0 0 auto;
}

.topVerticalAligned {
    -webkit-align-items: flex-start; /* Safari */
    align-items: flex-start;
}
/*flexbox from factor360*/

.factor360PageHeaderFlexboxWrapper {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-align-items: center; /* Safari */
    align-items: center;
    margin-bottom: 15px;
}

    .factor360PageHeaderFlexboxWrapper.width100p {
        width: 100%;
    }

    .factor360PageHeaderFlexboxWrapper.width85p {
        width: 85%;
    }

    .factor360PageHeaderFlexboxWrapper.columnGap20 {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        -o-column-gap: 10px;
        column-gap: 10px;
    }

    .factor360PageHeaderFlexboxWrapper.topVerticalAligned {
        -webkit-align-items: flex-start; /* Safari */
        align-items: flex-start;
    }

    .factor360PageHeaderFlexboxWrapper.verticalBaseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .factor360PageHeaderFlexboxWrapper.verticalCenter {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .factor360PageHeaderFlexboxWrapper.bottomVerticalAligned {
        -webkit-align-items: flex-end; /* Safari */
        align-items: flex-end;
    }

    .factor360PageHeaderFlexboxWrapper.thinBottom {
        margin-bottom: 8px;
    }

    .factor360PageHeaderFlexboxWrapper.noBottom {
        margin-bottom: 0px;
    }

.noBottom {
    margin-bottom: 0px;
}   


.customTableWrapper {
    max-height: 550px;
    overflow-y: auto;
}

@media only screen and (min-height : 800px) {
    .customTableWrapper {
        max-height: 65vh;
    }
} 


@media only screen and (min-height : 1300px) {
    .customTableWrapper {
        max-height: 70vh;
    }
}

@media only screen and (min-height : 2300px) {
    .customTableWrapper {
        max-height: 70vh;
    }
}

.factor360PageHeaderFlexboxWrapper.enableWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.factor360PageHeaderFlexboxWrapper.leftAligned {
    -webkit-justify-content: flex-start; /* Safari */
    justify-content: flex-start;
}

.factor360PageHeaderFlexboxWrapper.rightAligned {
    -webkit-justify-content: flex-end; /* Safari */
    justify-content: flex-end;
}

.factor360PageHeaderFlexboxWrapper.centerAligned {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.factor360PageHeaderFlexboxWrapper.responsiveWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width : 768px) {
    .factor360PageHeaderFlexboxWrapper.responsiveWrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}


.factor360PageHeaderFlexboxItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

    .factor360PageHeaderFlexboxItem.growItem {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .factor360PageHeaderFlexboxItem.noShrinkItem {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .factor360PageHeaderFlexboxItem.paddedFlexboxItem {
        padding: 5px;
    }


    .factor360PageHeaderFlexboxItem.paddedFlexboxItem3px {
        padding: 3px;
    }

    .factor360PageHeaderFlexboxItem.formLabel {
        flex: 0 1 25%;
        text-align: right;
        padding: 5px 8px 0px 0px;
    }

    .factor360PageHeaderFlexboxItem.formLabel10 {
        flex: 0 1 10%;
        text-align: right;
        padding: 5px 8px 0px 0px;
    }

    .factor360PageHeaderFlexboxItem.formLabel15 {
        flex: 0 1 15%;
        text-align: right;
        padding: 5px 8px 0px 0px;
    }

    .factor360PageHeaderFlexboxItem.formLabel20 {
        flex: 0 1 20%;
        text-align: right;
        padding: 5px 8px 0px 0px;
    }

    .factor360PageHeaderFlexboxItem.flex20 {
        flex: 0 1 20%;
    }

    .factor360PageHeaderFlexboxItem.formLabel30 {
        flex: 0 1 30%;
        text-align: right;
        padding: 5px 8px 0px 0px;
    }

    .factor360PageHeaderFlexboxItem.formLabel40 {
        flex: 0 1 40%;
        text-align: right;
        padding: 5px 8px 0px 0px;
    }

    .factor360PageHeaderFlexboxItem.formLabel.leftAligned {
        text-align: left;
    }

    .factor360PageHeaderFlexboxItem.tabularFormLabel {
        flex: 0 1 33%;
        text-align: right;
        padding: 5px 8px 0px 0px;
    }

    .factor360PageHeaderFlexboxItem.formLabel.formLabelBold {
        font-weight: bold;
    }

    .factor360PageHeaderFlexboxItem.formLabel.topAligned,
    .factor360PageHeaderFlexboxItem.topAligned {
        align-self: flex-start;
    }

    .factor360PageHeaderFlexboxItem.baselineAligned {
        align-self: baseline;
    }

    .factor360PageHeaderFlexboxItem.bottomAligned {
        align-self: flex-end;
    }

    .factor360PageHeaderFlexboxItem.centerAligned {
        align-self: center;
    }

    .factor360PageHeaderFlexboxItem.textRightAligned {
        text-align: right;
    }

    .factor360PageHeaderFlexboxItem.textCenterAligned {
        text-align: center;
    }

    .factor360PageHeaderFlexboxItem.textLeftAligned {
        text-align: left;
    }

    .factor360PageHeaderFlexboxItem.formLabel.centerAligned {
        align-self: center;
    }

    .factor360PageHeaderFlexboxItem.formInput {
        flex: 0 1 75%;
        padding: 5px 0px 0px 0px;
    }

    .factor360PageHeaderFlexboxItem.formInput60 {
        flex: 0 1 60%;
        padding: 5px 0px 0px 0px;
    }

    .factor360PageHeaderFlexboxItem.formInput70 {
        flex: 0 1 70%;
        padding: 5px 0px 0px 0px;
    }

    .factor360PageHeaderFlexboxItem.formInput80 {
        flex: 0 1 80%;
        padding: 5px 0px 0px 0px;
    }

    .factor360PageHeaderFlexboxItem.flex70 {
        flex: 0 1 70%;
    }

    .factor360PageHeaderFlexboxItem.formInput85 {
        flex: 0 1 85%;
        padding: 5px 0px 0px 0px;
    }

    .factor360PageHeaderFlexboxItem.formInput90 {
        flex: 0 1 90%;
        padding: 5px 0px 0px 0px;
    }

    .factor360PageHeaderFlexboxItem.twoColumn {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }

    .factor360PageHeaderFlexboxItem.twoColumnEnableWrap {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

@media only screen and (min-width : 992px) {
    .factor360PageHeaderFlexboxItem.twoColumnEnableWrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}

.factor360PageHeaderFlexboxItem.twoColumnGrow {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

@media only screen and (min-width : 768px) {
    .factor360PageHeaderFlexboxItem.twoColumnGrow {
        -webkit-box-flex: 0;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
}

.factor360PageHeaderFlexboxItem.oneThirdResponsive {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

@media only screen and (min-width : 768px) {
    .factor360PageHeaderFlexboxItem.oneThirdResponsive {
        -webkit-box-flex: 0;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
    }
}

.factor360PageHeaderFlexboxItem.oneThirdToSplitResponsive {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
}

@media only screen and (min-width : 768px) {
    .factor360PageHeaderFlexboxItem.oneThirdToSplitResponsive {
        -webkit-box-flex: 0;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
    }
}


.factor360PageHeaderFlexboxItem.twoThirdResponsive {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

@media only screen and (min-width : 768px) {
    .factor360PageHeaderFlexboxItem.twoThirdResponsive {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
    }
}

.factor360PageHeaderFlexboxItem.mainContent {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
}

.factor360PageHeaderFlexboxItem.oneThird {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
}

.factor360PageHeaderFlexboxItem.twoThird {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
}

.factor360PageHeaderFlexboxItem.oneFourth {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
}

.factor360PageHeaderFlexboxItem.threeFourth {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
}

.factor360PageHeaderFlexboxItem.oneFifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
}

.factor360PageHeaderFlexboxItem.twoFifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
}

.factor360PageHeaderFlexboxItem.threeFifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
}

.factor360PageHeaderFlexboxItem.percent15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
}

.factor360PageHeaderFlexboxItem.fourFifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
}

.factor360PageHeaderFlexboxItem.oneTenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
}

.factor360PageHeaderFlexboxItem.nineTenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
}

.factor360PageHeaderFlexboxItem.eightTenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
}



.factor360PageHeaderFlexboxItem.rightContent {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
}

.factor360PageHeaderFlexboxItem.width100p {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.factor360PageHeaderFlexboxItem.headerTitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
}

.factor360PageHeaderFlexboxItem.headerButton {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
    text-align: right;
}

.factor360PageHeaderFlexboxItem.leftAlignedInFlexEndParent {
    align-self: center;
    margin-right: auto;
}

.factor360PageHeaderFlexboxItem.flexGrowOne {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.factor360PageHeaderFlexboxItem.orderedMinusOne {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
/*end of flexbox from factor360*/


.flex110 {
    flex: 1 1 0%;
}

blink {
    animation: blinker 1.6s linear infinite;
}

@keyframes blinker {
    10% {
        opacity: 0.3;
    }
}

.form-floating input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


.form-floating input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.w100p {
    width: 100%;
}

.h100 {
    height: 100%;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden
}

.text-small {
    font-size: .85rem;
    line-height: 1rem;
}

/* Large devices (desktops, 992px and up)*/

/* custom scrollbar */
::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #a8bbbf;
    }

/*end custom scroll bar*/

.disabled-panel {
    pointer-events: none; /* Disable click events on the panel */
    opacity: 0.5; /* Add transparency to indicate it's disabled */
    /* Add any other styling for the disabled state */
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.factor360NoDecorationBlueHyperlink {
    text-decoration: none;
    color: #0d6efd !important;
    display: inline; /*so the border is in the text and not the whole block*/
}

.factor360NoDecorationHyperlink {
    text-decoration: none;
    color: inherit !important;
    display: inline; /*so the border is in the text and not the whole block*/
}

    .factor360NoDecorationHyperlink:hover {
        text-decoration: none;
        border-bottom: none;
    }


.swal2-html-container {
    font-size: inherit !important;
}


.swalHeight70vh > .swal2-html-container {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 70vh;
    margin-top: 1.3em;
}


.swalHeight75vh > .swal2-html-container {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 75vh;
    margin-top: 1.3em;
}



.btnDelete:hover {
    opacity: 1;
    color: red !important;
}

.btnEdit:hover {
    opacity: 1;
    color: #ffd600 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: inherit;
}

.blockOverlay {
    z-index: 4000 !important;
}

.lightgrey-header {
    background-color: #eeeeee;
    color: black
}

.white-bg-header {
    background-color: #f9fafd;
    color: black
}

.sticky-header {
    position: sticky;
    top: 0;
    z-index: 100;
}

.lineSeparator {
    border-bottom: 1px solid #D0D0D0;
    float: none;
    height: 5px;
    margin: 5px 0;
    width: 100%;
}

.factor360DashedBox {
    text-align: center;
    padding: 10px;
    border: 2px dashed #d8d8d8;
    margin-top: 15px;
    color: #7d7d7d;
    margin-bottom: 20px;
}
/* Define a custom class for limiting the height of autocomplete dropdown */
.fixed-height-autocomplete {
    max-height: 250px; /* Adjust the maximum height as needed */
    overflow-y: auto; /* Enable vertical scrolling if the content exceeds the height */
}

.select2-container {
    width: 100% !important;
}

.select2-selection {
    height: 35px !important;
    border: 1px solid var(--falcon-input-border-color) !important;
    border-radius: .25rem !important;
    -webkit-box-shadow: var(--falcon-box-shadow-inset) !important;
    box-shadow: var(--falcon-box-shadow-inset) !important;
}

.select2-selection__rendered {
    padding-top: 2px;
}

.select2-selection__arrow {
    margin-top: 4px;
}


.filterWrapper {
    position: relative;
    width: 18rem;
    margin-right: 10px;
    margin-left: 5px;
}

    .filterWrapper .filter-label {
        text-align: left;
        padding-left: 3px;
        font-size: 14px;
    }

        .filterWrapper .filter-label label {
            margin-bottom: 1px;
        }

    .filterWrapper .search-input {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
        line-height: 1.5;
        border-radius: 10px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .filterWrapper .filter-icon {
        position: absolute;
        color: var(--falcon-400);
        top: 50%;
        left: 0.9rem;
        -webkit-transform: translateY(-48%);
        -ms-transform: translateY(-48%);
        transform: translateY(-48%);
    }


.table tfoot > tr > th:first-child, .table thead > tr > th:first-child, .table tr th:first-child, .table tr td:first-child {
    padding: .25rem .25rem;
}



.swalHeight85vh > .swal2-html-container {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 85vh;
    margin-top: 1.3em;
}


.linkenstoreMinHeight {
}
