﻿
.profile-page .gvl-popup-header .gvl-popup-close {
    margin: 0 20px;
    height: 74px;
    float: left;
    cursor: pointer;
    border: none;
    background-color: #fff;
}

.profile-page .gvl-popup-header {
    height: 10%;
    border-bottom: 1px solid #bec0c4;
    font-size: 24px;
    line-height: 75px;
}

.profile-page {
    background: #fff;
}

    .profile-page .gvl-popup-header {
        height: 75px;
        border-bottom: 1px solid #bec0c4;
        font-size: 24px;
        line-height: 75px;
    }

    .profile-page .gvl-popup-body {
        height: 90%;
        overflow: auto;
    }

        .profile-page .gvl-popup-body .col-left {
            border-right: 1px solid #bec0c4;
        }

@media screen and (min-width: 100) {
}

@media screen and (min-width: 320px) {
    .profile-page .gvl-popup-body .col-left {
        flex: 0 0 200px;
    }
}

@media screen and (min-width: 720px) {
    .profile-page .gvl-popup-body .col-left {
        flex: 0 0 300px;
    }

        .profile-page .gvl-popup-body .col-left .col-right {
            padding: 45px 0 0 40px;
        }
}

@media screen and (min-width: 1024px) {
    .profile-page .gvl-popup-body .col-left {
        flex: 0 0 500px;
    }
}

.profile-page .gvl-popup-body .col-left .block {
    border-bottom: 1px solid #bec0c4;
    padding: 25px;
}


.profile-page .gvl-popup-body .col-left .avatar {
    display: block;
    margin: 40px auto 15px;
    width: 115px;
    height: 115px;
    border-radius: 50%;
}

.profile-page .gvl-popup-body .col-left .fullname {
    color: #c21b17 !important;
    font-size: 30px !important;
    text-align: center;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.profile-page .gvl-popup-body .col-left .agentNumber {
    color: #2d3749 !important;
    font-size: 15px !important;
    text-align: center;
    margin-bottom: 50px;
}

.profile-page .gvl-popup-body .col-left .block:last-child {
    border-bottom: none;
}

.profile-page .gvl-popup-body .col-left .block {
    border-bottom: 1px solid #bec0c4;
    padding: 25px;
}

.profile-page dl {
    font-size: 12px !important;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

.profile-page .gvl-popup-body .col-left dl dd {
    margin-left: 95px;
    min-height: 24px;
}

.profile-page dd {
    margin-bottom: .5rem;
}

hierarchy-tree {
    background-color: #fff;
    border-top: 1px solid #bec0c4;
}

.hierarchy-tree .node {
    position: relative;
    padding-top: 20px;
    padding-left: 59px;
    padding-right: 10px;
    min-height: 50px;
}

hierarchy-tree .node .number {
    position: absolute;
    left: 25px;
    width: 17.5px;
    height: 17.5px;
    background-color: #2d3749;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 7px;
    line-height: 17.5px;
}

.hierarchy-tree .node .level {
    display: flex;
    padding: 0;
    color: #2d3749;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    text-align: left;
}

.hierarchy-tree .node button {
    background-color: transparent;
    border-style: none;
}

.profile-page .hierarchy-tree .node.self {
    background-color: #fff;
}

.hierarchy-tree .node.self {
    background-color: #f6f7fa;
    padding-bottom: 18px;
}

.hierarchy-tree .node.self {
    background-color: #f6f7fa;
    padding-bottom: 18px;
}

.hierarchy-tree .node {
    position: relative;
    padding-top: 20px;
    padding-left: 59px;
    padding-right: 10px;
    min-height: 50px;
}

    .hierarchy-tree .node.self > .number {
        background-color: #c21b17;
        color: #fff;
    }

    .hierarchy-tree .node .number {
        position: absolute;
        left: 25px;
        width: 17.5px;
        height: 17.5px;
        background-color: #2d3749;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        font-size: 7px;
        line-height: 17.5px;
    }

.profile-page .gvl-popup-body .col-right {
    height: 100%;
    width: 100%;
    padding: 45px 0 0 70px;
}

.section .section-title {
    position: relative;
    color: #c21b17;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 33px;
}

.profile-page .section-title {
    color: #c21b17 !important;
    font-size: 15px !important;
}

.profile-page .gvl-popup-body .col-right dl {
    line-height: 25px;
}

.section .section-content {
    width: 100%;
    margin-bottom: 40px;
}

.profile-page dl {
    font-size: 15px !important;
}

.profile-page .gvl-popup-body .col-right dl dt {
    width: 165px;
    padding-left: 5px;
    min-height: 35px;
}

.profile-page .gvl-popup-body .col-right dl dd {
    position: relative;
    max-width: 245px;
    margin-left: 165px;
    margin-bottom: 1em;
    padding-left: 5px;
    min-height: 35px;
}

.profile-page dl dt {
    font-weight: 400;
    color: #2d3749 !important;
    float: left;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-page .gvl-popup-body .col-right dl dd:after {
    display: block;
    bottom: 0;
    width: 410px;
    height: 0;
    content: " ";
    border-bottom: 1px solid #bec0c4;
    position: absolute;
    left: -160px;
}

#modalDiaglogSalesDetail .profile-page .gvl-popup-body dl dd:after {
    display: block;
    bottom: 0;
    width: 410px;
    height: 0;
    content: " ";
    border-bottom: 1px solid #bec0c4;
    position: absolute;
    left: -160px;
}

@media screen and (max-width: 1024px) {
    #modalDiaglogSalesDetail .profile-page .gvl-popup-body dl dd:after {
        width: 250px;
    }
}

@media screen and (max-width: 720px) {
    #modalDiaglogSalesDetail .profile-page .gvl-popup-body dl dd:after {
        width: 230px;
    }
}

