@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");:root{--font-family:"Inter",sans-serif;--primary-color:#0073cc;--secondary-color:#fafafa;--light-gray:#efefef;--gray:#9e9e9e;--dark-gray:#6b7280;--black:#000;--white:#fff;--dark:#1a334b;--scrollbar-w:0.1rem;--header-footer-h:3.5rem;--d-radius:0.2rem;--card-shadow:0px 2px 4px rgba(24,39,75,.12),0px 4px 4px rgba(24,39,75,.08)}*{box-sizing:border-box;margin:0;font-family:var(--font-family)}body{background-color:var(--white);height:100vh}a{text-decoration:none;color:var(--primary-color)}ul{list-style:none;padding:0}ul li{display:inline-block}.d-textarea{width:100%;height:100%;resize:none;border:1px solid var(--gray);padding:.5rem .8rem;font-size:.85rem;font-weight:600}.d-textarea:active,.d-textarea:focus,.d-textarea:hover{border:1px solid var(--primary-color)}textarea.focus-visible{outline:none;border:5px solid var(--primary-color)}.test-container{padding:1rem .5rem}::-webkit-scrollbar{width:var(--scrollbar-w)}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb{background-color:var(--gray);border-radius:36rem}::-webkit-scrollbar-thumb:hover{background-color:#919191}.records-list{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.2rem}.records-list .records-list-item-container{width:100%;cursor:pointer}.records-list .records-list-item-container .records-list-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.4rem .5rem;background:#fff;box-shadow:0 2px 4px -2px rgba(24,39,75,.12),0 4px 4px -2px rgba(24,39,75,.08)}.records-list .records-list-item-container .records-list-item .left{display:flex;align-items:center;justify-content:center;gap:.35rem}.records-list .records-list-item-container .records-list-item .left .avatar{width:1.8rem;height:1.8rem;border-radius:50%;background-color:#efefef}.records-list .records-list-item-container .records-list-item .left .avatar img{width:100%;height:100%;border-radius:50%}.records-list .records-list-item-container .records-list-item .left .name{font-size:.9rem;font-weight:700}.records-list .records-list-item-container .records-list-item .right{display:flex}.records-list .records-list-item-container .records-list-item .right .svg-icon path{fill:#b5bdc5}.call-logs-list{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.1rem}.call-logs-list .call-logs-list-item-container{width:100%;cursor:pointer}.call-logs-list .call-logs-list-item-container .call-logs-list-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.4rem .5rem;background:#fff;box-shadow:0 2px 4px -2px rgba(24,39,75,.12),0 4px 4px -2px rgba(24,39,75,.08)}.call-logs-list .call-logs-list-item-container .call-logs-list-item .left{display:flex;align-items:center;justify-content:center;gap:.4rem}.call-logs-list .call-logs-list-item-container .call-logs-list-item .left .avatar{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;border-radius:50%;background-color:#efefef}.call-logs-list .call-logs-list-item-container .call-logs-list-item .left .info{display:flex;flex-direction:column;gap:.1rem}.call-logs-list .call-logs-list-item-container .call-logs-list-item .left .info .date-time{font-size:.87rem;font-weight:600}.call-logs-list .call-logs-list-item-container .call-logs-list-item .left .info .duration{font-size:.67rem;font-weight:500;color:#949494}.call-logs-list .call-logs-list-item-container .call-logs-list-item .right{display:flex}.call-logs-list .call-logs-list-item-container .call-logs-list-item .right .right-arrow-svg path{fill:#b5bdc5}.data-box{display:flex;align-items:flex-start;flex-direction:column;gap:.1rem;width:94%;word-break:break-word;font-size:.8rem}.data-box .data-label{font-weight:500;color:#949494}.data-box .data-value{width:100%;font-weight:600}.call-details-card-container{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.6rem}.call-details-card-container .call-details-card-header{display:flex;align-items:center;justify-content:center;justify-content:flex-start;width:100%;gap:.5rem}.call-details-card-container .call-details-card-header .go-back-btn{background-color:transparent;padding:0 0 0 .2rem;display:flex}.call-details-card-container .call-details-card-header .back-icon path{fill:#000}.call-details-card-container .call-details-card-body{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem;width:100%}.call-details-card-container .call-details-card-body .contact-data-box{width:100%}.add-note-card-container{gap:.5rem}.add-note-card-container .add-note-card-header{display:flex;align-items:center;justify-content:center;justify-content:flex-start;width:100%;gap:.5rem;padding-top:.25rem}.add-note-card-container .add-note-card-header .go-back-btn{background-color:transparent;padding:0 0 0 .2rem;display:flex}.add-note-card-container .add-note-card-header .back-icon path{fill:#000}.add-note-card-container .add-note-card-body{width:100%}.add-note-card-container .add-note-card-body .add-note-form{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem;width:100%}.add-note-card-container .add-note-card-body .add-note-form .add-note-textarea{height:8rem}.deal-cards-list{flex-direction:column;gap:.1rem}.deal-card,.deal-cards-list{display:flex;align-items:center;justify-content:center;width:100%}.deal-card{justify-content:space-between;background-color:#fff;padding:.5rem;border-radius:.2rem;box-shadow:0 2px 4px -2px rgba(24,39,75,.12),0 4px 4px -2px rgba(24,39,75,.08);color:#000}.deal-card .left{display:flex;flex-direction:column;gap:.25rem;width:90%}.deal-card .left .deal-card-heading{font-size:.85rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.deal-card .left .deal-card-subheading{font-size:.7rem;font-weight:500;color:#949494;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.deal-card .right{display:flex}.deal-card .right .right-arrow-svg{width:1rem;height:1.1rem}.deal-card .right .right-arrow-svg path{fill:#b5bdc5}.list-card{justify-content:center;justify-content:space-between;width:100%;background-color:#fff;padding:.7rem .5rem;border-radius:.2rem;box-shadow:0 2px 4px -2px rgba(24,39,75,.12),0 4px 4px -2px rgba(24,39,75,.08);color:#000}.list-card,.list-card .left{display:flex;align-items:center}.list-card .left{justify-content:center;gap:.5rem}.list-card .left .icon{display:flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;border-radius:50%;background-color:#efefef}.list-card .left .list-card-text{font-size:.9rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-card .right{display:flex}.list-card .right .right-arrow-svg{width:1rem;height:1.1rem}.list-card .right .right-arrow-svg path{fill:#b5bdc5}.add-note-btn{width:100%;font-weight:500}.tab-nav{justify-content:center;justify-content:space-between;background-color:#fff;margin-bottom:.5rem;font-size:.8rem;font-weight:500}.tab-nav,.tab-nav .tab-nav-item{display:flex;align-items:center;border-radius:7rem}.tab-nav .tab-nav-item{justify-content:center;width:100%;padding:.4rem 0}.tab-nav .tab-nav-item-active{background-color:#018cfa}.tab-nav .tab-nav-item-active a{color:#fff!important}.dropdown{background-color:#fff;border-radius:.2rem;padding:.5rem;width:100%;border:1px solid #b5bdc5;font-weight:600}.add-note-dropdown:active,.add-note-dropdown:focus,.add-note-dropdown:hover{border:1px solid #018cfa}.dropdown-option{display:flex;width:100%;font-weight:600;padding:.5rem}.bant-dropdown{display:flex;width:100%;padding:.1rem 0;margin-left:-.25rem;border-radius:0;border:none;border-bottom:.1rem solid #b5bdc5}.index-page{justify-content:center;align-items:center;gap:1rem;height:calc(100vh - 1rem);width:100%;padding:0 1rem;background-color:var(--white);text-align:center}.found-records,.index-page{display:flex;flex-direction:column}.found-records{gap:.5rem}.found-records .records-list-title{margin-bottom:.25rem}.found-records .records-list-title:not(:first-child){margin-top:.5rem}.found-records .notice-text{width:100%;font-size:.8rem;text-align:center;margin:.5rem 0;color:#e62d69;font-weight:500}.found-records .list-cards{flex-direction:column;gap:.5rem}.action-items-page .action-items-container,.found-records .list-cards{display:flex;align-items:center;justify-content:center}.action-item-card{display:flex;align-items:center;gap:.5rem;background-color:#fff;box-shadow:0 2px 4px -2px rgba(24,39,75,.12),0 4px 4px -2px rgba(24,39,75,.08);padding:.5rem;border-radius:.2rem}.action-item-card .action-item-label{font-size:.8rem;font-weight:500;color:#000}.leads-index{display:flex;flex-direction:column;gap:.5rem}.leads-index .add-note-btn{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.contacts-index{display:flex;flex-direction:column;gap:.5rem}