.company-quick-view-container{
    position: fixed;
    height: 100%;
    width: 30%;
    background: #fff;
    z-index: 99997;
    transition: all 0.5s linear 0s;
    box-shadow: 0 3px 10px rgb(200 200 200 / 10%), 0 4px 8px rgb(200 200 200 / 10%), 0 10px 10px rgb(200 200 200 / 6%), 30px 50px 175px rgb(200 200 200);
    right: 0;
}

.company-modal-only {
    position: fixed;
    height: 100%;
    width: 42% !important;
    background: #fff;
    z-index: 99997;
    transition: all 0.5s linear 0s;
    box-shadow: 0 3px 10px rgb(200 200 200 / 10%), 0 4px 8px rgb(200 200 200 / 10%), 0 10px 10px rgb(200 200 200 / 6%), 30px 50px 175px rgb(200 200 200);
    right: 0;
}

button.close.close-quick-view {
    color: #fff !important;
    opacity: 1;
}

.company-quick-view-header {
    padding: 10px 20px;
    background: #2ADE97;
    color: #fff;
    vertical-align: middle;
}

.company-quick-view-header h3 {
    color: #fff;
    margin: 0;
    font-weight: 600;
    
    font-size: 18px !important;
    display: inline-block;
}


.company-quick-view-content,
.company-quick-view-content-modal-only{
    padding: 10px 20px;
    overflow: auto;
    max-height: 100vh;
}


.company-details-container {
    padding: 20px;
 
}

.company-sub-title {
    /*font-size: 14px;
    color: #5A6169 !important;*/
    margin: 0 0 10px 0;
}


/*.company-sub-title i {
    font-size: 11px;
    color: #5cd69a;
    margin: 0 6px 0 0;
}*/

/*.company-sub-title a {
    color: #5A6169 !important;
    font-weight: 300;
}*/

h3.company-title {
    font-size: 19px !important;
    
    color: #13122B;
    font-weight: 600;
    margin: 0 0 5px 0;
}

/*.company-view-link {
    font-family: 'Brandon Grotesque' !important;
    color: #57d9a3!important;
    font-size: 12px !important;
    font-weight: 600;
    cursor: pointer;
}*/

.company-view-title {
    margin: 15px 0 10px 0;
}


.company-avatar {
    position: absolute;
    top: 15px;
    right: 35px;
}

.company-avatar img {
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    max-width: 6.25rem;
    max-height: 6.25rem;
    box-shadow: 0 2px 0 rgb(90 97 105 / 11%), 0 4px 8px rgb(90 97 105 / 12%), 0 10px 10px rgb(90 97 105 / 6%), 0 7px 70px rgb(90 97 105 / 10%);
    margin: 0 auto;
    width: 75px;
}


.company-sub-title span.no-details {
    opacity: 0.4;
    font-style: italic;
}



.quick-view-company-prospects .card-img img {
    width: 50px;

}

.quick-view-company-prospects .card-img {
    display: inline-block;
    padding: 15px;
    width: auto;
}


.quick-view-company-prospects {
    vertical-align: middle;
}

.quick-view-company-prospects  .revealed-prospects {
    display: inline-block;
    /*font-weight: 600;*/
}

.quick-view-company-prospects  .available-prospects {
    display: inline-block;
}

/*.quick-view-company-prospects  .prospect-view-title {
    margin: 0 0 0 0;
    
    font-size: 16px !important;
    font-weight: 600;
    cursor: pointer;
}*/

.quick-view-company-prospects  .prospects-container-quick-view {
    display: inline-block;
    padding: 15px 0;
    height: 100%;
    vertical-align: middle;
}

/*.quick-view-company-prospects  .prospect-view-link {
   color: #57d9a3!important;
}*/






.quick-view-company-intent .intent-summary-item{
    display: flex;
    margin-left: 0.875rem;
    border-left: 1px solid #E9ECEF;
    border-bottom: 1px solid #E9ECEF;
    font-weight: 400;
}

.quick-view-company-intent .intent-summary-item-icon {
    text-align: center;
    border-radius: 50%;
    float: left;
    width: 1.875rem;
    height: 1.875rem;
    min-width: 1.875rem;
    background: #f5f6f8;
    margin-left: -.9375rem;
    margin-right: .9375rem;
    color: #525d7d;
    box-shadow: 0 0 0 2px #fff, inset 0 0 3px rgb(0 0 0 / 20%);
}


.quick-view-company-intent .intent-summary-item-icon i {
    top: 9px;
}

.quick-view-company-intent .summary-datetime{
    color: #13122B !important;
    
    font-weight: 500 !important;
    font-size: 12px;
}


.quick-view-company-intent #summary_type h3 {
    line-height: 2.25rem;
    font-weight: 600;
    color: #00658C;
    font-size: 15px !important;
}

/*.quick-view-company-intent .summary-content,
.quick-view-company-intent .summary-content-1,
.quick-view-company-intent .summary-content-2,
.quick-view-company-intent .summary-content-3{
    color: #13122B !important;
    margin: 0;
}*/



.quick-view-company-intent .card {
    padding: 15px 15px 35px 15px;
}

h3.company-intent-title {
    font-size: 18px !important;
    
    color: #13122B;
    font-weight: 600;
    margin: 0 0 5px 5px;
}


#company_intent_graphs tspan {
    font-size: 10px;
}

#company_intent_graphs.no-graph-data{
    opacity: 0.2;
}


.quick-view-company-intent {
    margin-bottom: 70px !important;
}


.no-intent-item-details {
    opacity: 0.4;
    font-style: italic;
}

.quick-view-company-details .card,
.quick-view-company-prospects .card,
.quick-view-company-intent .card {
    border-radius: 10px !important;
}

.view-intent-link-quick-view{
    position: absolute;
    left: 155px;
    top: 18px;
    cursor: pointer;
}


a.sub-link.company-quick-view {
    font-weight: 600;
    font-size: 11px;
    border-top: 1px solid #eee;
    padding-top: 13px;
    color: #034A65;
}