:root{--color-all-planned:#00b386;--color-overdue:#ff7043;--color-due-today:#42a5f5;--color-due-tomorrow:#ffa726;--color-due-next-7-days:#ab47bc;--color-callback-due:#ef5350;--color-all-active:#00b386;--color-hot:#ff7043;--color-new:#ab47bc;--color-contacted:#42a5f5;--color-follow-up:#ab47bc;--color-recently-won:#ef5350}.bg-all-planned{background-color:var(--color-all-planned)}.bg-overdue{background-color:var(--color-overdue)}.bg-due-today{background-color:var(--color-due-today)}.bg-due-tomorrow{background-color:var(--color-due-tomorrow)}.bg-due-next-7-days{background-color:var(--color-due-next-7-days)}.bg-callback-due{background-color:var(--color-callback-due)}.bg-all-active{background-color:var(--color-all-active)}.bg-hot{background-color:var(--color-hot)}.bg-new{background-color:var(--color-new)}.bg-contacted{background-color:var(--color-contacted)}.bg-follow-up{background-color:var(--color-follow-up)}.bg-recently-won{background-color:var(--color-recently-won)}.follow-up{width:auto;padding:4px 8px;position:absolute;bottom:50%;left:-93px;background-color:#103e65;color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .3s ease;transform:rotate(90deg) translateY(-50%);z-index:999;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-transform:uppercase;letter-spacing:1px;animation:fadeup .8s ease infinite}@keyframes fadeup{0%,to{background-color:var(--theme-color)}50%{background-color:#103e65}}.modal-inner-part{height:100vh}.follow-up-sidebar-content.opensidebar{right:55%}.follow-up-sidebar-content{width:55%;height:100vh;position:fixed;top:0;right:0;background-color:#103e65;box-shadow:-2px 0 10px rgba(0,0,0,.1);z-index:11111;transition:transform .3s ease;transform:translateX(100%)}.sidebar-header .close-btn{position:absolute;right:10px;top:8px;height:40px;width:40px;background-color:#103e65;color:#fff;border:1px solid #f0f0f0;border-radius:50%}.sidebar-body{height:calc(100vh - 57px);overflow:auto}.sidebar-body .main-form label{color:#fff}.sidebar-body .main-form .input{background-color:#f0f0f0}.overlay{position:fixed;left:0;top:0;height:100vh;width:100vw;background:rgba(0,0,0,.5);z-index:111}.follow-up-cards .follow-up-card{text-align:center;color:#fff;padding:20px 0;transition:all .3s ease}.follow-up-cards .follow-up-card:hover{transform:translateY(-5px)}.profile-card{width:100%;background:#103e65;border-radius:20px;padding:40px 15px 15px;text-align:center;color:#fff;font-family:sans-serif;position:relative;box-shadow:0 10px 20px rgba(0,0,0,.2);height:100%}.profile-card .back-btn{transform:rotate(-180deg);left:15px;border:1px solid #979797;border-radius:4px;color:#979797}.profile-card .back-btn,.profile-card .update-btn,.profile-card .view-history{position:absolute;top:15px;min-height:30px;min-width:30px;text-align:center;line-height:30px;vertical-align:middle;cursor:pointer}.profile-card .update-btn,.profile-card .view-history{right:15px;border:1px solid var(--theme-color);border-radius:4px;color:#f0f0f0}.profile-card .view-history{right:auto;left:15px;top:15px}.profile-card .update-btn:hover{background-color:var(--theme-color)}.cursor-pointer{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.profile-image{position:absolute;top:-50px;left:calc(50% - 50px);border:4px solid #fff;border-radius:50%;overflow:hidden;width:100px;height:100px;background:#fff}.profile-image img{width:100%;height:100%;object-fit:cover}.profile-card h2{margin-top:20px;font-size:18px}.profile-card .designation{font-size:14px;margin-top:5px}.profile-card .designation span{font-weight:700}.profile-card .location{font-size:13px;margin-top:5px;display:flex;align-items:center;justify-content:center;gap:4px}.profile-card .location.loc-button>.followupstaus{width:calc(50% - 2px)}.statusCl,.viewbooking{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.profile-card .location svg{width:16px;height:16px;stroke:#fff}.profile-stats{display:flex;justify-content:space-around;margin-top:10px}.profile-stats div p{font-size:16px;font-weight:700;margin:0}.profile-stats div span{font-size:calc(12px, 1.5vw, 14px)}.dropdown{position:absolute;background-color:#fff3cd;z-index:111;left:0;top:31px;width:100%;border-radius:10px;overflow:hidden}.dropdown li{padding:6px 8px;border-bottom:1px solid #7777;transition:all .3s ease;color:#444}.dropdown li:hover{background-color:var(--theme-color);color:#fff}.dropdown li:last-child{border:0}.follow-up-location{display:flex;justify-content:space-between;align-items:flex-start;border-radius:8px;flex-wrap:wrap}.follow-up-location .followupstaus{background:#fff;border-radius:6px;padding:6px 10px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.follow-up-location .followupstaus span{display:block;font-weight:400;color:#007bff;margin-bottom:2px;font-size:14px}.follow-up-location .followupstaus{font-size:13px;color:#333}.view-description{margin-top:20px;max-height:300px;overflow:auto;font-size:clamp(12px,1.4vw,14px)}.followupstaus .shine.highlight{animation:pendingAnim .8s ease infinite backwards}@keyframes pendingAnim{0%,to{background-color:#fff3cd}50%{background-color:#ee742c;border-color:#ee742c;color:#fff}}.sidebar-body .form-fields .react-datepicker-popper{width:340px}.inputerr{position:absolute;right:10px;top:30px}.update-modal-wrapper{position:fixed;right:-100%;top:0;max-width:600px;min-width:600px;z-index:111;background-color:#103e65;height:100vh}.update-modal-wrapper.modal-show{right:0}.update-modal-wrapper .updmodal-form .modal-form-wrapper{padding:15px}.update-modal-wrapper .updmodal-form .modal-form-wrapper form label{color:#fff}.modal-overlay{position:fixed;left:0;top:0;background:rgba(0,0,0,.5);height:100vh;width:100vw;z-index:1}.serialnumber{height:30px;width:30px;border-radius:50%;border:1px solid #666;font-size:16px;display:flex;align-items:center;justify-content:center}.follow-uphistory .card{font-size:13px}.updmodal-form .modal-form-wrapper{height:calc(100vh - 57px);overflow:auto}.popup-container{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:1000}.popup{background:#fff;border-radius:8px;width:380px;max-width:90%;box-shadow:0 8px 25px rgba(0,0,0,.3);animation:slideDown .4s ease;overflow:hidden}@keyframes slideDown{0%{transform:translateY(-30%);opacity:0}to{transform:translateY(0);opacity:1}}.popup-header{background:#042b4c;color:#fff;padding:12px 20px;display:flex;align-items:center;justify-content:space-between}.popup-header-icon{font-size:20px;margin-right:10px}.popup-header h3{flex-grow:1;font-size:18px;margin:0}.popup-header-actions{display:flex;gap:10px}.popup-header-actions>div{height:28px;width:28px;border-radius:4px;border:1px solid #f0f0f0;display:flex;align-items:center;justify-content:center;background-color:#103e65}.header-action-icon{cursor:pointer;font-size:14px}.popup-body{padding:20px;text-align:center}.popup-body p{font-size:16px;color:#333;margin-bottom:20px}.popup-body button{font-size:clamp(12px,1.2vw,14px)}.popup-action-btn{background:#28a745;color:#fff;border:none;padding:10px 18px;border-radius:5px;font-weight:500;cursor:pointer;transition:background .3s ease}.popup-body-icon{font-size:30px;color:#dc3545;margin-bottom:10px}.popup-action-btn:hover{background:#218838}.popup-icon{position:fixed;left:20px;bottom:20px;font-size:28px;cursor:pointer;color:#ff5722}.blinking{animation:blink 1s infinite}@keyframes blink{0%{opacity:1}50%{opacity:.3}to{opacity:1}}.tooltip-hover{padding:4px 10px;border-radius:4px;top:-85px;left:0;width:-moz-fit-content;width:fit-content;color:#000;z-index:1;display:none}.tooltip-hover,.tooltip-hover:after{border:1px solid #cccc;position:absolute;background-color:#f0f0f0}.tooltip-hover:after{content:"";left:8px;bottom:-6px;height:12px;width:12px;transform:rotate(45deg);border-left:0;border-top:0}.profile-card:hover .tooltip-hover{display:block}.tooltip-hover .content ul li{font-size:14px;color:#333;text-align:left}