/* Custom Lato Font */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    src: url(../font/S6u8w4BMUTPHh30AUi-qNiXg7eU0.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    src: url(../font/S6u8w4BMUTPHh30AXC-qNiXg7Q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url(../font/S6u9w4BMUTPHh7USSwaPGQ3q5d0N7w.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url(../font/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(../font/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(../font/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url(../font/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url(../font/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

nordpass-icon{
    display: none;
}

:root{
    --transition__duration: .750s;
    --header-info-bar-height: 0px;
}

a{
    color: var(--bs-primary)
}

.cursor-pointer{
    cursor: pointer;
}

.cropme-modal-buttons button{
    font-family: Lato !important;
}

[contenteditable=true]:focus{
    outline: none;
}

[ng-liquid-settings]{
    margin-top: -1rem;
}

.dropdown-item.disabled, .dropdown-item:disabled{
    color: var(--bs-dropdown-link-disabled-color) !important;
}

.height-100{
    height: 100%;
}

html, body{
    height: 100%;
    font-family: Lato;
    font-size: 12px;
}

body{
    overflow-x: hidden;
    background-position: bottom -50px right -50px;
    background-size: 300px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.container.w-100{
    max-width: 100%;
}

@media (min-width: 920px){
    body{
        background-position: bottom -75px right -75px;
        background-size: 500px;
    }
}

hr{
    color: var(--bs-gray-400);
    opacity: 1;
}

.input-group:has(.form-control-solid), .input-group:has(.form-select-solid){
    border: 1px solid var(--bs-body-bg);
    border-radius: 10px;
}

.ng-submitted .input-group:has(.ng-invalid), 
.ng-submitted .input-group:has(.ng-force-invalid){
    border: 1px solid var(--bs-danger);
    border-radius: 10px;
}

.lead{
    line-height: 175%;
}

.container{
    padding: 0 20px;
}

.context-menu{
    position: absolute;
    display: none;
    z-index: 9000;
}

.context-menu .dropdown-menu{
    min-width: 225px;
}

.btn-md{
    padding: 9px 13px;
    font-size: 14px;
    border-radius: 10px;
}

.btn-dropdown{
    border-radius: 5px !important;
    border: 1px solid var(--bs-gray-600);
    color: var(--bs-gray-600);
}

.btn-dropdown:hover{
    border-radius: 5px !important;
    border: 1px solid var(--bs-gray-600);
    color: var(--bs-gray-600);
    background-color: var(--bs-gray-200);
}

.flex-buttons .btn{
    max-width: fit-content;
    flex: 1;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.btn.disabled:not([class*='btn-outline']){
    background-color: var(--bs-gray-500);
    border-color: var(--bs-gray-500)
}

.btn[class*='btn-outline'].disabled{
    border-color: var(--bs-gray-500);
    color: var(--bs-gray-500);
}

.dropdown-menu{
    font-size: 14px;
}

.dropdown-item{
    padding: 10px 20px;
}

.dropdown-item-checkmark::after{
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-size: 16px;
    font-weight: 900;
    line-height: 21px;
    float: right;
    color: var(--bs-primary);
    position: relative;
}

.twitter-typeahead input{
    background-color: var(--bs-gray-100) !important;
}

.twitter-typeahead input:focus{
    background-color: var(--bs-gray-200) !important;
}

.input-group-l18n img{
    width: 25px;
    border-radius: 100%;
}

.sft-badge{
    height: 17px;
    line-height: 17px;
    min-width: 17px;
    padding: 0 5px;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    background-color: var(--bs-danger);
    border-radius: 17px;
}

.row-table-buttons{
    margin: -3px;
}

.row-table-buttons > *{
    margin: 3px;
}

.row-table-buttons a{
    width: 27px;
    height: 27px;
    border-radius: 27px;
    display: grid;
    align-items: center;
    float: left;
    font-size: 11px;
    padding: 0;
}

.sticky-bottom.sticky-active{
    z-index: 5000;
}

/** Page Loading Overlay */
.sft-loading-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9500;
}

.sft-loading-overlay .branding{
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -50px;
    transform: scale(1);
	animation: pulse 1s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	70% {
		transform: scale(1.15);
	}

	100% {
		transform: scale(1);
	}
}

/** File loading overlay */
.sft-file-loading-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(255, 255, 255, .80);
}

[data-bs-theme=dark] .sft-file-loading-overlay{
    background-color: rgba(0, 0, 0, .80);
}

.sft-file-loading-overlay i{
    font-size: 64px;
    margin-bottom: 15px;
    animation: rotate 2s infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(180deg); /* Hold position */
    }
    70% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.sft-file-loading-overlay > div{
    display: grid;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
    color: var(--bs-gray-700);
}

/** Message bar */
.sft-message-bar{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9600;
}

.sft-message-bar .message{
    max-height: 0;
    overflow: hidden;
    transition: max-height .500s ease-in-out
}

.sft-message-bar .message h5{
    font-weight: 700 !important;
}

.sft-message-bar .message a{
    font-size: 22px;
    opacity: .75;
    line-height: 22px;
    margin-left: 15px;
}

.sft-message-bar .message a:hover{
    opacity: 1;
}

.sft-message-bar .message.active{
    max-height: 400px;
}

.sft-message-bar .message .container{
    padding-top: 1rem;
    transition: padding-top .500s ease-in-out;
}

.sft-message-bar .active:not(.active ~ .active) .container{
    padding-top: calc(env(safe-area-inset-top, 0) + 1rem) !important;
}

.sft-confirm{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 9900;
    display: grid;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity .250s ease-in-out;
}

.sft-confirm.active{
    visibility: visible;
    opacity: 1;
}

.sft-confirm-modal{
    background-color: var(--bs-body-bg);
    max-width: 800px;
    width: 90%;
    margin: auto;
    padding: 20px;
    border-radius: 15px;
    font-size: 120%;
}

.sft-confirm-modal h3{
    font: 18px;
    font-weight: 700;
}

.sft-file-uploader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 9100;
    display: grid;
    align-items: center;
    text-align: center;
    color: #ffffff;
    visibility: hidden;
    opacity: 0;
    transition: opacity .250s ease-in-out;
}

.sft-file-uploader.active{
    visibility: visible;
    opacity: 1;
}

/** Authentication interface */
.sft-authentication{
    width: 100%;
    height: 100%;
    min-height: 650px;
    z-index: 9000;
    position: absolute;
    top: 0;
    background-color: var(--bs-body-bg);
}

/** Authentticate aside */
.sft-authentication-aside{
    height: 100%;
    width: 100%;
    max-width: 500px;
}

@media (min-width: 1150px){
    .sft-authentication-aside{
        max-width: 600px;
    }
}

.sft-authentication-aside-header{
    padding: 100px 125px;
    text-align: center;
    color: #ffffff;
}

.sft-authentication-aside-graphic{
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    max-height: 260px;
}

.sft-authentication-aside h3{
    font-size: 36px;
    line-height: 100px;
    font-weight: 600;
}

.sft-authentication-aside h4{
    font-size: 28px;
    line-height: 42px;
    font-weight: 300;
}

/** Authentciate locale dropdown */
.sft-authentication .locale-select{
    position: absolute;
    right: 30px;
    top: calc(30px + env(safe-area-inset-top, 0));
    z-index: 500;
}

.sft-authentication .locale-select img{
    width: 40px;
    height: 40px;
    border-radius: 3px;
    border-radius: 40px;
}

.sft-authentication .locale-dropdown{
    border: none;
    min-width: initial;
    width: auto;
    background: none;
    margin-top: 10px !important;
}

.sft-authentication .locale-dropdown li{
    margin: 10px 0px;
}

/** Authentciate content */
.sft-authenticate-content{
    padding: 30px;
}

.sft-authenticate-content .container{
    max-width: 375px;
    margin: auto;
    display: grid;
    min-height: 100%;
    align-items: center;
}

.sft-authenticate-content .branding{
    width: 60px;
    height: 70px;
    background-size: 60px;
}

.sft-authenticate-content h1{
    font-weight: 400;
    font-size: 24px;
}

.sft-authenticate-content h2{
    font-weight: 300;
    font-size: 15px;
    line-height: 22px
}

.sft-authenticate-content [ui-view]{
    grid-column: 1;
    grid-row: 1;
    transition: opacity .350s ease-in-out, transform .350s ease-in-out;
    background: var(--bs-body-bg);
    width: 100%;
}

.sft-authenticate-content [ui-view].ng-enter{
    z-index: 101;
    opacity: 0;
    transform: translateY(10%);
}

.sft-authenticate-content [ui-view].ng-enter-active{
    opacity: 1;
    transform: translateY(0);
}

.sft-authenticate-content [ui-view].ng-leave{
    z-index: 100;
}

.sft-authenticate-content [ui-view].ng-leave-active{
    z-index: 100;
    opacity: 0;
}

.sft-authenticate-content[animation=back] [ui-view].ng-enter{
    z-index: 100;
    transform: translateY(0);
}

.sft-authenticate-content[animation=back] [ui-view].ng-leave{
    z-index: 101;
    opacity: 1;
    transform: translateY(0);
}

.sft-authenticate-content[animation=back] [ui-view].ng-leave-active{
    z-index: 101;
    opacity: 0;
    transform: translateY(10%);
}

/** Horizondal line with text */
.hr-text{
    height: 1em;
    border-top: 1px solid var(--bs-gray-400);
    text-align: center;
}

.hr-text span{
    position: relative;
    height: 1em;
    line-height: 1em;
    top: -.9em;
    background-color: var(--bs-body-bg);
    padding: 0 5px;
    color: var(--bs-gray-400);
}

/** Button tail spin used for loading */
.btn-tail-spin{
    background-image: url(../img/tail-spin.svg);
    background-size: auto 60%;
    background-position: center center;
    background-repeat: no-repeat;
    color: transparent;
}

.btn-tail-spin:hover{
    color: transparent;
}

/** OAuth Button */
.btn-oauth i{
	float: left;
	border-right: 1px solid var(--bs-primary);
	padding-right: 10px;
}

.btn-oauth i svg{
	width: 15px;
    margin-right: 3px;
}

.btn-oauth i svg path{
    fill: var(--bs-primary);
}

.btn-oauth:hover i{
    border-right: 1px solid #ffffff;
}

.btn-oauth:hover i svg path{
    fill: #ffffff !important;
}

.sft-main-interface{
    padding-bottom: 50px;
}

.sft-main-interface-header{
    height: calc(55px + env(safe-area-inset-top, 0) + var(--header-info-bar-height));
    transition: height .350s ease-in-out;    
}

.header-info-bar:has(*){
    padding-top: env(safe-area-inset-top, 0)
}

.header-secondary-bar{
    height: 0;
    overflow: hidden;
    transition: height .350s ease-in-out;
    display: grid;
}

.header-secondary-bar > div{
    grid-column: 1;
    grid-row: 1;
    opacity: 0;
    background-color: var(--bs-body-bg);
    transition: opacity .350s ease-in-out;
    visibility: hidden;
}

.header-secondary-bar > div.active{
    opacity: 1;
    visibility: visible;
}

@media (min-width: 992px){

    .sft-main-interface-header-double .sft-main-interface-header{
        height: calc(110px + env(safe-area-inset-top, 0) + var(--header-info-bar-height, 0));
    }
    
    .sft-main-interface-header-double .sft-main-interface-header .header-secondary-bar{
        height: 55px;
    }

}

.sft-main-interface header{
    width: 100%;
    min-height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--bs-body-bg);
    padding-top: env(safe-area-inset-top, 0);
    z-index: 8000;
}

.sft-main-interface header > div{
    border-bottom: 2px solid var(--bs-gray-200);
}

.sft-main-interface .mobile-title{
    line-height: 55px;
    margin: 0;
    font-size: 14px;
    color: var(--bs-gray-700);
    font-weight: 600;
}

.sft-main-interface header .gap{
    width: 60px;
}

.sft-main-interface header .branding{
    height: 55px;
    background-size: 24px;
    background-position: center center;
}

@media (min-width: 1024px){

    .sft-main-interface header .gap{
        width: 80px;
    }

    .sft-main-interface header .branding{
        background-size: 30px;
    }
}

/** Main Menu Styling */
.sft-main-menu{
    height: 55px;
    padding: 0;
    overflow: hidden;
}

.sft-main-menu a{
    font-size: 14px;
    height: 55px;
    line-height: 55px;
    font-weight: 600;
    padding: 0 20px;
    margin: 0 5px;
}

.sft-main-menu .active a{
    border-bottom: 4px solid var(--bs-primary) !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out;
}

/** Sub Menu Styling */
.sft-sub-menu{
    height: 55px;
    padding: 0;
    overflow: hidden;
}

.sft-sub-menu a{
    font-size: 14px;
    height: 55px;
    line-height: 55px;
    font-weight: 400;
    padding: 0 20px;
    margin: 0 5px;
}

.sft-sub-menu .active a{
    font-weight: 600;
}

.sft-main-interface .notifications > span{
    width: 35px;
    height: 35px;
    display: grid;
    align-items: center;
    text-align: center;
    margin: 10px 0;
    font-size: 15px;
    color: var(--bs-gray-900);
}

.sft-main-interface .notifications .badge{
    position: absolute;
    margin-left: 17px;
    padding: 3px 5px;
    border-radius: 15px;
}

.sft-main-interface .notifications-none{
    color: var(--bs-gray-500);
}

.sft-main-interface .dark-mode{
    width: 35px;
    height: 35px;
    display: grid;
    align-items: center;
    text-align: center;
    margin: 10px 0;
    font-size: 15px;
    color: var(--bs-gray-900);
}

/** Main Interface locale dropdown */
.sft-main-interface .locale{
    width: 35px;
    height: 35px;
    display: grid;
    align-items: center;
    text-align: center;
    margin: 10px 0;
}

.sft-main-interface .locale img{
    width: 20px;
    height: 20px;
    border-radius: 40px;
    margin: auto;
}

/** Main Interface User accoutn button */
.sft-main-interface .user-account{
    width: 55px;
    height: 55px;
    display: grid;
    align-items: center;
    text-align: center;
}

.sft-main-interface .user-account .user-account-avatar{
    display: block;
    width: 40px;
    height: 40px;
    background-color: var(--bs-body-bg);
    border-radius: 100%;
    border: 1px solid var(--bs-gray-200);
    margin: auto;
    background-size: cover;
    background-position: center center;
    padding: 4px;
}

.sft-main-interface .user-account .user-account-avatar img{
    max-width: 100%;
    max-height: 100%;
}

.sft-main-interface .user-account .badge{
    position: absolute;
    margin-left: 29px;
    margin-top: 5px;
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 15px;
}

/** Sidebar styling */
.sft-sidebar{
    visibility: hidden;
    transition: visibility .350s ease-in-out;
}

.sft-sidebar-background{
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    opacity: 0;
    transition: opacity .350s ease-in-out;
    z-index: 9000;
}

.sft-sidebar-sidebar{
    position: fixed;
    top: 0; 
    left: 0;
    width: 325px;
    height: 100%;
    background-color: var(--bs-gray-100);
    margin: 0 -325px;
    transition: margin .350s ease-in-out;
    overflow: hidden;
    z-index: 9000;
}
.sft-sidebar.sft-sidebar-right .sft-sidebar-sidebar{
    left: initial;
    right: 0;
}

.sft-main-interface .sft-sidebar-button a i{
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: block;
    font-size: 20px;
    color: var(--bs-gray-700);
}

.sft-main-interface .sft-sidebar .sft-sidebar-button{
    position: absolute;
}

.sft-main-interface .sft-sidebar .sft-sidebar-button a i{
    font-size: 18px;
}

.sft-main-interface.sft-sidebar-active .sft-sidebar{
    visibility: visible;
}

.sft-main-interface.sft-sidebar-active .sft-sidebar-background{
    opacity: 1;
}

.sft-main-interface.sft-sidebar-active .sft-sidebar-sidebar{
    margin: 0;
}

.sft-sidebar-header{
    background: var(--bs-body-bg);
    height: calc(env(safe-area-inset-top, 0) + 55px);
    border-bottom: 2px solid var(--bs-gray-200);
    padding-top: env(safe-area-inset-top, 0);
}

.sft-sidebar-header .sidebar-title{
    line-height: 55px;
    font-size: 17px;
}

.sft-sidebar-sidebar > .col{
    overflow-y: scroll;    
}

.sft-sidebar-sidebar .sft-sidebar-layer{
    position: absolute;
    width: 100%;
    height: 100%;
    border-right: 1px solid var(--bs-gray-200);
    left: 325px;
}

.sft-sidebar-sidebar .sft-sidebar-layer.active{
    left: 0;
}

/** Adding our custom app effects */
@keyframes sidebarInForward {
    from {
        left: 325px;
    }
    to {
        left: 0;
    }
}

@keyframes sidebarOutForward {
    from {
        left: 0;
    }
    to {
        left: -325px;
    }
}

@keyframes sidebarInBack {
    from {
        left: -325px;
    }
    to {
        left: 0;
    }
}

@keyframes sidebarOutBack {
    from {
        left: 0
    }
    to {
        left: 325px;
    }
}

[transition-style='in:sidebar:forward']{  
    --transition__duration: .350s;
    --transition__easing: ease-in-out;
    animation-name: sidebarInForward;
}

[transition-style='out:sidebar:forward']{
    --transition__duration: .350s;
    --transition__easing: ease-in-out;
    animation-name: sidebarOutForward;
}

[transition-style='in:sidebar:back']{
    --transition__duration: .350s;
    --transition__easing: ease-in-out;
    animation-name: sidebarInBack;
}

[transition-style='out:sidebar:back']{
    --transition__duration: .350s;
    --transition__easing: ease-in-out;
    animation-name: sidebarOutBack;
}

.sft-sidebar-sidebar .sidebar-user{
    padding: 15px;
}

.sft-sidebar-sidebar .sidebar-user .sidebar-user-avatar{
    width: 70px;
    height: 70px;
    margin: auto;
    background-color: var(--bs-body-bg);
    border-radius: 100%;
    display: grid;
    align-items: center;
    background-size: cover;
    background-position: center center;
    border: 5px solid var(--bs-body-bg);
}

.sft-sidebar-sidebar .sidebar-user .sidebar-user-avatar img{
    max-width: 60px;
    max-height: 60px;
}

.sft-sidebar-sidebar .sidebar-user h3{
    font-size: 20px;
}

.sft-sidebar-sidebar .sidebar-user ul{
    margin: 0;
    padding: 0;
}

.sft-sidebar-sidebar .pane{
    background-color: var(--bs-body-bg);
    padding: 15px;
    border-width: 1px 0;
    border-color: var(--bs-gray-400);
    border-style: solid;
    margin: 0 0 10px 0;
}

.sft-sidebar-sidebar .pane h5{
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 15px 0;
}

.sft-sidebar-sidebar .pane ul{
    margin: -10px 0;
}

.sft-sidebar-sidebar .pane ul li{
    border-bottom: 1px solid var(--bs-gray-400);
}

.sft-sidebar-sidebar .pane ul li.active::after{
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-size: 16px;
    font-weight: 900;
    line-height: 40px;
    float: right;
    color: var(--bs-primary);
    position: relative;
    top: -40px;
    right: 7px;
}

.sft-sidebar-sidebar .pane ul li:last-child{
    border-bottom: 0;
}

.sft-sidebar-sidebar .pane ul li{
    line-height: 40px;
    color: var(--bs-body-color);
    font-size: 13px;
    font-weight: 400;
}

.sft-sidebar-sidebar .pane ul li a{
    color: var(--bs-body-color);
}

.sft-sidebar-sidebar .pane ul li img{
    width: 18px;
    height: 18px;
    border-radius: 100%;
    margin: 0 6px;
    position: relative;
    top: -2px;
}

.sft-sidebar-sidebar .pane ul li i{
    display: inline-block;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: var(--bs-gray-700);
}

.sft-sidebar-sidebar .pane ul li strong{
    font-weight: 600;
}

.sft-sidebar-sidebar .pane ul li span.value{
    font-size: 11px;
    color: var(--bs-gray-600);
}

.sft-sidebar-sidebar .pane ul li .form-switch{
    position: relative;
    top: 8px;
}

.sft-sidebar-sidebar .sidebar-notifications{
    padding: 5px 15px 15px 15px;
}

.sft-sidebar-sidebar .sidebar-notifications .notifications-header h5{
    font-weight: bold;
    font-size: 14px;
}

.sft-sidebar-sidebar .sidebar-notifications .notifications-header h5 span{
    position: relative;
    top: -2px;
}

.sft-sidebar-sidebar .application-info{
    min-height: 150px;
}

.sft-sidebar-sidebar .application-info .branding{
    height: 30px;
    margin: 5px 10px;
    background-position: left center;
}

.sft-sidebar-sidebar .illustration img{
    max-width: 80%;
    margin: auto;
}

.sft-sidebar-sidebar .main-menu{
    background-color: var(--bs-body-bg);
    border-width: 1px 0;
    border-style: solid;
    border-color: var(--bs-gray-400);
    margin: 0 0 10px 0;
}

.sft-sidebar-sidebar .main-menu ul a{
    color: var(--bs-body-color);
    display: flex;
}

.sft-sidebar-sidebar .main-menu .chevron{
    display: block;
    width: 40px;
    color: var(--bs-body-color);
    text-align: center;
    opacity: 0.5;
    transition: transform .350s ease-in-out;
}

.sft-sidebar-sidebar .main-menu a[aria-expanded=true] .chevron{
    transform: rotate(180deg);
}

.sft-sidebar-sidebar .main-menu a[aria-expanded=true], .sft-sidebar-sidebar .main-menu .active > a{
    font-weight: 600;
}

.sft-sidebar-sidebar .main-menu > ul{
    margin: 0 15px;
    padding: 0;
}

.sft-sidebar-sidebar .main-menu > ul > li{
    line-height: 45px;
    font-size: 15px;
    border-bottom: 1px solid var(--bs-gray-400);
}

.sft-sidebar-sidebar .main-menu > ul > li > a{
    border-left: 7px solid transparent;
    margin: 0 -15px;
    padding: 0 0 0 10px;
}

.sft-sidebar-sidebar .main-menu > ul > li > a + ul{
    margin-bottom: -1px;
}

.sft-sidebar-sidebar .main-menu > ul > li:last-child{
    border-bottom: none;
}

.sft-sidebar-sidebar .main-menu > ul > li.active > a[aria-expanded=true]{
    border-left-color: var(--bs-primary);
}

.sft-sidebar-sidebar .main-menu > ul > li > ul{
    background-color: var(--bs-gray-100);
    border-width: 1px 0;
    border-color: var(--bs-gray-400);
    border-style: solid;
    margin: 0 -15px;
}

.sft-sidebar-sidebar .main-menu > ul > li > ul a{
    padding: 0 0 0 15px;
    font-size: 13px;
    line-height: 35px;
}

.sft-sidebar-sidebar .main-menu > ul > li > ul > li > ul a{
    padding: 0 30px;
}


/** Content */
.sft-content{
    display: grid;
    min-height: 0;
}

.sft-content [ui-view]{
    grid-row: 1;
    grid-column: 1;
    transition: opacity .350s ease-in-out, transform .350s ease-in-out;
    width: 100%;
    min-width: 0;
}

.sft-content [ui-view].ng-enter{
    z-index: 101;
    opacity: 0;
}

.sft-content [ui-view].ng-enter-active{
    opacity: 1;
}

.sft-content [ui-view].ng-leave{
    z-index: 100;
}

.sft-content [ui-view].ng-leave-active{
    z-index: 100;
    opacity: 0;
}

.sft-content[animation=back] [ui-view].ng-enter{
    z-index: 100;
}

.sft-content[animation=back] [ui-view].ng-leave{
    z-index: 101;
    opacity: 1;
}

.sft-content[animation=back] [ui-view].ng-leave-active{
    z-index: 101;
    opacity: 0;
}

.sft-content [ui-view].ng-enter-active .ui-view-translate-y, 
.sft-content [ui-view].ng-leave-active .ui-view-translate-y{
    transition: opacity .350s ease-in-out, transform .350s ease-in-out;
}

.sft-content [ui-view].ng-enter .ui-view-translate-y{
    z-index: 201;
    opacity: 0;
    transform: translateY(10%);
}

.sft-content [ui-view].ng-enter-active .ui-view-translate-y{
    opacity: 1;
    transform: translateY(0%);
}

.sft-content [ui-view].ng-leave .ui-view-translate-y{
    z-index: 200;
}

.sft-content [ui-view].ng-leave-active .ui-view-translate-y{
    z-index: 200;
    opacity: 0;
}

.sft-content[animation=back] [ui-view].ng-enter .ui-view-translate-y{
    z-index: 200;
    transform: translateY(0);
}

.sft-content[animation=back] [ui-view].ng-leave .ui-view-translate-y{
    z-index: 201;
    opacity: 1;
    transform: translateY(0);
}

.sft-content[animation=back] [ui-view].ng-leave-active .ui-view-translate-y{
    z-index: 201;
    opacity: 0;
    transform: translateY(10%);
}

.sft-content [ui-view].ng-enter-active .ui-view-translate-x, 
.sft-content [ui-view].ng-leave-active .ui-view-translate-x{
    transition: opacity .350s ease-in-out, transform .350s ease-in-out;
}

.sft-content [ui-view].ng-enter .ui-view-translate-x{
    z-index: 201;
    opacity: 0;
    transform: translateX(10%);
}

.sft-content [ui-view].ng-enter-active .ui-view-translate-x{
    opacity: 1;
    transform: translateX(0%);
}

.sft-content [ui-view].ng-leave .ui-view-translate-x{
    z-index: 200;
}

.sft-content [ui-view].ng-leave-active .ui-view-translate-x{
    z-index: 200;
    opacity: 0;
}

.sft-content[animation=back] [ui-view].ng-enter .ui-view-translate-x{
    z-index: 200;
    transform: translateX(0);
}

.sft-content[animation=back] [ui-view].ng-leave .ui-view-translate-x{
    z-index: 201;
    opacity: 1;
    transform: translateX(0);
}

.sft-content[animation=back] [ui-view].ng-leave-active .ui-view-translate-x{
    z-index: 201;
    opacity: 0;
    transform: translateX(10%);
}

/** Content sidebar */
.sft-content-sidebar{
    border-right: 1px solid var(--bs-gray-400);
    margin-right: 20px;
    padding-right: 20px;
}

.sft-content-sidebar h5{
    font-size: 18px;
    margin: 10px 15px; 
    color: var(--bs-gray-500);
}

.sft-content-sidebar a{
    color: var(--bs-gray-700);
    line-height: 35px;
    font-size: 14px;
    border-left: 5px solid transparent;
    display: block;
    padding: 0 10px;
}

.sft-content-sidebar a:hover{
    color: var(--bs-body-color);
}

.sft-content-sidebar .active a,
.sft-content-sidebar a[aria-selected=true]{
    font-weight: 600;
    border-left-color: var(--bs-primary);
    color: var(--bs-body-color);
}

/** Fullscreen container */
.sft-fullscreen-container-wrapper{
    position: fixed;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    padding-top: calc(65px + var(--header-info-bar-height, 0) + env(safe-area-inset-top, 0));
    transition: padding .350s ease-in-out;
    background-color: var(--bs-body-bg);
    transform: translateY(-100%);
    transition: transform .350s ease-in-out, overflow .350s ease-in-out;
    overflow: hidden;
}

.sft-fullscreen-container-wrapper.show{
    transform: initial;
    max-height: initial;
    animation: overflowInitial 0s forwards;
    animation-delay: .350s;
}

.sft-fullscreen-container-wrapper.shown{
    position: absolute;
}

.sft-fullscreen-container-wrapper .container{
    background-color: var(--bs-body-bg);
}

.sft-fullscreen-wrapper-active{
    max-height: 0;
    overflow: hidden;
}

/** Fullscreen container */
.sft-fullscreen-container-wrapper-static{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: calc(65px + var(--header-info-bar-height, 0) + env(safe-area-inset-top, 0));
    transition: padding .350s ease-in-out;
    background-color: var(--bs-body-bg);
}

.sft-fullscreen-container-wrapper-static .container{
    background-color: var(--bs-body-bg);
}

@media (min-width: 992px){

    .sft-main-interface-header-double .sft-fullscreen-container-wrapper-static{
        padding-top: calc(115px + var(--header-info-bar-height, 0) + env(safe-area-inset-top, 0));
    }

}

.sft-fullscreen-container-wrapper-static .sft-fullscreen-container{
    width: 100%;
    height: 100%;
}

@media (min-width: 992px){

    .sft-main-interface-header-double .sft-fullscreen-container-wrapper{
        padding-top: calc(115px + var(--header-info-bar-height, 0) + env(safe-area-inset-top, 0));
    }

}

.sft-fullscreen-container{
    width: 100%;
    min-height: 100%;
}

/** Module */
.sft-module{
    margin-top: 40px;
}

.sft-module .title{
    font-size: 26px;
    font-weight: 500;
}

/** Mobile tabbar */
.sft-module-tabs-bar{
    position: fixed;
    top: calc(env(safe-area-inset-top, 0) + 56px);
    left: 0;
    width: 100%;
    height: 55px;
    background-color: var(--bs-body-bg);
    z-index: 8000;
    display: grid;
    align-items: center;
    padding: 0 5px;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sft-module-tabs-bar::-webkit-scrollbar {
    display: none;
}

.sft-module-tabs-bar li{
    display: inline-block;
}

.sft-module-tabs-bar li a{
    display: inline-block;
    background-color: var(--bs-gray-200);
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    margin: 0 5px;
    border-radius: 35px;
}

.sft-module-tabs-bar li a{
    color: var(--bs-body);
}

.sft-module-tabs-bar li a[aria-selected=true]{
    background-color: var(--bs-primary);
    color: var(--bs-primary-fg, --bs-btn-color);
}

@media (max-width: 991px){
    .sft-module.sft-module-tabs{
        margin-top: 95px;
    }
}

/** Table */
.sft-table-row{
    border-radius: 10px;
    
    cursor: pointer;
}

.sft-table-row-cancelled{
    background-color: var(--bs-danger-bg-subtle);
}

.table-row-icon{
    width: 50px;
    height: 50px;
    background-color: var(--bs-gray-200);
    border: 1px solid var(--bs-gray-200);
    border-radius: 25px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    margin: -5px;
}

.table-row-icon .fa{
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: var(--bs-primary);
}

.gray-block.rounded{
    border-radius: 10px !important;
}

.gray-block .table-row-icon{
    width: 75px;
    height: 75px;
    border-radius: 36px;
    background-color: var(--bs-body-bg);
}

.gray-block .table-row-icon .fa{
    height: 75px;
    line-height: 75px;
}

.gray-block .table-row-icon > span{
    line-height: 65px;
}

.table-row-details{
    width: 100px;
}

.table-row-icon > span{
    color: var(--bs-gray-500);
    text-align: center;
    line-height: 40px;
    margin: 5px;
    font-size: 16px;
    font-weight: 700;
    text-overflow: clip;
}

.table-row-details ul{
    width: 100%;
    margin: 0 -10px -5px -10px;
    overflow: hidden;
	text-overflow: clip;
	white-space: nowrap;
    color: var(--bs-gray-600)
}

.table-row-details li{
    width: 250px;
    opacity: .75;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    margin: 0 10px;
    display: none;
}

.table-row-details li:nth-child(1){
    display: inline-block;
}

@media (min-width: 760px){
    .table-row-details li:nth-child(2){
        display: inline-block;
    }
}

@media (min-width: 1160px){
    .table-row-details li:nth-child(3){
        display: inline-block;
    }
}

.table-row-dropdown{
    display: grid;
    align-items: center;
    color: var(--bs-gray-700);
}

.table-row-dropdown .btn-dropdown,
.table-row-dropdown .btn-dropdown:hover{
    border: none;
}

.stf-sticky-form-buttons{
    margin: 25px -20px 0 -20px;
    padding: 0 20px;
    background-color: var(--bs-body-bg);
    padding-bottom: env(safe-area-inset-bottom, 0);
    z-index: initial;
}

.stf-sticky-form-buttons::before{
    content: '';
    background-image: linear-gradient(transparent, var(--bs-body-bg));
    width: 100%;
    height: 25px;
    position: absolute;
    margin: -15px -20px;
}

.sft-usage h6{
    font-weight: 600;
    font-size: 16px;
}

.sft-usage h6 span{
    font-size: 12px;
    font-weight: 200;
    color: var(--bs-gray-600)
}

.sft-usage .table-row-dropdown{
    display: none;
}

.collapse-table{
    border-radius: var(--bs-border-radius-lg);
}

.collapse-table-group [ng-collapse-table-add]{
    color: var(--bs-gray-600);
}

.collapse-table-empty{
    background-color: var(--bs-gray-100);
    border-radius: var(--bs-border-radius-lg);
    color: var(--bs-gray-500);
}

.collapse-header,
.gray-block{
    background-color: var(--bs-gray-100);
    border-radius: var(--bs-border-radius-lg);
    font-size: 14px;
    cursor: pointer;
}

.gray-block{
    cursor: initial;
}

.active .collapse-header,
.active .gray-block{
    background-color: var(--bs-gray-100);
}

.collapse-header li > span,
.gray-block li > span,
.sft-table-row li > span{
    display: inline-block;
    width: 150px;
    max-width: 40%;
    color: var(--bs-gray-600);
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.collapse-header li > strong,
.gray-block li > strong,
.sft-table-row li > strong{
    display: inline-block;
    max-width: 60%;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.collapse-form{
    display: none;
}

[ng-collapse-table-item].active .collapse-form{
    display: block;
}

.collapse-form-modal{
    transition: visibility .250s ease-in-out;
}

.collapse-form-modal .collapse-form-background{
    opacity: 0;
    transition: opacity .250s ease-in-out;
}

.collapse-form-modal.active .collapse-form-background{
    opacity: 1;
}

.collapse-form-overlay{
    transform: translateY(100%);
    transition: transform .250s ease-in-out;
}

.collapse-form-modal.active .collapse-form-overlay{
    transform: translateY(0%);
}

.gray-block-selectable .gray-block,
.gray-block[ng-click], .gray-block[onclick],
.gray-block-pointer{
    cursor: pointer;
}

.gray-block-selectable .gray-block{
    border: 2px solid transparent;
}

.gray-block-selectable .gray-block.selected{
    border: 2px solid var(--bs-primary);
}

.modal .modal-title{
    font-size: 2rem;
}

.modal .modal-header p{
    margin: 0;
}

.modal .modal-header,
.modal .modal-body,
.modal .modal-footer{
    padding: 20px;
}

.modal .modal-header{
    align-items: initial;
}

.modal.fade .modal-dialog{
    transform: translateY(100%);
}

.modal.show .modal-dialog {
    transform: translateY(0%);
}

@media (max-width: 575px){
    .collapse-form-modal .btn-lg, .modal .btn-lg{
        --bs-btn-padding-y: 0.625rem;
        --bs-btn-padding-x: 1.1rem;
        --bs-btn-font-size: 1.1rem;
    }
}

[ng-horizontal-scroller]{
    scrollbar-width: none;
    -ms-overflow-style: none;
}

[ng-horizontal-scroller]::-webkit-scrollbar {
    display: none;
}

.horizontal-scroller-outer{
    position: relative;
}

.horizontal-scroller-outer.show-gradient-end::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to left, var(--bs-body-bg), transparent);
}

.horizontal-scroller-outer.show-gradient-start::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, var(--bs-body-bg), transparent);
}