@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Titillium+Web:wght@300;400;600;700&display=swap');

@utility animate-shine {
    animation: shine var(14s) infinite linear;
}
*:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
button:focus-visible,
[data-slot="input"]:focus-visible,
[data-focus-visible]:focus-visible {
    outline: none !important;
    outline-style: none !important;
    outline-width: 0 !important;
    outline-color: transparent !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
}

/* ========== Override Tailwind Forced Classes ========== */
/* Specifically target Tailwind utilities like !outline-solid or focus-visible:outline-solid */

.\!outline-solid:focus-visible,
.focus-visible\:outline-solid:focus-visible {
    outline: none !important;
    outline-style: none !important;
    outline-width: 0 !important;
    outline-color: transparent !important;
    box-shadow: none !important;
    outline-offset: 0 !important;
}

/* ========== Target React Aria / NextUI Wrapper Focus States ========== */
/* These libraries apply focus-visible state to wrapper containers */

[data-focus-visible] *,
[data-focus-visible] {
    outline: none !important;
    outline-style: none !important;
    outline-width: 0 !important;
    outline-color: transparent !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
}

* {
    font-family: "Titillium Web", sans-serif !important;
}

:root {
    --base-scale: 1;
    --error-color: #dc3545;
    --primary: #5092e3;
    --softGrey: #9a97a8;
    --bounce: 0.2s cubic-bezier(0.3, 0.3, 0.3, 1);
    --ease: 0.12s cubic-bezier(0.3, 0.3, 0.3, 1);
    --header-height: 60px;
    --header-height-mobile: 50px;
    --chat-mt: 0px;
    --cont-height: 0px;
    --color-text: #616161;
    --color-text-btn: #ffffff;
    --card1-gradient-color1: #ffe138;
    --card1-gradient-color2: #ffa300;

    --card2-gradient-color1: #ffffff;
    --card2-gradient-color2: #bfc0d7;

    --card3-gradient-color1: #ff9064;
    --card3-gradient-color2: #ff5454;

    --card4-gradient-color1: #12b100;
    --card4-gradient-color2: #6fe302;

    --card5-gradient-color1: #a0e4ff;
    --card5-gradient-color2: #0064ff;

    --card6-gradient-color1: #fff902;
    --card6-gradient-color2: #45ff8b;

    --card7-gradient-color1: #f7adff;
    --card7-gradient-color2: #de53ff;

    --card8-gradient-color1: #ccebff;
    --card8-gradient-color2: #2867b2;
}

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

.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;
}

.my-hover-darkgray:hover {
    background-color: #696969;
}

.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;
}


.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;
}

#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;
}

.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;
}

.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);
}

.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;
}

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

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

.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"] {
    -webkit-appearance: none;
    -moz-appearance: textfield !important;
    background-color: white !important;
    position: relative;
    color: transparent; /* Hide the text when not focused */
}

input[type="date"]:focus,
input[type="date"]:valid {
    color: black; /* Show entered value or focused value */
}

input[type="date"]::before {
    content: attr(placeholder);
    position: absolute;
    left: 10px;
    color: #999;
}

input[type="date"]:focus::before,
input[type="date"]:valid::before {
    content: "";
}

.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;
}

.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: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: 15px;
    }
}

#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 {
    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%;
    }
}

.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: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;
}

.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;
    padding: 2px 8px;
    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%;
    }
}


