.dashboardcardimg {
    position: absolute;
    top: -3rem;
    right: -9rem;
    height: 17.5rem;

    vertical-align: middle;
    border-style: none;
    /* animation:spin 5s linear infinite; */
}

.dashboardcardimgred {
    position: absolute;
    top: -3rem;
    right: -9rem;
    height: 17.5rem;

    vertical-align: middle;
    border-style: none;
    /* animation:spin 5s linear infinite; */
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* This is for the dashboard cards */
.cardcustom {
    overflow: hidden;
    border: 0;
    width: -webkit-fill-available;
    height: 145px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 20px 0px rgb(75 75 75 / 21%);
    margin: 0.75rem !important;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    position: relative;
    padding: 14px;
    max-width: -moz-available;
}

.cardCustomStats {
    font-size: 4rem;
    font-weight: lighter;
    line-height: normal;
}

.cardCustomConvoStats {
    font-size: 30px;
    font-weight: lighter;
}

.cardCustomTitle {
    color: rgb(255, 107, 49);
    font-size: 16px;
    font-weight: 700;

    text-transform: uppercase;
    /* margin: 10 100% 0 0; */
}

.cloneIconBtn {
    color: rgb(255, 107, 49);
    font-size: 20px;
    font-weight: 700;

    text-transform: uppercase;
    /* margin: 10 100% 0 0; */
}

.fontCus {
    font-size: 12px;
}

.avatar {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    /* border: 1.2px solid #e6af65 !important; */
    object-fit: cover;
}

.avatarImgFit {
    object-fit: cover;
    width: 60px !important;
    height: 60px !important;
}

.customUserCard {
    border: 0;
    width: -webkit-fill-available;
    height: 11rem;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
    margin: 0.27rem !important;
}

.customUserCard2 {
    border: 0;
    width: -webkit-fill-available;
    max-height: 16.5vh;
    border-radius: 11px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: white;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
}

.customUserCard3 {
    border: 0;
    width: -webkit-fill-available;
    height: 8rem;
    border-radius: 11px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: white;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
}

.projectSummaryTeamNameText {
    /* Paragraph */

    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    /* identical to box height, or 185% */

    color: #000000;
}

.customUserCardBottom {
    border: 0;
    width: -webkit-fill-available;
    height: 3rem;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #e6af65;
    color: white;
}

.customUserCardBottomGrey {
    border: 0;
    width: -webkit-fill-available;
    height: 3rem;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #e0e0e0;
    color: white;
}

.specialCardButton {
    /* Button */

    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 24px;
    /* identical to box height, or 185% */

    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    padding-left: 10px;
    padding-top: 7px;
    color: #ffffff;
}

.specialCardButtonGrey {
    /* Button */

    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 24px;
    /* identical to box height, or 185% */

    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    padding-left: 10px;
    padding-top: 7px;
    color: #00000079;
}

.customOverviewCard {
    border: 0;
    width: auto;
    height: auto;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
}

.customCardEffectsOnly {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
}

.customCardRounded {
    border-radius: 20px;
}

.customHeadingColor {
    color: rgb(255, 107, 49);
}

.customHeadingColorBlue {
    color: #041198;
}

.customPrimaryColor {
    color: rgb(255, 107, 49);
}

.circle-stat {
    height: 7rem;
    width: 7rem;
    border: 0.3rem rgb(255, 107, 49) solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar-WhatsNext {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    border: 3px solid #e6af65;
    object-fit: cover;
}

.projectLogoImage {
    height: 5rem;
    width: 5rem;
    border: 0.3rem #e6af65 solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    object-fit: cover;
}

.customConvoCard {
    border: 0;
    width: auto;
    height: auto;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
}

.cardclientcustom {
    border: 0;

    border-radius: 20px;
    background-color: white;
    box-shadow: 0px 0px 20px 0px rgb(75 75 75 / 21%);
}

.smallbutton {
    color: #ffffff !important;
    background-color: rgb(255, 107, 49) !important;
    display: inline-block;
    padding: 0.5em 0.85em;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.475rem;
    height: fit-content;
    cursor: pointer;
}

.smallbutton:hover {
    color: #ffffff !important;
    background-color: #d14913 !important;
}

.smallDetailsbutton {
    color: #ffffff;
    background-color: #efaf64;
    display: inline-block;
    padding: 0.5em 0.85em;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.475rem;
    height: fit-content;
    cursor: pointer;
}
.smallDetailsbutton:hover {
    color: black;
}

.scrubber {
    min-height: 5rem;
    display: flex;
    align-items: center;
}
.scrubber > img {
    cursor: pointer;
    height: 5rem;
    width: 5rem;
    margin-right: 1rem;
}
.scrubber > .timeline-container {
    flex: 1 0 0;
    height: 2rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.scrubber > .timeline-container > .timeline {
    width: 100%;
    height: 0.8rem;
    padding: 0 0.5rem;
    background: rgb(255, 107, 49);
    border-radius: 0.4rem;
    position: relative;
}
.scrubber > .timeline-container > .timeline > .indicator {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    filter: drop-shadow(0px 0px 0.3rem rgba(0, 0, 0, 0.25));
    pointer-events: none;
    bottom: 0.2rem;
    left: -2.7rem;
    width: 6.5rem;
}
.scrubber > .timeline-container > .timeline > .indicator > div {
    padding: 0.5rem;
    background: white;
    border-radius: 0.5rem;
}
.scrubber > .timeline-container > .timeline > .indicator > svg {
    height: 2rem;
    width: 2rem;
}

.transcript-view {
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 2rem;
    max-height: 60rem;
}
.transcript-view > .transcript-column {
    border-radius: 1rem;
}
.transcript-view > .transcript-column > .header-line {
    display: flex;
}
.transcript-view > .transcript-column > .header-line > * {
    flex: 1 0 0;
    margin-left: 4rem;
    border-radius: 1rem 1rem 0 0;
    height: 1rem;
    border: 0.1rem solid #dedede;
    border-bottom: none;
}
.transcript-view > .transcript-column > .footer-line {
    display: flex;
}
.transcript-view > .transcript-column > .footer-line > * {
    flex: 1 0 0;
    margin-left: 4rem;
    border-radius: 0 0 1rem 1rem;
    height: 1rem;
    border: 0.1rem solid #dedede;
    border-top: none;
}
.transcript-view > .transcript-column > .transcript-container {
    height: 58rem;
    overflow-y: auto;
    scrollbar-width: thin;
    border-width: 0 0.1rem;
}
.transcript-view
    > .transcript-column
    > .transcript-container
    > .transcript-spacer {
    display: flex;
}
.transcript-view
    > .transcript-column
    > .transcript-container
    > .transcript-spacer
    > * {
    flex: 1 0 0;
    margin-left: 4rem;
    height: 1.5rem;
    border-left: 0.1rem solid #dedede;
    border-top: none;
}
.transcript-view
    > .transcript-column
    > .transcript-container
    > .transcript-line {
    display: grid;
    grid-template-columns: 4rem 8rem 1fr;
    cursor: default;
    position: relative;
}
.transcript-view
    > .transcript-column
    > .transcript-container
    > .transcript-line
    > *:not(.toolbarpainpoints) {
    padding: 0.5rem 0;
    min-height: 3.5rem;
}
.transcript-view
    > .transcript-column
    > .transcript-container
    > .transcript-line
    > *:not(.toolbarpainpoints)
    p {
    margin: 0;
}
.transcript-view
    > .transcript-column
    > .transcript-container
    > .transcript-line:hover:not(.selected)
    > span,
.transcript-view
    > .transcript-column
    > .transcript-container
    > .transcript-line:hover:not(.selected)
    > p {
    background-color: #eee;
}
.transcript-view
    > .transcript-column
    > .transcript-container
    > .transcript-line.is-hovered
    > span,
.transcript-view
    > .transcript-column
    > .transcript-container
    > .transcript-line.is-hovered
    > p {
    background: rgba(0, 0, 255, 0.25);
}
@keyframes pulse {
    from {
        background: rgba(0, 0, 255, 0.25);
    }
    to {
        background: rgba(0, 0, 255, 0.1);
    }
}
.transcript-view
    > .transcript-column
    > .transcript-container
    > .transcript-line.is-highlighted
    > span,
.transcript-view
    > .transcript-column
    > .transcript-container
    > .transcript-line.is-highlighted
    > p {
    animation: pulse 1s linear 10 forwards;
}
@keyframes pulse {
    0% {
        background: rgba(0, 0, 255, 0);
    }
    50% {
        background: rgba(0, 0, 255, 0.25);
    }
    100% {
        background: rgba(0, 0, 255, 0);
    }
}
.transcript-view
    > .transcript-column
    > .transcript-container
    > .transcript-line.selected
    > span,
.transcript-view
    > .transcript-column
    > .transcript-container
    > .transcript-line.selected
    > p {
    background-color: #ffd2c0;
}
.transcript-view
    > .transcript-column
    > .transcript-container
    > .transcript-line
    > span {
    border-left: 0.1rem solid #dedede;
    text-align: right;
    position: relative;
}
.transcript-view
    > .transcript-column
    > .transcript-container
    > .transcript-line
    > span::after {
    content: ":";
}
.transcript-view
    > .transcript-column
    > .transcript-container
    > .transcript-line
    > p.transcript-message {
    margin: 0;
    padding: 0.5rem 1rem;
    position: relative;
}
.transcript-view
    > .transcript-column
    > .transcript-container
    > .transcript-line
    > .toolbarpainpoints {
    position: absolute;
    top: -1.5rem;
    right: 0.5rem;
}
.transcript-view
    > .transcript-column
    > .transcript-container
    > .transcript-line
    > .activity-time {
    justify-content: flex-end;
}
.transcript-view .actions-column {
    max-height: 60rem;
}
.transcript-view .actions-column > mat-card {
    padding: 0;
    height: 100%;
}
.activity-time {
    display: flex;
}
.activity-time > .activity-count {
    margin-left: 0.5rem;
    text-align: center;
    height: 2rem;
    width: 2rem;
    background: rgb(255, 107, 49);
    color: white;
    border-radius: 50%;
}

.mat-card:not([class*="mat-elevation-z"]) {
    border-radius: 1rem;
    box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.25);
    border: none;
}

.tutorial {
    padding: 1.5rem;
}
.tutorial > .lizzie-intro {
    display: flex;
    margin-bottom: 1rem;
}
.tutorial > .lizzie-intro > img {
    width: 7rem;
    height: 7rem;
    margin-right: 1rem;
    border-radius: 50%;
    border: 0.3rem solid #d52cc4;
}
.tutorial > .lizzie-intro > h2 {
    font-size: 1.8rem;
}
.tutorial > .toolbarpainpoints {
    width: 18rem;
    margin-bottom: 1.5rem;
    pointer-events: none;
    user-select: none;
}
.tutorial > h3 {
    margin-bottom: 0;
}
.tutorial > .activity {
    margin-bottom: 1rem;
    pointer-events: none;
    user-select: none;
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    cursor: pointer;
    right: 10px;
    background-color: rgb(255, 107, 49) 9d;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    /* box-shadow: 2px 2px 3px #999; */
}

.float:hover {
    background-color: rgb(255, 107, 49);
}

.my-float {
    margin-top: 13px;
    color: #fff;
    font-size: x-large;
}

/*
  custom avatar adjustment */
.customavatar {
    object-fit: cover;
    border: none !important;
}

.teamCardOverFlow {
    width: inherit;
    overflow: scroll;
}

.teamCardTitle {
    text-align: center;
}

.clientLogo {
    box-shadow: 0px 0px 20px 0px rgb(75 75 75 / 21%);
    object-fit: cover;
}

/* addbutton for project stats */
.projectAddBtn {
    height: 120px;
    max-width: 120px;
    min-width: 120px;
    font-size: 5em;
    border-radius: 50%;
    background-color: #c8cbe3;
    color: white;
    text-align: center;
    cursor: pointer;
    line-height: 0.2;
    padding: 29px;
    margin-left: 10px;
}

.projectViewAllBtn {
    height: 120px;
    max-width: 120px;
    min-width: 120px;
    font-size: 5em;
    border-radius: 50%;
    background-color: #c8cbe3;
    color: white;
    text-align: center;
    cursor: pointer;
    line-height: 0;
    padding: 29px;
    margin-left: 10px;
    padding-top: 10px;
}

a.projectViewAllBtn:hover,
a.projectAddBtn:hover,
a.projectRequestCredit:hover {
    background-color: rgb(255, 107, 49);
    color: white;
}

.projectRequestCredit {
    height: 120px;
    max-width: 120px;
    min-width: 120px;
    font-size: 5em;
    border-radius: 50%;
    background-color: #e4a7b2;
    color: white;
    text-align: center;
    cursor: pointer;
    line-height: 0.2;
    padding: 29px;
    margin-left: 10px;
}

.projectAddBtnText {
    text-align: center;
    font-size: 15px;
}

.projectAddBtnText {
    text-align: center;
    font-size: 15px;
}

.tox-tinymce {
    height: auto;
}

/* GoodPointMaker */
.good-point-marker {
    color: black;
    border-color: #50cd89 !important;
}

.customWOWImg {
    width: 18px !important;
    height: 18px !important;
}

.transcriptBoarder {
    border: 1px solid rgb(211 211 211);
    border-radius: 25px;
    padding: 10px;
}

/* displayNone */
.displayNone {
    display: none;
}

.visibleNone {
    visibility: hidden;
}

.projectLeadIcon {
    background-color: #ffeee5 !important;
}

/* Invite New User SVG icons */
.st0 {
    fill: #0d7bff;
}
.st1 {
    fill: rgb(255, 107, 49);
}
.st2 {
    fill: #10af66;
}

.st3 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #10af66;
}

/* //lizzie alert */
.lizzieAlert {
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    border: 0.2rem solid #d52cc4;
}

.pageContainer {
    margin-left: 28px;
}

.h2LargeText {
    font-size: 20px;
}

.leftmarginNewProject {
    margin-left: 14em;
}

.boarderColor {
    border: 0.1rem dashed rgb(255, 107, 49) !important;
}

/* Pie */
[_nghost-hdh-c12] {
    background-color: rgb(255, 107, 49);
    min-height: calc(100vh - 17rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 8rem;
    position: relative;
}

[_nghost-hdh-c12]:before {
    background-size: 40rem 40rem;
    width: 20rem;
    height: 40rem;
}

[_nghost-hdh-c12]:before {
    position: absolute;
    background-image: url(/hearsayassets/images/icons/pie-2.svg);
    background-size: 20rem 20rem;
    background-repeat: no-repeat;
    background-position: left;
    width: 10rem;
    height: 20rem;
    content: "";
    right: 0;
    top: 0;
    transition: all 1s ease;
}

[_nghost-hdh-c12]:after {
    background-size: 40rem 40rem;
    width: 20rem;
    height: 40rem;
}

[_nghost-hdh-c12]:after {
    position: absolute;
    background-image: url(/hearsayassets/images/icons/pie-2.svg);
    background-size: 20rem 20rem;
    background-position: right;
    width: 10rem;
    height: 20rem;
    content: "";
    left: 0;
    bottom: 0;
    transition: all 1s ease;
}

.bubble[_ngcontent-stk-c5] {
    position: absolute;
    display: block;
    background-image: url(/hearsayassets/images/icons/pie-2.svg);
    background-size: 20rem 20rem;
    width: 10rem;
    height: 20rem;
    right: 20%;
    bottom: -20.9rem;
    transform: rotateZ(90deg);
    transition: all 1s ease;
}

/* projectButton */

.projectInprogressButton {
    color: rgb(14, 14, 14);
    background-color: #eec8cf;
}
.projectCompletedButton {
    color: white;
    background-color: rgb(255, 107, 49);
}
.projectDraftButton {
    color: white;
    background-color: #041198;
}

.conversation-description {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 0;
    max-width: 60rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.conversationScheduleAdd {
    border: dashed 0.1rem rgb(255, 107, 49);
    color: rgb(255, 107, 49);
    font-weight: normal;
    font-size: 1.3rem;
    padding: 1.2rem;
    white-space: pre-wrap;
    text-transform: uppercase;
}

.selectTZRecruitment {
    height: 43px !important;
}

.savebuttonPaddingRecruitment {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.recruitmentBadge {
    padding-top: 4rem;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.9;
}

.disabledbutton2 {
    pointer-events: none;
}

.disabledbuttonGrey {
    pointer-events: none;
    opacity: 0.5;
    background-color: rgb(189, 189, 189);
}

.disabledInput {
    pointer-events: none;
    opacity: 0.7;
}

.conversationPaddingName {
    padding-left: 10px;
}

.avatarBoarder {
    background-color: #df9839;
    border: 1.2px solid #e6af65 !important;
}

.avatarBoarderObserver {
    background-color: #e2a1ad;
    border: 1.2px solid #e2a1ad !important;
}

.convoMargin {
    margin-right: 0rem;
    padding-right: 0rem;
    border-right: 0.1rem solid #6666667a;
}

.observerBtn {
    background-color: #eec8cf;
    border-color: #eec8cf;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 60px;
    width: 60px;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
    transition: 0.2s ease-in-out;
    font-size: 2rem;
}

.observerBtn:hover {
    background-color: #e2a1ad;
    color: white;
}

.interviewerAddBtn {
    background-color: rgba(229, 175, 107, 1);
    border-color: rgba(229, 175, 107, 1);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 60px;
    width: 60px;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
    transition: 0.2s ease-in-out;
    font-size: 2rem;
}

.interviewAddProject {
    background-color: rgba(229, 175, 107, 1);
    border-color: rgba(229, 175, 107, 1);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 160px;
    width: 160px;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
    transition: 0.2s ease-in-out;
    font-size: 7rem;
}

.interviewerAddBtn:hover {
    background-color: #747474;
    color: white;
}
/*
.removeBtn {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 2rem;
  line-height: 2rem;
  left: -1.3rem;
  top: 0;
  border: none;
  transition: opacity 0.25s;
  position: relative;
  cursor: pointer;
} */

.removeBtn {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 2rem;
    /* line-height: 2rem; */
    /* left: -1.3rem;
  top: 0;
  border: none;
  transition: opacity 0.25s; */
    position: absolute;
    cursor: pointer;
}

.conversationBtn {
    opacity: 0.6;
}

.btn-warning2 {
    color: white;
    background-color: #e6af65;
    border-color: #e6af65;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning2:hover {
    color: white;
    background-color: #e6bb82;
    border-color: #e6bb82;
}

/* Video Call */
.videoControlMenu {
    background-color: #29328c;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.fixedBadgeWidth {
    width: 6rem;
}

.customDropdown {
    height: 42px !important;
}

.pdfUploader {
    text-align: center;
    flex: 1;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    font-weight: 400;
    border: 0.1rem dashed rgb(255, 107, 49);
    color: rgb(255, 107, 49);
    background-color: white;
    min-height: 5.5rem;
    padding: 0.1rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
}

.robots-btn-record-start {
    display: none;
}

.intervieweeVideo {
    height: 90vh;
    width: 200vh;
}

.notesConvo {
    /* Text Field / Drop Down */

    /* Auto layout */

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 4px 8px;

    position: static;
    left: 0%;
    right: 0%;
    top: 10.67%;
    bottom: 0%;

    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    border-radius: 4px;

    /* Inside auto layout */

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 1;
    margin: 0px 0px;
    width: 100%;
    height: 10rem;
}

.notesConvoPreview {
    height: 8rem;
}
.wowMomentConvo {
    height: 5rem;
    padding: 5px;
}

.customLinkWhite {
    color: white;
}

.blink_me {
    animation: blinker 1s linear infinite;
    color: red;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.semiRound {
    border-radius: 9px;
}

/* Tarun css--------------------------   */

/*.card-toolbar.btn-custom {
    background: rgb(255, 107, 49) !important;
    border-radius: 8px !important;
    color: #ffffff!important;
}*/
.btn-custom.d-flex.align-items-center {
    background: rgb(255, 107, 49);
    border-radius: 8px;
    color: #fff;
    padding: 0 10px;
}
/*.btn-custom a {
    color: #fff!important;
    padding: 0 16px!important;
}*/

.add-more svg.bi.bi-plus-circle-dotted {
    width: 28px !important;
    margin: 0 0 0 9px !important;
}

.badge-light-primary {
    color: rgb(255, 107, 49) !important;
    background-color: #f1faff !important;
    padding: 10px 30px !important;
    border-radius: 30px !important;
    border: 1px solid #9dc3d961 !important;
}
.symbol.symbol-65px > img {
    /* width: 42px;
    height: 42px; */
    border: 2px solid rgb(255, 107, 49);
    box-shadow: 0 2px 5px 1px rgb(255, 107, 49) 70;
}

.symbol.symbol-41px > img {
    width: 42px;
    height: 42px;
    /* border: 2px solid rgb(255, 107, 49);
  box-shadow: 0 2px 5px 1px rgb(255, 107, 49)70; */
}

.symbol.symbol-40px > img {
    /* width: 42px;
    height: 42px; */
    border: 2px solid rgb(255, 107, 49);
    box-shadow: 0 2px 5px 1px rgb(255, 107, 49) 70;
}
/*.recruitmentBadge.page_speed_394725137 {
    position: absolute;

}*/
.recruitmentBadge {
    /* position: absolute; */
    padding-top: 0 !important;
    top: -14px !important;
    left: 0px !important;
}

@media (min-width: 992px) {
    /* .customUserCard .symbol-circle {
    width: 100% !important;
    height: 80% !important;
} */
}

.customUserCard .symbol-circle {
    width: 5rem !important;
    height: 5rem !important;
}

@media only screen and (max-width: 1199px) {
}

.note-item {
    background-color: white;
}

.notesContainer {
    border: 1px solid #858585;
    width: 100%;
    height: 39rem;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: white;
}

.customStrong {
    font-weight: bolder;
    color: ff6b31;
}

.customLargeText {
    font-size: 18px;
}

.imageLoading {
    position: initial;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;

    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.customCard {
    background-color: #303c78;
    border-radius: 14px;
}

.customButtonConvo {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: #0b1c7c;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e7e7e7ed;
    border: 1px solid transparent;
    padding: 0.75rem 1.5rem;
    font-size: 10px;
    border-radius: 0.475rem;
    font-weight: 700;
    height: 4rem;
}

.customConvoBox {
    height: 10.5rem;
}

.customConvoPageP {
    font-size: 17px;
}

.incompleteProfile {
    color: grey;
}

.customHeadingSmall {
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
}

.tnyEditArea {
    background-color: rgb(255, 255, 255);
    border: 1px solid grey;
    padding: 5px;
    border-radius: 15px;
}

.customSmallButton {
    /* Button */

    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;

    position: static;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;

    background: rgb(255, 107, 49);
    border-radius: 4px;

    /* Inside auto layout */
    font-family: "Open Sans", sans-serif;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
    font-weight: 600 !important;
}

.customHearsayHeader {
    /* H1 */
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 56px;
    color: #555555;
}

.conversationListHeader {
    /* H1 */
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 56px;
    color: #555555;
    font-family: "Open Sans", sans-serif;
}

.customP {
    /* Paragraph */
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    /* or 185% */

    display: flex;
    align-items: center;

    color: #000000;
}

.customHearsaySubHeader {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 24px;
    /* identical to box height, or 185% */

    display: flex;
    align-items: center;

    color: rgb(255, 107, 49);
}

.customHearsayTimer {
    font-style: normal;
    /* font-weight: bold; */
    font-size: 35px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: rgb(255, 107, 49);
}

.customConvoTab {
    background-color: rgb(255, 107, 49);
}

.nav-link.active {
    color: rgb(255, 107, 49) !important;
    font-weight: 600;
    background-color: #fff !important;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-link {
    background-color: #dcdcdcdb !important;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #00000091;
    font-weight: 600;
}

.convoPDFInterview {
    height: 58vh;
}

.customPoint {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    box-sizing: border-box;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 3;
    width: 144px;
}

.customImagePointButton {
    width: 22px;
    padding: none !important;
}

.customHearsayVideoBar {
    background-color: #32268c;
}

.customDefaultbuttonWidth {
    font-family: "Open Sans", sans-serif;
    width: 100px !important;
}

.customDefaultbuttonWidthLong {
    font-family: "Open Sans", sans-serif;
    width: 156px !important;
}

.customGoldButton {
    background-color: rgba(229, 175, 107, 1) !important;
}

.customCardConversationList {
    background: #ffffff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.buttonPrimaryConversationList {
    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 10px !important;

    position: static;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;

    background: #32268c;
    border-radius: 4px;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
    font-size: 11px;
    font-weight: 700;
    height: 36px;
    width: 149px;
}

.newConversation {
    /* Section Heading */

    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */

    display: flex;
    align-items: center;

    color: rgb(255, 107, 49);
}

.customHandPointer {
    cursor: pointer;
}

.cpr {
    padding-right: 10px;
}
.cpl {
    padding-left: 10px;
}

.cpl-8 {
    padding-left: 8px;
}

.cpr-5 {
    padding-left: 5px;
}

.cmr-6 {
    margin-right: 6px;
}

.customDefaultbuttonWidthLong2 {
    font-family: "Open Sans", sans-serif;
    width: 350px !important;
}

.customLink {
    font-size: 12px;
    color: rgb(255, 107, 49);
    text-decoration: underline;
    cursor: pointer;
}

.customLinkBlue {
    font-size: 12px;
    color: #32268c;
    text-decoration: underline;
    cursor: pointer;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.conversationTitleDesc {
    /* width:100px; */
    height: 180;
    display: block;
    padding: 10px;
    overflow: hidden;
}

.customGreyCard {
    background-color: rgba(128, 128, 128, 0.089);
    border-radius: 10px;
}

.projectTitle {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
}

.projectButton {
    font-family: "Open Sans";
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    background: #ff6b31;
    border-radius: 4px;
    font: white;
    color: white;
    /* Inside auto layout */
    width: 168px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
    height: 32px;
}

.projectButtonBlue {
    font-family: "Open Sans";
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    background: #32268c;
    border-radius: 4px;
    font: white;
    color: white;
    /* Inside auto layout */
    width: 168px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
    height: 32px;
    font-size: 12px;
    font-weight: 600;
}

.projectButtonGrey {
    font-family: "Open Sans";
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    background: #f5f8fa;
    border-radius: 4px;
    font: #7e8299;
    color: #7e8299;
    /* Inside auto layout */
    width: 168px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
    height: 32px;
    font-size: 12px;
    font-weight: 600;
}

.projectSection {
    /* Section Heading */

    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    color: #ff6b31;
}

.projectSectionLink {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 150% */
    text-decoration: underline;
    text-align: right;

    color: #ff6b31;
}

.projectDashWhatsNext {
    font-family: "Open Sans";
    font-style: bold;
    font-weight: 900;
    font-size: 13px;
    line-height: 24px;
    /* identical to box height, or 150% */

    text-align: left;

    color: #ff6b31;
}

.card-top {
    flex: 1 0 auto;
    display: flex;
    justify-content: space-between;
}

.mat-card {
    border-radius: 1rem;
    box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.25);
    border: none;
}

.card-bottom {
    flex: 0 0 auto;
    margin: 0 -16px -16px;
    border-radius: 0 0 1rem 1rem;
    overflow: hidden;
}

.teamActiveBtn {
    font-family: "Open Sans";
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    background: #ff6b31;
    border-radius: 4px;
    font: white;
    color: white;

    /* Inside auto layout */
    width: 9vw;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
    font-size: 11px;
    font-weight: 700;
    height: 32px;
}

a:hover {
    color: #b8542c;
    cursor: pointer;
}

.projectDetailsSaveBtn {
    font-family: "Open Sans";
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    background: #ff6b31;
    border-radius: 4px;
    font: white;
    color: white;

    /* Inside auto layout */
    width: 9vw;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
    font-size: 12px;
    font-weight: 600;
    height: 32px;
}

.teamPendingBtn {
    font-family: "Open Sans";
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    background: #a7a7a7;
    border-radius: 4px;
    font: white;
    color: white;

    /* Inside auto layout */
    width: 9vw;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
    font-size: 11px;
    font-weight: 600;
    height: 31px;
}

.teamDisableBtn {
    font-family: "Open Sans";
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    background: rgba(229, 175, 107, 1);
    border-radius: 4px;
    font: white;
    color: white;

    /* Inside auto layout */
    width: 9vw;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
    font-size: 11px;
    font-weight: 600;
    height: 31px;
}

.teamDeleteBtn {
    font-family: "Open Sans";
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    background: #32268c;
    border-radius: 4px;
    font: white;
    color: white;

    /* Inside auto layout */
    width: 9vw;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
    font-size: 11px;
    font-weight: 600;
    height: 31px;
}

.userSearchBtn {
    font-family: "Open Sans";
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    background: #ff6b31;
    border-radius: 4px;
    font: white;
    color: white;

    /* Inside auto layout */
    width: 112px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
    height: 42px;
}

.addTeamBtn {
    font-family: "Open Sans";
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    background: #ff6b31;
    border-radius: 4px;
    font: white;
    color: white;

    /* Inside auto layout */
    width: 153px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
    height: 30px;
    font-size: 11px;
    font-weight: 600;
}

.projectDashSpecialCardPara {
    font-size: 10px;
    max-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 117px;
}

.goldDot {
    /* Ellipse 15 */

    position: static;
    width: 16px;
    height: 16px;
    left: 36px;
    top: 112px;

    background: #e5af6b;

    /* Inside auto layout */
    border-radius: 25px;
    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 0px 0px;
}

.pinkDot {
    /* Ellipse 15 */

    position: static;
    width: 16px;
    height: 16px;
    left: 36px;
    top: 112px;

    background: #d8a4ad;

    /* Inside auto layout */
    border-radius: 25px;
    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 0px 0px;
}

.projectOverview {
    font-family: "Open Sans";
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    background: #ff6b31;
    border-radius: 4px;
    font: white;
    color: white;
    /* Inside auto layout */
    /* Width: 168px; */
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
    /* height: 32px; */

    width: 103px !important;
    height: 32px !important;
    font-size: 13px;
    font-weight: 700;
}

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

.custext {
    background-color: orange !important;
}

.troubleshootingSteps {
    height: 50rem;
    overflow-y: scroll;
    background-color: white;
    padding: 8px;
}
/*
Ausepicgroup */

@media (min-width: 767px) {
    #cardSupplierContacts {
        display: none;
    }

    #checkin {
        display: none;
    }

    #checkout {
        display: none;
    }
}

@media (max-width: 767px) {
    #supplierListTable {
        display: none;
    }
    #checkin-notallowed {
        display: none;
    }
}
/*
@media screen and (max-width: 600px) {
    #checkin {
      visibility: hidden;
      clear: both;
      float: left;
      margin: 10px auto 5px 20px;
      width: 28%;
      display: none;
    }
  } */

.editable {
    width: 300px;
    height: 200px;
    border: 1px solid #ccc;
    padding: 5px;
    resize: both;
    overflow: auto;
}

.fa-plus:hover {
    color: #05ad7d;
}

.fa-trash-can {
    color: #ad7805;
}

.currency{
    text-align: right;
}



/* Loading */


.spanner{
  position:absolute;
  top: 50%;
  left: 0;
  background: #2a2a2a;
  width: 100%;
  display:block;
  text-align:center;
  height: 300px;
  color: #FFF;
  transform: translateY(-50%);
  z-index: 1000;
  visibility: hidden;
}

.overlay{
  position: fixed;
	width: 100%;
	height: 100%;
  background: rgba(0,0,0,0.5);
  visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.show{
  visibility: visible;
}

.spanner, .overlay{
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.spanner.show, .overlay.show {
	opacity: 1
}


/* endloading */

.mail-icon-link {
    position: fixed;
    bottom: 190px;
    right: 20px;
    background-color: #333;
    color: #fff;
    border-radius: 15%;  /* Makes it round */
    padding: 15px;
    font-size: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    text-decoration: none;  /* Removes underline */
}

.mail-icon-link:hover {
    background-color: #555;
}



.profile-picture-container {
  width: 100px; /* or any value you prefer */
  height: 100px; /* or any value you prefer */
  position: relative;
  overflow: hidden;
  border-radius: 50%; /* makes it round */
}

.profile-picture {
  width: 100%;
  height: 100%;
  object-fit: cover; /* maintains the aspect ratio of the image */
  object-position: center; /* centers the image within the container */
}
