@charset "UTF-8";


:root {
    --PhoneInputInternationalIconPhone-opacity: 0.8;
    --PhoneInputInternationalIconGlobe-opacity: 0.65;
    --PhoneInputCountrySelect-marginRight: 0.35em;
    --PhoneInputCountrySelectArrow-width: 0.3em;
    --PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
    --PhoneInputCountrySelectArrow-borderWidth: 1px;
    --PhoneInputCountrySelectArrow-opacity: 0.45;
    --PhoneInputCountrySelectArrow-color: inherit;
    --PhoneInputCountrySelectArrow-transform: rotate(45deg);
    --PhoneInputCountryFlag-aspectRatio: 1.5;
    --PhoneInputCountryFlag-height: 1em;
    --PhoneInputCountryFlag-borderWidth: 1px;
    --primary-color: rgba(13, 110, 253, 1);
    --base-scale: 1;
    --error-color: #dc3545;
}

input:-webkit-autofill {
    -webkit-background-clip: text;
}

.no-pointer {
    cursor: default !important;
}

pre {
    margin-bottom: 0 !important;
}

.stroke-width-1 {
    stroke-width: 1;
}

.stroke-width-1-5 {
    stroke-width: 1.5;
}

.stroke-width-2 {
    stroke-width: 2;
}

.stroke-width-3 {
    stroke-width: 3;
}

.stroke-width-4 {
    stroke-width: 4;
}

.stroke-width-5 {
    stroke-width: 5;
}

.modal-header {
    background-color: #06c;
    color: #fff !important;
    border-top-left-radius: 0.8rem !important;
    border-top-right-radius: 0.8rem !important;
}

.modal-content {
    border-radius: 1rem !important;
}

.my-hover-lightgray:hover {
    background-color: #f3f3f3;
}

.secondary-button {
    border: 2px solid #0066CC;
    background-color: white;
    color: #0066CC;
    transform: none !important;
}

.secondary-button:hover {
    background-color: rgb(0, 102, 204, 0.1);
    color: #0066CC !important;
}


.border-white {
    border: 2px solid #ffffff !important;
}


.my-hover-lightgray-br:hover {
    background-color: #f3f3f3;
    border-radius: 10px;
}

.my-hover-chat-message-dropdown {
    padding: 0px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.my-hover-chat-message-dropdown:hover {
    border-radius: 10px;
    background-color: #cfc9c9;
    padding: 0px 10px;
    color: black !important
}


.chat-message-dropdown {
    background-color: #4a4a4a;
    position: absolute;
    top: 0%;
    right: 12%;
    border-radius: 10px;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-header .close {
    color: #fff;
}

.btn-transition:hover {
    transform: translate(0px, -2px) scale(1.05);
}

.btn-transition-115:hover {
    transform: translate(0px, -2px) scale(1.15);
}

.btn-transition {
    transition: all 0.25s ease !important;
}

.icon-primary-color:hover {
    color: #0b5ed7;

}

.icon-primary-color {
    color: #0d6efd;
}


.blur-overlay {
    backdrop-filter: blur(2px);
}

.modal.show {
    backdrop-filter: blur(2px);
}

.font-size-85 {
    font-size: 0.85rem;
}

.text-normal {
    color: #212529 !important;
    font-size: 1rem !important;
}

.text-secondary-2 {
    color: #707079
}

.fw-15 {
    font-size: 15px
}

.react-international-phone-country-selector-button {
    border: 0 !important
}

.my-form-rox-business {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    border-bottom: 2px solid lightgray;
    min-height: 30px;
    box-shadow: none !important;
}

.my-form-rox-business:focus {
    outline: none;
    box-shadow: none !important;
}

.pending-connection-btn {
    display: flex;
    align-items: center;
    border: 1px solid #c2c7cd;
    border-radius: 15px;
    background-color: #eef3f8;
    cursor: pointer;
}

.pending-connection-btn:hover {
    background-color: #8cc7e4;
}

.caps {
    text-transform: uppercase;
}

.text-left {
    text-align: left !important;
}

.whatsapp-bg {
    background-color: #00a884 !important;
}

.border-whatsapp {
    border-color: #00a884 !important;
}

.text-whatsapp {
    color: #00a884 !important;
}


.icon-whatsapp-color:hover {
    color: #25d366 !important;
}

.icon-whatsapp-color {
    color: #00a884 !important;
}

.companySelect {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.4rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.my-box-shadow {
    box-shadow: 1px 1px 5px 1px #8888;
}

.parametersTable {
    background-color: #fff;
    height: 60px;
}

.container__icon__post__header {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.container__icon__post__header span {
    font-weight: bold;
    color: #004f8d;
    text-align: center;
    padding-top: 5px;
}

.image__full__active {
    background-color: rgba(0, 0, 0, 0.5);
    width: 500px;
    height: 500px;
    position: fixed;
}

.icon__post__header {
    font-size: 32px;
    color: #004f8d;
}

.posting-btn {
    border-radius: 20px !important;
    letter-spacing: 1px;
    font-size: 1rem !important;
    border: 1px solid #a8a8a8;
    color: #5c5c5c;
    height: 40px;
    background-color: white;
}

.posting-btn:hover {
    background-color: lightgray !important;
}

.delete-post-btn {
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

.delete-post-btn:hover {
    background-color: lightgray;
}

.home-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.flex-1 {
    flex: 1;
}

/* Hide scrollbar */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.scrollable-col {
    display: flex;
    flex-direction: column;
}

.scrollable-content {
    overflow-y: scroll;
    height: 100vh; /* Adjust the height as per your needs */
}

.pe-45px {
    padding-right: 45px;
}

.full-height-container {
    height: calc(100vh - 60px) !important;
}

/* End hide scrollbar */
/*media query per home quando navbar è aperta*/
@media screen and (min-width: 992px) {
    .pl_nav {
        padding-left: 270px !important;
        padding-right: 45px !important;
        height: calc(100vh - 60px) !important;
        overflow: auto;
    }
}

@media screen and (min-width: 992px) {
    .page-main {
        padding-left: 270px;
        padding-right: 45px;
        height: 100%;
        padding-bottom: 15px;
    }
}

#overlay-nav {
    position: fixed;
    opacity: 0;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 43;
    display: none;
}

#overlay-nav.active {
    opacity: 1;
    pointer-events: all;
    display: block !important;
}

.max-lg {
    max-width: 1140px;
}

.bg-gray {
    background-color: #888888 !important;
}

table tr.in-action {
    background-color: rgb(102 102 102 / 50%) !important
}

table tr.in-action .spinner-border {
    display: block;
}

.active_filter {
    background: #ffed2e;
    color: black;
}

.modal_size {
    max-height: 95vh;
    overflow-y: scroll;
}

.modal_size::-webkit-scrollbar {
    width: 10px;
}

.modal_size::-webkit-scrollbar-track {
    background-color: darkgrey;
}

.modal_size::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    color: #00518f;
    background-color: #00518f;
}

.nowrap {
    white-space: nowrap;
}

/* login page */
.auth-page {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.auth-page-white {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff !important;
}

.landing-page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* end login page */
/* STRUCTURE */
.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

/* TABS */
h2.inactive {
    color: #cccccc;
}

h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #5fb9e6;
}

/* ANIMATIONS */
/* Simple CSS3 Fade-in-down Animation */
/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

.fadeIn.first {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.fadeIn.second {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.fadeIn.third {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.fadeIn.fourth {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
}

.text-black {
    color: #0d0d0d;
}

.PhoneInputInput {
    font-size: 13px !important;
}

.underlineHover:hover {
    color: #0d0d0d;
}

.underlineHover:hover:after {
    width: 100%;
}


.underline-hover-6:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #6f7eff !important;
    content: "";
    transition: width 0.2s;
}

.underline-hover-6:hover:after {
    width: 100%;
}

.underline-hover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #0d6efd !important;
    content: "";
    transition: width 0.2s;
}

.underline-hover:hover:after {
    width: 100%;
}


.underline-hover-white:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #fff !important;
    content: "";
    transition: width 0.2s;
}

.underline-hover-white:hover:after {
    width: 100%;
}


/* OTHERS */
input[type=checkbox]:focus {
    box-shadow: none !important;
}

*:focus {
    outline: none;
}

#icon {
    width: 60%;
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}

#cover-spin::after {
    content: "";
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}

.cursor:hover {
    cursor: pointer;
}

.container_lightspeed {
    max-width: 960px;
    margin: 0 auto;
}

.lh-condensed {
    line-height: 1.25;
}

.floatRight {
    float: right;
}

.warning-color {
    color: #664d03 !important;
}

.hidden {
    display: none;
}