.permission {
    background-color: #f3f2ef;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

.reverse-btn {
    color: #0d6efd;
    background-color: #f3f2ef;
}

.reverse-btn:hover {
    color: #0b5ed7;
    background-color: #f3f2ef;
}

.minus-btn {
    color: #dc3545;
    background-color: #f3f2ef;
}

.minus-btn:hover {
    color: #bb2d3b;
    background-color: #f3f2ef;
}

.user-connections-cards {
    border-radius: 5px;
    background-color: white !important;
    box-shadow: 0px 0px 4px #888888 !important;
    position: relative !important;
    width: 100%;
    transition-property: margin-bottom;
    transition-duration: 1s;
}

.user-connections-cards:hover {
    margin-bottom: 1rem !important;
}

.user-connections-cards div.img-profile {
    border-radius: 50%;
    width: 3.8rem;
    height: 3.8rem;
    background-color: black;
    position: absolute;
    top: 2.5rem;
    left: 1.5rem;
}


.input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.input-box {
    position: relative;
}

.disabled-input {
    background-color: rgb(242 242 242) !important;
}


.positioned-info-button {
    position: absolute;
    top: -14px;
    right: 3px;
}

.custom-input {
    appearance: none;
    border-radius: 0.1rem;
    border: 1px solid #ced4da;
    padding: 0.3rem;
    transition: all 0.2s;
    width: 100%;
}

.custom-input:focus, .custom-input:focus-visible {
    outline: none;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.custom-input::placeholder {
    color: transparent;
}

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

.custom-input:not(:placeholder-shown) {
    background-color: white;
}

.input-label {
    position: absolute;
    top: -10px;
    left: 3px;
    transform: translateX(8px) translateY(20px);
    pointer-events: none;
    opacity: 0.5;
    transition: all 0.3s;
}

.custom-input:focus + .input-label, .custom-input:not(:placeholder-shown) + .input-label, .has-value {
    opacity: 1;
    pointer-events: auto;
    transform-origin: left center;
    transform: translateX(-3px) translateY(-15px);
    font-weight: 700 !important;
}


/* ------   Typeahead   ------ */


.typeahead-input-box {
    position: relative;
}

.typeahead-input {
    appearance: none;
    border-radius: 0.1rem;
    border: 1px solid #ced4da;
    padding: 0;
    transition: all 0.2s;
    width: 100%;
}

.action-input {
    appearance: none;
    border-radius: 0.1rem;
    border: 1px solid #ced4da;
    padding: 0.3rem;
    transition: all 0.2s;
    width: 100%;
}

.action-input:not(:placeholder-shown) {
    background-color: white;
}

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


.typeahead-focus {
    outline: none;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.text-general {
    color: #4b4b4b;
}


.typeahead-input:not(:placeholder-shown) {
    background-color: white;
}

.typeahead-active + .input-label {
    opacity: 1;
    pointer-events: auto;
    transform-origin: left center;
    transform: translateX(-3px) translateY(-17px);
    font-weight: 700 !important;
}

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


/* ----- validation -----*/

.input-focus {
    outline: none;
    border-color: #86b7fe !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25) !important;
}

.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.is-valid-focus {
    border-color: #198754 !important;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, .25) !important;
    outline: 0;
    outline: None;
}

.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.is-invalid-focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, .25) !important;
    outline: 0;
    outline: None;
}

.react-datepicker__triangle {
    display: none !important
}

.react-datepicker-popper {
    transform: translate(0px, 28px) !important;
}

.input-error {
    font-size: 14px;
}

.input-error-style {
    font-size: 14px;
    color: var(--error-color);
}

.error-color {
    color: var(--error-color);
}

.main-input-style {
    width: 100%;
    height: 50px;
    padding: 11px;
    border: 1px solid #bbb8b8;
    border-radius: 5px;
    transition: color 0.2s ease;
}

.main-input-style.focused-input,
.main-input-style:focus {
    border: 2px solid #0c63e4;
    padding: 10px;
}

.main-input-style.input-error {
    font-size: 14px;
    border-color: #f31260 !important;
}

.floating-label {
    position: absolute;
    left: 10px;
    top: 48%;
    transform: translateY(-50%);
    transition: all 0.2s ease;
    pointer-events: none;
    color: #444746;
    border-radius: 5px;
}

.label-error {
    color: #f31260;
}

.floating-label.is-floating,
.main-input-style:focus + .floating-label {
    top: 0;
    font-size: 12px;
    padding: 0 4px;
    background-color: white;
    color: #0c63e4;
}

.main-input-style.input-error:not(:placeholder-shown) ~ .floating-label,
.main-input-style.input-error ~ .floating-label.is-floating,
.main-input-style.input-error:focus ~ .floating-label {
    color: var(--error-color) !important;
}

.autocomplete-multiple label {
    top: 15px;
}

.autocomplete-multiple [data-slot="input-wrapper"] {
    height: auto;
}

.autocomplete-multiple [data-slot="inner-wrapper"] {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}

.autocomplete-multiple [data-slot="inner-wrapper"] > :first-child {
    grid-row: 1;
    grid-column: 1;
}

.autocomplete-multiple [data-slot="inner-wrapper"] > :not(:first-child) {
    grid-row: 2;
    display: inline-block;
}

html {
    scroll-behavior: smooth;
}

ul {
    margin-bottom: 0 !important;
}

table {
    margin-bottom: 0 !important;
}

.typing-demo {
    width: 100%;
    animation: typing 2s steps(22), blink .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.2em;
}

.border-right-small {
    border-right: 1px solid;
}

.header-account-balance {
    font-size: 1.2em;
    text-decoration: none;
    color: black;
}

.header-account-balance-disabled {
    font-size: 1.2em;
    text-decoration: none;
    color: black;
}

.header-account-balance:hover {
    color: #0a58ca !important;
}

.hide-element {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
}

@keyframes typing {
    from {
        width: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

@media screen and (min-width: 1200px) {
    .header-container:hover {
        background-color: #d0e9ff;
        border-radius: 5px;
        box-shadow: 1px 1px 4px 0 #0030b788
    }
}

.language-container:hover {
    background-color: #d0e9ff;
    border-radius: 5px;
}


.header-style {
    background-color: #06c;
    box-shadow: 0 1px 2px #598bc1;
    top: 0;
    z-index: 45;
    transition: height 0.3s;
}


@media screen and (max-width: 991px) {
    .footer-style {
        background-color: #ffffff;
        box-shadow: 0 -1px 2px #888888;
        bottom: 0;
        z-index: 40;
        transition: height .3s;
    }
}

.services-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9.5em !important;
}

.circular-menu .floating-btn {
    height: 3em;
}

.circular-menu.active .floating-btn {
    box-shadow: inset 0 0 3px hsla(0, 0%, 0%, 0.3);
}

.circular-menu .floating-btn:active {
    box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, 0.4);
}

.circular-menu .floating-btn i {
    font-size: 1.3em;
    transition: transform 0.2s;
}

.circular-menu.active .floating-btn i {
    transform: rotate(-45deg);
}

.circular-menu:after {
    display: block;
    content: " ";
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    background-color: transparent;
    transition: all 0.3s ease;
}

.circular-menu.active:after {
    transform: scale3d(7.5, 7.5, 1);
    transition-timing-function: cubic-bezier(0.68, 1.55, 0.265, 1);
}

.circular-menu .items-wrapper {
    padding: 0;
    margin: 0;
}

.circular-menu .menu-item {
    position: absolute;
    top: 0.2em;
    right: 0.2em;
    left: 0.5px;
    z-index: -1;
    display: block;
    text-decoration: none;
    color: hsl(0, 0%, 100%);
    font-size: 1em;
    border-radius: 5px;
    text-align: center;
    line-height: 3;
    background-color: white;
    transition: transform 0.3s ease, all 0.2s ease;
    border: 1px solid #00518f4a;
    opacity: 0;
    height: 48px;
}

.circular-menu.active .menu-item {
    opacity: 1;
}

.circular-menu .menu-item:hover {
    background-color: #f0f0f0;
}

.circular-menu.active .menu-item {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.circular-menu.active .menu-item:nth-child(1) {
    /*transform: translate3d(-11.8em, -2.4em, 0);
    */
    transform: translate3d(0, 3.5em, 0);
}

.circular-menu.active .menu-item:nth-child(2) {
    /*transform: translate3d(-11.5em, 2.7em, 0);
    */
    transform: translate3d(0, 7.5em, 0);
}

.circular-menu.active .menu-item:nth-child(3) {
    /*transform: translate3d(-9.3em, 7.2em, 0);
    */
    transform: translate3d(0, 11.5em, 0);
}

.circular-menu.active .menu-item:nth-child(4) {
    /*transform: translate3d(-5.4em, 10.4em, 0);
    */
    transform: translate3d(0, 15.5em, 0);
}

.circular-menu.active .menu-item:nth-child(5) {
    /*transform: translate3d(-0.5em, 11.9em, 0);
    */
    transform: translate3d(0, 19.5em, 0);
}

.circular-menu.active .menu-item:nth-child(6) {
    /*transform: translate3d(4.5em, 11.4em, 0);
    */
    transform: translate3d(0, 23.5em, 0);
}

/**
 * The other theme for this menu
 */

.circular-menu.circular-menu-left {
    right: auto;
    left: 1em;
}

.circular-menu.circular-menu-left .floating-btn {
    background-color: hsl(217, 89%, 61%);
}

.circular-menu.circular-menu-left:after {
    background-color: hsl(217, 89%, 61%);
}

.circular-menu.circular-menu-left.active .floating-btn i {
    transform: rotate(90deg);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(1) {
    transform: translate3d(-1em, -7em, 0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(2) {
    transform: translate3d(3.5em, -6.3em, 0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(3) {
    transform: translate3d(6.5em, -3.2em, 0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(4) {
    transform: translate3d(7em, 1em, 0);
}

/* end circle menu */


@media screen and (max-width: 992px) {
    .navbar-display {
        display: block !important;
    }
}

.header-image {
    height: 40px;
    width: 40px;
}

.active_solution {
    border: 2px solid blue !important;
}

.welcomeUser {
    height: 80px;
    display: block;
    margin-top: 10px;
    width: 80px;
    position: absolute;
    left: 30px;
}

.btn_fade_effect {
    cursor: pointer;
    height: 3.5em;
    position: relative;
    overflow: hidden;
    width: 9.5em;
    text-align: center;
}

.btn_fade_effect .fadedbox {
    background-color: lightgray;
    position: absolute;
    top: 0;
    left: 0;
    color: #212529;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 9.5em;
    height: 3.5em;
}

.btn_fade_effect:hover .fadedbox {
    opacity: 0.8;
}

.btn_fade_effect .text {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}

.btn_fade_effect .title {
    font-size: 1.2em;
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.3s;
}

.btn_fade_effect:hover .title,
.btn_fade_effect:focus .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.solutions {
    background-color: rgb(243 242 239);
    color: black;
    cursor: pointer;
    text-align: center;
    height: 100%;
    width: 100%;
    border: 1px solid rgb(128, 128, 128);
    min-height: 30px;
}

/* Change background color of buttons on hover */
.solutions:hover {
    background-color: #e7f3ff;
    border-bottom: 2px solid blue;
}

/* Create an active/current "tab button" class */
.products button.active {
    background-color: #ccc;
}

.container_py-3 {
    width: 80%;
    max-width: 1260px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
}

.pricing-header {
    max-width: 700px;
}

.navbar-display {
    display: none;
    z-index: 99;
}

.justify {
    justify-content: space-between;
}

.font {
    font-size: 16px;
    color: #28282b;
    display: block;
    padding: 0.5rem 0.5rem;
    text-decoration: none !important;
}

.padding-nav {
    padding: 8px;
}

.project-style {
    margin-top: 10px !important;
    margin-left: 10px !important;
    margin-bottom: 20px !important;
    padding: 5px !important;
    border-color: rgb(128, 128, 128) !important;
}

.nav_icon:hover {
    color: #007bff !important;
}


.footer {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
    background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
}


#label-nav-top-left {
    --weight: 10%;
    --size: 7em;
    position: relative;
    display: grid;
    place-items: center;
    width: var(--size);
    height: var(--size);
    cursor: pointer;
}

label .hamburger {
    position: fixed;
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
}

label .hamburger::before, label .hamburger .center, label .hamburger::after {
    --tx: 0;
    --rt: 0deg;
    content: "";
    position: absolute;
    width: 100%;
    height: var(--weight);
    border-radius: 0.3em;
    background: white;
    transform-origin: right;
    transition: var(--bounce) 0.1s;
}

label .hamburger .center {
    right: 0;
    transition: var(--bounce), width var(--ease);
    transition-delay: 0.3s;
}

label .hamburger::before {
    top: 0;
    transform: translate(var(--tx), 100%) rotate(var(--rt));
}

label .hamburger::after {
    bottom: 0;
    transform: translate(var(--tx), -100%) rotate(var(--rt));
}


#toggle:checked ~ label circle {
    stroke-dashoffset: 0;
    transition-delay: 0.1s;
}

#toggle:checked ~ label .hamburger::before, #toggle:checked ~ label .hamburger::after {
    --tx: -15%;
    --rt: 45deg;
    transition: var(--bounce) 0.1s;
}

#toggle:checked ~ label .hamburger::before {
    --ty: 15%;
    --rt: -45deg;
}

#toggle:checked ~ label .hamburger .center {
    width: 0;
    right: calc(var(--size) * -0.16);
    transition: width var(--ease), right var(--bounce);
}

.position-top-left {
    left: 19px;
    top: 22px;
    z-index: 99;
}

/* ---------------------- TEXT EDITOR CSS -------------------------- */

.rdw-colorpicker-modal {
    width: 275px !important;
    box-shadow: 1px 2px 5px 1px #8888 !important;
}

.rdw-colorpicker-modal-options {
    overflow-x: hidden !important;
    box-shadow: 1px 2px 5px 1px #8888 !important;
}

.rdw-link-modal {
    box-shadow: 1px 2px 5px 1px #8888 !important;
    height: 270px !important;
    width: 270px !important;
    overflow-y: auto !important;
}

.rdw-embedded-modal {
    box-shadow: 1px 2px 5px 1px #8888 !important;
    height: 220px !important;
    overflow-y: auto !important;
}

.rdw-image-modal {
    box-shadow: 1px 2px 5px 1px #8888 !important;
}

.bg-whatsapp-2 {
    background: linear-gradient(to bottom left, #006915, #72dd00);
}

.bg-base {
    background-color: #f2f7fc;
}

.service-bg {
    background: linear-gradient(to top, #0d6efd, #82b3ff)
}

.service-card-wrap:hover .service-card-title {
    color: #0a58ca;
}

.service-card-wrap {
    width: 220px !important;
    height: 400px !important;
    background: #fff;
    border-radius: 20px;
    border: 5px solid #fff;
    overflow: hidden;
    color: var(--color-text);
    box-shadow: rgba(0, 0, 0, 0.19) 0 10px 20px, rgba(0, 0, 0, 0.23) 0 6px 6px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.service-card-wrap:hover {
    transform: scale(1.1);
}

.service-card-header {
    height: 200px;
    width: 100%;
    background: red;
    border-radius: 100% 0 100% 0 / 0 50% 50% 100%;
    display: grid;
    place-items: center;
}

.service-card-header i {
    color: #fff;
    font-size: 72px;
}

.service-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin: 0 auto;
}

.service-card-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.service-card-text {
    text-align: center;
    margin-bottom: 20px;
}

.service-card-btn {
    border: none;
    padding: 5px 30px;
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.green-service-btn {
    background-color: #00bb00;
}

.blue-service-btn {
    background-color: #009fff;
}

.service-card-header.service-1 {
    background: linear-gradient(
            to bottom left,
            var(--card1-gradient-color1),
            var(--card1-gradient-color2)
    );
}

.service-card-header.service-2 {
    background: linear-gradient(
            to bottom left,
            var(--card2-gradient-color1),
            var(--card2-gradient-color2)
    );
}

.service-card-header.service-3 {
    background: linear-gradient(
            to bottom left,
            var(--card3-gradient-color1),
            var(--card3-gradient-color2)
    );
}

.service-card-header.service-4 {
    background: linear-gradient(
            to bottom left,
            var(--card4-gradient-color1),
            var(--card4-gradient-color2)
    );
}

.service-card-header.service-5 {
    background: linear-gradient(
            to bottom left,
            var(--card5-gradient-color1),
            var(--card5-gradient-color2)
    );
}

.service-card-header.service-6 {
    background: linear-gradient(
            to bottom left,
            var(--card6-gradient-color1),
            var(--card6-gradient-color2)
    );
}

.service-card-header.service-7 {
    background: linear-gradient(
            to bottom left,
            var(--card7-gradient-color1),
            var(--card7-gradient-color2)
    );
}

.service-card-header.service-8 {
    background: linear-gradient(
            to bottom left,
            var(--card8-gradient-color1),
            var(--card8-gradient-color2)
    );
}

.header-height {
    height: var(--header-height);
}

@media screen and (max-width: 991px) {
    .header-height {
        height: var(--header-height-mobile);
    }
}

.page-height {
    height: calc(100vh - var(--header-height));
}

@media screen and (max-width: 991px) {
    .page-height {
        height: calc(100vh - var(--header-height-mobile));
    }
}


.rbt .rbt-input-main::-ms-clear {
    display: none;
}

/**
 * Menu
 */
.rbt-menu {
    margin-bottom: 2px;
}

.rbt-menu > .dropdown-item {
    overflow: hidden;
    text-overflow: ellipsis;
}

.rbt-menu-pagination-option {
    text-align: center;
}

.rbt-token-label {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rbt-token-remove-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 0.25rem !important;
}

/**
 * Multi-select Input
 */
.rbt-input-multi {
    cursor: text;
    border: 0 !Important;
    padding: 0 !important;
    min-height: 37px;
    display: flex;
    align-items: center;
}

.rbt-input-multi.form-control {
    height: 100%;
    outline: none !important;
    box-shadow: none !important
}

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

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

.rbt-input-multi input::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.rbt-input-multi input:-ms-input-placeholder {
    color: #6c757d;
}

.rbt-input-multi input::-webkit-input-placeholder {
    color: #6c757d;
}

.rbt-input-multi .rbt-input-wrapper {
    margin: 0 !Important;
    overflow: hidden;
    padding-top: 2px;
    padding-left: 2px;
}

.rbt-input-multi .rbt-input-main {
    margin: 1px 0 4px;
}

/**
 * Close Button
 */
.rbt-close {
    z-index: 1;
}

.rbt-close-lg {
    font-size: 1.5rem;
}

/**
 * Token
 */
.rbt-token {
    background-color: #ecffd6 !important;
    border-radius: 15px !important;
    color: #009688 !important;
    display: inline-flex !important;
    line-height: 1rem !important;
    margin: 1px 8px 2px 0 !important;
    border: 1px solid #009688 !important;
    padding: 0 0.25rem;
    justify-content: center;
    align-items: center;
}

.rbt-token .rbt-token-label {
    padding: 0.3rem 0.7rem;
    font-size: 13px
}

.rbt-token .rbt-token-label:not(:last-child) {
    padding-right: 0.25rem;
}

.rbt-token-disabled {
    background-color: rgba(0, 0, 0, 0.1);
    color: #495057;
    pointer-events: none;
}

.rbt-token-removeable {
    cursor: pointer;
}

.rbt-token-active {
    background-color: #007bff;
    color: #fff;
    outline: none;
    text-decoration: none;
}

.rbt-token .rbt-token-remove-button {
    background-image: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: none;
    color: inherit;
    display: flex;
    justify-content: center;
    font-size: 23px;
    font-weight: normal;
    opacity: 1;
    outline: none;
    text-shadow: none;
    height: 20px;
    padding: 5px 6px 0 0;
}

.rbt-token .rbt-token-remove-button .rbt-close-content {
    display: block;
}

/**
 * Loader + CloseButton container
 */
.rbt-aux {
    align-items: center;
    display: flex;
    bottom: 0;
    justify-content: center;
    pointer-events: none;
    /* Don't block clicks on the input */
    position: absolute;
    right: 0;
    top: 0;
    width: 2rem;
}

.rbt-aux-lg {
    width: 3rem;
}

.rbt-aux .rbt-close {
    margin-top: -0.25rem;
    pointer-events: auto;
    /* Override pointer-events: none; above */
}

.has-aux .form-control {
    padding-right: 2rem;
}

.has-aux .form-control.is-valid, .has-aux .form-control.is-invalid {
    background-position: right 2rem center;
    padding-right: 4rem;
}

.rbt-highlight-text {
    background-color: inherit;
    color: inherit;
    font-weight: bold;
    padding: 0;
}

/**
 * Input Groups
 */
.input-group > .rbt {
    flex: 1;
}

.input-group > .rbt .rbt-input-hint, .input-group > .rbt .rbt-aux {
    z-index: 5;
}

.input-group > .rbt:not(:first-child) .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .rbt:not(:last-child) .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.rbt {
    min-height: 35px
}


button[type=button].close span {
    font-size: 20px !important;
}

div.rbt-token > button {
    padding-top: 0 !important;
}

button.close > span {
    display: none;
}

.files-ui-header {
    font-size: 13px !important;
}

.files-ui-dropzone-children-container {
    font-size: 17px !important;
}

.files-ui-footer {
    font-size: 13px !important;
}

.blur {
    display: none !important;
}

.files-ui-layer {
    padding: .25rem !important;
}

.files-ui-layer-container {
    background: #efefef;
}

.files-ui-file-mosaic-file-name {
    font-size: 10px !important;
    letter-spacing: 0 !Important;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

.cards_border:hover {
    border-color: #007bff !important;
}

.sidebar.show {
    transform: translateX(0px);
    transition: transform 0.5s linear;
}

.sidebar-sticky {
    position: sticky;
    top: 48px; /* Height of navbar */
    height: calc(100vh - 48px);
    padding-top: 1.5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .closebtn {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 30px;
}

.sidebar .closebtn:hover {
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .sidebar .closebtn, .control-sidebar {
        display: none;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: #ffffff;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #ffffff;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}


/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*
 * Utilities
 */

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

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

.border-top-blue {
    border-top: 1px solid #5b9bff;
}

.border-top-dark {
    border-top: 1px solid #444;
}

.border-bottom-blue {
    border-bottom: 1px solid #5b9bff;
}

.border-bottom-dark {
    border-bottom: 1px solid #444;
}

/* PRV CSS SIDEBAR E LOGO SOLO IN DASHBOARD */
.logo_container {
    padding-top: 0.5rem;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -7px 10px 9px -7px #272727;
}

.bs {
    box-shadow: 0 5px 9px rgb(0 0 0 / 75%);
}


.btn-coming-soon {
    text-decoration: none;
    color: #fff;
    border: 1px solid #eeeeee;
    padding: 1rem 3rem;
    display: inline-block;
    margin: 2rem 0 0;
    border-radius: 50px;
    transition: all 500ms ease-out;
}

.btn-coming-soon:hover {
    background: #ccc;
    color: #000;
}

/* Carousel rules */
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.whatsapp-icon {
    font-size: 24px;
    color: #6c757d;
}

.template-icon {
    font-size: 15px;
    color: #00a884;
}

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

.pdf-icon {
    font-size: 20px;
    color: #6c757d;
}

.bg-attachment {
    background-color: #d7d7d785;
    min-width: 220px;
}

.hover-icon:hover {
    color: rgb(0 123 255) !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-indicators [data-bs-target] {
    background-color: black !important;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5% !important;
}


.button__pageEmail__lightspeedEmail {
    background-color: #004f8d;
    color: #fff;
    border-color: #545b62 !important;
    border-radius: 50px;
    width: 165px;
}

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

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

.active-button {
    color: white;
    background-color: #06c;
    font-weight: bold;
    border: none;
    border-radius: 9999px;
}

/* INACTIVE: light background, neutral text */
.inactive-button {
    background-color: #f1f5f9; /* similar to Tailwind's default-100 */
    color: #1f2937; /* neutral-800 */
    border: none;
    border-radius: 9999px;
}

@media screen and (max-width: 500px) {
    .s_between_legenda {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 20px;
        white-space: nowrap;
    }

    #whatsapp main[role="main"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #whatsapp main[role="main"] div:nth-child(4) > div:first-child {
        padding: 0 !important;
    }

    #whatsapp main[role="main"] > div:nth-child(4) > div:last-child {
        padding: 1.5rem 0 0 0 !important;
    }

    #whatsapp main[role="main"] > div:nth-child(4) > div:last-child > div:nth-child(3) div > .waba_templates {
        padding: 0 10px !important;
    }

    #searchFilter div:first-child {
        display: grid;
    }

    #searchFilter div:first-child > div {
        width: 100% !important;
    }

    #searchFilter div:first-child > div > div {
        width: 100% !important;
    }

    #searchFilter > div:last-child > div {
        display: flex;
        justify-content: center;
    }
}

.no_border {
    border: none !important;
}

.z-index-1 {
    z-index: 1;
}

.blck {
    color: black !important;
}

.genderChoice {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.overflowModal {
    max-height: 95vh;
}

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

.trasparent {
    background: transparent !important;
}


@media screen and (max-width: 1000px) {
    .overflowModal {
        overflow-y: scroll;
    }
}

.hover-light-green:hover {
    background-color: #00d200 !important;
}

.upload-contacts-btn {
    display: block;
    margin: 0 auto !important;
    margin-top: 30px !important;
}

.svg-icon {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
    fill: black;
}

.svg-icon circle {
    stroke: #4691f6;
    stroke-width: 1;
}

.report_form {
    box-shadow: 0 0 2px #888888;
    max-width: 800px;
    margin: auto;
}

.filter_form {
    background-color: white;
    box-shadow: 0px 0px 4px #888888;
}

.legenda-border-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px dashed black;
}

.legenda-border-right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.bgroundblue {
    color: white !important;
    background-color: blue;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.rechargeBorder {
    border: 1px solid rgb(0 0 0 / 30%);
}

.hide_text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
}

@media screen and (min-width: 481px) {
    .hide_text_dynamicTable {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 300px !important;
    }
}

@media screen and (max-width: 480px) and (min-width: 381px) {
    .hide_text_dynamicTable {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 200px !important;
    }
}

@media screen and (max-width: 380px) {
    .hide_text_dynamicTable {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 70px !important;
    }
}

.add_template {
    margin-top: 25px;
    border-radius: 10px;
    background-image: url("../images/waba-bg.jpg");
    box-shadow: 4px 4px 8px 0 #888888;
    height: 530px;
    border: 1px solid gray;
}

.add-template-btn {
    margin: 35px 0 !important;
    color: rgb(40 40 40) !important;
    background-color: #00c71e !important;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid #828282;
}

.add-template-btn:hover {
    background-color: #0fed30 !important;
}

.wabalink:hover {
    background-color: #c5e1f9;
    border-radius: 10px;
}


/* Jobs */

.jobs-menu {
    width: 100%;
}

.find-jobs-menu-width {
    width: 100%;
}

.jobs-menu.card {
    height: auto !important;
}

.jobs-menu img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.jobs-menu .jobs-menu-item {
    font-weight: bold;
    padding: 15px 20px;
    border-top: 1px solid #dee2e6;
}

.jobs-menu .jobs-menu-item:hover {
    color: black !important;
}

.jobs-menu .jobs-menu-item.active {
    color: #004f8d !important;
    border-left: 4px solid #004f8d !important;
}

.jobs_button {
    color: #fff;
    background-color: #004f8d;
    border-color: #545b62;
    width: 100%;
    border-radius: 15px;
    font-weight: 500;
}

.jobs_button:not(:disabled):not(.disabled):hover {
    color: #212529;
    background-color: #ffc107;
    border: 1px solid #ffc107;
    font-weight: 500;
}

.custom-jobs-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

@media screen and (max-width: 1640px) {
    .custom-jobs-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 1420px) {
    .custom-jobs-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* End Jobs */


#allegaFile {
    color: white;
    border-color: #0d6efd !important;
    min-width: 140px;
    text-align: center;
    padding: .375rem .75rem;
}

#submit-email {
    color: white;
    border-color: #0d6efd !important;
    min-width: 140px;
    text-transform: capitalize;
    font-size: 1rem;
    padding: .375rem .75rem;
}


.my-label {
    color: #55585a;
    top: 1.5rem;
    transition: .25s ease;
    font-weight: bold;
}


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


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

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

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

.clients-filter-card {
    margin-left: 15px;
    margin-right: 15px;
}

@media screen and (max-width: 500px) {
    .clients-filter-card {
        margin-left: 0;
        margin-right: 0;
    }
}

.age-client-filter-card {
    padding-right: 15px;
}

@media screen and (max-width: 500px) {
    .age-client-filter-card {
        padding-right: 0;
    }
}

.age-comp-client-filter-card {
    padding-left: 15px;
}

@media screen and (max-width: 500px) {
    .age-comp-client-filter-card {
        padding-left: 0;
    }
}

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

.btn-html-email-model {
    background-color: #0d6efd;
    color: #fff;
    border: 1px solid #0d6efd !important;
}

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

.bg-selected-html-template {
    background-color: #d0e9ff;
    border: 1px solid #0d6efd;
}

@media screen and (min-width: 1200px) {
    .responsive-status-messages-table {
        display: flex;
    }
}

.custom-filter-column-date {
    flex: 0 0 40%;
    max-width: 40%;
}

.custom-filter-column-flag {
    flex: 0 0 20%;
    max-width: 20%;
}

@media screen and (min-width: 768px) {
    .custom-filter-column-date {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .custom-filter-column-flag {
        flex: 0 0 8%;
        max-width: 8%;
    }
}

.hide-btn {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.show-btn:hover .hide-btn {
    opacity: 1;
}

.image-box-shadow {
    box-shadow: 0 0 8px #888 !important;
}

.container-single-chat {
    transition: 0.1s ease;
    -webkit-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    -ms-transition: 0.1s ease;
    -o-transition: 0.1s ease;
}

.single-chat-hover:hover {
    background-color: #d5f0db;
}

.bg-whatsapp-notification {
    background-color: #0da821
}

.text-base {
    color: #161616
}

#single-chat-row:hover #notification-whatsapp {
    background-color: #11d42a !important
}

.w-85 {
    width: 85%
}

.w-15 {
    width: 15%
}

.spinner-green {
    color: #40c351 !important
}

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

.share-message-icon {
    display: none;
}

.share-message-icon-container:hover .share-message-icon {
    display: flex;
}

.chat-bubble {
    min-width: 100px;
    max-width: 490px;
    background: #eee;
    margin: 2px 10px 2px 10px;
    padding: 2px;
    position: relative;
    animation: fadeIn 0.2s ease-in;
    box-shadow: 2px 2px 2px #b8b8b8;
}

.chat-bubble::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 0;
    margin-top: -10px;
    border-radius: 3px;
}

.chat-bubble--right {
    background: #d9fdd3;
    color: black;
}

.chat-bubble--left::after {
    left: 0;
    top: 10px;
    border-right-color: #eee;
    border-left: 0;
    margin-left: -10px;
}

.chat-bubble--right::after {
    right: 0;
    top: 10px;
    border-left-color: #d9fdd3;
    border-right: 0;
    margin-right: -10px;
}


.wb-chat-shadow-right {
    border-radius: 9px 0 9px 9px;
}

.wb-chat-shadow-left {
    border-radius: 0 9px 9px 9px;
}

.bg-chat {
    background-image: url("../images/waba-bg.jpg");
}

.waba_templates {
    background-color: #f1f6f1;
    box-shadow: 0 0 2px #888888;
    border-radius: 0.4rem;
}

.bg-template-approved {
    background-color: #eff6ee;
}

.bg-template-pending {
    background-color: #f9f5e8;
}

.bg-template-denied {
    background-color: #f6eeee;
}

.bg-template-unsubmitted {
    background-color: #f5f5f5;
}

.vertical-center {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#buttonHide {
    display: none !important;
}

.buttonBack:hover {
    background-color: rgba(0, 0, 0, 0.205);
}

.bg-chat div:nth-child(2) .loading-clock-spinner {
    display: flex;
    align-items: center;
    height: 100%;
}

@media screen and (max-width: 992px) {
    .responsive-stick-bottom {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}


@media screen and (max-width: 1024px) {
    .container__single__chat div {
        margin-right: 10px;
    }
}

@media screen and (max-width: 992px) {
    .mobile__wp__chat {
        display: none !important;
    }

    .display__none {
        display: none !important;
    }

    #buttonHide {
        display: flex !important;
    }

    .buttonBack {
        transition: 0.1s ease;
        -webkit-transition: 0.1s ease;
        -moz-transition: 0.1s ease;
        -ms-transition: 0.1s ease;
        -o-transition: 0.1s ease;
        border-radius: 50%;
        border: none;
        height: 30px;
        width: 30px;
        text-align: center;
        padding: 0;
    }

    .display__view {
        display: block !important;
    }

    .display__chat {
        display: flex !important;
    }

    .listChatWp {
        flex-basis: 0 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
        max-width: 100% !important;
        height: var(--cont-height)
    }

    .listChatWp hr {
        width: 80% !important;
    }
}

.wbSendBtn {
    font-size: 30px !important;
    color: #189d29;
}

.wbSendBtn:hover {
    color: #1fdc38 !important;
}

.background-whatsapp {
    height: 250px;
    background-color: #00a884;
    width: 100%;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.background__whatsapp div div div h2 {
    color: #fff;
}

/*#25d366*/

.my-whatsapp-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 2px #888888;
    border-top: #00a884 4px solid;
}

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

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

.whatsapp-selected {
    background-color: #eeeeee !important;
}

.template-selected {
    background-color: #c6ffbc !important;
    border: 1px solid #198754;
}

.button-whatsapp-submit {
    background-color: #00a884 !important;
    color: #fff !important;
    border: 1px solid #00a884 !important;
    width: 165px;
}

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

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

.btn-default-model {
    background-color: #00a884;
    color: #fff;
    border: 1px solid #00a884 !important;
}

.btn-default-model-active {
    background-color: #25d366 !important;
    color: #fff !important;
    border: 1px solid #00a884 !important;
}

.btn-default-model:hover {
    background-color: #25d366 !important;
    color: #fff !important;
    border: 1px solid #00a884 !important;
}

.button-whatsapp-submit:not(:disabled):not(.disabled):hover {
    background-color: #25d366 !important;
}

.wb-input-box {
    border: none !important;
    box-shadow: 2px 2px 4px #888888;
}

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

#div-attachment:hover #attachment-text {
    color: #0a58ca !important;
}

#div-attachment:hover #document-icon {
    color: #0a58ca !important;
}

.underline-hover-whatsapp:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #00a884;
    content: "";
    transition: width 0.1s;
}

.underline-hover-whatsapp:hover {
    color: #00a884;
}

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

.wb-filter-left {
    background-color: transparent;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #ffffff;
    padding: 0.375rem 0.75rem;
    display: block;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.bg-whatsapp {
    background-color: #00a884;
    color: #fff !important;
    border: 1px solid #00a884 !important;
}

.bg-whatsapp-3 {
    background-color: rgb(0, 168, 132) !important
}


.wb-filter-right {
    background-color: white;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #34383d;
    padding: 0.375rem 0.75rem;
    display: block;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.send-message-div {
    background: #f3f2f0;
    min-height: 60px !important;
}


.my-whatsapp-btn {
    background-color: #05aa86;
    border-color: #05aa86;
    color: white;
}

.my-whatsapp-btn:hover {
    background-color: #25d366;
    border-color: #05aa86;
    color: white;
}

.my-whatsapp-btn-2 {
    background-color: #00af00;
    border-color: #00af00;
    color: white;
}

.my-whatsapp-btn-2:hover {
    background-color: #4fc11e;
    border-color: #4fc11e;
    color: white;
}

.border-lightgrey {
    border: 1px solid lightgrey;
}

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

.my-form-whatsapp:focus {
    outline: none;
    border-bottom-color: #05aa86;
    height: 30px;
    box-shadow: none !important;
}

.my-form-text-whatsapp {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    border-bottom: 2px solid lightgray;
    transition: min-height 0.7s;
    min-height: 15px;
    height: 15px;
    box-shadow: none !important;
    max-height: 150px;
}

.my-form-text-whatsapp:focus {
    border-bottom-color: #05aa86;
    min-height: 40px;
}

.h-600 {
    height: 600px;
}

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

.bg-tr-table-whatsapp {
    background-color: #00a884;
}

.align-placeholder-center {
    min-height: 40px;
    line-height: 25px;
}

.whatsapp-chat {
    width: 100%;
    height: 100%;
}

.whatsapp-chat::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.whatsapp-chat::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.date-panel {
    background-color: #ffffff;
    box-shadow: 1px 1px 3px #888;
}

.containerOne-min-height {
    min-height: 80vh;
}

.containerOne-min-height-mobile {
    min-height: calc(100vh - 60px);
}

.containerOne-min-height-mobile-40 {
    min-height: calc(100vh - 60px - 40px);
}

.containerOne-min-height-mobile-50 {
    min-height: calc(100vh - 60px - 50px);
}

/*.user-chat-max-height {*/
/*  max-height: calc(80vh - 120px);*/
/*}*/

/*.user-chat-max-height-mobile {*/
/*  max-height: none;*/
/*  height: calc(100vh - 180px) !important;*/
/*}*/

/*.user-chat-max-height-mobile-40 {*/
/*  max-height: none;*/
/*  height: calc(100vh - 180px - 40px) !important;*/
/*}*/

/*.user-chat-max-height-mobile-50 {*/
/*  max-height: none;*/
/*  height: calc(100vh - 180px - 50px) !important;*/
/*}*/

.nav-hambuger-btn-height {
    height: 4rem !important;
}

.down-chat-btn {
    width: 1.7rem;
    height: 1.7rem;
    background-color: white;
    border-radius: 50%;
}

.down-chat-btn-trasparent {
    background-color: transparent;
}

.down-chat-symbol-trasparent {
    color: transparent;
}

.down-chat-symbol {
    font-size: 0.8rem;
    color: #343434;
}

.whatsapp-chats-mt {
    margin-top: var(--chat-mt) !important;
}

.wa-chats-wrapper {
    background-color: #fff;
    height: 100%;
}

.chat-preview-options {
    position: absolute;
    bottom: 0;
    transition: all 0.3s ease-out;
}

@media screen and (min-width: 992px) {
    .wa-chats-layout {
        padding-top: 1.5rem;
        padding-bottom: 3.5rem;
    }

    .wa-chats-wrapper {
        display: flex;
        overflow: hidden;
        border-radius: 0.5rem;
    }

    .wa-chats-list {
        padding-top: 1rem;
        border-right: #d0d1d2 1px solid;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .wa-chats-details {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .wa-back-btn {
        display: none;
    }

    .wa-chat-list-placeholder {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        height: 100%;
        width: 100%;
    }

    .hidden-element {
        opacity: 0 !important;
        transition: ease 0.3s all;
    }

    .hidden-element-container:hover .hidden-element {
        opacity: 1 !important;
    }

    .chat-preview-options {
        right: -20px;
    }

    .whatsapp-chat-card {
        border-radius: 0.5rem;
        border: #d0d1d2 1px solid;
    }
}

@media screen and (max-width: 991px) {
    .wa-chats-wrapper {
        position: relative;
    }

    .wa-chats-list {
        position: absolute;
        left: -100%;
        height: 100%;
        width: 100%;
        background-color: #fff;
        transition: all 0.3s ease-in-out;
        padding-top: 1rem;
    }

    .wa-chats-list.is-open {
        left: 0;
    }

    .wa-chats-details {
        height: 100%;
    }

    .wa-chat-list-placeholder {
        display: none;
    }

    .chat-preview-options {
        right: 0;
    }
}

.wa-client-preview span {
    min-width: 40px;
}

.emoji-popover-wrapper {
    position: absolute;
    left: 24px;
    bottom: 24px;
}

.attachment-form {
    width: clamp(300px, 600px, 95vw);
}

.new-message {
    width: calc(100% - 80px);
}

.attachment-url {
    width: calc(100% - 48px);
}

.img-border-radius {
    border-radius: 9px;
}

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

.hidden-element-container:hover .chat-preview-options {
    right: 0;
}

.chat-option:hover {
    background-color: #e4e2e2;
}

.listbox-checkmark {
    color: blue;

}

#login .container #login-row #login-column #login-box {
    margin-top: 320px;
    max-width: 600px;
    height: 320px;
    border: 1px solid #9c9c9c;
    background-color: #eaeaea;
}

#login .container #login-row #login-column #login-box #login-form {
    padding: 20px;
    margin-top: 20px;
}

#login .container #login-row #login-column #login-box #login-form #register-link {
    margin-top: -85px;
}

