.pt_19px {
    padding-top: 19px;
}

.right-section {
    position: relative;
    right: 1%;
    /* top: 3%; */
    padding-top: 50px;
}

/* customer list */

.LinearBlueBG {
    background: linear-gradient(90deg, #4535af 0%, #0f8ce9 100%);
}

.addCustomerBtn {
    display: flex;
    /* width: 189px; */
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 21px;
    flex-shrink: 0;
    border-radius: 12px;
    color: #fff;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    span

{
    color: #fff;
}

}

.mainSection .titleSection {
    gap: 110px;
    li

{
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

}

.mainSection .CITitleSection {
    gap: 144px;
    li

{
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

}

.infoRow {
    border-radius: 40px;
    background: #f8f8f8;
}

    .infoRow .rightSection {
        gap: 93px;
        align-items: center;
        padding: 16px 43px 16px 16px;
    }

    .infoRow .CIRightSection {
        gap: 62px;
        align-items: center;
        padding: 16px 26px 16px 16px;
    }

        .infoRow .CIRightSection li span {
            font-weight: 700;
        }

    .infoRow .leftSection {
        .icon a

{
    margin: 0px 16px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

}

.infoRow .leftSection .hasLBorder {
    border-left: 1px solid #dfdfdf;
}

.infoRow .leftSection li a img[title]:hover {
    content: attr(title);
    display: inline-flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 21px;
    border-radius: 6px;
    background: #2c5fbb;
    color: #fff;
    text-align: right;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.infoRowExpand {
    border-radius: 16px;
    border: 1px solid #246cd3;
    background: #f9faff;
    padding-bottom: 21px;
    padding-left: 10px;
    /* max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease; */
}

    /* Expanded state */
    /* .infoRowExpand.expand {
    max-height: 500px;
    opacity: 1;
} */

    .infoRowExpand .rightSection {
        gap: 93px;
        align-items: center;
        padding: 16px 43px 16px 16px;
    }

    .infoRowExpand .firstSection {
        padding: 16px 26px 0px 16px;
    }

    .infoRowExpand .detailSection .blueli {
        color: #445fcc;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        span

{
    color: #445fcc;
    font-size: 24px;
}

p span {
    color: #445fcc;
    font-weight: 700;
    font-size: 16px;
}

}

.infoRowExpand .detailSection .greenli {
    color: #009934;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    span

{
    color: #009934;
    font-size: 24px;
}

p span {
    color: #009934;
    font-weight: 700;
    font-size: 16px;
}

}

.infoRowExpand .description {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    span

{
    font-weight: 700;
}

}

.infoRowExpand .CIRightSection {
    gap: 62px;
    align-items: center;
    padding: 0;
}

    .infoRowExpand .CIRightSection li span {
        font-weight: 700;
    }

.infoRowExpand .leftSection {
    padding: 0;
    .icon a

{
    margin: 0px 16px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

}

.infoRowExpand .leftSection .hasLBorder {
    border-left: 1px solid #dfdfdf;
}

.infoRowExpand .leftSection li a img[title]:hover {
    content: attr(title);
    display: inline-flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 21px;
    border-radius: 6px;
    background: #2c5fbb;
    color: #fff;
    text-align: right;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.AD_pagination {
    display: flex;
    flex-wrap: wrap;
    padding: 7.298px;
    justify-content: center;
    align-items: center;
    gap: 14.595px;
    direction: ltr;
    padding-bottom: 40px;
}

    .AD_pagination .page {
        display: flex;
        width: 46.705px;
        height: 46.705px;
        padding: 14.325px 0.73px 14.38px 0.73px;
        justify-content: center;
        align-items: center;
        border-radius: 11.676px;
        border: 0.73px solid var(--Gray-300, #c8d3d9);
        background: #fff;
        color: #473bf0;
    }

    .AD_pagination .pageControl {
        display: flex;
        width: 46.705px;
        height: 46.705px;
        padding: 14.595px;
        justify-content: center;
        align-items: center;
        border-radius: 72.976px;
        border: 0.73px solid var(--Gray-300, #c8d3d9);
        background: #fff;
        color: #c8d3d9;
    }

        .AD_pagination .pageControl:hover {
            color: #236a5c;
        }

    .AD_pagination .active {
        border-radius: 4.379px;
        background: transparent;
        border: unset;
    }

/* customer info */

.mainSection .UserInfo {
    display: flex;
    padding: 21px 25px 16px 55px;
    /* justify-content: flex-end; */
    /* align-items: center; */
    flex-shrink: 0;
    border-radius: 16px;
    background: #f8f8f8;
    margin-bottom: 45px;
}

    .mainSection .UserInfo .AD_title {
        color: rgba(0, 0, 0, 0.8);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        span

{
    font-size: 24px;
}

}

.mainSection .UserInfo .AD_Value {
    color: rgba(0, 0, 0, 0.8);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mainSection .line {
    height: 1px;
    background: #e1e1e1;
}

.page_SecondTitle {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-weight: 600;
}

/*.infoRow .CIRightSection .OnSupport {
  display: inline-flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 64px;
  background: #dfffde;
  color: #27a323;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.infoRow .CIRightSection .OffSupport {
  display: inline-flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 64px;
  background: #ffe4de;
  color: rgba(191, 0, 0, 0.8);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}*/

.OnSupport {
    display: inline-flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 64px;
    background: #dfffde;
    color: #27a323;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.OffSupport {
    display: inline-flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 64px;
    background: #ffe4de;
    color: rgba(191, 0, 0, 0.8);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.CIButton {
    display: inline-flex;
    padding: 8px 16px;
    align-items: center;
    gap: 4px;
    border-radius: 48px;
    background: #dbe2fe;
    cursor: pointer;
    font-size: 12px;
}

.infoRowExpand .leftSection .CIButton,
.infoRow .leftSection .CIButton {
    display: inline-flex;
    padding: 8px 16px;
    align-items: center;
    gap: 4px;
    border-radius: 48px;
    background: #dbe2fe;
    cursor: pointer;
    span

{
    font-size: 12px;
}

}

.infoRowExpand .leftSection .CIButtonClose {
    display: inline-flex;
    padding: 4px 8px;
    align-items: center;
    gap: 4px;
    border-radius: 48px;
    background: #fedbdb;
    a

{
    color: rgba(198, 0, 0, 0.8);
}

span {
    color: rgba(198, 0, 0, 0.8);
    font-size: 12px;
}

}

/* calls list CI page */

.CallInfo {
    display: inline-flex;
    padding: 15px 15px 25px 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 16px;
    border: 1px solid #246cd3;
    background: #f9faff;
}

    .CallInfo .description {
        color: rgba(0, 0, 0, 0.8);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        span

{
    font-weight: 700;
}

}

/* End calls list CI page */

/* popper */

#tooltip {
    display: none;
    width: max-content;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    border-radius: 4px;
    text-align: right;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#arrow {
    position: absolute;
    background-color: blue;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
}

.tooltip-blue {
    background: #2c5fbb;
    color: #fff;
}

.arrow-blue::before {
    background: #2c5fbb;
    position: absolute;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
}

.tooltip-green {
    background: #27a071;
    color: #fff;
}

.arrow-green::before {
    background: #27a071;
    position: absolute;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
}

.tooltip-yellow {
    background: #c69711;
    color: #fff;
}

.arrow-yellow::before {
    background: #c69711;
    position: absolute;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
}