.solution-body {
    border-radius: 5px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.solution-title {
    border-radius: 5px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: 0 white !important;
    margin-bottom: 0 !important;
}

.no_border {
    border: 0 white !important;
}

.no-border-bot {
    border-bottom: 0 white !important;
}

.radius_8rem {
    border-radius: 0.8rem !important;
}

.card_footer {
    padding: 0 !important;
    position: relative;
    border-top: 0 !important;
}

.footer_content {
    position: absolute;
    bottom: 1.5rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.bb-0 {
    border-bottom: 0 !important;
}

a:hover {
    cursor: pointer;
}

.image_outer_container {
    margin-top: 15px;
    border-radius: 50%;
    position: relative;
    padding-left: 20%;
    padding-right: 20%;
}

.image_inner_container {
    border-radius: 50%;
    background: linear-gradient(to bottom, #ffffff, #d3d3d3, #ffffff);
    border: 1px solid rgb(128, 128, 128);
}

.image_inner_container img {
    border-radius: 50%;
    border: 0 solid white;
}

.image_outer_container .green_icon {
    background-color: #4cd137;
    position: absolute;
    right: 30px;
    bottom: 10px;
    height: 30px;
    width: 30px;
    border: 5px solid white;
    border-radius: 50%;
}

.center_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/* TABLE COMPANIES LIST */
.cellTableParameters span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.cellTableParameters span svg {
    cursor: pointer;
}

.icon_membership:hover {
    color: #ffa707 !important;
}


#registration .PhoneInput {
    /* This is done to stretch the contents of this component. */
    display: flex;
    align-items: center;
    background-color: #f6f6f6;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 5px auto;
    width: 85%;
    border: 2px solid #f6f6f6;
    border-radius: 5px 5px 5px 5px;
}

.PhoneInputInput {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.4rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bg-login-inputs {
    background-color: rgb(231, 239, 253) !important;
}

.login-card-inputs {
    background-color: rgb(231, 239, 253) !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    width: 100%;
    border: 0;
    color: #424242 !important;
}

#clientModal .PhoneInput {
    /* This is done to stretch the contents of this component. */
    display: flex;
    align-items: center;
    background-color: white;
    color: #495057;
    padding: 5px 10px;
    text-align: left;
    text-decoration: none;
    font-size: 1rem;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 0.4rem;
}

#clientModal .PhoneInputInput {
    flex: 1;
    min-width: 0;
    background-color: #ffffff;
    border: none;
    color: #495057;
    text-align: left;
    text-decoration: none;
    font-size: 1rem;
}

.PhoneInputCountryIcon {
    width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
    height: var(--PhoneInputCountryFlag-height);
    color: #595959 !important
}

.PhoneInputCountryIcon--square {
    width: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--border {
    /* Removed `background-color` because when an `<img/>` was still loading
      it would show a dark gray rectangle. */
    /* For some reason the `<img/>` is not stretched to 100% width and height
      and sometime there can be seen white pixels of the background at top and bottom. */
    background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
    /* Border is added via `box-shadow` because `border` interferes with `width`/`height`. */
    /* For some reason the `<img/>` is not stretched to 100% width and height
      and sometime there can be seen white pixels of the background at top and bottom,
      so an additional "inset" border is added. */
    box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}

.PhoneInputCountryIconImg {
    /* Fixes weird vertical space above the flag icon. */
    /* https://gitlab.com/catamphetamine/react-phone-number-input/-/issues/7#note_348586559 */
    display: block;
    /* 3rd party <SVG/> flag icons won't stretch if they have `width` and `height`.
      Also, if an <SVG/> icon's aspect ratio was different, it wouldn't fit too. */
    width: 100%;
    height: 100%;
}

.PhoneInputInternationalIconPhone {
    opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

.PhoneInputInternationalIconGlobe {
    opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

/* Styling native country `<select/>`. */
.PhoneInputCountry {
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    margin-right: var(--PhoneInputCountrySelect-marginRight);
    padding-right: 5px;
    padding-left: 5px;
}

.PhoneInputCountrySelect {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    border: 0;
    opacity: 0;
    cursor: pointer;
    color: #595959 !important;
}

.PhoneInputCountrySelect[disabled] {
    cursor: default;
}

.PhoneInputCountrySelectArrow {
    display: block;
    content: "";
    width: var(--PhoneInputCountrySelectArrow-width);
    height: var(--PhoneInputCountrySelectArrow-width);
    margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
    border-style: solid;
    border-color: var(--PhoneInputCountrySelectArrow-color);
    border-top-width: 0;
    border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
    border-left-width: 0;
    border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
    transform: var(--PhoneInputCountrySelectArrow-transform);
    opacity: var(--PhoneInputCountrySelectArrow-opacity);
}

.PhoneInputCountrySelect:focus,
+ .PhoneInputCountryIcon,
+ .PhoneInputCountrySelectArrow {
    opacity: 1;
    color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
    box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}

.PhoneInputCountrySelect:focus,
+ .PhoneInputCountryIcon,
.PhoneInputInternationalIconGlobe {
    opacity: 1;
    color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.form-control.error {
    border-color: red;
}

.text-red {
    color: red;
}

.text-warning-2 {
    color: #ffa907
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: none;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}

/* react-confirm-alert custom css */
.react-confirm-alert-overlay {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.react-confirm-alert-body > h1 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.react-confirm-alert-button-group {
    justify-content: flex-end !important;
}

/* end react-confirm-alert custom css */
/* post */
#post_list {
    overflow-y: scroll;
}

.btnShowTable {
    display: none;
}

@media screen and (min-width: 1010px) {
    .showTempGenerator {
        display: block !important;
    }
}

@media screen and (max-width: 1009px) {
    .btnShowTable {
        display: flex;
        justify-content: center;
    }

    .table-view-mobile {
        margin-bottom: 0 !important;
        width: 100%;
        overflow-x: auto;
    }
}

@media screen and (max-width: 1200px) {
    .justify-content-table {
        display: flex;
        justify-content: end;
    }
}

@media screen and (min-width: 1251px) {
    .justify-content-table {
        display: flex;
        justify-content: center;
    }
}

.messageBg {
    background-color: #f6f6f6 !important;
}

.obj-cover {
    object-fit: cover
}

.img-border {
    border: 1px solid #0058db
}

.avatar {
    border-radius: 50%;
    background: #f6f6f6;
}

.avatar.avatar-m-size {
    width: 60px;
    height: 60px;
}

.avatar.avatar-sm-size {
    width: 50px;
    height: 50px;
}

.avatar.avatar-s-size {
    width: 40px;
    height: 40px;
}

.avatar.avatar-xs-size {
    width: 28px;
    height: 28px;
}

.avatar.avatar-ml-size {
    width: 80px;
    height: 80px;
    background-color: #0d6efd;
    border: solid 1px #007bff;
}

.avatar.avatar-l-size {
    width: 140px;
    height: 140px;
}

/* end post */
/* side user list for message */
.chat-style {
    background-color: white !important;
    box-shadow: 0 0 2px #888888 !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: fixed !important;
    width: 300px !important;
    z-index: 1000;
    right: 0;
    bottom: 0;
}

.opened-chat-number-notification {
    position: absolute;
    top: -7px;
    left: -6px;
    border-radius: 100%;
    background-color: orange;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.compressed-chat-style {
    background-color: white !important;
    box-shadow: 0 0 2px #888888 !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: fixed !important;
    width: 55px !important;
    z-index: 1000;
    right: 0;
    bottom: 0;
}

.container-user-chats {
    z-index: 100;
    position: absolute;
    left: 0; /* Start at the left of id={"expandable-chat"} */
    width: calc(100% - 300px); /* Full width minus 300px */
}

#rox-chats-cards-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Align items at the end */
}

.color-primary {
    color: #0d6efd;
}

@media screen and (max-width: 1390px) {
    #user_list {
        display: none;
    }
}

.post-details-holder {
    border: 0;
    background-color: transparent;
}

.post-details-holder:hover {
    background-color: #d0e9ff !important;
    color: #0a58ca;
}

/* end side user list for message */
/* circle menu */
@keyframes pulse-effect {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #004f8d;
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(223, 3, 1, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(223, 3, 1, 0);
    }
}

/* custom modal */
.custom-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: block;
    overflow: hidden;
    outline: 0;
}

.custom-modal .overlay {
    position: fixed;
    opacity: 1;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: -100;
}

.custom-modal .loading-clock-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.custom-modal .modal-dialog {
    max-width: 700px;
}

/* end custom modal */
.img-preview {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.input-group-recharge {
    font-size: 25px;
}

.recharge-container {
    margin-left: auto;
    margin-right: auto;
    width: 40em;
}

.recharge-input {
    padding: 6px !important;
    margin-left: 10px;
}

.button-recharge {
    width: 450px;
    margin: auto;
}

.contract_close {
    margin-left: 0;
    margin-right: auto;
}

.contract_accept {
    margin-left: auto;
    margin-right: 0;
    border: none;
    border-radius: 10px;
    padding: 12px 18px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    background-color: #0467b5;
    box-shadow: 0 0 4px #999;
    outline: none;
}

.border-1-gray {
    border: solid 1px #cdcdcd;
}

.slide-transition {
    transition: transform 0.3s ease;
}

.box-shadow {
    box-shadow: rgba(94, 94, 94, 0.4) 0 10px 30px 0;
}

.solutions-box-shadow {
    box-shadow: 4px 4px 8px #888888;
}

@media screen and (min-width: 500px) and (max-width: 600px) {
    .card-width {
        width: 80% !important;
    }
}

@media screen and (min-width: 601px) and (max-width: 766px) {
    .card-width {
        width: 65% !important;
    }
}

@media screen and (min-width: 1500px) {
    .card-width {
        width: 380px !important;
    }
}

.card-width {
    margin: auto;
    justify-content: center;
    display: flex;
}

.reseller-title {
    color: white;
    background-color: #0d6efd !important;
}

hr {
    margin: 1rem 0 !important;
}

.scroll-btn {
    position: absolute;
    bottom: 20px;
    right: 25px;
    background-color: #ffffff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
    box-shadow: #888888 0 0 1px 1px;
}

.stop_scrolling {
    height: 100%;
    overflow: hidden;
}

/* CSS IMAGE_MODAL.JS */
.container__imageModal {
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.icon__times__imageModal {
    color: #fff;
    position: absolute;
    font-size: 50px;
    right: 50px;
    top: 30px;
    cursor: pointer;
}

.image__imageModal {
    object-fit: contain;
    max-width: 100%;
    display: flex;
}

.button__images__modal {
    border-radius: 25px;
    border: 1px solid lightgray;
    display: flex;
    height: fit-content;
    padding: 5px 20px;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.button__images__modal:hover {
    background-color: rgba(13, 13, 13, 0.1490196078);
}

/* CSS POST_CARD_COMPONENT.JS*/
.container__image__postCardComponent {
    overflow: hidden;
    cursor: pointer;
}

.img__postCardComponent {
    height: 150px;
}

/* CSS RECHARGE_COMPONENT.JS */
.card__transactions__rechargeComponent {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: rgba(94, 94, 94, 0.4) 0 10px 30px 0;
    height: 350px;
}

.padding-two {
    padding: .1rem !important;
}

.custom-input {
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
}

.bg-hover-light-blue:hover {
    background-color: #d0e9ff !important;
    border-radius: 5px;
}

.my-card {
    background-color: white !important;
    box-shadow: 0 0 10px 1px #88888885 !important;
    border-top: #0d6efd 2px solid !important;
    position: relative !important;
}

.my-shadow {
    box-shadow: 0 1px 12px 1px #9798a285 !important
}


.my-card-no-border {
    background-color: white !important;
    box-shadow: 0 0 10px 1px #88888885 !important;
    position: relative !important;
}

.whatsapp-sales-card-shadow {
    box-shadow: 0 0 12px 0 #004f2a !important;
}

.my-card-no-border-no-shadow {
    background-color: white !important;
    position: relative !important;
}

.no-shadow {
    box-shadow: 0 0 0 0 !important;
}

.color-black {
    color: #212529 !important;
}

.card-title {
    border-radius: 5px 5px 0 0;
    color: #fff;
}

.my-transactions-table {
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 1rem;
    border-radius: 5px 5px 0 0;
    box-shadow: rgba(94, 94, 94, 0.4) 0 10px 30px 0;
}

.modal-left-button {
    position: absolute;
    left: 25px;
}

.add-cv {
    background-color: #ffed2e !important;
    color: black !important;
}

.radius_15 {
    border-radius: 15px;
}

.add-cv:hover {
    background-color: #ffc107 !important;
    color: black !important;
}

.job-image {
    width: 80px;
    height: 60px;
}

.headerModal {
    width: 98% !important;
    border: 1px solid #a3a9af !important;
    margin: 5px !important;
    text-align: left !important;
}

.my_company_form {
    box-shadow: 0 0 2px #888888;
    border-radius: 5px !important;
    margin: auto;
}

.headerTitle {
    font-size: large;
    font-weight: 500;
    border: solid 1px #999ea4;
    padding: 10px;
    border-radius: 5px;
    background-color: white;
    text-transform: uppercase;
}

.user-select-none {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.user-select-all {
    user-select: all !important;
}

.user-select-text {
    user-select: text !important;
}

.form-control {
    font-size: 13px !important;
}

.poppins {
    font-family: "Poppins", sans-serif !important;
}

.medium-font {
    font-size: medium;
}

.disabled-parameter {
    pointer-events: none !important;
}

/* Button sidebar LightSpeed rules */
.inputFileButton {
    background: #007bff;
    border: 3px solid #007bff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
    color: #ffffff;
    cursor: pointer;
    font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
    font-weight: 500;
    line-height: 16px;
    min-height: 40px;
    padding: 10px 0;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    outline: none;
    min-width: 110px;
}

.inputFileButton:hover,
.inputFileButton:active {
    background-color: initial;
    background-position: 0 0;
    color: #007bff;
    border: 3px solid #007bff;
    outline: none;
}

.dynamicTableFooter {
    padding-bottom: 18px !important;
    padding-top: 10px !important;
    margin-bottom: 0 !important;
}

.dynamicTable {
    box-shadow: 0 0 4px #888888 !important;
    border-radius: 5px;
}

/*Lightspeed clients page */
.ind-mod-header {
    background-color: #0d6efd;
    color: #fff;
}

.wp-mod-header {
    background-color: #00a884;
    color: #fff;
}

.selectModalBtn {
    width: 100%;
    height: 80px;
    border-radius: 2px;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
}

.selectModalBtn:hover {
    background-color: #c0c0c0 !important;
}

.select-payment-link {
    background-color: #e0e0e0 !important;
}

.select-payment-link:hover {
    background-color: #c0c0c0 !important;
}

.selectable-icon:hover {
    background-color: #c0c0c0 !important;
}

/* End Lightspeed Clients */
.my-border-top {
    border-top: 4px solid #0d6efd !important;
}

.btn-my-shadow {
    box-shadow: 0 0 2px #888888;
}

.assistance-card-shadow {
    box-shadow: 0 0 4px #888888;
}

.img-assistance-profile-container {
    position: relative;
    width: 80px !important;
    border-radius: 50%;
    background: #ffffff;
    padding: 5px;
    height: 80px;
    border: 4px solid #dee2e6;
}

.assistance-img {
    border-radius: 50%;
    border: solid 1px #cdcdcd;
}

.assistance-card {
    position: relative;
    background-size: cover;
    border-radius: 5px 5px 0 0;
    border-bottom: 4px solid #dee2e6;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.my-font-size {
    font-size: 1.2rem !important;
}

.font-small {
    font-size: small !important;
}

.testing {
    height: 200px;
}

.holder-circle-27 {
    height: 27px;
    width: 27px;
    border-radius: 50%;
    color: #212529;
}

.holder-circle-27:hover {
    background-color: #d0e9ff;
}

.dropdown-toggle::after {
    display: none !important;
}

.navbar-company-parameter-link {
    position: relative;
    top: 0;
}

.navbar-company-parameter-link:hover {
    background-color: #dee2e6;
}


.form-group {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
}

.form-group:focus {
    border-bottom: 2px solid #0d6efd;
    padding: 10px 0;
}

.bg-hover-gray:hover {
    background-color: darkgray !important;
}

.bg-hover-lightgray:hover {
    background-color: #d0d0d0 !important;
}

.hover-shadow:hover {
    box-shadow: 0 1px 6px #888888;
}

.bg-lightgray {
    background-color: #e9ecef !important;
}

.bg-light-gray {
    background-color: #ced4da !important;
}

.bg-light-blue {
    background-color: #d4eeff !important;
}

.bg-light-blue-2 {
    background-color: #e0f4ff !important;
}

.text-primary-light {
    color: #3587ff !important;
}

.border-top-primary {
    border-top: #0d6efd 2px solid !important;
}

.border-top-whatsapp {
    border-top: #00a884 2px solid !important;
}

.bg-hover-light-green:hover {
    background-color: #7be7a9 !important;
}


.bg-hover-lightblue:hover {
    background-color: #a7d8ff !important;
}

.bg-hover-light-red:hover {
    background-color: #ff9494 !important;
}

.bg-hover-light-gray:hover {
    background-color: #fff1c9 !important;
}

.border-lightgray {
    border: 1px solid lightgray !important;
}

.copyBtn {
    background-color: #f3f2ef;
}

.copyBtn:hover {
    background-color: #fff1c9 !important;
}

.bg-alt table tbody tr:last-child td {
    border-bottom-color: #e4e7ea !important;
}

@media screen and (min-width: 1201px) {
    .bg-alt table tbody tr:nth-child(odd) {
        background-color: #fff;
    }

    .bg-alt table tbody tr:nth-child(even) {
        background-color: #f2f2f2;
    }
}

.jim-table-responsive table thead tr th {
    background-color: #06c;
    color: white
}


@media screen and (max-width: 1200px) {
    /* hide table headings */
    .jim-table-responsive table thead {
        display: none;
    }

    /* treat rows like divs */
    .jim-table-responsive table tr {
        display: block;
        border-top: 2px solid lightgray;
    }

    /* treat columns like divs */
    .jim-table-responsive table td {
        display: block;
        text-align: right; /* text to right */
        padding: 5px 20px;
    }

    .jim-table-responsive table td > * {
        display: inline-flex;
        justify-content: flex-end;
    }

    /* this part is ugly, but necessary to show label on left */
    .jim-table-responsive table td:before {
        content: attr(data-label);
        float: left; /* labe  l to left */
        font-weight: 700;
    }

    .jim-table-responsive table td:nth-child(odd) {
        background-color: #fff;
    }

    .jim-table-responsive table td:nth-child(even) {
        background-color: #f2f2f2;
    }

}

.input-container input {
    box-sizing: border-box;
    outline: 0;
    padding: 0.75rem;
    position: relative;
    width: 100%;
}

.border-bottom-black {
    border-bottom: 1px solid black !important;
}

.my-form-text {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    transition: min-height 0.7s;
    min-height: 40px;
    box-shadow: none !important;
}

input[type=date]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.border-1 {
    border: 1px solid #cecece;
}

.reload-btn:hover {
    background-color: #fff1c9 !important;
}

.inactive-bg:hover {
    background-color: #fff1c9 !important;
}

.active-bg:hover {
    background-color: #d1ffd0 !important;
}

div[title="Incorpora"] {
    display: none !important;
}

.bg-tr-table {
    background-color: #06c;
}

.disabled-button {
    pointer-events: none;
    opacity: 0.4;
}

.my-doc-p-color {
    color: #4f566b;
}

.my-form-typeahead {
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    border-bottom: 2px solid lightgray !important;
    transition: height 0.7s !important;
    height: 30px;
    box-shadow: none !important;
}

.border-left-20 {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.border-right-20 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.my-form-lightspeed {
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    height: 30px;
    box-shadow: none !important;
}

.border-bottom-lightgray {
    border-bottom: 2px solid lightgray !important;
}

.border-bottom-green {
    border-bottom: 2px solid #198754 !important;
}

.label-green-color {
    color: #198754 !important;
}

.border-bottom-red {
    border-bottom: 2px solid #d30000 !important;
}

.label-red-color {
    color: #d30000 !important;
}

.label-color {
    color: #0d6efd !important;
}

.post-button {
    border-radius: 5px !important;
    background-color: #2196F3 !important;
    padding: 4px !important;
    color: white;
    box-shadow: none;
    height: 30px;
    width: 70%;
    margin-top: 3px;
}

.post-button:hover {
    margin-top: 0px !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transition: margin-top .3s;
}

.border-bottom-blue {
    border-bottom: 2px solid #2196F3 !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.ecommerce-image-carousel {
    filter: none;
    transition: filter 0.3s ease-in-out;
}

.ecommerce-image-carousel:hover {
    filter: brightness(50%) opacity(0.9);
}

.ecommerce-carousel-left-button {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    background-color: black;
    position: absolute;
    z-index: 1;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.ecommerce-carousel-right-button {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    background-color: black;
    position: absolute;
    z-index: 1;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.my-connected-email {
    background-color: transparent !important;
    padding: 15px !important;
    border-bottom: 2px solid rgb(128, 128, 128);
    border-right: 0;
    border-left: 0;
    border-top: 0;
    height: 30px;
    box-shadow: none !important;
}

.hover-underline-animation::after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #0087ca;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}


.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #0087ca;
}


.white-hover-underline-animation::after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: white;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.white-hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}


.white-hover-underline-animation {
    display: inline-block;
    position: relative;
    color: white;
}


a.disabled {
    pointer-events: none;
    cursor: default;
}

.denied_template {
    background-color: red;
    width: 15px;
    height: 15px;
    border-radius: 50px;
}

.red-text {
    color: #b60000 !important;
    border-color: #b60000 !important;
}

.red-text:hover {
    color: red !important;
}

.non-verified {
    background-color: #ffc107;
    width: 15px;
    height: 15px;
    border-radius: 50px;
}

.validation_template {
    background-color: #ffc107;
    width: 15px;
    height: 15px;
    border-radius: 50px;
}

.unsubmitted_template {
    background-color: #8a8a8a;
    width: 15px;
    height: 15px;
    border-radius: 50px;
}

.valid_template {
    background-color: #00a200;
    width: 15px;
    height: 15px;
    border-radius: 50px;
}

.green-btn {
    background-color: #019401 !important;
    border-color: #019401 !important;
    color: white !important;
}

.green-btn:hover {
    background-color: #21c901 !important;
    color: white !important;
}

.green-text {
    color: #019401 !important;
    border-color: #019401 !important;
}

.green-text:hover {
    color: #21c901 !important;
}

.full-screen {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 50;
    overflow-y: scroll;
    overflow-x: hidden;
}

.landing-requests-header {
    /*top: 0;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*position: fixed;*/
    width: 100%;
    overflow: hidden;
    text-align: center;
    height: 10vh;
    z-index: 9999;

    display: flex;
    align-items: center;
}

.landing-requests-body-container {
    height: 90vh;
    background-position: center;
    background-size: cover;

    position: fixed;
    overflow: scroll;
    width: 100vw;
}

.full-screen-card-form-landing {
    max-height: 90vh;
    height: 90vh;
    right: 5px;
    position: fixed;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #333;
    color: white;
    text-align: center;
    line-height: 60px;
    z-index: 9999; /* Ensure it's above other elements */
}

.pointer {
    cursor: pointer !important;
}

.card-padding {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.parent-hide-scroll {
    width: 100%;
    height: 100%;
    overflow: visible !important;
}

.child-scroll {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    box-sizing: content-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bg-hover-lightblue:hover + .hover-blue {
    color: #0a58ca !important;
}

.hover-clear-blue:hover {
    color: #0066ff !important;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield !important;
    background-color: white !important;
}

input[type=date] {
    -moz-appearance: textfield !important;
    background-color: white !important;
}

.no-scrollbar {
    overflow: auto !important;
    -ms-overflow-style: none !important; /* IE 11 */
    /*scrollbar-width: none !important; !* Firefox 64 *!*/
}

.raise-up {
    transition: margin-bottom 0.8s;
}

.raise-up:hover {
    margin-bottom: 15px;
}

.filter-clients-subcards {
    background-color: #0d6efd1a;
    border-radius: 10px;
    box-shadow: 1px 2px 5px rgb(128, 128, 128);
}

input::-webkit-calendar-picker-indicator {
    cursor: pointer !important;
}

.disabled-style {
    background-color: #e9ecef !important;
}

.transform-height {
    transition: height 0.25s ease-in-out;
}

.transform-height-10 {
    transition: height 1s ease-in-out;
}

.transform-height-09 {
    transition: height 0.9s ease-in-out;
}

.transform-height-089 {
    transition: height 0.89s ease-in-out;
}

.transform-height-088 {
    transition: height 0.88s ease-in-out;
}

.transform-height-087 {
    transition: height 0.87s ease-in-out;
}

.transform-height-086 {
    transition: height 0.86s ease-in-out;
}

.transform-height-085 {
    transition: height 0.85s ease-in-out;
}

.transform-height-084 {
    transition: height 0.84s ease-in-out;
}

.transform-height-083 {
    transition: height 0.83s ease-in-out;
}

.transform-height-082 {
    transition: height 0.82s ease-in-out;
}

.transform-height-081 {
    transition: height 0.81s ease-in-out;
}

.transform-height-08 {
    transition: height 0.8s ease-in-out;
}

.transform-height-079 {
    transition: height 0.79s ease-in-out;
}

.transform-height-078 {
    transition: height 0.78s ease-in-out;
}

.transform-height-077 {
    transition: height 0.77s ease-in-out;
}

.transform-height-076 {
    transition: height 0.76s ease-in-out;
}

.transform-height-075 {
    transition: height 0.75s ease-in-out;
}

.transform-height-074 {
    transition: height 0.74s ease-in-out;
}

.transform-height-073 {
    transition: height 0.73s ease-in-out;
}

.transform-height-072 {
    transition: height 0.72s ease-in-out;
}

.transform-height-071 {
    transition: height 0.71s ease-in-out;
}

.transform-height-07 {
    transition: height 0.7s ease-in-out;
}

.transform-height-069 {
    transition: height 0.69s ease-in-out;
}

.transform-height-068 {
    transition: height 0.68s ease-in-out;
}

.transform-height-067 {
    transition: height 0.67s ease-in-out;
}

.transform-height-066 {
    transition: height 0.66s ease-in-out;
}

.transform-height-065 {
    transition: height 0.65s ease-in-out;
}

.transform-height-064 {
    transition: height 0.64s ease-in-out;
}

.transform-height-063 {
    transition: height 0.63s ease-in-out;
}

.transform-height-062 {
    transition: height 0.62s ease-in-out;
}

.transform-height-061 {
    transition: height 0.61s ease-in-out;
}

.transform-height-06 {
    transition: height 0.6s ease-in-out;
}

.transform-height-059 {
    transition: height 0.59s ease-in-out;
}

.transform-height-058 {
    transition: height 0.58s ease-in-out;
}

.transform-height-057 {
    transition: height 0.57s ease-in-out;
}

.transform-height-056 {
    transition: height 0.56s ease-in-out;
}

.transform-height-055 {
    transition: height 0.55s ease-in-out;
}

.transform-height-054 {
    transition: height 0.54s ease-in-out;
}

.transform-height-053 {
    transition: height 0.53s ease-in-out;
}

.transform-height-052 {
    transition: height 0.52s ease-in-out;
}

.transform-height-051 {
    transition: height 0.51s ease-in-out;
}

.transform-height-05 {
    transition: height 0.5s ease-in-out;
}

.transform-height-049 {
    transition: height 0.49s ease-in-out;
}

.transform-height-048 {
    transition: height 0.48s ease-in-out;
}

.transform-height-047 {
    transition: height 0.47s ease-in-out;
}

.transform-height-046 {
    transition: height 0.46s ease-in-out;
}

.transform-height-045 {
    transition: height 0.45s ease-in-out;
}

.transform-height-044 {
    transition: height 0.44s ease-in-out;
}

.transform-height-043 {
    transition: height 0.43s ease-in-out;
}

.transform-height-042 {
    transition: height 0.42s ease-in-out;
}

.transform-height-041 {
    transition: height 0.41s ease-in-out;
}

.transform-height-04 {
    transition: height 0.4s ease-in-out;
}

.transform-height-039 {
    transition: height 0.39s ease-in-out;
}

.transform-height-038 {
    transition: height 0.38s ease-in-out;
}

.transform-height-037 {
    transition: height 0.37s ease-in-out;
}

.transform-height-036 {
    transition: height 0.36s ease-in-out;
}

.transform-height-035 {
    transition: height 0.35s ease-in-out;
}

.transform-height-034 {
    transition: height 0.34s ease-in-out;
}

.transform-height-033 {
    transition: height 0.33s ease-in-out;
}

.transform-height-032 {
    transition: height 0.32s ease-in-out;
}

.transform-height-031 {
    transition: height 0.31s ease-in-out;
}

.transform-height-03 {
    transition: height 0.3s ease-in-out;
}

.transform-height-029 {
    transition: height 0.29s ease-in-out;
}

.transform-height-028 {
    transition: height 0.28s ease-in-out;
}

.transform-height-027 {
    transition: height 0.27s ease-in-out;
}

.transform-height-026 {
    transition: height 0.26s ease-in-out;
}

.transform-height-025 {
    transition: height 0.25s ease-in-out;
}

.transform-height-024 {
    transition: height 0.24s ease-in-out;
}

.transform-height-023 {
    transition: height 0.23s ease-in-out;
}

.transform-height-022 {
    transition: height 0.22s ease-in-out;
}

.transform-height-021 {
    transition: height 0.21s ease-in-out;
}

.transform-height-02 {
    transition: height 0.2s ease-in-out;
}

.transform-height-019 {
    transition: height 0.19s ease-in-out;
}

.transform-height-018 {
    transition: height 0.18s ease-in-out;
}

.transform-height-017 {
    transition: height 0.17s ease-in-out;
}

.transform-height-016 {
    transition: height 0.16s ease-in-out;
}

.transform-height-015 {
    transition: height 0.15s ease-in-out;
}

.transform-height-014 {
    transition: height 0.14s ease-in-out;
}

.transform-height-013 {
    transition: height 0.13s ease-in-out;
}

.transform-height-012 {
    transition: height 0.12s ease-in-out;
}

.transform-height-011 {
    transition: height 0.11s ease-in-out;
}

.transform-height-01 {
    transition: height 0.1s ease-in-out;
}

.transform-height-009 {
    transition: height 0.09s ease-in-out;
}

.transform-height-008 {
    transition: height 0.08s ease-in-out;
}

.transform-height-007 {
    transition: height 0.07s ease-in-out;
}

.transform-height-006 {
    transition: height 0.06s ease-in-out;
}

.transform-height-005 {
    transition: height 0.05s ease-in-out;
}

.hover-bg-stripo:hover {
    background-color: rgba(112, 204, 105, 0.74) !important;
}

.hover-bg-beefree:hover {
    background-color: #a39cff !important;
}

.hover-bg-unlayer:hover {
    background-color: rgba(94, 158, 255, 0.53) !important;
}

.link-color {
    color: #004ec5;
}

.link-color:hover {
    color: #0087ca;
}

.primary-pill {
    background-color: rgb(165, 194, 255);
    border: 1px solid rgb(0, 97, 194);
    color: #003380;
    font-size: 0.8rem;
    display: inline-block;
}

.secondary-pill {
    background-color: rgb(189, 189, 189);
    border: 1px solid rgb(115, 113, 113);
    color: rgb(43, 43, 43);
    font-size: 0.8rem;
    display: inline-block;
}

.default-pill {
    background-color: rgb(189, 189, 189);
    border: 1px solid rgb(115, 113, 113);
    color: rgb(43, 43, 43);
    font-size: 0.8rem;
    display: inline-block;
}

.success-pill {
    background-color: rgb(167 255 165);
    border: 1px solid rgb(23, 194, 0);
    color: green;
    font-size: 0.8rem;
    display: inline-block;
}

.warning-pill {
    background-color: rgb(255 235 169);
    border: 1px solid rgb(255, 184, 51);
    color: rgb(173 97 2);
    font-size: 0.8rem;
    display: inline-block;
}

.danger-pill {
    background-color: #FFC7C7;
    border: 1px solid #e53333;
    color: #B70000;
    font-size: 0.8rem;
    display: inline-block;
}

.color-green {
    color: green
}

.color-red {
    color: red
}

.btn-chat-send {
    background-color: transparent;
    transition: background-color .2s;
}

.btn-chat-send:hover {
    background-color: #dedddd;
}

.user-chat-card {
    border-radius: 10px 10px 0 0;
    z-index: 100;
    background-color: white;
    box-shadow: 0 0 2px #888888 !important;
}

.user-chat-emoji-container {
    transition: height 0.4s;
    position: absolute;
    width: 300px;
    overflow-y: scroll;
    border-radius: 5px 5px 0 0;
    background-color: white;
    left: 0;
    bottom: 319%;
    height: 0;
}

.user-chat-emoji-container-mobile {
    height: 0;
    transition: height .5s;
    position: absolute;
    width: 300px;
    overflow: scroll;
    border-radius: 5px;
    background-color: white;
    left: -0%;
    bottom: 340%;
}


.nav-sub-border {
    border-left: 1px solid #009bff !important
}

.min-height-30 {
    min-height: 30px;
}

.min-height-36 {
    min-height: 36px;
}

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


@media screen and (max-width: 1200px) {
    .responsive-text-align {
        text-align: end;
    }
}

@media screen and (max-width: 992px) {
    .responsive-colored-box {
        position: relative;
    }
}


@media screen and (max-width: 992px) {
    .responsive-colored-box-div {
        display: flex;
        justify-content: center;
        position: absolute;
        right: 0;
        margin-right: 8px;
    }
}

@media screen and (min-width: 1200px) {
    .responsive-response-message {
        align-items: center !important;
    }
}

@media screen and (max-width: 1200px) {
    .align-display-responsive {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 992px) {
    .align-responsive {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .align-items-responsive {
        align-items: start !important;
    }
}

.text-underline {
    text-decoration: underline !important;
}

@media screen and (max-width: 1200px) {
    .display-dynamic {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .display-dynamic {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .display-dynamic-v2 {
        display: none !important;
    }
}

@media screen and (max-width: 1200px) {
    .align-responsive-table {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .align-responsive-table {
        text-align: center;
        vertical-align: middle;
    }
}

.orange {
    color: #ffc107 !important
}

.hover-orange:hover {
    color: #ffc107 !important
}

.hover-blue:hover {
    color: #0a58ca !important;
}

.hover-red:hover {
    color: #ca0a0a !important;
}

.fade-in {
    animation: fadeIn 1s forwards;
}

.fade-out {
    animation: fadeOut 1s forwards;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@media screen and (min-width: 1251px) {
    .center-td-responsive {
        text-align: center !important;
        vertical-align: middle !important;
        margin: auto !important;
    }
}

@media screen and (min-width: 768px) {
    .filter-height-responsive {
        height: 500px !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .filter-height-responsive {
        height: 870px !important;
    }
}

@media screen and (max-width: 575px) {
    .filter-height-responsive {
        height: 960px !important;
    }
}

@media screen and (min-width: 993px) {
    .cards-variable-menu {
        overflow: hidden;
        background: #e9ecef;
        height: calc(100vh - 150px);
    }
}

.variables-card {
    border-radius: 15px;
    box-shadow: 0 0 2px #888888;
    background: #fff;
}

@media screen and (max-width: 992px) {
    .cards-variable-menu {
        overflow: hidden;
        background: #e9ecef;
    }
}

.variable-option {
    background: #f3f2ef;
    color: darkgrey;
    border: 1px solid lightgrey;
    border-radius: 5px;
    max-width: 320px;
    height: 50px;
    margin-bottom: 30px;
    padding: 10px;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
    margin-left: auto;
    margin-right: auto;
}

.header-menu {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.selected-ecommerce-type {
    background-color: #0088ff !important;
    color: #ffffff !important;
}

@media screen and (min-width: 993px) {
    .overflow-variables {
        overflow-y: auto;
        overflow-x: hidden;
        height: 600px;
    }
}

@media screen and (max-width: 992px) {
    .overflow-variables {
        overflow-y: auto;
        height: 200px;
        overflow-x: hidden;
    }
}

.bg-selected-variable-card {
    background: #e3f9ff;
    border: 1px solid blue;
}

.info-request-hidden-inputs {
    height: 0;
    transition: height 1s;
}

.format-text-inline {
    overflow: hidden;
    white-space: pre-wrap;
    word-break: break-all;
}

.format-text-area {
    overflow: auto;
    max-height: 10rem;
    resize: vertical;
}

.investor-dashboard-border {
    border-width: 1px;
    border-style: solid;
    border-color: #8a8fa2;
    border-radius: 3px;
}

.transparent-button {
    background-color: transparent !important;
    border: none !important;
    color: #8a8fa2 !important;
}

.transparent-button:hover .icon-dark-on-hover {
    filter: brightness(50%);
}

.transparent-btn {
    background-color: transparent;
    border: none;
}

.communication-class:hover {
    background-color: #f3f2ef;
    cursor: pointer;
}

.hide-button {
    display: none !important;
}

@media screen and (max-width: 1199px) {
    .hide-button {
        display: block !important;
    }
}

.communication-class:hover .hide-button {
    display: block !important;
}

.communication-top-border {
    border-top-width: 1px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-style: solid;
    border-color: #8a8fa2;
}

.communication-bottom-border {
    border-top-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-right-width: 0;
    border-style: solid;
    border-color: #dbdbdb;
}

@media screen and (max-width: 1199px) {
    .communication-custom-width {
        width: 85% !important;
    }
}

@media screen and (max-width: 575px) {
    .communication-custom-flex-column {
        display: flex !important;
        flex-direction: column !important;
    }
}

.communication-max-height {
    max-height: 600px;
}

.selected-button-effect {
    outline-offset: 3px;
    filter: brightness(150%);
}

.modal-header-white {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.hover-button-effect:is(:hover, :focus) {
    outline-offset: 3px;
    filter: brightness(125%);
}

.progress-line {
    position: relative;
    top: -4px;
    transition: background-color 5s ease-in-out;
}

.custom-disabled-button {
    opacity: 1 !important;
}

.icon-hover-style:hover {
    filter: brightness(40%);
}

.pulse {
    --shadow-color: rgba(0, 0, 0, 0.2);
    animation: pulse-animation 2s infinite;
}

.btn-primary-4 {
    background-color: #06c;
    color: white;
    border-radius: 8px;
    border: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    padding: 12px;
}

.btn-primary-4:disabled {
    pointer-events: none;
    opacity: 0.65; /* Default Bootstrap opacity */
}

.btn-primary-4:hover {
    background-color: #0059b3;
    color: white;
    border-radius: 8px;
    border: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
}

.btn-primary-4-white {
    background-color: white;
    color: #06c;
    border-radius: 8px;
    border: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    padding: 12px;
}

.btn-primary-4-white:disabled {
    pointer-events: none;
    opacity: 0.65; /* Default Bootstrap opacity */
}

.btn-primary-4-white:hover {
    background-color: #ededed;
    color: #06c;
    border-radius: 8px;
    border: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 var(--shadow-color);
    }
    100% {
        box-shadow: 0 0 0 16px rgba(0, 0, 0, 0);
    }
}

.bg-primary-2 {
    background-color: #03a9f4 !important;
}

.bg-primary-3 {
    background-image: radial-gradient(at top left, #F2295B 20%, #FF9C00 100%);
}

.text-primary-4 {
    color: #06c;
}

.bg-primary-4 {
    background-color: #06c;
}

.bg-primary-5 {
    background-image: radial-gradient(at top left, #29B7B9 20%, #29F29B 100%);
}

.btn-primary-6 {
    background-color: #e9f0fe;
    color: #6f7eff !important;
    border: 1px solid #6f7eff !important
}

.bg-primary-6 {
    background-color: #e9f0fe
}

.bg-primary-7 {
    background: linear-gradient(to top right, #ff399a, #ffa500);
}

.bg-primary-8 {
    background-color: #009688;
}

.bg-primary-8:hover {
    background-color: #007367;
}


.color-primary-6 {
    color: #6f7eff !important
}

.border-primary-6 {
    border: 1px solid #6f7eff !important
}

.border-nn {
    border: 1px solid #dee2e6;
}

img {
    opacity: 1 !important;
}


.btn-primary-3 {
    background-color: rgb(33, 150, 243) !important;
}

.btn-primary-3:hover {
    background-color: rgb(11, 128, 222) !important;
}

.form-check-input-green:checked {
    background-color: #4CAF50 !important;
    border-color: #4CAF50 !important;
}

.image-container {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    overflow: hidden;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px !important;
}

.screen-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.no-focus-outline:focus {
    outline: none !important;
    box-shadow: none !important;
}

.no-focus-outline {
    outline: none !important;
    box-shadow: none !important;
}

.rbt-input {
    background-color: #fff;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none;
    padding: 0;
}

.rbt-input:focus {
    border: 0;
    box-shadow: none !important;
}

.rbt-input.disabled {
    background-color: #e9ecef !important;
    opacity: 1;
}

.btn-hover:hover {
    background-color: var(--site-hover-color) !important;
}

.border-1px-gray {
    border: solid 1px #b2b2b2;
}

.border-1px-success {
    border: solid 1px rgb(25, 135, 84);
}

.border-1px-danger {
    border: solid 1px rgb(203, 0, 0);
}

.border-bottom-1px-gray {
    border-bottom: solid 1px #b2b2b2;
}

.border-bottom-1px-success {
    border-bottom: solid 1px rgb(25, 135, 84);
}

.border-bottom-1px-danger {
    border-bottom: solid 1px rgb(203, 0, 0);
}


.border-bottom-2px-gray {
    border-bottom: solid 2px #b2b2b2;
}

.border-bottom-2px-success {
    border-bottom: solid 2px rgb(25, 135, 84);
}

.border-bottom-2px-danger {
    border-bottom: solid 2px rgb(203, 0, 0);
}

.switch-toggle-icon {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    transform: scale(var(--base-scale));
}

.switch-toggle-icon input {
    opacity: 0;
    width: 0;
    height: 0;
}

.main-input {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    border-bottom: 2px solid lightgray;
    height: 30px;
    box-shadow: none;
}

.slider-toggle-icon {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 34px;
}

.main-input:focus {
    outline: none;
    box-shadow: none !important;
}

.rbt-input-multi {
    background-color: #fff;
}

.rbt-input-multi.disabled {
    background-color: #e9ecef !important;
    opacity: 1;
}

.slider-toggle-icon:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider-toggle-icon {
    background-color: var(--primary-color);
}

input:focus + .slider-toggle-icon {
    box-shadow: 0 0 1px #0d6efd;
}

input:checked + .slider-toggle-icon:before {
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.border-radius-responsive {
    border-radius: 0;
}

@media screen and (min-width: 768px) {
    .border-radius-responsive {
        border-radius: 10px;
    }
}

#overlay {
    position: fixed;
    opacity: 0;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 40;
}

.scale:hover {
    transform: translate(0px, -2px) scale(1.05);
}

#overlay.active {
    opacity: 1;
    pointer-events: all;
}

.overlay-bg {
    position: fixed;
    opacity: 1;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 1000;
}

.opacity-25 {
    opacity: 25%;
}

.opacity-50 {
    opacity: 50%;
}

.opacity-74 {
    opacity: 75%;
}

.hover:hover {
    transform: translate(0px, -2px) scale(1.05);
}

.overlay-bg.active {
    opacity: 1;
    pointer-events: all;
}

.h-100-vh {
    height: 100vh !important;
}

@media screen and (max-width: 575px) {
    .communication-custom-flex-column {
        display: flex !important;
        flex-direction: column !important;
    }
}

/* --------- START FONTS ----------- */
body {
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}


.collapse-button {
    background-color: transparent;
    border: 0;
    transition: transform 0.2s ease;
}

.collapse-button:hover {
    transform: scale(1.2);
}

h1 {
    font-size: 2.3rem;
    margin: 0 !important;
}

h2 {
    font-size: 1.8rem;
    margin: 0 !important;
}

h3 {
    font-size: 1.6rem;
    margin: 0 !important;
}

h4 {
    font-size: 1.4rem;
    margin: 0 !important;
}

h5 {
    font-size: 1.2rem;
    margin: 0 !important;
}

h6 {
    font-size: 0.9rem;
    margin: 0 !important;
}

p {
    margin: 0 !important;
}

/* --------- END FONTS ----------- */
/* --------- START BUTTONS ----------- */

.btn-hover-none:hover {
    transform: none !important;
}

.shiny {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.shiny::before {
    background: #fff;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 50px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.shiny::after {
    background: #fff;
    content: "";
    height: 20rem;
    opacity: 0;
    position: absolute;
    top: -80px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 6rem;
}

.shiny-effect::before {
    left: -50%;
}

.shiny-effect::after {
    left: -100%;
}

.shiny:hover,
.shiny:active {
    transform: translateY(-3px);
    color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.shiny-effect:hover::before {
    left: 120%;
    opacity: 0.5;
}

.shiny-effect:hover::after {
    left: 200%;
    opacity: 0.6;
    margin-bottom: 50px;
}

/* --------- END BUTTONS ----------- */
.overflow-x-hidden {
    overflow-x: hidden;
}

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

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

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


.mod {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 200ms ease-in-out;
    border-radius: 10px;
    z-index: 1000;
    background-color: white;
    width: 700px;
    max-width: 80%;
    max-height: 90vh;
    overflow-y: auto;
}

.mod.active {
    transform: translate(-50%, -50%) scale(1);
}

.mod-header {
    background-color: #0a58ca !important;
    color: white !important;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

.btn__post__newPostComponent {
    width: 120px;
    height: 40px;
}

.textArea__modal__newPostComponent {
    resize: none;
}

.mod-header .title {
    font-size: 1.25rem;
    font-weight: bold;
}

.mod-header .close-button {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    font-size: 1.25rem;
    font-weight: bold;
}

.mod-body {
    padding: 10px 15px;
}

/*Dark Modal */
.mod_dark {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 200ms ease-in-out;
    border: 1px solid black;
    border-radius: 10px;
    z-index: 1001;
    background-color: #1d2226;
    color: #e9e9ea;
    width: 700px;
    max-width: 80%;
}

.mod_dark.active {
    transform: translate(-50%, -50%) scale(1);
}

.mod_dark-header {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid white;
}

.mod_dark-header .title {
    font-size: 1.25rem;
    font-weight: bold;
}

.mod_dark-header .close-button {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    font-size: 1.25rem;
    font-weight: bold;
}

.mod_dark-body {
    padding: 10px 15px;
}

/* profile photo upload modal */
#usersImageModal .dropdown-toggle::after {
    display: none;
}

/* end profile photo upload modal */

/* Client Add/Edit Modal */
#clientModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: block;
    overflow-x: hidden;
    outline: 0;
}

#clientModal .overlay {
    position: fixed;
    opacity: 1;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: -100;
}

#main-overlay {
    display: none;
}

.overlay-transparent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0.5;
    z-index: 10000;
    pointer-events: unset;
}

/* End Client Add/Edit Modal */
/* Sales & Support Modals */
.contactBox {
    font-size: medium;
    font-weight: 650;
    border: solid 2px #292929;
    padding: 6px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.markedLine {
    border-top: 1px solid darkgray !important;
    padding-bottom: 6px;
}


.authorization-transactions-overlay.active {
    transform: scaleY(1);
}

/* End Sales & Support Modals */
@media screen and (min-width: 992px) {
    .authorization-transactions-overlay {
        position: fixed;
        top: 62px;
        left: 0;
        bottom: 0;
        right: 0;
        transform: scaleY(0);
        transform-origin: bottom;
        width: 100%;
        height: 100vh;
        z-index: 50;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: transform 0.5s;
        background-color: #f3f2ef;
    }
}

@media screen and (max-width: 991px) {
    .authorization-transactions-overlay {
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        transform: scaleY(0);
        transform-origin: bottom;
        width: 100%;
        height: 100vh;
        z-index: 50;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: transform 0.5s;
        background-color: #f3f2ef;
    }
}

.services-overlay.active {
    transform: scaleY(1);
}

/* End Sales & Support Modals */
@media screen and (min-width: 992px) {
    .services-overlay {
        position: fixed;
        top: 62px;
        left: 0;
        bottom: 0;
        right: 0;
        transform: scaleY(0);
        transform-origin: bottom;
        width: 100%;
        z-index: 50;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: transform 0.3s;
    }
}

@media screen and (max-width: 991px) {
    .services-overlay {
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        transform: scaleY(0);
        transform-origin: bottom;
        width: 100%;
        z-index: 50;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: transform 0.3s;
    }
}

.services-overlay-content {
    position: relative;
}

.h-100-minus-200 {
    height: calc(100vh - 200px) !important;
}

.h-100-minus-150 {
    height: calc(100vh - 150px) !important;
}

.h-100-minus-50 {
    height: calc(100% - 50px) !important;
}

.close-post-btn {
    font-size: 40px;
    top: 15px;
    right: 35px;
}


.full-screen-div {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.7); /* Adjust the background color and opacity as needed */
    transition: height 1s ease; /* Transition height over 1 second with ease-in-out timing function */
}

/* CSS to expand the full-screen div */
.full-screen-div.active {
    height: 100%; /* Make the div cover the entire screen */
}

.invoice-option-date {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
    transition: background-color .4s;
    min-height: 50px;
}

.invoice-option-date-active {
    background-color: #e3f9ff;
    border: 1px solid #0d6efd;
}

.invoice-option-date:hover {
    background-color: #e3f9ff;
    border: 1px solid #0d6efd;
}

.invoice-cards-box {
    height: 0;
    transition: height .5s;
}

.bookmark {
    height: 2rem;
    width: 3rem;
    border-top-left-radius: 12px;
    transition: width .5s;
    cursor: pointer;
}

@media screen and (max-width: 450px) {
    .scrollable-height {
        height: calc(100vh - 50px);
        pointer-events: auto;
    }
}

@media screen and (min-width: 451px) {
    .scrollable-height {
        height: calc(100vh - 60px);
        pointer-events: auto;
    }
}


@media screen and (max-width: 500px) {
    .spark-card {
        z-index: 1;
        width: 450px !important;
    }
}

@media screen and (min-width: 501px) {
    .spark-card {
        z-index: 1;
        width: 600px !important;
    }
}

.mb-4rem {
    margin-bottom: 4rem !important;
}

.mb-5rem {
    margin-bottom: 5rem !important;
}

.cursor-help {
    cursor: help !important;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.a-like-text {
    color: #0d6efd;
    text-decoration: underline;
    cursor: pointer;
}

.a-like-text:hover {
    filter: brightness(80%);
}

.enlightening-button {
    background-color: transparent;
    border: 0;
    transition: transform 0.2s ease;
}

@media screen and (min-width: 576px) {
    .enlightening-button:not([disabled]):hover {
        color: #0d6efd;
        transform: scale(1.2);
    }
}

button[type=button].close {
    font-size: inherit;
    background-color: transparent;
    border: 0;
}

button[type=button].close span {
    font-size: 30px;
    margin-right: 0.5rem;
}

@media screen and (min-width: 576px) {
    button[type=button].close span:hover {
        color: #dadada;
    }
}

.icon-hover-bg:hover {
    background-color: #e9ebf1;
}

.wv-100 {
    width: 100vh !important;
}

.hv-100 {
    height: 100vh !important;
}

.d-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.d-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.d-up-center {
    display: flex;
    justify-content: center;
    align-items: start;
}

.d-up-right {
    display: flex;
    justify-content: right;
    align-items: start;
}

.d-up-left {
    display: flex;
    justify-content: left;
    align-items: start;
}

.d-down-center {
    display: flex;
    justify-content: center;
    align-items: end;
}

.d-down-right {
    display: flex;
    justify-content: right;
    align-items: end;
}

.d-down-left {
    display: flex;
    justify-content: left;
    align-items: end;
}

.d-right {
    display: flex;
    justify-content: right;
    align-items: center;
}

.d-left {
    display: flex;
    justify-content: left;
    align-items: center;
}

.w-break-all {
    word-break: break-all
}

.border-1px-primary {
    border: 1px solid #007fff !important;
}

.d-n-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-start {
    display: flex;
    justify-content: start;
    align-items: center;
}

.d-end {
    display: flex;
    justify-content: end;
    align-items: center;
}


@media screen and (min-width: 993px) {
    .d-lg-start {
        display: flex !important;
        justify-content: start !important;
        align-items: center !important;
    }
}

@media screen and (min-width: 993px) {
    .d-lg-end {
        display: flex !important;
        justify-content: end !important;
        align-items: center !important;
    }
}


@media screen and (max-width: 1200px) {
    .d-responsive-table {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 30px;
    }
}

.min-h-100px {
    min-height: 100px;
}

.min-h-150px {
    min-height: 150px;
}

.min-h-200px {
    min-height: 200px;
}

.transparent-btn {
    border: 0;
    background-color: transparent;
}

.transparent-btn:hover {
    background-color: transparent;
}

.col-20p {
    flex: 0 0 auto;
    width: 20%;
}

@media screen and (max-width: 767px) {
    .col-20p {
        flex: 0 0 auto;
        width: 100%;
    }
}

/*# sourceMappingURL=site.css.map */

.filter-typeahead {
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.d-table-caption {
    display: table-caption;
}

.overflow-unset {
    overflow: unset;
}

.overflow-unset-important {
    overflow: unset !important;
}

.overflow-x-unset {
    overflow-x: unset !important;
}

.success-status {
    color: #129412 !important;
    background-color: #9eff9e !important;
    border: 1px solid #129412 !important;
    min-width: 70px !important;
}

.open-status {
    color: #bb7b00 !important;
    background-color: #ffeb90 !important;
    border: 1px solid #bb7b00 !important;
    min-width: 70px !important;
}

.error-status {
    color: #9a0808 !important;
    background-color: #fbbcbc !important;
    border: 1px solid #9a0808 !important;
    min-width: 70px !important;
}

.default-status {
    color: #4a4a4a !important;
    background-color: #e0e0e0 !important;
    border: 1px solid #b0b0b0 !important;
    min-width: 70px !important;
}

.responsive-container {
    display: flex;
    flex-wrap: wrap;
}

.responsive-container > div {
    width: 50%;
    box-sizing: border-box;
    padding: 0.5rem;
}

@media only screen and (max-width: 991px) {
    .responsive-container > div {
        width: 100%;
    }
}

.fs-085 {
    font-size: 0.85rem;
}


.my-left-translate {
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.banner-title-lightspeed {
    color: #ffdb5b
}

.banner-title-business {
    color: rgb(255, 133, 104)
}

.my-current-translate {
    opacity: 1;
    transform: translateX(0%);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.page-transition {
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.lightspeed-info-card-li {
    list-style-type: none;
}

.lightspeed-info-card-li::marker {
    content: "\2022";
    color: white;
    font-size: 1.5em;
}

.lightspeed-help-btn-info-container {
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 100%;
    background-image: url("../../images/man-face.png");
    background-position: center;
    background-size: cover;
    background-color: transparent;
    width: 45px !important;
    height: 45px;
    bottom: 25px;
    right: 25px;
    z-index: 1
}

.lightspeed-help-btn-info-container:hover {
    transform: translate(0px, -2px) scale(1.03);
}

.triangolino-vignetta {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0px 25px 25px;
    border-color: white transparent transparent transparent;
    right: -90px;
    top: 54px;
}

@keyframes slideInFromTop {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

.my-top-to-bot-translate {
    transform: translateY(0%);
}

.hidden-tranlate {
    transform: translateY(-200%);
}

.visible-bubble {
    display: flex;
    animation: slideInFromTop 0.5s forwards;
}

.opacity-1 {
    opacity: 1;
}

.opacity-0 {
    opacity: 0;
}

.vignetta-info-container {
    width: 130px;
    height: 60px;
    border-radius: 10px;
    background-color: white;
    z-index: 1;
}

.wrapper-vignetta-info-container {
    bottom: 100px;
    right: 110px;
    width: 80px !important;
    transition: opacity 0.5s ease;
}

.min-height-150px {
    min-height: 150px;
}

.i-frame-height {
    height: calc(100vh - 60px);
}


.product-banner-container {
    min-height: 700px;
    width: 100%;
    background-image: url("https://www.multisafepay.com/fileadmin/template/img/background-blue3.svg");
    background-position: center;
    background-size: cover;
}

.product-table {
    width: 80%;
}

.product-check-circle {
    border-radius: 100%;
    width: 25px;
    height: 25px;
    background-color: #93C47D;
    color: white;
}


/* styles.css */
.product-carousel-container {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.product-carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.product-carousel-image {
    min-width: 100%;
    height: 300px;
    object-fit: contain;
    object-position: center;
}

@media screen and (max-width: 1199px) {
    .d-flex-max-1200px {
        display: flex !important;
    }
}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

.fade-in {
    animation: fadeIn 0.3s forwards;
}

.fade-out {
    animation: fadeOut 0.3s forwards;
}

.report_form {
    max-width: 600px !important;
    width: 90%;
}


.bgcolor {
    background-color: rgb(227 224 218 / 50%);
}

.my-rox-business-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 1px 4px 0 #888888;
    border-top: #0d6efd 4px solid;
}


.my-form-text-rox-business {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    border-bottom: 2px solid lightgray !Important;
    transition: min-height 0.7s;
    min-height: 20px;
    height: 15px;
    box-shadow: none !important;
    max-height: 150px;
    resize: none;
    overflow-wrap: break-word !important;
}

.no-border-radius-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.no-border-left-right {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.card-btn {
    font-size: 1rem !important;
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

.show-more-holder {
    border: 0;
    background-color: transparent;
}

.show-more-holder:hover {
    background-color: #d0e9ff !important;
    color: #0a58ca;
}

.no-paylinks {
    font-size: 22px;
    color: #88888888;
    background-color: #ededed;
    min-width: 200px;
}

.responsive-display {
    display: flex !important;
    justify-content: center !important;
}

@media screen and (max-width: 1200px) {
    .responsive-display {
        display: flex !important;
        justify-content: end !important;
    }
}


/* ---------------------------- Credit Card UI ------------------------------------ */

.credit-card {
    position: relative;
    width: 296px;
    height: 188px;
    padding: 12px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
    border: solid 4px rgba(255, 255, 255, 0.1);
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 4px 2px #8888;

}

.brand {
    height: 20px;
    mix-blend-mode: overlay;
}

.infos {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.infos--bottom {
    display: flex;
    gap: 30px;
}

.card-number {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* ------------ E-commerce Product card CSS ---------------- */


.product-card {
    width: 300px;
    position: relative;
    box-shadow: 0 2px 7px #dfdfdf;
    margin: 35px auto;
    background: #fafafa;
}

.badge {
    position: absolute;
    top: 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding: 2px 8px;
    /*writing-mode: vertical-lr;*/
    /*transform: rotate(360deg);*/
    left: 0;
}

.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    /*padding: 35px;*/
    background: #f0f0f0;
}

.product-tumb img {
    max-width: 100%;
    max-height: 100%;
}


.product-catagory {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 12px;
}

.product-details {
    font-weight: 500;
    display: block;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #363636;
    text-decoration: none;
    transition: 0.3s;
}

.product-details:hover {
    color: #fbb72c;
}

.product-details-text {
    line-height: 22px;
    margin-bottom: 12px;
    color: #999;
}

.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.product-bottom-details div {
    float: left;
    width: 50%;
}

.product-price {
    font-size: 18px;
    color: #fbb72c;
    font-weight: 600;
}

.product-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 3px;
}

.product-links {
    text-align: right;
}

.product-links a {
    display: inline-block;
    margin-left: 3px;
    color: #e1e1e1;
    transition: 0.3s;
    font-size: 17px;
}

.product-links a:hover {
    color: #fbb72c;
}

/* ------------ END E-commerce Product card CSS END ---------------- */

.fw-semibold {
    font-weight: 550 !important;
}

.main-border {
    border: #d0d1d2 1px solid;
}

.main-top-border {
    border-top: #d0d1d2 1px solid;
}

.main-right-border {
    border-right: #d0d1d2 1px solid;
}

.main-bottom-border {
    border-bottom: #d0d1d2 1px solid;
}

.main-left-border {
    border-left: #d0d1d2 1px solid;
}

.chat-preview-bg-selected {
    background-color: #f0efef;
}

.chat-preview-bg-hover:hover {
    background-color: #e1e1e1;
}

.chat-details-heading {
    width: 100%;
    background: #f0efef;
    padding: 0.75rem;
    display: flex;
    align-items: center;
}

.plus-x-effect {
    transition: transform 0.3s cubic-bezier(.4, 0, .4, 1);
}

.plus-x-effect.open {
    transform: rotate(135deg) !important;
}

.user-wrapper-width {
    min-width: calc(100% - 50px);
}

@media screen and (min-width: 992px) {
    .shown-on-hover-element-controller:not(:hover) .shown-on-hover-element {
        display: none;
    }
}

.w-33pc {
    width: 33.33333%;
}

.w-66pc {
    width: 66.66666%;
}

ol, ul {
    padding-left: 0 !important;
}

@media (max-width: 1550px) and (min-width: 1200px) {
    .custom-col {
        flex: 0 0 auto;
        width: 50% !important;
        max-width: 50% !important;
    }

    .reorder-at-1550 {
        display: flex !important;
        flex-direction: column;
    }

    .reorder-at-1550 > .user-card {
        order: 1;
    }

    .reorder-at-1550 > .home-details {
        order: 2;
    }

    /* Make sure both sides are visible */
    .post-list-container,
    .right-side-container {
        display: block !important;
    }
}

@media (min-width: 1550px) {
    .device-1550-width-400 {
        width: 400px;
    }
}


@keyframes shine {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@layer utilities {
    .animate-shine {
        animation: shine var(--duration, 14s) infinite linear;
    }
}