#formFooter {
    border-top: 1px solid #137bcc;
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}

#formContent {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    max-width: 450px;
    text-align: center;
    z-index: 6;
}

.hover-icon:hover {
    color: rgb(0 123 255) !important;
    background-color: #e3f1ff;
}

.contract-style {
    max-height: 400px;
    overflow-x: hidden !important;
}

@media screen and (min-width: 992px) {
    .contract-content {
        width: 800px;
    }
}

@media screen and (max-width: 992px) {
    .contract-content {
        width: 390px;
    }
}


.contract-content {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    text-align: center;
    z-index: 6;
}

.max-height-90 {
    max-height: 110px !important;
}

@media screen and (max-width: 300px) {
    .max-height-login-logo {
        max-height: 85px !important;
    }
}

@media screen and (min-width: 301px) and (max-width: 992px) {
    .max-height-login-logo {
        max-height: 100px !important;
    }
}

@media screen and (min-width: 993px) {
    .max-height-login-logo {
        max-height: 110px !important;
    }
}

/* login backgroud */

.page {
    height: 100%;
    background-color: #ffffff1a;
}

.main-page-content {
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.universe {
    z-index: -10000;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    filter: saturate(220%) contrast(110%);
}

.universe-container {
    width: 100%;
    height: 100%;
    background-image: radial-gradient(1600px at 70% 120%, rgba(63, 69, 120, 1) 10%, rgba(33, 39, 80, 1) 50%, #020409 100%);
}

.content {
    width: inherit;
    height: inherit;
}

#universe {
    width: 100%;
    height: 100%;
}

#footer {
    position: absolute;
    bottom: 0px;
    height: 300px;
    width: 100%;
}

