/*
============================================================================================================================
================================================== Boostrap overrides
============================================================================================================================
*/

.navbar-brand {
    width: 25%;
}

.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.nav-link {
    padding: 0;
    line-height: 80px;
    font-weight: bold;
    color: #8C9BBE;
}

.dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dropdown-menu-end {
    transform: translate(0px, 40px);
    width: 100%;
}

.dropdown-item.active {
    background-color: #D62659;
}

.dropdown-item:active {
    background-color: #D62659 !important;
}

/* Can't get only .active to work properly wtf */
.nav-link-active {
    /* padding-bottom: 40px; */
    color: #D62659 !important;
}

.nav-link-active-main {
    color: #D62659 !important;
    border-bottom: 2px solid black;
}

/* Underline only */
.nav-link-active-underline {
    border-bottom: 2px solid black;
}

.nav-link:hover {
    color: #D62659;
}

.modal-header {
    border: 0;
    padding-bottom: 0;
}

.modal-footer {
    border: 0;
    padding-right: 0px;
}

.modal-content {
    overflow: hidden;
}

.password-wrap {
    width: 600px !important;
}

.account-info-wrap {
    margin-top: 13px;
    width: 500px;
}

.modal-width-fit {
    width: fit-content !important;
}

.form-check-input {
    background: #E6E6E6;
    border: 0;
}

.form-check-input:checked {
    background-color: black;
    border-color: #D62659;
}

.page-link {
    color: black;
}

.pagination-row {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    font-family: Helvetica;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    /* padding-left: calc(var(--bs-gutter-x)/ 2); */
    margin-top: var(--bs-gutter-y);
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: black;
    border: 0;
}

.modal-body {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 85vh;
    padding-top: 0;
    padding-bottom: 0;
}

.modal-body::-webkit-scrollbar-track {
    display: none;
}

.modal-body::-webkit-scrollbar {
    display: none;
}

.list-unstyled::-webkit-scrollbar-track {
    display: none;
}

.list-unstyled::-webkit-scrollbar {
    display: none;
}

.modal-content {
    border: 0;
    width: 500px;
}

.alert-danger {
    background-color: rgba(248, 215, 218, 0.85);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 15px;
    text-align: center;
    width: 30%;
}

.alert-danger ul li {
    list-style-type: none;
}

.btn-close {
    background: transparent url('/images/close.png') center/1em auto no-repeat !important;
}

.btn-outline-secondary {
    color: #fff;
    border: 0 !important;
    background: linear-gradient(13deg, #d42e5d 14%,#DD5A57 64%);
}

.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #fff !important;
    border-color: #fff !important;
}

.dropdown-item-no-hover:active {
    color: unset;
    background-color: unset !important;
}

.dropdown-item-no-hover:hover {
    color: unset;
    background-color: unset !important;
}

.dropdown-item:hover {
    background-color: rgb(214,38,89, 0.1);
}

.btn-check:focus+.btn-secondary, .btn-secondary:focus {
    color: #000;
    background-color: #fff;
}

/*
============================================================================================================================
================================================== Custom classes
============================================================================================================================
*/

/* ================================================== Bootstrap */
/* Classes boostrap 5 style that don't really exist */

.h-15 {
    height: 15%;
}

.w-33 {
    width: 33%;
}

.h-100-fix {
    height: 100%;
}

@media only screen and (min-device-width: 768px){
    .h-100-fix {
        height: unset;
    }
}

/* ================================================== Fonts */

@font-face {
    font-family: "sourcesanspro-black";
    src: url("/fonts/SourceSansPro-Black.ttf") format('truetype');
}

@font-face {
    font-family: "sourcesanspro-bold";
    src: url("/fonts/SourceSansPro-Bold.ttf") format('truetype');
}

@font-face {
    font-family: "sourcesanspro-extralight";
    src: url("/fonts/SourceSansPro-ExtraLight.ttf") format('truetype');
}

@font-face {
    font-family: "sourcesanspro-light";
    src: url("/fonts/SourceSansPro-Light.ttf") format('truetype');
}