.hierarchy-tree .node:before {
    content: " ";
    position: absolute;
    left: 33px;
    width: 1px;
    height: 100%;
    background: #c21b17;
    opacity: .5;
}

.hierarchy-tree .node:last-child:before {
    height: 29px;
    top: 0;
}

.hierarchy-tree .node:before {
    content: " ";
    position: absolute;
    left: 33px;
    width: 1px;
    height: 100%;
    background: #c21b17;
    opacity: .5;
}

#modalDiaglogAgentDetail .left-popup-title {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#modalDiaglogAgentDetail .fullname-popup {
    color: #c21b17 !important;
    font-size: 30px !important;
    text-align: center;
    margin-bottom: 10px;
    text-transform: capitalize;
    margin-top: 20px;
}

.menu-left ul {
    list-style: none;
    padding: 0;
    margin: 50px 0;
    font-size: 15px;
}

    .menu-left ul li {
        padding: 5px 0;
        border-bottom: 1px solid #ddd;
    }

        .menu-left ul li label {
            overflow: visible;
        }

.fa-angle-down:before {
    content: "\f107";
}

a.collapsed.target-data.collapsed::before, a.header-target.collapsed::before {
    background-image: url('../../img/app/btnLeft.png');
}

#CustomerServiceRight a.target-data::before {
    background-image: url('../../img/app/btnDown.png');
    content: " ";
    position: absolute;
    display: block;
    left: -22px;
    margin-top: 7px;
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

#CustomerServiceRight a.collapsed.target-data.collapsed::before {
    background-image: url('../../img/app/btnLeft.png');
}

div .table_style {
    margin: 20px 0;
}

.table_style {
    border: 1px groove;
    margin: 0;
    padding: 20px 0px;
    width: 97%;
    font-size: 15px;
}

.infoEmail {
    color: black;
    font-size: 15px;
    font-weight: bold;
}

.icon_pdf {
    color: red;
    font-size: 21px;
    text-align: center;
    padding: 3px 4px;
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

div .table_bottom {
    border-bottom: 1px groove;
    width: 97%;
    margin: 0 2px 20px 2px;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.scroll-file {
    overflow-y: scroll;
    height: 125px;
    width: 97%;
    margin-bottom: 40px;
}

.icon_pdf:before {
    width: 32px;
    height: 32px;
    background-image: url(../../img/Adobe_PDF_file_icon_32x32.png);
    display: inline-block;
    background-size: auto;
    background-repeat: no-repeat;
    content: ' ';
}

.table_tab {
    border: 2px solid #ddd;
    margin-left: 2px;
    height: 440px;
    width: 360px;
    float: left;
    padding: 0 40px;
    margin-right: 10px;
    margin-bottom: 24px;
}

.image_popup {
    height: 145px;
    margin: 0 -40px;
}

    .image_popup div {
        width: 100%;
        height: 100%;
    }

.fontBellowVilla {
    font-size: 17px;
}

.table_tab .borderBottom {
    border: 1px solid #ddd;
    width: 335px;
    margin-bottom: 10px;
    margin-left: -30px;
    margin-top: 18px;
}

.poupBottom {
    height: 20px;
    margin-left: -30px;
}

label.labelCustom {
    font-weight: normal;
}

.poupBottom .right {
    float: right;
    text-align: right;
    margin-right: -28px;
}

.poupBottom .left {
    float: left;
}

    .poupBottom .left .leftDate {
        margin-left: -73px;
    }

.poupBottom .right .rightDate {
    margin-right: -47px;
}

.table_tab span {
    margin-left: -30px;
}

.table_tab .one {
    height: 82px;
}

.table_tab .two, .table_tab .three {
    height: 20px;
}

span.valuesndbh {
    font-size: 15px;
}

.table_tab .content {
    margin-bottom: 8px;
}

.labelViTa {
    margin-top: -75px;
    height: 80px;
}

#CustomerServiceRight .col-sm-3 {
    float: left;
}

.col-sm-12.table_bottom_inside {
    margin-top: 15px;
}

div.block-ctcn {
    max-height: 65px;
    display: flex;
}

div.icon-ctcn {
    padding-top: 5px
}

div.content-ctcn {
    padding-left: 0;
    text-align: left !important;
    display: grid
}

div.row-ctcn {
    flex-direction: unset !important
}

label.title-ctcn {
    font-weight: 400;
    font-size: 15px;
    cursor: pointer;
    color: #2d3749 !important
}

label.date-ctcn {
    font-size: 15px !important;
    cursor: pointer;
    margin-top: -.5rem;
}