.otp-title {
    max-width: 400px;
    margin: auto;
    text-align: center;
}

.otp-input-fields {
    margin: auto;
    background-color: white;
    max-width: 400px;
    width: auto;
    display: flex;
    justify-content: center;
}

.bg-otp {
    background-color: #e7e7e7 !important;
}

@media screen and (max-width: 300px) {
    .otp-input {
        height: 30px;
        width: 30px;
        background-color: transparent;
        border-radius: 4px;
        border: 1px solid #0d6efd;
        text-align: center;
        outline: none;
        font-size: 17px !important;
        font-weight: bold !important;
        margin: 0;
    }
}

@media screen and (min-width: 301px) {
    .otp-input {
        height: 35px;
        width: 35px;
        background-color: transparent;
        border-radius: 4px;
        border: 1px solid #0d6efd;
        text-align: center;
        outline: none;
        font-size: 17px !important;
        font-weight: bold !important;
        margin: 0;
    }
}

.otp-text {
    pointer-events: auto;
    color: #0069c2;
    font-size: medium;
}

.otp-text-disabled {
    pointer-events: none;
    color: #7e7e7e;
    font-size: medium;
}


.otp-icon {
    font-size: 18px;
    color: #0069c2;
    cursor: pointer;
}

.otp-icon-disabled {
    font-size: 18px;
    color: #7e7e7e;
}