@font-face {
    font-family: "sourcesanspro-regular";
    src: url("/fonts/SourceSansPro-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "sourcesanspro-semibold";
    src: url("/fonts/SourceSansPro-SemiBold.ttf") format('truetype');
}

body {
    font-family: 'Roboto', sans-serif;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
}

.sbsi-body {
    /* Padding height of nav bar because it is fixed */
    padding-top:80px;
}

.sbsi-sourcesanspro-light {
    font-family: 'Roboto', sans-serif;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sbsi-sourcesanspro-bold {
    font-family: 'Roboto', sans-serif;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sbsi-sourcesanspro-semibold {
    font-family: 'Roboto', sans-serif;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ================================================== Scrollbar */

/* Generated with https://www.w3generator.com/scrollbar */
::-webkit-scrollbar {
    width: 10px;
    height: 13px;
}
::-webkit-scrollbar-thumb {
    background-color: #E9E9E9;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #d0d0d0;
}
::-webkit-scrollbar-track{
    background: #ffffff;
    border-radius: 10px;
    box-shadow: inset 7px 10px 12px #f0f0f0;
}

/* ================================================== General */

.sbsi-nav-link2 {
    margin: .5rem 1rem;
    line-height: unset;
}

.sbsi-nav-settings1 {
    float: right;
    clear: right;
    position: relative;
    top: 20px;
    right: 15px;
}

.sbsi-nav-settings2 {
    float: right;
    clear: right;
    position: relative;
    bottom: 10px;
    right: 0;
}

.sbsi-nav-item {
    padding-left: 8vh;
}

.sbsi-ul {
    list-style: none;
    padding: 0;
}

.sbsi-header-dropdown {
    right: 85px !important;
}

.sbsi-menu-container {
    padding: 0;
    height: 80px;
}

.sbsi-overflowy-hidden {
    overflow-y: hidden !important;
}

.sbsi-margin-center {
    margin-left: auto;
    margin-right: auto;
}

.sbsi-link {
    color: black;
    text-decoration: none;
}

.sbsi-link:hover {
    color: #666666;
}

/* Wont show up without fixed or bottom margin */
/* header {
    background: var(--background);
    text-align: center;
    position: fixed;
    -moz-box-shadow: 3px 3px 5px 3px #f5f5f5;
    -webkit-box-shadow: 3px 3px 5px 3px #f5f5f5;
    box-shadow: 3px 3px 5px 3px #f5f5f5;
    z-index: 999;
    width: 100%;
} */

.sbsi-filter-clear {
    font-weight: bold;
    background: transparent;
    text-decoration: none;
    color: #fff;
}

.sbsi-dropdown-toggle-white::after {
    display: inline-block;
    top: 12px;
    right: 14px;
    width: 10px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 9;
}

.sbsi-dropdown-toggle-white:hover {
    color: #000;
    background-color: #fff;
}

.sbsi-dropdown-toggle::after  {
    display: inline-block;
    top: 12px;
    right: 14px;
    width: 10px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 9;
}

.sbsi-dropdown-toggle:hover {
    color: #000;
    background-color: #fff;
}

.sbsi-myaccount-dropdown::after {
    display: inline-block;
    top: 12px;
    right: 14px;
    width: 10px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 9;
}

.myaccount-company-title {
    margin-bottom: 10px;
    margin-left: 10px;
}

.refresh-btn {
    width: 30px;
    margin-right: 0;
    margin-left: auto;
    cursor: pointer;
}

.sbsi-myaccount-dropdown:hover {
    color: #000;
    background-color: #fff;
}

.sbsi-myaccount-dropdown {
    border: 0;
    background: transparent;
    color: #000;
}

.sbsi-myaccount-dropdown::after {
    vertical-align: bottom !important;
}

.sbsi-myaccount-dropdown:hover {
    border: 0;
    background: transparent;
    color: #000;
}

.image-circle {
    background: lightgrey;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.image-circle-wrap {
    background-color: #e4e4e4;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    cursor: pointer;
    object-fit: scale-down;
}

.image-edit-circle {
    position: absolute;
    background-color: white;
    opacity: 0;
    justify-content: center;
    display: flex;
}

.image-edit-circle:hover {
    opacity: 0.5;
    transition: opacity 0.5s;
}

.image-size-icon {
    width: 50px;
}

.fileInput {
    display: none;
}

/* Welcome, text on dashboard */
.sbsi-welcome-text {
    font-weight: bold;
    /* Will only work with <p> */
    margin-top: revert;
    margin-bottom: 0;
}

.sbsi-left-menu {
    position: relative;
    top: 33%;
}

.sbsi-vertical-center {
    display : flex;
    align-items : center;
}

.sbsi-filter-box {
    padding: 2em;
    border-radius: 10px;
    text-align: center;
    /* margin-bottom: 20px; */
    box-shadow: 3px 3px 5px 3px #efefef;
    float: right;
}

.sbsi-form-img {
    text-align: center;
    max-height: 55px;
}

.sbsi-company-logo {
    max-height: 50px;
    /* max-width: 200px; */
    margin:0 auto;
    display:block;
}

.sbsi-company-selection-logo {
    max-height: 50px;
    object-fit: contain;
}

.sbsi-company-modal-list {
    max-height: 50vh;
    overflow-y: scroll;
}

.sbsi-pagination-right {
    display: flex;
    justify-content: flex-end;
}

.sbsi-cursor-hand {
    cursor: pointer
}

/* ================================================== Login */
.login-field-title {
    text-align: left;
}
.sbsi-login-rights-reserved {
    width: 100%;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    color: #d62659;
    /* align text to bottom */
    align-self: flex-end;
}

.sbsi-login-noaccount {
    text-align: center;
    font-family: "sourcesanspro-regular" !important;
    font-size: 18px;
    color: grey;
    line-height: 1.4;
    /* align text to bottom */
    /* align-self: flex-end; */
}

.sbsi-login-form-options {
    color: #666666;
    font-family: "sourcesanspro-regular" !important;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 33px !important;
}

.sbsi-login-form-options > a:hover {
    color: #666666;
}

.sbsi-login-middle {
    padding: 72px 50px 50px 100px;
    color: #fff;
    /* background: linear-gradient(to right, #D62659, #E15350); */
    background: linear-gradient(to right, #d42e5d, #dd5a57);
}

.sbsi-login-left {
    padding: 72px 50px 50px 100px;
    /* ../ prefix required here otherwise doesn't work on safari */
    background-image: url("../images/bg-01.png");
    background-size: auto 100%;
}

.sbsi-login-right {
    padding: 50px 50px 50px 50px;
    background: #fff;
}

.title-instruction {
    max-width: fit-content;
    font-weight: bold !important;
    font-size: 15px;
    font-family: Helvetica;
    overflow-wrap: anywhere;
}

.sbsi-login-title {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #8c8c8c;
    line-height: 1.2;
}

.sbsi-login-address {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #8c8c8c;
    line-height: 1.2;
}

.sbsi-login-form-title {
    display: block;
    width: 50%;
    font-weight: bold;
    font-family: "sourcesanspro-regular" !important;
    font-size: 55px;
    color: black;
    line-height: 1.2;
    text-align: left;
    margin: auto;
}

.sbsi-login-form-subtext {
    display: block;
    width: 50%;
    font-family: "sourcesanspro-regular" !important;
    color: grey;
    line-height: 1.2;
    margin-bottom: 59px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    text-align: left;

}

.sbsi-login-social-media {
    position: absolute;
    top: 90%;
}

.sbsi-login-social-media > a {
    margin-left: 25px;
}

.sbsi-social-media-icon {
    width: 40px;
    height: 40px;
}

.sbsi-input-login-wrap {
    width: 100%;
    position: relative;
    border: 2px solid #dbdbdb;
    border-radius: 12px;
   /* margin-bottom: 45px; */
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus {
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

.sbsi-login-input::-webkit-input-placeholder {color: black;}
.sbsi-login-input:-moz-placeholder {color: #d62659;}
.sbsi-login-input::-moz-placeholder {color: #d62659;}
.sbsi-login-input:-ms-input-placeholder {color: #d62659;}

/* textarea::-webkit-input-placeholder {color: #d62659;}
textarea:-moz-placeholder {color: #d62659;}
textarea::-moz-placeholder {color: #d62659;}
textarea:-ms-input-placeholder {color: #d62659;} */

.sbsi-input-wrap-form {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #EFF2F5;
}

.sbsi-input-wrap {
    width: 100%;
    position: relative;
    border: 2px solid #dbdbdb;
    border-radius: 12px;
    margin-bottom: 45px;
}

.sbsi-login-gif {
    object-fit: contain;
    width: 100%;
}

.sbsi-input-label {
    font-family: "sourcesanspro-semibold" !important;
    font-size: 18px;
    color: #999999;
    line-height: 1.2;
    padding-left: 2px;
}

.sbsi-login-input {
    text-indent: 15px;
    display: block;
    width: 100%;
    height: 50px;
    background: transparent;
    font-family: "sourcesanspro-regular" !important;
    font-size: 18px;
    border-radius: 10px;
    line-height: 1.2;
    padding: 0 2px;
}

.sbsi-login-input::placeholder {
    color: #8a8a8a !important;
}

input:-webkit-autofill::placeholder{
    font-size:18px;
}

.sbsi-input-focus {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.sbsi-input-focus::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

  /*  background: #d5007d;
    background: -webkit-linear-gradient(45deg, #d5007d, #e53935);
    background: -o-linear-gradient(45deg, #d5007d, #e53935);
    background: -moz-linear-gradient(45deg, #d5007d, #e53935);
    background: linear-gradient(45deg, #d5007d, #e53935); */
}

.sbsi-login-input:focus + .sbsi-input-focus::before {
    width: 100%;
}

.has-val.sbsi-login-input + .sbsi-input-focus::before {
    width: 100%;
}
.login-play-store-image {
    width: 200px
}

.login-play-store-wrap {
    text-align: center;
}

/* ================================================== Colors */

.sbsi-bg-nav {
    background: #fff;
}

.sbsi-bg-muted {
    background-color: #fbfbfb;
}

.sbsi-bg-main {
    background-color: #D62659;
}

.sbsi-color-main {
    color: black;
}

/* ================================================== Inputs */

/* iCheck plugin Flat skin, pink ----------------------------------- */
.icheckbox_flat-pink,
.iradio_flat-pink {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url('/images/icheck-box.png') no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-pink {
    background-position: 0 0;
}
.icheckbox_flat-pink.checked {
    background-position: -22px 0;
}
.icheckbox_flat-pink.disabled {
    background-position: -44px 0;
    cursor: default;
}
.icheckbox_flat-pink.checked.disabled {
    background-position: -66px 0;
}

.iradio_flat-pink {
    background-position: -88px 0;
}

.iradio_flat-pink.checked {
    background-position: -110px 0;
}
.iradio_flat-pink.disabled {
    background-position: -132px 0;
    cursor: default;
}
.iradio_flat-pink.checked.disabled {
    background-position: -154px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_flat-pink,
    .iradio_flat-pink {
        background-image: url('/images/icheck-box@2x.png');
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}

/* Select2 Plugin Overrides ----------------------------------- */

.select2-selection {
    border: 0 !important;
    /* Same box shadow as sbsi-select */
    -webkit-box-shadow: 0px 5px 15px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 15px 1px rgba(0,0,0,0.3);
    min-height: 40px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 6px;
}

.select2-selection__choice__remove {
    background-color: black !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.select2-container--default .select2-selection--multiple {
    border: 2px solid #e4e4e4 !important;
    box-shadow: none !important;
    border-radius: 7px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid #EFF2F5;
    /* Background is that weird thick 'border' thing you are left with if border has another color */
    background-color: #EFF2F5;
}

.select2-selection__choice__display {
    background-color: #EFF2F5;
}

/* Custom Select */

.sbsi-select {
    -webkit-box-shadow: 0px 5px 15px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 15px 1px rgba(0,0,0,0.3);
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    /* Requires a border-radius here otherwise white background? */
    border-radius: 15px;
    width: 100%;
}

.sbsi-select select {
    font-family: 'Arial';
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border-radius: 10px;
    background: #ffffff;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
}

.sbsi-select select::-ms-expand {
    display: none;
}

.sbsi-select select:hover,
.sbsi-select select:focus {
    color: #000;
    background: #ffffff;
}

.sbsi-select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.sbsi-select-arrow {
    position: absolute;
    pointer-events: none;
    top: 12px;
    right: 14px;
    width: 13px;
    height: 13px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 9;
}

.sbsi-select-arrow-bg {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 8%;
    height: 100%;
    border-width: 0 3px 3px 0;
    background-color: black;
    /*background: linear-gradient(13deg, #dd5a57 14%,#d42e5d 64%);*/
    display: inline-block;
    padding: 3px;
    border-radius: 0 10px 10px 0;
}

.sbsi-select select:hover ~ .sbsi-select-arrow,
.sbsi-select select:focus ~ .sbsi-select-arrow {
    border-color: #fff;
}

.sbsi-select select:disabled ~ .sbsi-select-arrow {
    border-top-color: #7d7d7d;
}

.help-block {
    color: #f00;
    font-weight: bold;
}

.sbsi-error-input {
    border: 1px solid #f00 !important;
    background-color: rgba(248, 215, 218, 0.85) !important;
}

.sbsi-input-text {
    margin-top: 5px;
    font-size: 14px;
    font-family: Helvetica;
    outline: none;
    display: block;
    width: 100%;
    background: transparent;
    border-radius: 7px;
    border-style: solid;
    border-color: #E9E9E9;
    border-width: 2px;
    padding: 5px 5px 5px 10px;
    /* line-height: 1.2; */
}

.select-input-placeholder {
    font-size: 14px;
    color: grey;
    font-family: Helvetica;
}

.sbsi-input-text::placeholder {
    font-size: 14px;
    color: grey;
    font-family: Helvetica;
}

.select2-search__field::placeholder {
    font-size: 14px;
    color: grey;
    font-family: Helvetica;
}

.sbsi-input-text:focus + .sbsi-input-focus::before {
    width: 100%;
}

.has-val.sbsi-input-text + .sbsi-input-focus::before {
    width: 100%;
}

.sbsi-input-search {
    height: fit-content;
    margin: auto;

    outline: none;
    border: none;
    border-bottom: 2px solid rgb(220, 220, 220);
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;

    text-indent: 3%;
    background-size: 20px 20px;
    background-image: url("/images/search.PNG");
    /* TODO: How the fuck do you set svg colors with this shit */
    /* background: url("/images/svg/search.svg") no-repeat rgb(137,152,189); */
    background-position: 2% 50%;
    background-repeat: no-repeat;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: flex !important;
    align-items: center;
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 43px !important;
}

    /* ================================================== Buttons */

/* Forces cancel button same height as the one next to it in modal */
.btn-cancel {
    height: 42px;
}

.sbsi-search-button {
    border-radius: 15px !important;
    height: fit-content;
    align-self: center;
}

.sbsi-dropdown-toggle {
    color: #000;
    background-color: #fff;
    border: 1px solid #ced4da;
}

.sbsi-btn-primary {
    height: 40px;
    margin-right: 0px;
    position: relative;
    color: #fff;
    background-color: black !important;
    border-radius: 8px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    font-family: Helvetica;
    width: max-content;
    /* Transparent border so hover doesn't move button */
    border: 1px solid transparent;
    padding: 8px 21px 8px 21px;
}

.sbsi-btn-login {
    font-size: 24px;
    font-weight: unset;
    width: 100%;
    height: 60px;
    border-radius: 15px;
    background-color: #000;
    /* center button */
    margin:0 auto;
    display:block;
    opacity: 1;
    transition: 0.3s;
}

.sbsi-btn-primary:hover {
    /*border: 1px solid #D62659;*/
    /* color: #D62659; */
    opacity: 0.6;
    color: white;
}

.sbsi-btn-secondary {
    height: 40px;
    border-radius: 10px;
    font-weight: bold;
    border: 0px;
    color: white;
    background: #8998BD;
    padding-left: 40px;
    padding-right: 40px;

    /* Transparent border so hover doesn't move button */
    border: 1px solid transparent;
}

.cancel-file-upload-btn {
    height: 40px;
    width: 80px;
    border-radius: 5px;
    border: 0px;
    color: black;
    background: white;
    padding-left: 40px;
    padding-right: 40px;

    /* Transparent border so hover doesn't move button */
    border: 2px solid #e4e4e4;
}

.cancel-file-upload-btn:hover {
    color: white;
    background: black;
    /* Transparent border so hover doesn't move button */
    border: 2px solid black;
}

.remove-file-upload-btn {
    height: 40px;
    width: 80px;
    border-radius: 5px;
    border: 0px;
    color: black;
    background: white;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px !important;
    /* Transparent border so hover doesn't move button */
    border: 2px solid #e4e4e4;
}

.remove-file-upload-btn:hover {
    color: white;
    background: black;
    /* Transparent border so hover doesn't move button */
    border: 2px solid black;
}

.sbsi-btn-secondary:hover {
    border: 1px solid #8A99BE !important;
    background: white !important;
    color: #8A99BE !important;
}

.list-title {
    font-family: Helvetica;
}

.list-description {
    font-family: Helvetica;
    border-bottom: 1px solid #dee2e6 !important;
    border-top: 1px solid #dee2e6 !important;
    padding: 10px
}

/*.load-bar-text {*/
/*    color: transparent;*/
/*    border-radius: 8px;*/
/*    font-family: Helvetica;*/
/*    background: linear-gradient(90deg, rgba(105,146,255,1) 0%, rgba(139,180,237,1) 0%, rgba(68,58,186,1) 35%, rgba(52,38,149,1) 60%, rgba(34,22,115,1) 94%);*/
/*}*/

.load-bar-radius {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: lightgrey;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.actions-abort-button {
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 16px;
}

.upload-file-text {
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    font-size: 20px;
    font-family: Helvetica;
    margin-top: 10px;
}

.load-bar-progress {
    content: "";
    font-size: 24px;
    font-family: Helvetica;
    margin: auto;
    vertical-align: center;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 90%;
    height: 90%;
}

.visible-model-text {
    margin-top: -24px;
    color: white
}

.load-model-wrap {
    background-color: white;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #e4e4e4 !important;
    border-radius: 10px;
}

.date-title {
    font-family: Helvetica;
    font-weight: 700;
}

.no-hover + .date-title {
    margin-top: 10px !important;
}

.date-title + .no-hover .sbsi-overview-item-card {
    padding-top: 10px !important;
}

/* ================================================== Table */

/* Add a little bit more padding left to table header first row */
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: inherit;
    padding-left: 1em;
}

.sbsi-table-logo {
    width: 2%;
}

.sbsi-table-avatar {
    width: 2%;
}

.dropdownMenuBtn {
    padding: 0.5em;
    cursor: pointer;
}

.sbsi-table-avatar img {
    border-radius: 50%;
    height: 32px;
    width: 32px;
}

.sbsi-table-second-cell {
    border-left: 0 !important;
}

.sbsi-table-actions-row {
    text-align: right;
}

.actions-padding {
    margin-top: 30px;
}

.cursor-click {
    cursor: pointer;
}


.sbsi-table-padding-top {
    margin-top: 25px;
}

.sbsi-table-actions .btn img {
    width: 28px;
    height: 28px;
}

/* .sbsi-table-actions .btn img:hover {
    fill: #8998BD;
} */

.sbsi-table th {
    line-height: 25px;
    font-size: 14px;
    font-family: Helvetica;
    color: #B3B3B3;
}

.sbsi-table th > a {
    text-decoration: none;
    line-height: 25px;
    font-size: 14px;
    color: black;
}

.sbsi-table thead tr {
    border-bottom: 1px solid #dbdbdb;
}

.sbsi-table thead th {
    color: black;
}

.history-item {
    font-family: Helvetica;
}

.navbar-item-margin {
    margin-left: -31px;
}

.sbsi-table-content {
    padding-left: 6px !important;
    padding: 10px;
    font-size: 13px;
    font-family: Helvetica;
    /*min-height: 60px;*/
}

.sbsi-table-content-text{
    margin-top: 25px;
}

.sbsi-table-vertl {
    border-left: 1px solid #dbdbdb;
    width: 1px;
    position: relative;
    float: left;
    top: 20px;
    height: 60px;
}

.sbsi-table tbody {
    border-style: hidden;
}

/* .sbsi-table td {

} */

.sbsi-table tr td img {
    object-fit: scale-down;
}

.sbsi-table tr td button img {
    object-fit: contain;
}

.sbsi-table tr td {
    vertical-align: middle;
}

.sbsi-table tr td p {
    margin-bottom: 0px!important;
}

.sbsi-table-link {
    font-family: Helvetica;
    color: black;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}

.sbsi-table-link:hover {
    opacity: 0.7;
    color: black;
}

.actions-alignment {
    font-size: 14px;
    text-align: left;
    width: 150px;
    padding: 4px 8px;
    border-radius: 3px;
    font-family: Helvetica;
}

.title-actions-menu {
    font-family: Helvetica;
    padding-left: 15px;
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 5px;
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 2px solid #E9E9E9 !important;
}

.dropdown-menu-actions {
    display: none;
    width: fit-content;
    background-color: white;
    border: 2px solid #E9E9E9 !important;
    border-radius: 5px;
}

.dropdown-menu-actions button:hover {
    background-color: #E9E9E9;
    transition: background-color 1s;
}

.dropdown-menu-actions .actions-alignment:hover {
    background-color: #E9E9E9;
    transition: background-color 1s;
}

.show-menu {
    text-align: left;
    position: absolute;
    display: grid !important;
    z-index: 99;
    margin-top: -25px;
    width: fit-content;
    padding: 6px;
    /*margin-left: calc(100% - 86px);*/
}

/* ================================================== Table Sortable */

h2.page-header {
    margin-top: 0px;
    padding-top: 0px;
    line-height: 15px;
    vertical-align: middle;
}

.sbsi-table-sortable > thead > tr > th.sortable {
    cursor: pointer;
    position: relative;
}

.sbsi-icon-group {
    display: block;
    margin-right: 30px;
    font-family: Helvetica;
}

.sbsi-icon-group-wrap .sbsi-icon-group {
    margin-left: 10px;
}

.sbsi-icon-group-wrap {
    position: relative;
}

.sbsi-processed-img {
    position: absolute;
    right: 0;
}

.configureNA {
    color: darkgrey;
    cursor: pointer;
}

.configureNA:hover {
    color: darkgrey;
    background-color: unset !important;
    cursor: unset;
}

/* ================================================== Toast */

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 30;
    left: 35%;
    bottom: 30px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

/* ================================================== Side-bar */

.side-bar {
    width: fit-content;
}

@media(max-width: 1300px) {
    .side-bar {
        display:none !important;
    }
}

.titleText {
    margin-top: 10%;
    font-size: 20px;
    font-family: Helvetica;
    font-weight: 700;
}

.modal-title {
    font-size: 20px;
    font-weight: 700;
    font-family: Helvetica;
}

.pagination-position-text {
    position: absolute;
    bottom: 0;
    margin-bottom: 20px;
}

@media(max-height: 650px) {
    .pagination-position-text {
        margin-bottom: 40px;
    }
}

.pagination-position-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 10px;
}

@media (max-height: 800px) {
    .pagination-position-buttons {
        margin-bottom: 2vh;
        margin-right: 5px;
    }
}

@media (max-height: 700px) {
    .pagination-position-buttons {
        margin-bottom: 5vh;
        margin-right: 5px;
    }
}

@media (max-height: 600px) {
    .pagination-position-buttons {
        margin-bottom: 7vh;
        margin-right: 5px;
    }
    .pagination-position-text {
        margin-bottom: 10vh;
    }
}

.control-label {
    width: 100%;
    max-width: fit-content;
    font-size: 15px;
    font-family: Helvetica;
}

.changesBlock {
    width: 90%
}

.changesBlock {
    max-height: 94vh;
    overflow: auto;
}

.changesBlock::-webkit-scrollbar {
    display: none;
}

.subTitle {
    font-size: 14px;
    color: grey;
    font-family: Helvetica;
}

.file-preview {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 150px;
    max-height: 150px;
    object-fit: contain;
}

.sbsi-left-border-radius {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px
}

.sbsi-right-border-radius {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px
}

.sbsi-scroll-recently-visited {
    /*display: flex !important;*/
    flex-flow: wrap;
}

.item-card {
    width: 25vw;
}

.fill-parent-height {
    height: -webkit-fill-available !important
}

.sbsi-recently-visited-item {
    max-width: 100%;
    width: -webkit-fill-available;
    margin-right: 25px;
}

.closed-product-images-wrap {
    width: 50px;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    height: fit-content;
}

.sibling-fade {
}

.sibling-fade > a {
    visibility: visible;
}

.sibling-fade > a { transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms; }
.sibling-fade:hover > a { opacity: 0.4; transform: scale(0.9); }
.sibling-fade > a:hover {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0ms, 0ms;
}
.sibling-fade > a:hover .hover-name-sidebar {
    opacity: 1;
    transition-delay: 0ms, 0ms;

}


/* ================================================== Dashboard overview */

/* Vertical centering, so that if height changes content is still centered */
.sbsi-overview-wrap {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.sbsi-overview-link:hover {
    cursor: pointer;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.sbsi-overview-link {
    color: black;
    text-decoration: none;
    padding-top: 1em;
    padding-bottom: 1em;
}

.sbsi-overview-card {
    background: transparent;
    border: 0;
    height: 100%;
}

.sbsi-overview-body {
    background-color: #FCE8DF;
    border-radius: 10px;
    padding: 0 11px;
}

.collapseButton {
    display: flex;
    cursor: pointer;
    width: 15px;
}

.row-content {
    flex: 1 1 auto;
    overflow-y: auto;
}

.row-content-structure {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.row-content-footer {
    font-size: 1vw;
    height: 5vh;
    color: #D62659;
    position: absolute;
    bottom: 0;
}

.closed-side-bar-list-overflow {
    max-height: 80vh;
    overflow: auto;
}

.side-bar-list-overflow {
    padding-left: 30px;
}

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

/* .sbsi-overview-body a {
    color: #fff;
    text-decoration: none;
} */
.sbsi-overview-arrow-svg {
    filter: brightness(0%);
    width: 25px;
}

.sbsi-overview-item-card:hover .hover-instruction {
    color: #D62659;
    transition: color 0.2s;
}

.sbsi-overview-item-card {
    border-bottom: 1px solid;
    border-bottom-color: #dee2e6;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.sbsi-overview-item-card:hover .hover-arrow {
    width: 60px;
    transition: width 0.2s;
}

.custom_dropzone {
    width: 300px;
    height: 200px;
    position:absolute;
    left:50%;
    top:100px;
    margin-left:-150px;
    border: 2px dashed rgba(0,0,0,.3);
    border-radius: 20px;
    font-family: Arial;
    text-align: center;
    position: relative;
    line-height: 180px;
    font-size: 20px;
    color: rgba(0,0,0,.3);
}
.sbsi-instruction-wrap-text {
    max-width: 15vw;
    word-wrap: break-word;
    overflow: unset;
}

.sbsi-instruction-product-icon {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    border-radius: 10px;
    background-color: #e4e4e4;
    object-fit: scale-down;
}

.hover-name-sidebar {
    margin-top: 20px;
    margin-left: -150px;
    word-wrap: break-word;
    width: 140px;
    position: fixed;
    opacity: 0;
    transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms;
    pointer-events: none;
}

.no-hover:hover {
    color: inherit;
}

.sbsi-overview-header {
    background-color: transparent;
    padding-left: 0;
    border: 0;
}

.sbsi-overview-icon {
    width: 40px;
    height: 40px;
    display: block;
    vertical-align: middle;
}

.sbsi-table-icon {
    width: 45px;
    height: 45px;
    vertical-align: middle;
    border-radius: 10px;
    background-color: #e4e4e4;
}

.user-table-icon {
    border-radius: 50%;
}

.icon-dropzone {
    border-radius: 10px;
    background-color: #e4e4e4;
}

.sbsi-table-icon-default {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    border-radius: 10px;
}

.sbsi-table-user-graficon {
    background-color: aqua;
    width: 40px;
    height: 40px !important;
    border-radius: 25px;
    vertical-align: middle;
}

.sbsi-avatar-body {
    background-color: transparent;
    border-radius: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.imageSize {
    width:25px;
    height:25px;
    object-fit: scale-down;
}

.lineBetweenButtons {
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: -13px
}

/* ================================================== Avatar */

.sbsi-avatar-image {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    font-family: Helvetica;
}

.sbsi-avatar-header img {
    object-fit: scale-down;
    background-color: #e4e4e4;
    border-radius: 50%;
    height: 70px;
    width: 70px;
}

.sbsi-avatar-big img {
    border-radius: 50%;
    height: 128px;
    width: 128px;
}

.sbsi-avatar-big-online {
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: #4cd137;
    border-radius: 50%;
    bottom: 0;
    right: 25px;
    border: 3px solid white;
}

.sbsi-avatar-online {
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: #4cd137;
    border-radius: 50%;
    bottom: 10px;
    right: 0;
    border: 3px solid white;
}

/* ================================================== Dropzone 5.5.1
https://github.com/dropzone/dropzone
*/

.dropzone-btn-browse {
    font-style: normal;
    position: relative;
    color: #fff;
    background-color: black !important;
    border-radius: 25px !important;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    border: 1px solid transparent;
    /* padding: 20px; */
    padding: 5px 15px 5px 15px !important;
}

.dropzone-btn-browse:hover {
    border: 1px solid #D62659 !important;
    color: #D62659 !important;
    background: white !important;
}

.dz-remove {
    font-style: normal;
    position: relative;
    color: #fff;
    background-image: linear-gradient(to right, #D62659, #E15350) !important;
    border-radius: 25px !important;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid transparent;
    padding: 2px 10px 2px 10px !important;
    margin-top: 5px;
}

.dz-remove:hover {
    border: 1px solid #D62659 !important;
    color: #D62659 !important;
    background: white !important;
    text-decoration: none !important;
    padding: 2px 10px 2px 10px !important;
}

/* Move progress bar down so it does not overlap */
.dropzone .dz-preview .dz-progress {
    top: unset !important;
    bottom: 25% !important;
}

.dropzone {
    /* border-radius: 20px; */
    /* margin-left: 50px;
    margin-right: 50px; */
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 6px;
    max-width: 500px;
    border-color: #EB634E !important;
    border-style: dashed  !important;
    text-align: center;
}

.dropzone_custom {
    padding: 6px;
    border: 2px solid #4a61bb !important;
    border-radius: 5px;
    text-align: center;
}

.file-zone-text {
    gap: 5px;
    justify-content: center;
    margin: 0px !important;
}

.upload-image {
    margin: auto;
    padding-top: 25px;
}

.logo-preview {
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    max-width: 150px;
    max-height: 150px;
}

.file-upload-label {
    color: blue;
    cursor: pointer;
    height: fit-content;
    pointer-events: initial;
}

.sbsi-no-pointer {
    pointer-events: none
}

.dropzone-btn-custom {
    font-style: normal;
    position: relative;
    color: #fff;
    background-color: black !important;
    border-radius: 10px !important;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    border: 1px solid transparent;
    /* padding: 20px; */
    padding: 5px 15px 5px 15px !important;
}
.dropzone-btn-custom:hover {
    opacity: 0.6;
}

#drop-area.highlight {
    border-color: purple;
}

.dropzone-btn-browse {
    background-color: #8997BC;
    color: white;
    display: inline-block;
    padding: 7px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-align: center;
}

.dropzone-btn-browse:hover {
    border: 0.5px solid #8A99BE;
    background: white;
    color: #8A99BE;
}

/* MAINTENANCE*/

.pd-left-text {
    padding-left: 5%;
}
.centering-text {
    margin-top: 40vh;
}
.background-gif {
    background-color: #fbfbfb;
}