.login-btn {
    min-width: 180px;
    height: 40px;
    cursor: pointer;
}


.hover-icon:hover {
    color: rgb(0 123 255) !important;
}

@media screen and (max-width: 350px) {
    .reset-password-card {
        position: absolute;
        z-index: 1;
        width: 270px;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        border-radius: .25rem;
        background: white
    }
}

@media screen and (min-width: 351px) and (max-width: 575px) {
    .reset-password-card {
        position: absolute;
        z-index: 1;
        width: 320px;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        border-radius: .25rem;
        background: white
    }
}


@media screen and (min-width: 576px) {
    .reset-password-card {
        position: absolute;
        z-index: 1;
        width: 450px;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        border-radius: .25rem;
        background: white
    }
}

@media screen and (max-width: 350px) {
    .auth-token-card {
        position: absolute;
        z-index: 1;
        transform: translate(-50%, -50%);
        width: 340px;
        top: 50%;
        left: 50%;
        border-radius: .25rem;
        background: white
    }
}

@media screen and (min-width: 351px) and (max-width: 400px) {
    .auth-token-card {
        position: absolute;
        z-index: 1;
        transform: translate(-50%, -50%);
        width: 340px;
        top: 50%;
        left: 50%;
        border-radius: .25rem;
        background: white
    }
}

@media screen and (min-width: 401px) and (max-width: 500px) {
    .auth-token-card {
        position: absolute;
        z-index: 1;
        transform: translate(-50%, -50%);
        width: 390px;
        top: 50%;
        left: 50%;
        border-radius: .25rem;
        background: white
    }
}

@media screen and (min-width: 501px) and (max-width: 600px) {
    .auth-token-card {
        position: absolute;
        z-index: 1;
        transform: translate(-50%, -50%);
        width: 470px;
        top: 50%;
        left: 50%;
        border-radius: .25rem;
        background: white
    }
}

@media screen and (min-width: 601px) {
    .auth-token-card {
        position: absolute;
        z-index: 1;
        width: 550px;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        border-radius: .25rem;
        background: white
    }
}


@media screen and (max-width: 350px) {
    .privacy-card {
        z-index: 1;
        width: 270px;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }
}

@media screen and (min-width: 351px) and (max-width: 600px) {
    .privacy-card {
        z-index: 1;
        width: 320px;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }
}

@media screen and (min-width: 601px) and (max-width: 991px) {
    .privacy-card {
        z-index: 1;
        width: 450px;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }
}

@media screen and (min-width: 992px) {
    .privacy-card {
        z-index: 1;
        width: 650px;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }
}

@media screen and (max-width: 350px) {
    .show-responsive {
        display: none !important;
    }
}

@media screen and (max-width: 350px) {
    .enlarge {
        width: 100% !important;
    }
}

@media screen and (min-width: 351px) {
    .show-responsive {
        display: block !important;
    }
}

.my-post-card {
    box-shadow: 0 0 4px #888888 !important;
    z-index: 9;
}

.post-options-holder {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #212529;
}

.post-options-holder:hover {
    background-color: #d0e9ff;
}

.post-icon {
    color: #212529;
}


.post-options-holder:hover #post-icon {
    color: rgb(10, 88, 202);
}

.hover-blue-icon {
    color: #3198ff !important;
}

.opacity-btn-hover {
    transition: opacity 0.2s ease;
}

.opacity-btn-hover:hover {
    opacity: 0.8;
}

.post-details {
    font-size: 12px;
    color: #545b62;
}

.comment-holder {
    background-color: #f2f2f2;
    min-height: 37px;
    min-inline-size: 0;
    overflow-wrap: break-word;
}

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

.posting-btn:hover {
    font-size: 1.1rem !important;
    background-color: lightgray !important;
}

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

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

.add-comment-input {
    border-radius: 5px !important;
    letter-spacing: 1px;
    font-size: 0.9rem !important;
    border: 1px solid #a8a8a8;
    color: #5c5c5c;
    height: 40px;
    background-color: white;
    padding-bottom: 10px;
    padding-top: 10px;
}

.comment-options-holder {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    color: #212529;
}

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

.comment-options-holder:hover #comment-icon {
    color: rgb(10, 88, 202);
}


.comment-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0;
    border-color: #f2f2f2 transparent transparent transparent;
    left: 15%;
    margin-top: 16px;
}

.my-comment-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 28px 0 0;
    border-color: #f2f2f2 transparent transparent transparent;
    right: -10px;
    top: 0;
}

.my-left-comment-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 0 0 28px;
    border-color: #f2f2f2 transparent transparent transparent;
    left: -15px;
    top: 0;
}


.max-height-90 {
    max-height: 90px;
}

.show-more-tag {
    max-width: 150px;
}

.bg-dark {
    background-color: #212529;
}

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

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

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

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

#new-comment-modal-textarea:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

@media screen and (max-width: 992px) {
    .post-img-width {
        max-width: 300px;
    }
}

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

.post-card-600 {
    max-width: 600px;
}

.post-card-550 {
    max-width: 550px;
}

.border-top-none {
    border-top: none !important;
}

.post-btn-effect {
    position: relative;
    top: 0;
    transition: top ease 0.3s;
}

.post-btn-effect:hover {
    top: -3px
}

@media screen and (max-width: 992px) {
    .posts-container {
        height: 32vh;
        width: 100%;
        z-index: 4;
        display: flex;
        justify-content: center;
        position: relative;
    }
}

@media screen and (min-width: 993px) {
    .posts-container {
        height: 32vh;
        width: 100%;
        z-index: 4;
        display: flex;
        justify-content: center;
        position: relative;
    }
}


@media screen and (max-width: 365px) {
    .post-header-container {
        width: 300px !important;
    }

    .post-element {
        width: 300px !important;
        margin-top: 80px
    }

    .post-header {
        margin: auto;
        width: 293px !important;
    }
}

@media screen and (min-width: 366px) and (max-width: 410px) {
    .post-header-container {
        width: 355px !important;
    }

    .post-element {
        width: 355px !important;
        margin-top: 80px
    }

    .post-header {
        margin: auto;
        width: 348px !important;
    }
}

@media screen and (min-width: 411px) and (max-width: 460px) {
    .post-header-container {
        width: 400px !important;
    }

    .post-element {
        width: 400px !important;
        margin-top: 80px
    }

    .post-header {
        margin: auto;
        width: 397px !important;
    }
}

@media screen and (min-width: 461px) and (max-width: 510px) {
    .post-header-container {
        width: 450px !important;
    }

    .post-element {
        width: 450px !important;
        margin-top: 80px
    }

    .post-header {
        margin: auto;
        width: 443px !important;
    }
}

@media screen and (min-width: 511px) and (max-width: 550px) {
    .post-header-container {
        width: 500px !important;
    }

    .post-element {
        width: 500px !important;
        margin-top: 80px
    }

    .post-header {
        margin: auto;
        width: 493px !important;
    }
}

@media screen and (min-width: 551px) and (max-width: 610px) {
    .post-header-container {
        width: 540px !important;
    }

    .post-element {
        width: 540px !important;
        margin-top: 80px
    }

    .post-header {
        margin: auto;
        width: 533px !important;
    }
}

@media screen and (min-width: 611px) and (max-width: 650px) {
    .post-header-container {
        width: 600px !important;
    }

    .post-element {
        width: 600px !important;
        margin-top: 80px
    }

    .post-header {
        margin: auto;
        width: 593px !important;
    }
}

@media screen and (min-width: 651px) and (max-width: 710px) {
    .post-header-container {
        width: 640px !important;
    }

    .post-element {
        width: 640px !important;
        margin-top: 80px
    }

    .post-header {
        margin: auto;
        width: 633px !important;
    }
}

@media screen and (min-width: 711px) and (max-width: 767px) {
    .post-header-container {
        width: 700px !important;
    }

    .post-element {
        width: 700px !important;
        margin-top: 80px
    }

    .post-header {
        margin: auto;
        width: 693px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 810px) {
    .post-header-container {
        width: 755px !important;
    }

    .post-element {
        width: 755px !important;
        margin-top: 96px
    }

    .post-header {
        margin: auto;
        width: 748px !important;
    }
}

@media screen and (min-width: 811px) and (max-width: 880px) {
    .post-header-container {
        width: 790px !important;
    }

    .post-element {
        width: 790px !important;
        margin-top: 96px
    }

    .post-header {
        margin: auto;
        width: 783px !important;
    }
}

@media screen and (min-width: 881px) and (max-width: 991px) {
    .post-header-container {
        width: 860px !important;
    }

    .post-element {
        width: 860px !important;
        margin-top: 96px
    }

    .post-header {
        margin: auto;
        width: 853px !important;
    }

}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .post-header-container {
        width: 350px !important;
    }

    .post-element {
        width: 350px !important;
        margin-top: 82px
    }

    .post-header {
        margin: auto;
        width: 343px !important;
    }

    .dynamic-posts-width {
        width: 350px !important;
    }
}

@media screen and (min-width: 1251px) and (max-width: 1750px) {
    .post-header-container {
        width: 550px !important;
    }

    .post-element {
        width: 550px !important;
        margin-top: 82px
    }

    .post-header {
        margin: auto;
        width: 543px !important;
    }

    .dynamic-posts-width {
        width: 550px !important;
    }
}

@media screen and (min-width: 1751px) {
    .post-header-container {
        width: 650px !important;
    }

    .post-element {
        width: 650px !important;
        margin-top: 82px
    }

    .post-header {
        margin: auto;
        width: 643px !important;
    }

    .dynamic-posts-width {
        width: 650px !important;
    }
}

.roboto-txt {
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.4px;
    font-family: Roboto !important;
}

.heroui-input-height-auto [data-slot="input-wrapper"] {
    min-height: 56px !important
}

.dark-on-hover:hover {
    filter: brightness(0.75);
    cursor: pointer;
}