@charset "UTF-8";@font-face{font-family:Inter;src:url(/assets/Inter_18pt-Regular-BpskOkD5.ttf)}@font-face{font-family:PoppinsRegular;src:url(/assets/Poppins-Regular-CTKNfV9P.ttf) format("truetype")}@font-face{font-family:Inter;src:url(/assets/Inter_18pt-Regular-BpskOkD5.ttf)}@font-face{font-family:PoppinsRegular;src:url(/assets/Poppins-Regular-CTKNfV9P.ttf) format("truetype")}.nav{background:linear-gradient(90deg,#2bb1a5,#24324f);position:sticky;z-index:9;top:0;justify-content:center;width:100%;display:flex;align-items:center;gap:2rem;height:4.9375rem;flex-shrink:0;box-shadow:0 4px 4px #53535340}.nav .logo{width:7.5625rem;display:flex;align-items:center;height:4.5625rem;flex-shrink:0}.nav .verticalline{background:#acacac;width:.0625rem;height:2.6875rem}.nav img{width:100%;object-fit:cover;height:100%}.nav .allReminders-legends{font-size:12px;color:#fff;padding-left:7px;cursor:pointer;display:flex;align-items:center;column-gap:10px}.nav .allReminders-legends:hover{background:#0a8d75;border-radius:8px}.navLeadBoardBoxWrapper{display:flex;gap:1rem;min-width:62rem;align-items:center;justify-content:center}.navLeadBoardBoxWrapper .navLeadBoardBox{width:3.3125rem;height:2.7rem;flex-shrink:0;border:1px solid #b7ffef}.navLeadBoardBoxWrapper .navLeadBoardBox .countVal{color:#000;text-align:center;margin:.4rem auto;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:700;line-height:normal}.navLeadBoardBoxWrapper .navLeadBoardBoxWrapper_para{color:#fff;font-family:Inter;text-wrap:nowrap;margin-bottom:.2rem;font-size:.9375rem;font-style:normal;font-weight:500;line-height:normal}.addLeadbtn{color:#fff;cursor:pointer;display:flex;align-items:center;border-radius:.625rem;background:#11e6b8;width:6.25rem;height:2.25rem;flex-shrink:0;justify-content:center}.AvatarWrapper{color:#fff;font-size:1.2rem}.AvatarWrapper img{border-radius:3.75rem;border:1px solid #2882c2}.form-container{position:relative;padding:1rem;border-radius:1rem;display:flex;flex-direction:column;gap:1rem}.close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:#4caf50;cursor:pointer}.form-field{display:flex;flex-direction:column;gap:.2rem}.form-field label{font-weight:700;color:#333}.form-field input,.form-field select{padding:.75rem;font-size:1rem;color:#555;background-color:#e0e0e0;border:none;border-radius:.5rem;outline:none;box-shadow:0 2px 4px #0000001a}.form-field input::placeholder{color:#999}.submitBtn{cursor:pointer;border:none;flex-shrink:0;border-radius:.625rem;background:#0bbe97;margin:3rem 0;text-align:center;margin:0 auto;transition:background .3s ease,transform .1s ease;width:49%}.submitBtn p{color:#fff;font-size:1.3rem;font-style:normal;font-weight:700;margin:1.3rem auto;line-height:normal}.submitBtn:hover{background:#0aa684}.submitBtn:active{background:#0a8d75;transform:scale(.98)}.popup{--burger-line-width: 1.125em;--burger-line-height: .125em;--burger-offset: .625em;--burger-bg: rgba(0, 0, 0, .15);--burger-color: white;--burger-line-border-radius: .1875em;--burger-diameter: 2.125em;--burger-btn-border-radius: calc(var(--burger-diameter) / 2);--burger-line-transition: .3s;--burger-transition: all .1s ease-in-out;--burger-hover-scale: 1.1;--burger-active-scale: .95;--burger-enable-outline-color: var(--burger-bg);--burger-enable-outline-width: .125em;--burger-enable-outline-offset: var(--burger-enable-outline-width);--nav-padding-x: .25em;--nav-padding-y: .625em;--nav-border-radius: .375em;--nav-border-color: #ccc;--nav-border-width: .0625em;--nav-shadow-color: rgba(0, 0, 0, .2);--nav-shadow-width: 0 1px 5px;--nav-bg: index.$primary-color;--nav-font-family: Menlo, Roboto Mono, monospace;--nav-default-scale: .8;--nav-active-scale: 1;--nav-position-left: 0;--nav-position-right: unset;--nav-title-size: .625em;--nav-title-color: #777;--nav-title-padding-x: 1rem;--nav-title-padding-y: .25em;--nav-button-padding-x: 1rem;--nav-button-padding-y: .375em;--nav-button-border-radius: .375em;--nav-button-font-size: 12px;--nav-button-hover-bg: #6495ed;--nav-button-hover-text-color: #fff;--nav-button-distance: .875em;--underline-border-width: .0625em;--underline-border-color: #ccc;--underline-margin-y: .3125em}.popup{display:inline-block;text-rendering:optimizeLegibility;position:relative}.popup input{display:none}.burger{display:flex;position:relative;align-items:center;justify-content:center;background:var(--burger-bg);width:var(--burger-diameter);height:var(--burger-diameter);border-radius:var(--burger-btn-border-radius);border:none;cursor:pointer;overflow:hidden;transition:var(--burger-transition);outline:var(--burger-enable-outline-width) solid transparent;outline-offset:0}.burger span{height:var(--burger-line-height);width:var(--burger-line-width);background:var(--burger-color);border-radius:var(--burger-line-border-radius);position:absolute;transition:var(--burger-line-transition)}.burger span:nth-child(1){top:var(--burger-offset)}.burger span:nth-child(2){bottom:var(--burger-offset)}.burger span:nth-child(3){top:50%;transform:translateY(-50%)}.popup-window{transform:scale(var(--nav-default-scale));visibility:hidden;display:none;opacity:0;position:absolute;padding:var(--nav-padding-y) var(--nav-padding-x);background:linear-gradient(90deg,#2bb1a5,#24324f);font-family:var(--nav-font-family);color:var(--nav-text-color);border-radius:var(--nav-border-radius);border:var(--nav-border-width) solid var(--nav-border-color);top:calc(var(--burger-diameter) + var(--burger-enable-outline-width) + var(--burger-enable-outline-offset));left:var(--nav-position-left);right:var(--nav-position-right);transition:var(--burger-transition)}.popup-window legend{padding:var(--nav-title-padding-y) var(--nav-title-padding-x);margin:0;color:var(--nav-title-color);font-size:var(--nav-title-size);text-transform:uppercase}.popup-window ul{margin:0;padding:0;list-style-type:none}.popup-window ul button{outline:none;width:100%;border:none;background:none;display:flex;align-items:center;color:var(--burger-color);padding:.4rem;font-size:.9rem;white-space:nowrap;border-radius:var(--nav-button-border-radius);cursor:pointer;column-gap:var(--nav-button-distance)}.popup-window ul li:nth-child(1) svg,.popup-window ul li:nth-child(2) svg{color:#6495ed}.popup-window ul li:nth-child(4) svg,.popup-window ul li:nth-child(5) svg{color:#999}.popup-window ul li:nth-child(7) svg{color:red}.popup-window hr{margin:var(--underline-margin-y) 0;border:none;border-bottom:var(--underline-border-width) solid var(--underline-border-color)}.popup-window ul button:hover,.popup-window ul button:focus-visible,.popup-window ul button:hover svg,.popup-window ul button:focus-visible svg{color:var(--nav-button-hover-text-color);background:#0a8d75}.burger:hover{transform:scale(var(--burger-hover-scale))}.burger:active{transform:scale(var(--burger-active-scale))}.burger:focus:not(:hover){outline-color:var(--burger-enable-outline-color);outline-offset:var(--burger-enable-outline-offset)}.popup input:checked+.burger span:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.popup input:checked+.burger span:nth-child(2){bottom:50%;transform:translateY(50%) rotate(-45deg)}.popup input:checked+.burger span:nth-child(3){transform:translate(calc(var(--burger-diameter) * -1 - var(--burger-line-width)))}.popup input:checked~nav{left:-7rem;transform:scale(var(--nav-active-scale));visibility:visible;opacity:1;width:10rem;display:block;top:3rem}.error-red-border{border:1px solid red!important;animation:shake .2s ease-in-out 0s 5}@keyframes shake{0%{margin-left:0rem}25%{margin-left:.5rem}75%{margin-left:-.5rem}to{margin-left:0rem}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:20;animation:fadeIn .3s ease-out}.modal-overlay .modal-content{max-height:100%;scrollbar-width:none;overflow:auto;background-color:#fefefe;padding:20px;border-radius:8px;box-shadow:0 2px 10px #0003;animation:slideIn .3s ease-out;position:relative}.modal-overlay .modal-content .close{color:#fbf3f3;background:red;font-size:28px;font-weight:700;position:absolute;width:2.5rem;height:2.5rem;text-align:center;top:2px;right:6px;cursor:pointer;border-radius:50%;z-index:100}.modal-overlay .modal-content .close:hover{color:#000}@keyframes fadeIn{0%{background-color:#0000}to{background-color:#0006}}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@font-face{font-family:Inter;src:url(/assets/Inter_18pt-Regular-BpskOkD5.ttf)}@font-face{font-family:PoppinsRegular;src:url(/assets/Poppins-Regular-CTKNfV9P.ttf) format("truetype")}.sidebarWrapper{width:60px;height:90vh;top:76px;z-index:8;background:linear-gradient(90deg,#2bb1a5,#24324f);position:fixed;overflow:auto;scrollbar-width:none;transition:width .3s ease-in-out}.sidebarWrapper .sidebardivActive{background:#d9d9d9;font-weight:700;color:#5b5b5b!important}.sidebarWrapper .firstChild{position:relative}.sidebarWrapper .firstChild .toggle-btn{border:none;background:transparent;position:absolute;right:30px;transition:width .3s ease-in-out}.sidebarWrapper .sidebardiv,.sidebarWrapper .sidebardivActive{width:100%;text-decoration:none;font-size:1rem;color:#fff;border-bottom:.7px solid white;border-left:0;border-right:0;display:flex;gap:.4rem;text-wrap:nowrap;align-items:center;height:4.4375rem;padding:1rem;flex-shrink:0}.sidebarWrapper .sidebardiv .sidebardivImg,.sidebarWrapper .sidebardivActive .sidebardivImg{width:2.75rem;height:2.75rem;flex-shrink:0}.sidebarWrapper.open{width:230px}.mainLayout{display:flex}.mainLayout .mc1{flex:0}.mainLayout .mc2{flex:6;transition:margin .3s ease-in-out}.reminder-list-model h2{text-align:center;color:#ffe13a;font-family:Inter,sans-serif;font-size:32px;font-style:normal;font-weight:600;line-height:normal}.reminder-list-model p{color:#fff;font-family:Inter,sans-serif;font-size:22px;font-weight:500;margin:2px 0}.reminder-list-model .time-sheduled{color:#22daff;font-size:10px;font-weight:600;text-align:right}.reminder-list-model .message-container{border:1px solid #fff;padding:5px 4px;margin:15px 0;border-radius:7px}.reminder-list-model .notification-area{position:fixed;top:10px;padding:10px;right:10px;width:350px;z-index:1000;max-height:80%;overflow-y:auto;scrollbar-width:none}.reminder-list-model .notification-content-wraper{width:100%;margin-left:12px}.reminder-list-model .notification-item{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:linear-gradient(180deg,#355a79,#17816a 98.13%);box-shadow:inset 0 0 1px #e8e8ed1c;color:#f5f5f7;display:flex;will-change:transform;z-index:1;transition:linear .25s;border-radius:7px;padding:15px;margin-bottom:10px;font-family:Work Sans,sans-serif!important;align-items:center}.reminder-list-model .notification-item[data-type=banner]:hover{opacity:.9}.reminder-list-model .notification-title{font-size:14px;font-weight:700;margin-right:8px;margin-bottom:4px}.reminder-list-model .notification-body{font-size:12px}.reminder-list-model .notification-item:hover .notification-close{visibility:visible}.reminder-list-model .notification-close{position:absolute;top:-7.5px;left:-7.5px;cursor:pointer;background:linear-gradient(180deg,#355a79,#17816a 98.13%);visibility:hidden;border-radius:50%;font-size:14px;padding:3px;box-shadow:0 2px 4px #0000001a;height:20px;width:20px;display:flex;align-items:center;justify-content:center}.all-reminder-list-model{position:fixed;top:0;right:-300px;width:300px;height:100%;background-color:#ffffff91;box-shadow:0 2px 10px #0000001a;z-index:1000;transition:transform .4s ease-in-out}.all-reminder-list-model.active{transform:translate(-300px)}.all-reminder-list-model .edit-button{background:linear-gradient(180deg,#355a79,#17816a 98.13%);border-radius:5px;color:#fff;font-size:14px;padding:5px 10px;cursor:pointer;transition:background-color .3s ease-in-out}.all-reminder-list-model .notification-area{position:unset;top:unset;right:unset;width:100%;z-index:1000;max-height:95%;overflow-y:auto;scrollbar-width:none;margin-top:35px}.all-reminder-list-model .notification-area .notification-item.viewed{background:linear-gradient(180deg,#355a79,#17816a 98.13%);opacity:.7;cursor:default}.all-reminder-list-model .reminderList-close{position:absolute;top:5px;right:10px;cursor:pointer;background:#f82424c3;visibility:hidden;border-radius:50%;font-size:14px;padding:3px;box-shadow:0 2px 4px #0000001a;height:28px;width:28px;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center}.all-reminder-list-model:hover .reminderList-close{visibility:visible}.all-reminderOverlay{position:fixed;display:none;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999}.all-reminderOverlay.active{display:block}.webpara{display:flex;justify-content:center;flex-direction:column;gap:.81rem}.webpara p{color:#686868;font-size:1.1rem;font-style:normal;font-weight:300;line-height:normal}.webpara p strong{color:#000;font-size:1.25rem;font-style:normal;font-weight:600;line-height:normal}.webLead_Basic_details{display:flex;height:100%;justify-content:space-around;width:100%}.lead-card{width:62.4375rem;margin:1.25rem auto;height:19.1875rem;flex-shrink:0;border-radius:.9375rem;border:1px solid #acacac;background:#dfdfdf;box-shadow:0 4px 4px #00000040}.lead-card h3{margin-top:0;font-size:1.2em}.button-group{display:flex;justify-content:space-between;margin-top:16px}.action-button{padding:8px 12px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s}.action-button:hover{background-color:#0056b3}.action-button.no-response{background-color:#ff9800}.action-button.not-interested{background-color:#f44336}.WebLeadsearch-container{width:98%;top:4.8rem;display:flex;justify-content:center;margin:12px}.WebLeadsearch-input{padding:0 0 0 15px;width:28rem;border-radius:5px;border:1px solid #ccc;font-size:16px;outline:none;transition:border-color .3s ease}.total-lead-count{font-size:18px;font-weight:700;margin:20px 0}.filterWrapper{display:flex;gap:2rem;margin:2rem 0}.button{width:10.625rem;height:2.9rem;flex-shrink:0;display:inline-block;background-color:#2ecc71;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:700;cursor:pointer;text-align:center;text-decoration:none;transition:background-color .3s ease}.button:hover{background-color:#27ae60}.button:active{background-color:#34d58f}.button.last-quotes{background-color:#fff;color:#2ecc71;border-radius:.625rem;border:1px solid #0bbe97}.button.last-quotes p{display:flex;color:#2ecc71;font-weight:700;justify-content:center;margin:.7rem auto}.button.fresh-quote{background-color:#2ecc71;color:#fff}.button.fresh-quote p{display:flex;color:#fff;font-weight:700;justify-content:center;margin:.7rem auto}.menu-container{border-radius:20px;background-color:#fff;box-shadow:0 4px 4px #00000040;display:flex;width:100%;flex-direction:column;padding:25px 0 18px}.options-container{display:flex;width:100%;flex-direction:column;align-items:start;font-size:16px;color:#6b6b6b;padding:0 20px}.divider{min-height:1px;margin-top:15px;width:100%;border:1px solid rgba(224,224,224,1)}.sort-option{display:flex;gap:11px;margin-top:17px;width:100%}.actions-button{align-self:center;display:flex;margin-top:20px;width:162px;max-width:100%;gap:20px;font-size:10px;justify-content:space-between}.cancel-button{border-radius:4px;background-color:#fff;border:1px solid rgba(11,190,151,1);color:#0bbe97;padding:3px;cursor:pointer}.save-button{border-radius:4px;background-color:#0bbe97;border:none;color:#fff;padding:3px 9px;cursor:pointer}.searchbtn{background:#0bbe97;border-radius:4px;color:#fff;padding:.6rem;cursor:pointer}.rdp-root{--rdp-accent-color: blue;--rdp-accent-background-color: #f0f0ff;--rdp-day-height: 44px;--rdp-day-width: 44px;--rdp-day_button-border-radius: 100%;--rdp-day_button-border: 2px solid transparent;--rdp-day_button-height: 42px;--rdp-day_button-width: 42px;--rdp-selected-border: 2px solid var(--rdp-accent-color);--rdp-disabled-opacity: .5;--rdp-outside-opacity: .75;--rdp-today-color: var(--rdp-accent-color);--rdp-dropdown-gap: .5rem;--rdp-months-gap: 2rem;--rdp-nav_button-disabled-opacity: .5;--rdp-nav_button-height: 2.25rem;--rdp-nav_button-width: 2.25rem;--rdp-nav-height: 2.75rem;--rdp-range_middle-background-color: var(--rdp-accent-background-color);--rdp-range_middle-color: inherit;--rdp-range_start-color: white;--rdp-range_start-background: linear-gradient(var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color: var(--rdp-accent-color);--rdp-range_end-background: linear-gradient(var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50%);--rdp-range_end-color: white;--rdp-range_end-date-background-color: var(--rdp-accent-color);--rdp-week_number-border-radius: 100%;--rdp-week_number-border: 2px solid transparent;--rdp-week_number-height: var(--rdp-day-height);--rdp-week_number-opacity: .75;--rdp-week_number-width: var(--rdp-day-width);--rdp-weeknumber-text-align: center;--rdp-weekday-opacity: .75;--rdp-weekday-padding: .5rem 0rem;--rdp-weekday-text-align: center;--rdp-gradient-direction: 90deg;--rdp-animation_duration: .3s;--rdp-animation_timing: cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction: -90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity: unset}.rdp-root{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled{opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border-color:transparent;border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.reminder_container{padding:15px;border:1px solid #ddd;background-color:#f9f9f9;box-shadow:0 4px 8px #0000001a;font-family:Inter;position:fixed;width:350px;border-radius:8px;background:#d9d9d9;display:none;z-index:11;top:50%;left:50%;transform:translate(-50%,-50%);max-height:80vh;overflow-y:auto;scrollbar-width:none}.reminder_container .header{text-align:center;margin-bottom:15px}.reminder_container .month-open-close{cursor:pointer;font-weight:700;text-align:center;padding:10px;border-radius:8px;display:flex;align-items:center;column-gap:12px}.reminder_container .day-picker{margin-bottom:15px}.reminder_container .time-container{display:flex;align-items:center;margin-bottom:15px;gap:5px}.reminder_container .time-input{width:35%;padding:8px;border:1px solid #ccc;border-radius:5px;font-size:16px;text-align:center}.reminder_container .colon{font-size:20px;font-weight:700}.reminder_container .am-pm-toggle{display:flex;gap:10px;justify-content:space-between}.reminder_container .am-pm-button{padding:10px;color:#ccc;border:none;border-radius:5px;cursor:pointer;font-weight:700}.reminder_container .title-input{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:14px;margin:5px 0}.reminder_container .description-input{width:100%;padding:10px;border:none;border-radius:5px;font-size:14px;margin:5px 0}.reminder_container .error-message{font-size:10px;color:#ff1e1e}.reminder_container .email-tags{display:flex;align-items:center;justify-content:flex-start;gap:10px;flex-wrap:wrap}.reminder_container .email-tag{display:flex;align-items:center;justify-content:center;column-gap:5px;border:1px solid;border-radius:8px;padding:5px 10px}.reminder_container .emails-delete-button{cursor:pointer;border:none;background-color:transparent;color:red}.reminder_container input:focus-visible,.reminder_container textarea:focus-visible,.reminder_container select:focus-visible{outline:none}.reminder_container .priority-container{display:flex;align-items:center;justify-content:flex-start;gap:10px;margin-bottom:10px;font-family:Inter,sans-serif;margin-top:5px}.reminder_container .priority-container label{display:flex;align-items:center;justify-content:center;column-gap:5px;font-size:14px}.reminder_container .actions{display:flex;justify-content:space-between;gap:5px}.reminder_container .message-and-buttons{display:flex;align-items:center;gap:5px}.reminder_container .set-button{border:.7px solid #adadad;background:#d9d9d9;padding:6px 10px;border-radius:5px;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:5px;color:green}.reminder_container .delete-button{padding:6px 10px;border:.7px solid #adadad;background:#d9d9d9;border-radius:5px;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:5px}.reminder_container .active{background-color:#ccc;color:#000}.reminder_container .reminder{padding:10px;background-color:#d7ffd9;border-radius:5px;text-align:center;font-size:14px;font-weight:700}.reminder-overLayer{width:99vw;height:99vh;background:transparent;position:fixed;top:0;left:0;z-index:9;display:none}.reminder_opened{display:block}@font-face{font-family:Inter;src:url(/assets/Inter_18pt-Regular-BpskOkD5.ttf)}@font-face{font-family:PoppinsRegular;src:url(/assets/Poppins-Regular-CTKNfV9P.ttf) format("truetype")}.loginFormWrapper{height:100vh;display:flex;justify-content:center;align-items:center}.authcontainer{display:flex;align-items:center;height:100vh;justify-content:center}.authcontainer .container{background-color:#1e1e1ecc;padding:3rem;border-radius:16px;box-shadow:0 8px 32px #0000004d;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);max-width:400px;width:100%}.authcontainer h1{margin-bottom:1.5rem;color:#fff;font-weight:600;font-size:2rem}.authcontainer p{margin-bottom:2rem;color:#b0b0b0;font-weight:300}.loginotp-input{display:flex;justify-content:center;margin-bottom:2rem}.loginotp-input input{width:100%;height:50px;margin:0 5px;position:relative;width:50px;text-align:center;font-size:1.5rem;border:2px solid #6665f1;border-radius:12px;background-color:#2a2a2acc;color:#fff;transition:all .3s ease}.login-input input{height:50px;margin:1rem 5px;position:relative;width:100%;text-align:center;font-size:1.5rem;border:2px solid #6665f1;border-radius:12px;background-color:#2a2a2acc;color:#fff;transition:all .3s ease}.loginotp-input input:focus{border-color:#a556f6;box-shadow:0 0 0 2px #a656f64d;outline:none}.loginotp-input input::-webkit-outer-spin-button,.loginotp-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.authcontainer .loginotp-input input[type=number]{-moz-appearance:textfield}.authcontainer button{background:linear-gradient(135deg,#6665f1,#a556f6);color:#fff;border:2px solid #6665f1;padding:12px 24px;font-size:1rem;border-radius:8px;cursor:pointer;margin:5px;transition:all .3s ease;font-weight:500;letter-spacing:.5px}.authcontainer button:hover{background:linear-gradient(135deg,#a556f6,#6665f1);transloginform:translateY(-2px);box-shadow:0 4px 8px #a656f64d}.authcontainer button:disabled{background:#ccc;border-color:#999;color:#666;cursor:not-allowed;transloginform:none;box-shadow:none}.authcontainer #timer{font-size:1rem;color:#a556f6;font-weight:500;margin-left:10px}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.authcontainer .expired{animation:pulse 2s infinite;color:#f44}.authcontainer .resend-text{margin-top:1rem;font-size:.9rem;color:#b0b0b0}.authcontainer .resend-link{color:#6665f1;text-decoration:none;cursor:pointer;transition:color .3s ease}.authcontainer .resend-link:hover{color:#a556f6;text-decoration:underline}.authcontainer #email{color:#a556f6;font-weight:500}.loginform{display:flex;flex-direction:column;gap:10px;margin:0 auto;background-color:#1f1f1f;padding:30px;width:450px;border-radius:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}::placeholder{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#aaa}.flex-column>label{color:#f1f1f1;font-weight:600}.inputForm{border:1.5px solid #333;border-radius:10px;height:50px;display:flex;align-items:center;padding-left:10px;transition:.2s ease-in-out;background-color:#2b2b2b}.LoginInput{margin-left:10px;border-radius:10px;border:none;width:100%;height:3rem;padding:1rem;background-color:#2b2b2b;color:#f1f1f1}.LoginInput:focus{outline:none}.inputloginForm:focus-within{border:1.5px solid #2d79f3}.flex-row{display:flex;flex-direction:row;align-items:center;gap:10px;justify-content:space-between}.flex-row>div>label{font-size:14px;color:#f1f1f1;font-weight:400}.span{font-size:14px;margin-left:5px;color:#2d79f3;font-weight:500;cursor:pointer}.loginhr{border-color:#0bbe97}.button-submit{margin:20px 0 10px;background:linear-gradient(90deg,#2bb1a5,#24324f);border:none;color:#fff;font-size:15px;font-weight:500;border-radius:10px;height:50px;width:100%;cursor:pointer}.p{text-align:center;color:#f1f1f1;font-size:14px;margin:5px 0}.loginbtn{margin-top:10px;width:100%;height:50px;border-radius:10px;display:flex;justify-content:center;align-items:center;font-weight:500;gap:10px;border:1px solid #333;background-color:#2b2b2b;color:#f1f1f1;cursor:pointer;transition:.2s ease-in-out}.btn:hover{border:1px solid #2d79f3}.logintitle{font-size:28px;color:#0bbe97;font-weight:600;letter-spacing:-1px;position:relative;display:flex;align-items:center;padding-left:30px}.logintitle:before,.logintitle:after{position:absolute;content:"";height:16px;width:16px;border-radius:50%;left:0;background:linear-gradient(90deg,#2bb1a5,#24324f)}.logintitle:before{width:18px;height:18px;background:linear-gradient(90deg,#2bb1a5,#24324f)}.logintitle:after{width:18px;height:18px;animation:pulse 1s linear infinite}@keyframes pulse{0%{transform:scale(.9);opacity:1}to{transform:scale(1.8);opacity:0}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.driver-voucher-cards{border-radius:15px;background:#77beba;box-shadow:4px 4px 4px #6d6d6d40;padding:2rem;cursor:pointer;margin:2px 0}.driver-voucher-cards .webLead_followUps .voucher_id_container{display:flex;justify-content:space-between;margin-bottom:10px}.driver-voucher-cards .webLead_followUps .voucher_id_container .tripid_and_flights{display:flex;gap:24px;justify-content:space-between}.driver-voucher-cards .webLead_followUps .voucher_id_container .tripid_and_flights h2{color:#53fff5;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.driver-voucher-cards .webLead_followUps .voucher_id_container .followUp_ratings{display:flex;gap:10px}.driver-voucher-cards .webLead_followUps .voucher_id_container .followUp_ratings div{display:flex}.driver-voucher-cards .webLead_followUps .followups_client_details{display:flex;flex-wrap:wrap;row-gap:10px}.driver-voucher-cards .webLead_followUps .followups_client_details p{color:#363636;font-family:Inter;font-size:1.1rem;font-style:normal;font-weight:900;line-height:normal;width:32%}.driver-voucher-cards .webLead_followUps .followups_client_details span{font-family:Inter;font-size:1.2rem;font-style:normal;font-weight:800;line-height:normal}.driver-voucher-cards .webLead_followUps .followups_client_details .lead_status{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:3px 12px;border-radius:10px}.driver-voucher-cards .webLead_followUps .followups_client_details .paxnchild{display:flex;width:50%;gap:24px}.driver-voucher-cards .webLead_followUps .followups_client_details .paxnchild p{display:flex}.active-card{border-radius:15px;border-radius:.9375rem;background:#77beba;box-shadow:4px 4px 4px #6d6d6d40}.button-container{display:flex;justify-content:flex-end;gap:1rem;width:100%}.btn{padding:.5rem 1.5rem;font-size:1rem;font-weight:500;border-radius:5px;border:2px solid transparent;cursor:pointer;transition:all .3s ease}.select-caller{background-color:#33a39e;color:#fff;border:2px solid #33a39e}.select-caller:hover{background-color:#fff;color:#33a39e}.generate-lead{background-color:#fff;color:#33a39e;border:2px solid #33a39e}.generate-lead:hover{background-color:#33a39e;color:#fff}.loading__parents{display:flex;justify-content:center;align-items:center;width:100%;gap:10px;height:100%}.loading{font-size:2rem;font-weight:600}.loading__shimmer span,.loading__shimmer2 span{position:relative;color:#00000014}.loading__shimmer span:after{position:absolute;top:0;left:0;content:attr(data-text);color:red;opacity:0;transform:scale(1.2);animation:loading__shimmer 3s infinite}.loading__shimmer2 span:after{position:absolute;top:0;left:0;content:attr(data-text);color:#395ce0;opacity:0;transform:scale(1.2);animation:loading__shimmer 3s infinite}.loading__shimmer span:nth-child(2):after{animation-delay:.05s}.loading__shimmer span:nth-child(3):after{animation-delay:.1s}.loading__shimmer span:nth-child(4):after{animation-delay:.15s}.loading__shimmer span:nth-child(5):after{animation-delay:.2s}.loading__shimmer span:nth-child(6):after{animation-delay:.25s}.loading__shimmer span:nth-child(7):after{animation-delay:.3s}.loading__shimmer span:nth-child(8):after{animation-delay:.35s}.loading__shimmer2 span:nth-child(1):after{animation-delay:.4s}.loading__shimmer2 span:nth-child(2):after{animation-delay:.45s}.loading__shimmer2 span:nth-child(3):after{animation-delay:.5s}.loading__shimmer2 span:nth-child(4):after{animation-delay:.55s}.loading__shimmer2 span:nth-child(5):after{animation-delay:.6s}.loading__shimmer2 span:nth-child(6):after{animation-delay:.65s}.loading__shimmer2 span:nth-child(7):after{animation-delay:.7s}@keyframes loading__shimmer{0%,75%,to{transform:scale(1.2);opacity:0}25%,50%{transform:scale(1);opacity:1}}.mainskeletonwrapper{border-radius:6px;border:1px solid rgb(226,222,222);padding:16px;width:64rem;margin:16px auto}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-text{height:16px;width:70%;margin:8px 0}.skeleton-title{height:20px;width:50%;margin:12px 0}.skeleton-button{height:36px;width:100px;margin:8px;border-radius:6px}.checkbox-section{display:flex;align-items:center;gap:3rem;padding:1rem}.assignBTN{border:2px solid #33a39e;padding:.5rem;color:#33a39e;cursor:pointer;width:fit-content;border-radius:15px;position:relative}.checkbox-wrapper-42 .cbx{position:relative;top:1px;width:17px;height:17px;border:1px solid #969696;border-radius:3px;vertical-align:middle;transition:background .1s ease;cursor:pointer}.dashboard{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:linear-gradient(180deg,#e8faff,#dde7f1);font-family:Arial,sans-serif}.formdisableCard{background:linear-gradient(180deg,#6789a1,#679aa6);position:relative;z-index:9999;filter:blur(2px);opacity:.2;pointer-events:none}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;box-shadow:0 4px 4px #0000001a;border-radius:8px}.dashboard-header .search-bar{flex:1;max-width:300px;padding:.5rem;border:1px solid #ccc;border-radius:4px;margin-right:1rem}.dashboard-header .header-actions{display:flex;align-items:center;gap:1rem}.dashboard-header .header-actions .upload-lead-btn{padding:.5rem 1rem;background-color:#007aff;color:#fff;border:none;border-radius:4px;cursor:pointer}.dashboard-header .user-profile{display:flex;align-items:center;gap:.5rem}.dashboard-header .user-profile .profile-img{width:40px;height:40px;border-radius:50%}.dashboard-content{display:flex;gap:1rem}.dashboard-content .lead-cards{display:flex;flex:4;flex-direction:column}.dashboard-content .lead-cards .lead-card{position:relative;width:96%;border-radius:8px;border-radius:1.5625rem;background:linear-gradient(90deg,#ecf2c0,#dfdfdf);box-shadow:0 4px 4px #00000040;padding:1rem 1.5rem;margin:20px auto;display:flex;flex-direction:column;justify-content:space-between}.dashboard-content .lead-cards .lead-card h4{margin-bottom:.5rem;font-size:1rem}.dashboard-content .lead-cards .lead-card p{font-size:.9rem;margin:.3rem 0}.dashboard-content .lead-cards .lead-card .status{position:absolute;top:.5rem;right:.5rem;padding:.2rem .5rem;border-radius:4px;font-size:.8rem;color:#fff}.dashboard-content .lead-cards .lead-card .status.active{background-color:#0bbe97}.dashboard-content .lead-cards .lead-card .status.cold{background-color:#ffc107}.dashboard-content .lead-cards .lead-card .status.hot{background-color:#dc3545}.dashboard-content .driverlead-details{flex:8;position:sticky;top:5rem;height:fit-content;padding:1rem;border-radius:1.5625rem;background:linear-gradient(180deg,#6789a1,#679aa6);box-shadow:0 0 10px #0009}.dashboard-content .driverlead-details p{font-size:1rem;margin:.5rem 0;color:#fff}.dashboard-content .driverlead-details form{display:flex;flex-direction:column;gap:1rem}.dashboard-content .driverlead-details form label{font-size:.9rem;font-weight:700}.dashboard-content .driverlead-details form input,.dashboard-content .driverlead-details form select{padding:.5rem;border:1px solid #ccc;border-radius:4px}.dashboard-content .driverlead-details form .form-actions{display:flex;margin:2rem 1rem;justify-content:flex-end;gap:1rem}.dashboard-content .driverlead-details form .form-actions .delete-btn{padding:.5rem 1rem;background-color:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer}.dashboard-content .driverlead-details form .form-actions .save-btn{padding:.5rem 3rem;color:#fff;font-size:1.2rem;border:none;border-radius:.5rem;background:#1abca8;box-shadow:0 4px 4px #00000040}.flex{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.formwrapperdivs{display:flex;width:88%;gap:.3rem;flex-direction:column;align-items:baseline;margin:0 auto}.formwrapperdivs label{margin-right:1rem;color:#fff;text-wrap:nowrap;font-size:1rem!important}.formwrapperdivs input,.formwrapperdivs select{width:100%}.leadvoucher-cards{border-radius:15px;cursor:pointer;background:#77beba;box-shadow:4px 4px 4px #6d6d6d40;padding:13px 13px 23px 18px;margin:2px 0}.leadvoucher-cards .webLead_followUps .voucher_id_container{display:flex;justify-content:space-between;margin-bottom:10px}.leadvoucher-cards .webLead_followUps .voucher_id_container .tripid_and_flights{display:flex;gap:24px;justify-content:space-between}.leadvoucher-cards .webLead_followUps .voucher_id_container .tripid_and_flights h2{color:#106abe;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.leadvoucher-cards .webLead_followUps .voucher_id_container .followUp_ratings{display:flex;gap:10px}.leadvoucher-cards .webLead_followUps .voucher_id_container .followUp_ratings div{display:flex}.leadvoucher-cards .webLead_followUps .followup_client_details{display:flex;flex-wrap:wrap;row-gap:10px}.leadvoucher-cards .webLead_followUps .followup_client_details p{color:#363636;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;width:50%}.leadvoucher-cards .webLead_followUps .followup_client_details span{color:#363636;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.leadvoucher-cards .webLead_followUps .followup_client_details .lead_status{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:3px 12px;border-radius:10px}.leadvoucher-cards .webLead_followUps .followup_client_details .paxnchild{display:flex;width:50%;gap:24px}.leadvoucher-cards .webLead_followUps .followup_client_details .paxnchild p{display:flex}.account-short-containers{display:flex;align-items:center;padding:6px 1rem;background:#f4f4f4;justify-content:space-between;position:relative}.account-short-containers .switchflex{display:flex;align-items:center;gap:.6rem;color:#9c9c9c}.account-short-containers .switch{cursor:pointer;--button-width: 3.5em;--button-height: 2em;--toggle-diameter: 1.5em;--button-toggle-offset: calc( (var(--button-height) - var(--toggle-diameter)) / 2 );--toggle-shadow-offset: 10px;--toggle-wider: 3em;--color-grey: #cccccc;--color-green: #4296f4}.account-short-containers .slider{display:inline-block;width:var(--button-width);height:var(--button-height);background-color:var(--color-grey);border-radius:calc(var(--button-height) / 2);position:relative;transition:.3s all ease-in-out}.account-short-containers .slider:after{content:"";display:inline-block;width:var(--toggle-diameter);height:var(--toggle-diameter);background-color:#1abca8;border-radius:calc(var(--toggle-diameter) / 2);position:absolute;top:var(--button-toggle-offset);transform:translate(var(--button-toggle-offset));box-shadow:var(--toggle-shadow-offset) 0 calc(var(--toggle-shadow-offset) * 4) #0000001a;transition:.3s all ease-in-out}.account-short-containers .switch input[type=checkbox]:checked+.slider{background-color:#9c9c9c}.account-short-containers .switch input[type=checkbox]:checked+.slider:after{transform:translate(calc(var(--button-width) - var(--toggle-diameter) - var(--button-toggle-offset)));box-shadow:calc(var(--toggle-shadow-offset) * -1) 0 calc(var(--toggle-shadow-offset) * 4) #0000001a}.account-short-containers .switch input[type=checkbox]{display:none}.account-short-containers .switch input[type=checkbox]:active+.slider:after{width:var(--toggle-wider)}.account-short-containers .switch input[type=checkbox]:checked:active+.slider:after{transform:translate(calc(var(--button-width) - var(--toggle-wider) - var(--button-toggle-offset)))}.account-short-containers .filterchekbox2341{display:flex;gap:1rem;cursor:pointer}.account-short-containers .search-wrapper{display:flex;justify-content:center;column-gap:20px;align-items:center;border-radius:6px;border:1px solid #898989;background:#d9d9d9;box-shadow:0 4px 4px #00000040}.account-short-containers .search-wrapper select:focus-visible{outline:none}.account-short-containers .search-wrapper .searchBtn-wraper{display:flex;align-items:center;justify-content:center}.account-short-containers .search-wrapper .searchBtn-wraper input{border:none;color:#000;background:transparent;cursor:text;display:flex;justify-content:center;align-items:center;width:170px;height:20px;font-size:16px}.account-short-containers .search-wrapper .searchBtn-wraper input:focus-visible{outline:none}.account-short-containers .search-wrapper .searchBtn-wraper .searchBtn{position:relative;border-radius:5px;background:#0bbe97;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:5px 16px;column-gap:6px}.account-short-containers select{padding:.5rem;border:1px solid #ccc;border-radius:4px}.account-short-containers .short-filter-wrapper{display:flex;align-items:center;column-gap:20px}.account-short-containers .short-filter-wrapper .short-btn{position:relative;border-radius:5px;background:#0bbe97;color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:12px 16px;column-gap:6px}.account-short-containers .short-filter-wrapper .export-btn{background-color:#fff;color:#0bbe97}.account-short-containers .employee-filter .header{display:flex;align-items:center;justify-content:space-between;font-size:14px;border:1px solid #ccc;border-radius:4px;padding:10px;margin-bottom:12px;column-gap:3px}.account-short-containers .employee-filter .header .clear-btn{border:none;cursor:pointer;border-radius:2px;background:#abd9cf;color:#666;font-family:Inter,sans-serif;font-size:12px;font-weight:400;padding:4px;text-decoration:underline}.account-short-containers .employee-filter .filter-box{position:absolute;padding:10px 0 13px 20px;width:100%;left:0;top:60px;display:flex;border-radius:0 0 5px 5px;background:#fff;z-index:10px;box-shadow:0 4px 4px #00000040}.account-short-containers .employee-filter .filter-box .destination{display:flex;flex-direction:column;margin-bottom:10px;width:20%}.account-short-containers .employee-filter .filter-box .destination label{margin-bottom:5px;font-size:14px;cursor:pointer}.account-short-containers .employee-filter .filter-box .inputs{display:flex;flex-direction:row;align-items:center;width:54%;column-gap:10px}.account-short-containers .employee-filter .filter-box .inputs label{color:#505050;font-family:Inter,sans-serif;font-size:13px;font-weight:500;display:flex;align-items:center;text-wrap:nowrap;width:33%}.account-short-containers .employee-filter .filter-box .inputs label input{margin-left:5px;padding:5px;border-radius:0 0 5px 5px;border:.5px solid #606060;background:#f1f1f1;box-shadow:0 4px 4px #00000040 inset;width:70%}.account-short-containers .employee-filter .filter-box .inputs .day-picker{position:absolute;background:#fff;padding:0 20px 20px;top:33px}.account-short-containers .employee-filter .filter-box .inputs .save-btn-wrapper{display:flex;gap:10px;align-items:center;justify-content:flex-end}.account-short-containers .employee-filter .filter-box .inputs .search-btn{position:relative;font-family:Inter,sans-serif;font-size:16px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:4px 16px;column-gap:6px;border:1px solid #0bbe97;background:#0bbe97;color:#fff;border-radius:5px}.account-short-containers .employee-filter .filter-box .search-wrapper-btn{display:flex;justify-content:center;align-items:center;width:20%}.account-short-containers .employee-filter .filter-box .search-btn{background-color:#0bbe97;color:#fff;padding:5px 10px;border:none;border-radius:4px;cursor:pointer}.account-short-containers .employee-filter .filter-box .search-btn:hover{background-color:#089e7e}.date-action-wrapper{display:flex;align-items:center;gap:2rem;width:100%;justify-content:space-between}.date-range-main-wrapper{position:absolute;background:#fff;padding:2rem;border-radius:15px;top:3rem;left:9rem;box-shadow:.5px .6px .9px gray}.date-range-container{max-width:400px;display:flex;justify-content:space-between;margin:0 auto;align-items:center;padding:8px;border:1px solid #ddd;border-radius:8px;background-color:#f9f9f9;box-shadow:0 4px 6px #0000001a;font-family:Arial,sans-serif}.date-range-container h3{text-align:center;color:#333}.input-group{display:flex;flex-direction:column;margin-bottom:15px}.input-group label{font-size:14px;color:#555;margin-bottom:5px}.input-group input{padding:8px;font-size:14px;border:1px solid #ccc;border-radius:4px;transition:border-color .3s ease}.input-group input:focus{border-color:#007bff;outline:none}.submit-button{width:fit-content;padding:10px;background-color:#007bff;color:#fff;font-size:16px;font-weight:700;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.submit-button:hover{background-color:#0056b3}.voucher-cards{border-radius:15px;background:#dfdfdf;box-shadow:4px 4px 4px #6d6d6d40;padding:13px 13px 23px 18px;margin:2px 0}.voucher-cards .webLead_followUps .voucher_id_container{display:flex;justify-content:space-between;margin-bottom:10px}.voucher-cards .webLead_followUps .voucher_id_container .tripid_and_flights{display:flex;gap:24px;justify-content:space-between}.voucher-cards .webLead_followUps .voucher_id_container .tripid_and_flights h2{color:#59afff;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.voucher-cards .webLead_followUps .voucher_id_container .followUp_ratings{display:flex;gap:10px}.voucher-cards .webLead_followUps .voucher_id_container .followUp_ratings div{display:flex}.voucher-cards .webLead_followUps .followup_client_details{display:flex;flex-wrap:wrap;row-gap:10px}.voucher-cards .webLead_followUps .followup_client_details p{color:#363636;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;width:50%}.voucher-cards .webLead_followUps .followup_client_details span{color:#363636;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.voucher-cards .webLead_followUps .followup_client_details .lead_status{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:3px 12px;border-radius:10px}.voucher-cards .webLead_followUps .followup_client_details .paxnchild{display:flex;width:50%;gap:24px}.voucher-cards .webLead_followUps .followup_client_details .paxnchild p{display:flex}.analytics-page{border-radius:1.5625rem;background:#4093a4;padding:2.1875rem;margin-top:.9375rem;width:99%}.analytics-page .barchart{border-radius:1.5625rem;background:#fff5e0;color:#fff;width:90%;margin:0 auto;padding:1.5rem 4.375rem;margin-bottom:1.25rem}.analytics-page .selectwrapper{display:flex;justify-content:center;gap:1.25rem}.analytics-page .linechart{border-radius:1.5625rem;background:#4093a4;width:90%;margin:0 auto;padding:1.5rem 4.375rem;margin-bottom:1.25rem}.analytics-page .select-container{display:flex;gap:1.25rem;justify-content:center;align-items:center;background-color:#357d8f;padding:1.25rem}.analytics-page .custom-select{width:15.625rem;cursor:not-allowed}.date-range-selector .toggle{padding:.5rem 1rem;border:.125rem solid limegreen;border-radius:.25rem;background-color:#47a9ba;color:#fff;font-size:1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;width:15.625rem;height:100%}.date-range-selector .calendar{position:absolute;top:100%;right:0;background:#fff;box-shadow:0 .25rem .5rem #0000001a;border:.0625rem solid #ddd;border-radius:.25rem;z-index:10}.skeleton-box,.lead-details-skeleton .lead-detail-view .detail-body .skeleton-invoice .skeleton-invoice-item .skeleton-button-group .skeleton-button-small,.lead-details-skeleton .lead-detail-view .detail-body .skeleton-invoice .skeleton-invoice-item .skeleton-text,.lead-details-skeleton .lead-detail-view .detail-body .skeleton-buttons .skeleton-button,.lead-details-skeleton .lead-detail-view .detail-body .skeleton-info .skeleton-text,.lead-details-skeleton .lead-detail-view .detail-header .skeleton-actions .skeleton-icon,.lead-details-skeleton .lead-detail-view .detail-header .skeleton-actions .skeleton-star,.lead-details-skeleton .lead-detail-view .detail-header .skeleton-lead-id,.lead-details-skeleton .lead-list .lead-skeleton-item .skeleton-body .skeleton-info .skeleton-text,.lead-details-skeleton .lead-list .lead-skeleton-item .skeleton-body .skeleton-details .skeleton-text,.lead-details-skeleton .lead-list .lead-skeleton-item .skeleton-body .skeleton-meta .skeleton-text,.lead-details-skeleton .lead-list .lead-skeleton-item .skeleton-header .skeleton-actions .skeleton-icon,.lead-details-skeleton .lead-list .lead-skeleton-item .skeleton-header .skeleton-actions .skeleton-star,.lead-details-skeleton .lead-list .lead-skeleton-item .skeleton-header .skeleton-lead-id{background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0,#e0e0e0 75%);background-size:400px 100%;border-radius:5px;animation:shimmer 1.5s infinite linear;opacity:.7}.lead-details-skeleton{display:flex;gap:20px;padding:20px}.lead-details-skeleton .lead-list{flex:1;display:flex;flex-direction:column;gap:15px}.lead-details-skeleton .lead-list .lead-skeleton-item{background-color:#f0f0f0;padding:15px;border-radius:5px;box-shadow:0 0 5px #0000001a}.lead-details-skeleton .lead-list .lead-skeleton-item .skeleton-header{display:flex;justify-content:space-between;margin-bottom:10px}.lead-details-skeleton .lead-list .lead-skeleton-item .skeleton-header .skeleton-lead-id{width:100px;height:16px}.lead-details-skeleton .lead-list .lead-skeleton-item .skeleton-header .skeleton-actions{display:flex;gap:10px}.lead-details-skeleton .lead-list .lead-skeleton-item .skeleton-header .skeleton-actions .skeleton-icon,.lead-details-skeleton .lead-list .lead-skeleton-item .skeleton-header .skeleton-actions .skeleton-star{width:18px;height:18px}.lead-details-skeleton .lead-list .lead-skeleton-item .skeleton-body{display:flex;justify-content:space-between;gap:10px}.lead-details-skeleton .lead-list .lead-skeleton-item .skeleton-body .skeleton-info,.lead-details-skeleton .lead-list .lead-skeleton-item .skeleton-body .skeleton-details,.lead-details-skeleton .lead-list .lead-skeleton-item .skeleton-body .skeleton-meta{display:flex;flex-direction:column;gap:5px}.lead-details-skeleton .lead-list .lead-skeleton-item .skeleton-body .skeleton-info .skeleton-text,.lead-details-skeleton .lead-list .lead-skeleton-item .skeleton-body .skeleton-details .skeleton-text,.lead-details-skeleton .lead-list .lead-skeleton-item .skeleton-body .skeleton-meta .skeleton-text{width:100%;height:14px}.lead-details-skeleton .lead-detail-view{flex:2;background-color:#e0e0e0;padding:20px;border-radius:5px}.lead-details-skeleton .lead-detail-view .detail-header{display:flex;justify-content:space-between;margin-bottom:20px}.lead-details-skeleton .lead-detail-view .detail-header .skeleton-lead-id{width:120px;height:18px}.lead-details-skeleton .lead-detail-view .detail-header .skeleton-actions{display:flex;gap:10px}.lead-details-skeleton .lead-detail-view .detail-header .skeleton-actions .skeleton-icon,.lead-details-skeleton .lead-detail-view .detail-header .skeleton-actions .skeleton-star{width:20px;height:20px}.lead-details-skeleton .lead-detail-view .detail-body{display:flex;flex-direction:column;gap:20px}.lead-details-skeleton .lead-detail-view .detail-body .skeleton-info{display:flex;flex-direction:column;gap:10px}.lead-details-skeleton .lead-detail-view .detail-body .skeleton-info .skeleton-text{width:70%;height:16px}.lead-details-skeleton .lead-detail-view .detail-body .skeleton-buttons{display:flex;gap:10px}.lead-details-skeleton .lead-detail-view .detail-body .skeleton-buttons .skeleton-button{width:120px;height:30px}.lead-details-skeleton .lead-detail-view .detail-body .skeleton-invoice .skeleton-invoice-item{display:flex;justify-content:space-between;margin-bottom:10px}.lead-details-skeleton .lead-detail-view .detail-body .skeleton-invoice .skeleton-invoice-item .skeleton-text{width:40%;height:16px}.lead-details-skeleton .lead-detail-view .detail-body .skeleton-invoice .skeleton-invoice-item .skeleton-button-group{display:flex;gap:5px}.lead-details-skeleton .lead-detail-view .detail-body .skeleton-invoice .skeleton-invoice-item .skeleton-button-group .skeleton-button-small{width:80px;height:24px}.voucher-card{border-radius:15px;background:#dfdfdf;box-shadow:4px 4px 4px #6d6d6d40;padding:13px 13px 23px 18px;margin:25px 0}.voucher-card .webLead_followUps .voucher_id_container{display:flex;justify-content:space-between;margin-bottom:10px}.voucher-card .webLead_followUps .voucher_id_container .tripid_and_flights{display:flex;gap:24px;justify-content:space-between}.voucher-card .webLead_followUps .voucher_id_container .tripid_and_flights h2{color:#59afff;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.voucher-card .webLead_followUps .voucher_id_container .followUp_ratings{display:flex;gap:10px}.voucher-card .webLead_followUps .voucher_id_container .followUp_ratings div{display:flex}.voucher-card .webLead_followUps .followup_client_details{display:flex;flex-wrap:wrap;row-gap:10px}.voucher-card .webLead_followUps .followup_client_details p{color:#363636;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;width:50%}.voucher-card .webLead_followUps .followup_client_details span{color:#363636;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.voucher-card .webLead_followUps .followup_client_details .lead_status{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:3px 12px;border-radius:10px}.voucher-card .webLead_followUps .followup_client_details .paxnchild{display:flex;width:50%;gap:24px}.voucher-card .webLead_followUps .followup_client_details .paxnchild p{display:flex}.page1{width:54.85rem;height:78rem;border:1px solid;background-color:#fff;background-position:top;background-repeat:no-repeat;background-size:cover}.page3{width:55rem;height:fit-content;min-height:78rem;display:flex;flex-direction:column;background-position:top;background-repeat:no-repeat;background-size:cover}.jrlogo{width:10rem;height:20rem;background-color:#fff;background-image:url(/public/assets/pdfDefaultImage/Header.svg);background-position:top;background-repeat:no-repeat;background-size:cover}.footer{margin-top:3rem;color:#fff;display:flex;justify-content:space-evenly;align-items:center;font-family:Verdana;font-size:1.5rem;letter-spacing:1px}.page1whatsApp{height:4rem;margin-left:25rem;margin-top:63rem}.footer_pdf_img{width:55rem;height:16.5rem}.whatsapp{height:4rem;margin-left:7rem;margin-top:-1rem}.DividerLine{width:.2rem;height:5rem;background-color:#fff;margin-right:-3rem}.footer_call_for_more_info{display:flex;flex-direction:column;margin-left:1rem}.footer_img_with_text{display:flex}.footer_web_info{display:flex;width:29rem}.web_info_text{margin-left:-3rem}.link{display:flex;flex-direction:column;text-decoration:none;color:#fff;align-items:center}.href{margin-left:.3rem;color:#fff;text-decoration:none;display:flex}.page2{width:55rem;height:78rem;display:flex;flex-direction:column;background-position:top;background-repeat:no-repeat;background-size:cover}.paymentsPage{margin-top:75rem}.HotelPage{word-break:break-word;width:55rem;display:flex;justify-content:space-between;background-position:top;background-repeat:no-repeat;background-size:cover}.itinearypage{width:55rem;display:flex;justify-content:space-between;background-position:top;background-repeat:no-repeat;background-size:cover}.inclusion{width:55rem;justify-content:space-between;background-position:top;background-repeat:no-repeat;background-size:cover}.googleImg{width:20rem;margin-top:48rem;margin-left:17.5rem}.googleImg_{width:18rem}.google-review{display:flex;flex-direction:column}.google-review-count{margin-left:20.5rem;margin-top:0rem;color:#fff}.whatsappOnGoogleReviewPage{width:5rem;margin:6.8rem 6.8rem 6.8rem 50rem}.whatsAppOnInclusionExclusionPage_{width:5rem;margin-left:5rem;margin-top:-1rem}.whatsAppOnInclusionExclusionPage{width:5rem;margin-left:50rem;margin-top:72rem}.bottom_media_details{margin-bottom:-.3rem;display:flex;width:44rem;height:3rem;align-items:center;font-size:1.7rem;margin-left:10rem;font-size:1.1rem;justify-content:space-evenly}.google_review_bottom{margin-top:52rem;display:flex;height:24rem;justify-content:space-between}.review_img{width:12rem;margin-bottom:2rem;margin-top:1rem;height:3.5rem;border-radius:1rem}.review_img1{margin-left:5rem;width:12rem;margin-bottom:2.4rem;margin-top:1rem;height:3.5rem;border-radius:1rem}.review_img2{margin-left:8rem;width:12rem;margin-bottom:2rem;margin-top:1rem;height:3.5rem;border-radius:1rem}.review_img3{margin-left:-4rem;width:12rem;margin-bottom:2rem;margin-top:1rem;height:3.5rem;border-radius:1rem}.review_img4{width:12rem;margin-bottom:2rem;margin-left:-6rem;margin-top:1.3rem;height:3.5rem;border-radius:1rem}.review_img5{margin-left:1.2rem;width:12rem;margin-bottom:2rem;margin-top:1rem;height:3.5rem;border-radius:1rem}.reiew_c1,.reiew_c3{width:24%}.reiew_c2{display:flex;flex-direction:column;align-items:center;margin-top:-4rem}.ratting{width:10rem;margin-top:-5rem}.package_details{margin-top:.8rem;margin-left:13rem;font-size:1.9rem;display:flex;justify-content:space-between;width:33rem;color:#fff}.listDiv{display:flex;width:23rem;justify-content:space-between;font-size:2rem}.yellow_details{margin-top:12rem;color:#000;margin-left:19rem;font-size:2rem;font-family:verdana;width:24rem}.setPara{margin-left:5rem}.seth4{font-size:2.3rem;margin-left:1rem;margin-bottom:3rem}.page-break{width:fit-content}.setParas{text-transform:capitalize;margin-left:5.4rem!important;margin-top:-3rem}.inclusionPage_blocks{font-size:4rem;display:flex;color:#fff;text-transform:capitalize;justify-content:space-around;font-family:sans-serif;font-weight:900}.inclusionPage_img{width:55rem}.inclusionExclusionDetails{font-family:Glacial Indifference;text-transform:capitalize;display:flex;justify-content:space-evenly;color:#fff;margin-top:1rem;margin-bottom:5rem}.sepratorLineForInclusionExclusion{width:.2rem;background-color:#fff}.aliner_{margin-bottom:.4rem;display:flex;align-items:center;font-size:1.6rem;width:18rem;justify-content:space-between;font-family:verdana;margin-left:4rem}.setInsta{width:25rem;margin-left:15rem;margin-top:1.5rem}.headLineDaywiseItineary{font-family:sans-serif;font-weight:900;text-transform:capitalize;color:#fff;font-size:4rem;margin-left:1.5rem}.mapitineary{text-transform:uppercase;color:#fff;display:flex;justify-content:space-between;align-items:center;font-family:Glacial Indifference}.itinearyDiv{word-break:break-word;margin-left:2rem;margin-top:2rem;font-size:1.2rem;margin-bottom:5rem}.itinearyDiv img{width:40rem;object-fit:contain}.DaywiseItinearyDiv{display:flex;justify-content:space-between;color:#fff;align-items:center}.DaywiseItinearyDivReverse{display:flex;justify-content:space-between;color:#fff;align-items:center;flex-direction:row-reverse}.DaywiseItinearyDivleft{width:80%;display:flex;flex-direction:column}.dayheader{color:#ff0;font-family:Glacial Indifference;text-transform:uppercase}.dayDetailsitineary{color:#fff;font-family:arial;font-family:Glacial Indifference;text-transform:capitalize}.hotelUni{margin-left:1.5rem;color:#fff;display:flex}.hotelUniRight{margin-left:3rem;font-size:1.4rem;font-family:Glacial Indifference}.flightsImgcss{width:52rem;margin:1.5rem}.otherInclusion{margin-left:3rem;font-family:verdana;font-size:1.6rem}.trip_summary{margin-top:25.2rem;color:#05e0e9;font-size:2rem;margin-left:3.5rem;margin-bottom:.5rem}.trip_summary_maldives{margin-top:0;color:#05e0e9;font-size:2rem;margin-left:3.5rem;margin-bottom:.5rem}.DaywiseItinearyDiv,.DaywiseItinearyDivReverse{display:flex;justify-content:space-between;color:#fff;align-items:center;width:100%;padding:1rem;box-sizing:border-box}.DaywiseItinearyDiv img,.DaywiseItinearyDivReverse img{border-radius:50%;object-fit:cover;object-position:center}.DaywiseItinearyDivReverse{flex-direction:row-reverse;column-gap:20px}.page-break{background-color:#ccc;clear:both}.parent-container{display:flex;flex-direction:column;gap:1rem}table.package_details_table{width:600px;border-collapse:collapse;margin:0 auto;color:#fff}table.package_details_table th,table.package_details_table td{border:1px solid white;padding:10px;text-align:left;vertical-align:top}table.package_details_table th{width:200px;background-color:#000}table.package_details_table td[colspan="2"]{text-align:center}.pricing_mauritius{padding-top:7rem;font-size:1.7rem;font-weight:600;text-transform:capitalize;padding-bottom:7rem;background-repeat:no-repeat;background-size:cover;background-position:top}.pre{display:flex;border:2px solid;flex-direction:column;width:fit-content}#sample{margin-right:5rem;margin-left:3rem;background-color:#fff;letter-spacing:.1px;width:630px;overflow-y:scroll;padding-left:10px;padding-right:10px;text-transform:capitalize;clear:both}.pdf_Header{margin-left:-.8rem}.addressOfJr{margin-left:-.8rem;font-size:11px;margin-top:-1rem;width:8rem;margin-left:0rem}.flightImgAliner{display:flex;align-items:center}.headProfile{color:#3b46dc;font-size:20px;font-family:monospaces;text-transform:capitalize}.name{font-size:6px;font-weight:600;font-family:Brush Script MT;letter-spacing:2px;color:gold;margin-top:-4px;margin-left:15px}.address{width:9rem;font-size:9px;font-weight:600;letter-spacing:2px}.details{font-size:12px;font-weight:700;width:98%;height:6rem;letter-spacing:.2px;font-family:monospace}.limiter{width:10rem;height:4rem}.details1{width:98%;font-size:14px;letter-spacing:.2px;font-family:monospace;font-weight:700}.index{color:#5833f3;font-weight:700}.underline{border-bottom:.2px dashed rgb(134,130,130)}.destination_details{display:flex;justify-content:space-between;font-size:medium;font-weight:700;font-family:monospaces;color:#3b46dc;margin-bottom:1rem}.Itinerary{display:flex;justify-content:center;font-size:25px;font-weight:600;color:#3b46dc;text-transform:capitalize}.pdfImg{width:auto;display:flex;justify-content:space-evenly;margin-top:.5rem;margin-bottom:.5rem}.day_{font-family:Arial,Helvetica,sans-serif;text-decoration:underline;color:#000;font-weight:700;background-color:#ff0}.travel_info{display:flex;justify-content:space-evenly;width:12rem;align-items:center;color:#5ed481;font-weight:700}.parallel{display:flex;justify-content:center;justify-content:space-evenly;border-bottom:.2px dashed;color:#83a1d7;font-weight:700}.travel_info1{display:flex;justify-content:space-between;width:9.5rem;align-items:center;font-weight:600;color:#3b46dc;font-weight:700}.hotel_font{color:#3b46dc;font-family:monospaces;text-transform:capitalize}.night_details{border-bottom:.2px dashed}.download_button{width:6rem;height:2rem;background-color:#9c9ce3;border-radius:1rem;margin:2rem 2rem 2rem 4rem}.download_button:hover{background-color:#55e155;cursor:pointer}.inclusion{margin-bottom:1rem}.comments_{margin-bottom:-.7rem;color:#2d2dd3;font-weight:700}.small_line{width:9rem;height:.01rem;background-color:#000;margin-top:-.7rem}.comments_details{font-weight:600;font-size:large}.set_in_line{display:flex;flex-direction:row;justify-content:flex-start}.intro_page{height:34rem;width:100%;margin-top:.3rem;background-image:url(/public/assets/img/JR\ .png);background-position:center;background-repeat:no-repeat;background-size:cover}.client_details{width:15rem;height:13rem;margin:22rem;background-color:#fff;background-image:url(/public/assets/img/JR\ .png);background-position:center;background-repeat:no-repeat;background-size:cover;position:absolute}.customer_Details{display:flex;margin-top:1.4rem;justify-content:space-between;font-size:medium;font-weight:700;font-family:monospaces;color:#3b46dc}.jraccountdetails{width:100%}.accounts_and_bank{width:50%;display:flex;justify-content:space-around;font-size:medium;font-weight:800;align-items:center;font-family:Arial}.acc_details{margin-left:1rem;display:flex;flex-direction:column;color:#4a27df}.answer{font-size:x-small;font-family:Arial,Helvetica,sans-serif;color:#918c8c}.cutomerCare{display:flex;justify-content:space-evenly;font-size:x-small;color:#918c8c;font-family:cursive}.contact_help_details{font-size:13px}.aline_displayer{display:flex;align-items:center;justify-content:space-between;width:11rem}.maldives_pdf_sa .popUp_body{width:100%;height:100%;background-color:#fff;overflow-y:scroll}.maldives_pdf_sa .save_close{display:flex;justify-content:space-between;position:sticky;top:0}.maldives_pdf_sa .compo_button{text-align:right;position:relative;background:none repeat scroll 0 0 #fe7774;border:0;color:#fff;padding:2px 10px;cursor:pointer}.maldives_pdf_sa .cost_body{background-color:#f1ecec59;display:flex;flex-direction:column;margin-top:.4rem}.maldives_pdf_sa .san-serif{font-size:.8rem;text-transform:uppercase;font-weight:600;font-family:sans-serif;background-color:red;background-image:linear-gradient(315deg,red,#ffed00 74%)}.maldives_pdf_sa .unitComponent_{display:flex;flex-direction:column;width:14rem}.maldives_pdf_sa .costOption_estimatiom_{border-bottom:1px solid;display:flex}.maldives_pdf_sa .Header{width:54.85rem;height:78rem;border:1px solid}.maldives_pdf_sa .footer_{margin-top:4rem;color:#fff;display:flex;justify-content:space-evenly;align-items:center;font-family:Verdana;font-size:1.5rem;letter-spacing:1px}.maldives_pdf_sa .table{border-collapse:collapse}.maldives_pdf_sa .table_{color:#fff;margin-top:27rem;margin-left:4rem;width:86%;height:11rem}.maldives_pdf_sa .pricing{padding-top:7rem;font-size:1.7rem;font-weight:600;text-transform:capitalize;padding-bottom:7rem;background-repeat:no-repeat;background-size:cover}.maldives_pdf_sa .inclusionButtoon{height:3rem;width:14rem;background-color:red;background-image:linear-gradient(315deg,red,#ffed00 74%);font-size:17px;font-weight:700;border-radius:30px}.maldives_pdf_sa .flightsImgcss_{width:53rem;margin:1rem}.maldives_pdf_sa .copypastArea{margin-top:5px;padding:10px;font-style:italic;border:3px dashed;width:51rem;margin-bottom:4rem;margin-left:2rem}.maldives_pdf_sa .grid-container{display:grid;grid-template-columns:auto auto auto;padding:10px}.maldives_pdf_sa .grid-item{background-color:#fffc;border:1px solid rgba(0,0,0,.8);padding:20px;font-size:30px;text-align:center}.maldives_pdf_sa td{padding:0}.accordion{border:1px solid #0bbe97;border-radius:5px;overflow:hidden;width:100%;transition:all .3s ease}.accordion .accordion-header{padding:.5rem 1rem;font-size:.8rem;background:#0bbe97;cursor:pointer;display:flex;color:#fff;justify-content:space-between;align-items:center}.accordion .accordion-header h3{margin:0}.accordion .accordion-header .accordion-icon{font-size:1rem}.accordion .accordion-content{overflow:hidden;transition:height .3s ease}.accordion .content-inner{padding:1rem;background:#fff}.accordion.open .accordion-header{background:#0bbe97}.salesupload-container{display:flex;justify-content:space-between;border-radius:8px;margin-top:50px;column-gap:16px}.salesupload-container .left-section,.salesupload-container .right-section{display:flex;flex-direction:column;gap:20px;flex:1;border:1px solid #bcbcbc;padding:7px;border-radius:10px;position:relative}.salesupload-container .right-section{flex:1}.salesupload-container .left-section .upload-item{display:flex;align-items:center;background:#fff;justify-content:space-between;padding:12px 24px;border-radius:5px;border:1px solid #d4d4d4;background:#d9d9d9;box-shadow:0 4px 4px #00000040}.salesupload-container .left-section .upload-item .label{color:#000;font-family:Inter;font-size:20px;font-weight:700}.salesupload-container .left-section .upload-item .upload-button{border-radius:10px;border:1px solid #0bbe97;cursor:pointer;padding:5px 15px}.salesupload-container .left-section .upload-item .upload-button:hover{background:#c7ebe4}.salesupload-container .left-section .upload-item .upload-button .icon{font-size:18px;color:#45b39c}.salesupload-container .right-section .log-item{display:flex;flex-direction:column;background:#fff;padding:10px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.salesupload-container .right-section .log-item .message{font-size:14px;font-weight:500;color:#333}.salesupload-container .right-section .log-item .timestamp{font-size:12px;color:#999;margin-top:5px}.salesupload-container .comments-shower{border-radius:8px;margin-bottom:20px;max-height:90vh;overflow:auto;scrollbar-width:none}.salesupload-container .comments-shower p:nth-child(2n){background-color:#b0b0b0;color:#fff}.salesupload-container .comments-shower p:nth-child(odd){background-color:#fff;color:#1e1e1e;box-shadow:0 4px 4px #00000040}.salesupload-container .comments-shower p{margin:10px 0;padding:10px 10px 16px;border-radius:8px;word-break:break-word;position:relative}.salesupload-container .comments-shower p span{font-size:10px;position:absolute;right:5px;bottom:4px}.salesupload-container .sales-color{background-color:#918d8d!important}.salesupload-container .teamLeader-color{background-color:#f8eb74!important}.salesupload-container .upload-button{background:#e6f7f4;border:2px solid #74d4c0;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease}.salesupload-container .upload-button:hover{background:#c7ebe4}.salesupload-container .popup{position:absolute;top:50px;left:0;background:#f0f0f0;border:1px solid #ccc;border-radius:8px;width:240px;box-shadow:0 4px 8px #0000001a;z-index:10}.salesupload-container .popup .popup-header{display:flex;justify-content:space-between;align-items:center;column-gap:10px;padding:10px;background:#e6f7f4;border-bottom:1px solid #ccc}.salesupload-container .popup .popup-header h3{margin:0;font-size:.875rem}.salesupload-container .popup .popup-header .close-btn{background:none;border:none;font-size:10px;cursor:pointer;border:1px solid #bcbcbc;color:#232323;padding:5px}.salesupload-container .popup .popup-body{padding:10px}.salesupload-container .popup .popup-body .upload-section{margin-bottom:15px}.salesupload-container .popup .popup-body .upload-section .label-n-input{display:flex;justify-content:space-between;cursor:pointer}.salesupload-container .popup .popup-body .upload-section .category-label{font-size:14px;font-weight:600;display:flex;align-items:center}.salesupload-container .popup .popup-body .upload-section .category-label .dot{display:inline-block;width:8px;height:8px;background:#45b39c;border-radius:50%;margin-right:8px}.salesupload-container .popup .popup-body .upload-section input[type=file]{display:block;margin-top:10px}.salesupload-container .file-list{margin:10px 0 0;padding:0;list-style:none}.salesupload-container .file-list .file-item{display:flex;justify-content:space-between;align-items:center;font-size:12px;padding:5px 0;word-break:break-word}.salesupload-container .file-list .file-item .remove-btn{background:none;border:none;color:red;font-size:12px;cursor:pointer}.oldquoteWrapper{width:100%;display:flex}.oldquoteWrapperc1{flex:2;padding:0rem 0rem 4rem 0;height:100vh;position:sticky;width:100%;scrollbar-width:none;top:4rem;overflow:scroll}.oldquoteWrapperc2{flex:4}.oldquoteWrapperc3{flex:2;width:100%;top:4rem;overflow:scroll;height:100%;position:sticky}.oldQuote .card{cursor:pointer;width:90%;height:fit-content;margin:1rem auto;background-color:#e4eaea;border-radius:8px;box-shadow:0 4px 8px #0000001a;padding:1rem;display:flex;flex-direction:column;gap:.8rem}.oldQuote .oldcardActive{width:90%;height:fit-content;margin:1rem auto;border-radius:8px;box-shadow:0 4px 8px #0000001a;padding:1rem;display:flex;flex-direction:column;gap:.8rem;background:linear-gradient(270deg,#5795a0e6 .07%,#587c98e6 97.25%)}.oldQuote .oldbutton{width:10.5625rem;cursor:pointer;color:#fff;height:2.25rem;margin:2rem auto;outline:none;border:none;flex-shrink:0;border-radius:.625rem;background:#0bbe97}.oldQuote .cards{width:90%;height:100vh;margin:1rem auto;background-color:#e4eaea;border-radius:8px;box-shadow:0 4px 8px #0000001a;padding:1rem;display:flex;flex-direction:column;gap:.8rem}.oldQuote .oldcardActive{cursor:pointer}.oldQuote .oldcardActive .trip-id{font-size:1.2rem;font-weight:700;color:#5dd4ff;margin:0}.oldQuote .trip-id{font-size:1.2rem;font-weight:700;color:#0ba6e0;margin:0}.oldQuote .oldcardActive .user-name{font-size:1.4rem;font-weight:500;color:#5dd4ff;text-decoration:none;margin:0}.oldQuote .user-name{font-size:1.4rem;font-weight:500;color:#4d88e9;text-decoration:none;margin:0}.oldQuote .user-name:hover{text-decoration:underline}.oldQuote .destination,.oldQuote .duration,.oldQuote .price,.oldQuote .agent{font-size:1rem;color:#555;margin:0}.oldQuote .oldcardActive .destination,.oldQuote .oldcardActive .duration,.oldQuote .oldcardActive .price,.oldQuote .oldcardActive .agent{color:#fff}.center-component{width:40.2rem;padding:2rem;border-radius:1.875rem;background:linear-gradient(180deg,#587a98,#55aaa5);box-shadow:0 4px 4px #00000040;box-shadow:0 4px 8px #0000001a;font-size:1.4rem;color:#333}.ccmainContent{margin-bottom:1rem;display:flex;justify-content:space-between}.center-component h2{color:#06e3cc;font-family:Inter;font-size:.9375rem;font-style:normal;font-weight:600;line-height:normal}.center-component p{color:#fff;margin-top:.2rem;font-family:Inter;font-size:.9375rem;font-style:normal;font-weight:400;line-height:normal}.inclusion-exclusion{margin-top:2rem}.inclusion-exclusion ul{list-style:none;padding:0}.inclusion-exclusion li{display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.5rem 1rem;background-color:#fff;border-radius:4px;box-shadow:0 2px 4px #0000001a}.inclusion-exclusion .included{color:#26da4a;font-weight:700}.inclusion-exclusion .excluded{color:red;font-weight:700}.inexdiv{width:36.625rem;height:100%;border:1px solid white;border-radius:15px;margin:2rem 0;padding:1rem;flex-shrink:0}.inexdivwrap{display:flex;justify-content:space-between;margin:.4rem 0}.successdivp{width:20px;height:20px;border-radius:50%;position:relative;border:2px solid #26da4a}.successdivc{width:.5rem;height:.5rem;transform:translate(.25rem,.2rem);border-radius:50%;position:absolute;border:2px solid #26da4a;background-color:#26da4a}.successdivps{width:20px;height:20px;border-radius:50%;position:relative;border:2px solid #434cff}.successdivcs{width:.5rem;height:.5rem;transform:translate(.25rem,.2rem);border-radius:50%;position:absolute;border:2px solid #434cff;background-color:#434cff}.Basicwrapper{display:flex;padding:1rem 2rem;flex-wrap:wrap;height:18rem}.Basicwrapper input{width:10rem;height:2rem;font-size:1rem;padding:0rem .4rem;margin-left:.5rem}.disableDiv{width:8rem;border-radius:9px;color:#fff;text-align:center;background-color:#c1baba;height:2rem}.disableDiv .effectpara{display:flex;justify-content:center;height:100%;align-items:center}.enableDiv{width:8rem;border-radius:9px;color:#fff;text-align:center;background-color:#ffb300;height:2rem}.enableDiv .effectpara{display:flex;justify-content:center;height:100%;align-items:center}.ReqButton{background-color:#2aaea3;color:#fff;border-radius:8px;padding:.4rem 3rem}.rollback{transform:rotate(45deg);position:absolute;right:4rem;transition:transform .5s ease;top:1rem}.rollback:hover{transform:rotate(405deg)}.basicUpperWrapper{display:flex}.wrapperFQuote{border:1px solid rgb(201,199,199);width:96%;margin:2rem auto;border-radius:12px;overflow:hidden}.wrapperFQuote .wrapperBox{height:3.0625rem;flex-shrink:0;background:#e9e9e9;padding:1rem}.wrapperFQuote .wrapperBox p{color:#131111;font-size:1.25rem;font-style:normal;font-weight:500;line-height:normal}.wrapperFQuote .FormWrapper{padding:1rem}.wrapperFQuote .FormWrapper .SelectionDiv{display:flex;align-items:center;gap:2rem;margin:1rem 0}.wrapperFQuote .FormWrapper .SelectionDiv p{font-weight:700;font-size:1.1rem}.wrapperFQuote .FormWrapper .SelectionDiv .inputwrapper{display:flex;align-items:center;gap:.5rem}.wrapperFQuote .FormWrapper .formwrapperdiv{display:flex;margin:1.6rem 0;gap:1rem}.wrapperFQuote .FormWrapper .formwrapperdiv .radioBtn{width:31%}.wrapperFQuote .FormWrapper .formwrapperdiv .formwrapperdivlable{display:flex;flex-direction:column}.wrapperFQuote .FormWrapper .formwrapperdiv .pluss,.wrapperFQuote .FormWrapper .formwrapperdiv .equalss{font-size:24px;font-weight:700;display:inline-block;width:0;height:40px;line-height:40px;position:relative;top:.9rem;left:-.5rem;text-align:center;cursor:pointer;margin:0 5px;transition:background-color .3s,color .3s}.wrapperFQuote .FormWrapper .formwrapperdiv .pluss:hover,.wrapperFQuote .FormWrapper .formwrapperdiv .equalss:hover{background-color:#007bff;color:#fff}.wrapperFQuote .FormWrapper .formwrapperdiv .pluss:active,.wrapperFQuote .FormWrapper .formwrapperdiv .equalss:active{background-color:#0056b3}.wrapperFQuote .FormWrapper .formwrapperdiv .formField select{padding:.75rem;width:14rem;font-size:1rem;color:#555;background-color:#e0e0e0;border:none;border-radius:.5rem;outline:none;box-shadow:0 2px 4px #0000001a}.wrapperFQuote .FormWrapper .formwrapperdiv input{margin:.2rem 0;width:20.3125rem;height:2.0625rem;flex-shrink:0;font-size:1rem;padding:1rem;border-radius:.3125rem;border:1px solid #747474}.FreshQouteWrapper .freshQuteinnerWrapper{border-radius:1.5625rem}.FreshQouteWrapper .pdfwrapper{display:flex;width:100%;height:100vh;overflow:none;justify-content:center;z-index:9999999;position:fixed;left:4rem;transform:scale(2.5);top:0;background:#0006;align-items:center}.otp-Form{width:230px;height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 30px;gap:20px;position:relative}.mainHeading{font-size:1.1em;color:#0f0f0f;font-weight:700}.otpSubheading{font-size:.7em;color:#000;line-height:17px;text-align:center}.inputContainer{width:100%;display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:center}.otp-input{background-color:#e4e4e4;width:30px;height:30px;text-align:center;border:none;border-radius:7px;caret-color:#7f81ff;color:#2c2c2c;outline:none;font-weight:600}.otp-input:focus,.otp-input:valid{background-color:#7f81ff33;transition-duration:.3s}.verifyButton{width:100%;height:30px;border:none;background-color:#7f81ff;color:#fff;font-weight:600;cursor:pointer;border-radius:10px;transition-duration:.2s}.verifyButton:hover{background-color:#9091ff;transition-duration:.2s}.exitBtn{position:absolute;top:5px;right:5px;box-shadow:0 0 20px #0000002c;background-color:#fff;border-radius:50%;width:25px;height:25px;border:none;color:#000;font-size:1.1em;cursor:pointer}.resendNote{font-size:.7em;color:#000;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.resendBtn{background-color:transparent;border:none;color:#7f81ff;cursor:pointer;font-size:1.1em;font-weight:700}.disabled{color:#8082ff80;cursor:not-allowed}.hospital-form-wrapper{border:1px solid rgb(201,199,199);width:96%;margin:0 auto;border-radius:12px}.hospital-form-title{display:flex;align-items:center;gap:.4rem;font-size:18px;padding:15px;font-size:1.3rem;font-weight:900;color:#333;background:#e9e9e9;box-shadow:0 4px 4px #00000040}.hospital-hotel-card{padding:15px;background:#fff;border-radius:5px}.hospital-row{display:flex;flex-wrap:wrap;gap:10px}.hospital-field{flex:1 1 calc(19.33% - 10px);display:flex;flex-direction:column;margin-bottom:10px}.hospital-field label{font-size:.9rem;font-weight:700;margin-bottom:.4rem}.hospital-input,.hospital-textarea{padding:10px;border:1px solid #ccc;border-radius:4px;font-size:14px}.hospital-textarea{resize:vertical;width:17rem;height:101px}.hospital-buttons{display:flex;justify-content:space-between;margin-top:10px}.hospital-add-button,.hospital-remove-button{padding:8px 12px;display:flex;align-items:center;font-size:1rem;border:none;cursor:pointer;border-radius:4px}.hospital-add-button{background-color:#4caf50;color:#fff;margin:1rem}.hospital-remove-button{background-color:#f44336;color:#fff}.dividerWrapper{height:4rem;display:flex;width:61rem;margin:0 auto;justify-content:center}.dividerWrapper .dividerWrapperc1{border:.2px solid #5b5a5a;position:relative;width:100%;margin:auto}.dividerWrapper .dividerWrapperc1 .dividerWrapperc2{position:absolute;display:flex;border-radius:50%;width:50px;transform:translate(28rem,-50%);border:2px solid;height:50px;justify-content:center;align-items:center}.dividerWrapper .dividerWrapperc1 .dividerWrapperc2 .svg{cursor:pointer;transform:rotate(180deg);transition:transform .5s ease-in-out}.dividerWrapper .dividerWrapperc1 .dividerWrapperc2 .rotate{transition:transform .5s ease-in-out;cursor:pointer;transform:scale(1.2) rotate(360deg)}@font-face{font-family:Inter;src:url(/assets/Inter_18pt-Regular-BpskOkD5.ttf)}@font-face{font-family:PoppinsRegular;src:url(/assets/Poppins-Regular-CTKNfV9P.ttf) format("truetype")}.table-container{width:94%;margin:20px auto;font-family:Arial,sans-serif}.table-container h3{text-align:center;font-size:1.5rem;margin-bottom:16px;color:#333}.theadOInc{width:100%;color:#333;font-size:1.2rem;padding:.5rem 1rem;border:dotted}.theadOInc:focus{outline:none}.table{width:100%;border-collapse:collapse}.thead{display:flex;justify-content:space-between;background-color:#f0f0f0;font-weight:700;font-size:1rem;color:#444;padding:12px 16px;border:1px solid #ddd}.thead-category{flex:3}.thead-options{flex:2;display:flex;justify-content:space-around}.category-header{background-color:#e6e6e6;font-weight:999;padding:12px 16px;color:#444;border-top:1px solid #ddd;font-size:1.1rem}.row{display:flex;align-items:center;padding:12px 16px;border-bottom:1px solid #ddd}.row-item{flex:3;font-size:.9rem;color:#555}.row-options{flex:2;display:flex;justify-content:space-around;align-items:center}.circle{width:20px;height:20px;border-radius:50%;border:2px solid #ccc;cursor:pointer;transition:.3s}.circle.inclusion{border-color:#0bbe97}.circle.exclusion{border-color:#dc3545}.circle.inclusion.checked{background-color:#0bbe97;border-color:#0bbe97}.circle.exclusion.checked{background-color:#dc3545;border-color:#dc3545}.circle:hover{opacity:.8}@media (max-width: 768px){.table-container{width:95%}.thead-options,.row-options{flex-direction:column}}@font-face{font-family:Inter;src:url(/assets/Inter_18pt-Regular-BpskOkD5.ttf)}@font-face{font-family:PoppinsRegular;src:url(/assets/Poppins-Regular-CTKNfV9P.ttf) format("truetype")}.daysitinerary-select{width:100%;padding:8px;font-size:16px;border:1px solid #ccc;border-radius:4px}.daysitinerary-textarea{width:100%;padding:.5rem 3rem;font-size:1.2rem;border:1px solid #ccc;border-radius:4px}.daysitinerary-container{width:96%;margin:0 auto}.daysitinerary-header{background:linear-gradient(90deg,#2bb1a5,#24324f);color:#000;font-size:1.2rem;padding:1.2rem 4rem}.daysTitle{border:dotted;height:4rem;overflow:hidden;border-radius:1rem;width:35rem}.daysTitle input{width:100%;height:100%;font-size:1.2rem;padding-left:1.2rem;border:none;outline:none}.daysitinerary-item{width:23rem}.daysitinerary-label{border:1px;width:100%;padding:.2rem 3.3rem;color:#000;font-size:1.3rem}.daysitinerary-item2{overflow:hidden;width:100%;margin-top:1.2rem;background-color:#f0f0f0}.daysitinerary-item2 textarea:focus{outline:none}.daysitinerary-group{border-radius:.5rem;box-shadow:1px 1px 11px 1px gray;overflow:hidden;margin-bottom:2rem}.itnimain{display:flex;gap:2rem;align-items:center;padding:0 2rem;margin-top:1.2rem}.subbtn .button{line-height:1;text-decoration:none;display:inline-flex;border:none;cursor:pointer;align-items:center;gap:.75rem;background-color:#2b8e8d;color:#fff;border-radius:5px;margin:1rem;font-weight:600;padding:.75rem 1.5rem;padding-left:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background-color .3s}.subbtn .button__icon-wrapper{flex-shrink:0;width:25px;height:25px;position:relative;color:var(--clr);background-color:#fff;border-radius:50%;display:grid;place-items:center;overflow:hidden}.subbtn .button:hover{background-color:#1a5655}.subbtn .button:hover .button__icon-wrapper{color:#000}.subbtn .button__icon-svg--copy{position:absolute;transform:translate(-150%,150%)}.subbtn .button:hover .button__icon-svg:first-child{transition:transform .3s ease-in-out;transform:translate(150%,-150%)}.subbtn .button:hover .button__icon-svg--copy{transition:transform .3s ease-in-out .1s;transform:translate(0)}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}@font-face{font-family:Inter;src:url(/assets/Inter_18pt-Regular-BpskOkD5.ttf)}@font-face{font-family:PoppinsRegular;src:url(/assets/Poppins-Regular-CTKNfV9P.ttf) format("truetype")}.file-upload-container{text-align:center;font-family:Arial,sans-serif;padding:20px}.flightGradient{padding:2rem 0;background:linear-gradient(90deg,#2bb1a5,#24324f)}.file-preview-list{display:flex;justify-content:center;flex-direction:column;margin:0 auto;width:35rem;height:100%}.file-preview{position:relative;margin:2rem}.file-preview button{position:absolute;right:-1rem;width:2rem;cursor:pointer;height:2rem;color:wheat;border-radius:50%;transform:rotate(43deg);background:red;border:navajowhite;top:-1rem;font-weight:700}.file-preview img{width:100%;height:100%;object-fit:cover}.gradientLine{border:1px solid white;width:54rem;border-radius:15px;margin:0 auto;padding:1.6rem 1rem}.gradientLine:active{border-color:#007bff}.file-upload-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#333}.file-upload-box{width:90%;height:150px;margin:0 auto;border:2px dashed #ccc;border-radius:8px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d5e6f2,#b8cdd3);color:#333;cursor:pointer;transition:border-color .3s ease-in-out}.file-upload-box{border-color:#007bff}.file-upload-box.drag-active{border-color:#007bff;background-color:#eef6fd}.file-placeholder{font-style:italic;font-size:2rem;color:#666}.file-name{font-size:1rem;font-weight:700;color:#333}.file-upload-instruction{margin-top:1rem;font-size:.9rem;color:#666}.toggle-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#e7f5f9}.toggle-button{display:flex;align-items:center;justify-content:center;width:80px;height:40px;background-color:#ccc;border-radius:20px;box-shadow:0 4px 6px #0000001a;cursor:pointer;transition:background-color .3s ease,box-shadow .3s ease}.toggle-button.toggle-on{background-color:#4caf50;box-shadow:0 0 10px #4caf5099}.toggle-button.toggle-off{background-color:#bbb;box-shadow:0 0 10px #64646466}.toggle-label{font-size:14px;font-weight:700;color:#fff;-webkit-user-select:none;user-select:none}.plane-switch{--dot: #fff;--street: #6b6d76;--street-line: #a8aab4;--street-line-mid: #c0c2c8;--sky-1: #60a7fa;--sky-2: #2f8efc;--light-1: rgba(255, 233, 0, 1);--light-2: rgba(255, 233, 0, .3);cursor:pointer;-webkit-tap-highlight-color:transparent}.plane-switch input{display:none}.plane-switch input+div{-webkit-mask-image:-webkit-radial-gradient(white,black);position:relative;overflow:hidden;width:50px;height:25px;padding:1px;border-radius:13px;background:linear-gradient(90deg,var(--street) 0%,var(--street) 25%,var(--sky-1) 75%,var(--sky-2) 100%) left var(--p, 0%) top 0;background-position-x:var(--p, 0%);background-size:400% auto;transition:background-position .6s}.plane-switch input+div:before,.plane-switch input+div:after{content:"";display:block;position:absolute;transform:translate(var(--s, 0));transition:transform .3s}.plane-switch input+div:before{width:42px;right:2px;top:4px;height:1px;background:var(--street-line);box-shadow:0 16px 0 0 var(--street-line)}.plane-switch input+div:after{width:2px;height:2px;border-radius:50%;left:23px;top:1px;-webkit-animation:lights2 2s linear infinite;animation:lights2 2s linear infinite;box-shadow:inset 0 0 0 2px var(--light-1),0 21px 0 var(--light-1),8px 0 0 var(--light-2),8px 21px 0 var(--light-2),16px 0 0 var(--light-2),16px 21px 0 var(--light-2)}.plane-switch input+div span{display:block;position:absolute}.plane-switch input+div span.street-middle{top:12px;left:21px;width:3px;height:1px;transform:translate(var(--s, 0));background:var(--street-line-mid);box-shadow:5px 0 0 var(--street-line-mid),10px 0 0 var(--street-line-mid),15px 0 0 var(--street-line-mid),20px 0 0 var(--street-line-mid),25px 0 0 var(--street-line-mid);transition:transform .3s}.plane-switch input+div span.cloud{width:12px;height:4px;border-radius:2px;background:#fff;position:absolute;top:var(--ct, 8px);left:100%;opacity:var(--co, 0);transition:opacity .3s;-webkit-animation:clouds2 2s linear infinite var(--cd, 0s);animation:clouds2 2s linear infinite var(--cd, 0s)}.plane-switch input+div span.cloud:before,.plane-switch input+div span.cloud:after{content:"";position:absolute;transform:translate(var(--cx, 0));border-radius:50%;width:var(--cs, 5px);height:var(--cs, 5px);background:#fff;bottom:1px;left:1px}.plane-switch input+div span.cloud:after{--cs: 6px;--cx: 4px}.plane-switch input+div span.cloud.two{--ct: 20px;--cd: 1s;opacity:var(--co-2, 0)}.plane-switch input+div div{display:table;position:relative;z-index:1;padding:5px;border-radius:50%;background:var(--dot);transform:translate(var(--x, 0));transition:transform .6s cubic-bezier(.2,.8,.35,1.2)}.plane-switch input+div div svg{width:13px;height:13px;display:block;color:var(--c, var(--street));transition:color .6s}.plane-switch input:checked+div{--p: 100%;--x: 25px;--s: -50px;--c: var(--sky-2);--co: .8;--co-2: .6}@keyframes lights2{20%,30%{box-shadow:inset 0 0 0 2px var(--light-2),0 21px 0 var(--light-2),8px 0 0 var(--light-1),8px 21px 0 var(--light-1),16px 0 0 var(--light-2),16px 21px 0 var(--light-2)}55%,65%{box-shadow:inset 0 0 0 2px var(--light-2),0 21px 0 var(--light-2),8px 0 0 var(--light-2),8px 21px 0 var(--light-2),16px 0 0 var(--light-1),16px 21px 0 var(--light-1)}90%,to{box-shadow:inset 0 0 0 2px var(--light-1),0 21px 0 var(--light-1),8px 0 0 var(--light-2),8px 21px 0 var(--light-2),16px 0 0 var(--light-2),16px 21px 0 var(--light-2)}}@keyframes clouds2{97%{transform:translate(-72px);visibility:visible}98%,to{visibility:hidden}99%{transform:translate(-72px)}to{transform:translate(0)}}.flight-details-container{background:#fff;padding:20px;width:95%;border-radius:8px;margin:0 auto}.flight-details-container h3{color:#fff;font-size:20px;margin-bottom:15px}.dropdown-row{display:flex;gap:15px;flex-wrap:wrap;justify-content:center}.dropdown-item{display:flex;padding:.2rem;background:#526473;flex-direction:column;border-radius:15px}.dropdown-item label{font-size:1.2rem;position:relative;padding:.2rem;font-weight:700;color:#7095e5;top:.25rem}.checkbox-group{display:flex;gap:1px;flex-wrap:wrap;overflow:hidden;border-radius:5px;justify-content:center;width:fit-content;margin:1rem auto}.checkbox{padding:8px 16px;border:1px solid #ccc;background:#768c99;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s ease}.checkbox:hover{background:#d1e0e6}.checkbox.selected{background:#6db9d6;color:#fff;border:1px solid #6db9d6}.scroll-to-top-btn{position:fixed;bottom:24px;right:24px;z-index:9999;padding:12px 14px;background-color:#000;color:#fff;border:none;border-radius:50%;cursor:pointer;box-shadow:0 4px 8px #0003;transition:all .3s ease}.scroll-to-top-btn:hover{background-color:#333;transform:translateY(-2px)}.follow-card{width:98%;height:100%;border-radius:15px;background:#dfdfdf;padding:22px 29px 22px 65px;margin:29px 0;display:block}.follow-card .webLead_followUps .trip_id_container{display:flex;justify-content:space-between;margin-bottom:10px}.follow-card .webLead_followUps .trip_id_container .tripid_and_flights{display:flex;gap:24px;justify-content:space-between}.follow-card .webLead_followUps .trip_id_container .tripid_and_flights p{color:#59afff;font-family:Inter;font-size:1.25rem;font-style:normal;font-weight:700;line-height:normal}.follow-card .webLead_followUps .trip_id_container .followUp_ratings{display:flex}.follow-card .webLead_followUps .followup_client_details{display:flex;flex-wrap:wrap;row-gap:10px}.follow-card .webLead_followUps .followup_client_details p{color:#363636;font-family:Inter;font-size:20px;font-style:normal;font-weight:400;line-height:normal;width:25%}.follow-card .webLead_followUps .followup_client_details span{color:#363636;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.follow-card .webLead_followUps .followup_client_details .lead_status{color:#fff;font-family:Inter;font-size:20px;font-style:normal;font-weight:400;line-height:normal;padding:0 7px}.follow-card .webLead_followUps .followup_client_details .paxnchild{display:flex;width:25%;gap:24px}.follow-card .webLead_followUps .followup_client_details .paxnchild p{display:flex}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}.skeleton-box,.leads-skeleton .skeleton-body .skeleton-info .skeleton-text,.leads-skeleton .skeleton-body .skeleton-details .skeleton-text,.leads-skeleton .skeleton-body .skeleton-meta .skeleton-text,.leads-skeleton .skeleton-header .skeleton-actions .skeleton-icon,.leads-skeleton .skeleton-header .skeleton-actions .skeleton-star,.leads-skeleton .skeleton-header .skeleton-leads-id{background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0,#e0e0e0 75%);background-size:400px 100%;border-radius:5px;animation:shimmer 1.5s infinite linear;opacity:.7}.leads-skeleton{background-color:#f0f0f0;margin:20px 0;padding:15px;border-radius:5px;box-shadow:0 0 5px #0000001a;display:flex;flex-direction:column}.leads-skeleton .skeleton-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.leads-skeleton .skeleton-header .skeleton-leads-id{width:150px;height:16px}.leads-skeleton .skeleton-header .skeleton-actions{display:flex;gap:10px}.leads-skeleton .skeleton-header .skeleton-actions .skeleton-icon,.leads-skeleton .skeleton-header .skeleton-actions .skeleton-star{width:18px;height:18px}.leads-skeleton .skeleton-body{display:grid;grid-template-columns:1fr 1fr;gap:10px}.leads-skeleton .skeleton-body .skeleton-info,.leads-skeleton .skeleton-body .skeleton-details,.leads-skeleton .skeleton-body .skeleton-meta{display:flex;flex-direction:column;gap:5px}.leads-skeleton .skeleton-body .skeleton-info .skeleton-text,.leads-skeleton .skeleton-body .skeleton-details .skeleton-text,.leads-skeleton .skeleton-body .skeleton-meta .skeleton-text{width:100%;height:14px}.comment-section{margin-top:15px;padding:10px;border-radius:15px;border:1px solid #a3a3a3;background:#d9d9d9}.comment-section .comments-shower{border-radius:8px;background:#fff;padding:15px 40px;margin-bottom:20px;max-height:90vh;overflow:auto;scrollbar-width:none}.comment-section .comments-shower p{margin:10px 0;padding:10px;border-radius:8px;word-break:break-word;position:relative}.comment-section .sales-color{background-color:#918d8d!important}.comment-section .NurtureTL-color{color:#fff!important;background-color:#145377!important}.comment-section .SalesTL-color{color:#fff!important;background-color:#094a15!important}.comment-section .OperationsTL-color{color:#fff!important;background-color:#5f570e!important}.comment-section .FlightsTL-color{color:#fff!important;background-color:#48093c!important}.comment-section .AccountsTL-color{color:#fff!important;background-color:#07162e!important}.radio-list{display:flex;flex-direction:column;gap:10px;font-family:Comic Sans MS,cursive,sans-serif;font-size:18px}.radio-label{display:flex;align-items:center;cursor:pointer}.radio-label input[type=radio]{display:none}.custom-radio{width:20px;height:20px;border:2px solid black;border-radius:4px;margin-right:10px;display:flex;justify-content:center;align-items:center}.radio-label input[type=radio]:checked+.custom-radio{background-color:#000}.radio-label input[type=radio]:checked+.custom-radio:after{content:"";width:5px;height:10px;border:solid white;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.userbox{width:60%;display:flex;flex-direction:column;margin:0 2rem;gap:12px;padding:1rem;height:12.125rem;overflow:auto;flex-shrink:0;border-radius:10px;background:#fff;box-shadow:0 4px 4px #00000040}.usersubmitbtn{width:78px;color:#fff;display:flex;justify-content:center;text-align:center;border-radius:8px;cursor:pointer;background:#0bbe97;box-shadow:0 4px 4px #00000040;padding:10px;flex-shrink:0}.usercancelbtn{border-radius:8px;color:#0bbe97;display:flex;justify-content:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:normal;border:1px solid #0bbe97;width:78px;padding:10px;flex-shrink:0;background:#fdfffe;box-shadow:0 4px 4px #00000040}.flight-list{border:1px solid #a3a3a3;background:#d9d9d9;border-radius:8px;padding:10px;margin-top:15px}.flight-list .flight-item{display:flex;justify-content:space-between;align-items:center;padding:10px;border:1px solid #c1c1c1;box-shadow:0 4px 4px #00000040;border-radius:5px;margin-bottom:8px}.flight-list .flight-item p{color:#5a5a5a;font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.flight-list .flight-item button,.flight-list .flight-item a{padding:5px 10px;font-size:.9375rem;border-radius:10px;border:1px solid #0bbe97;background:#ededed;color:#0bbe97;cursor:pointer;transition:background-color .3s}.flight-list .flight-item button:hover,.flight-list .flight-item a:hover{background-color:#0bbe97;color:#fff}.flight-list .create-invoice-btn-container{display:flex;justify-content:flex-end;margin:18px 0}.flight-list .create-invoice-btn-container .create-invoice{border-radius:10px;border:1px solid #0bbe97;background:#0bbe97;color:#fff;font-family:Inter;font-size:15px;font-weight:500;padding:10px 20px}.flight-list .create-invoice-btn-container .create-invoice:hover{cursor:pointer}.trip-container{border-radius:10px;background-color:#fefefe;display:flex;width:55rem;flex-direction:column;align-items:start;padding:7px 7px 30px 18px}.trip-details-wrapper{align-self:end;width:100%}.trip-details-content{gap:20px;display:flex}.trip-info-column{display:flex;flex-direction:column;line-height:normal;width:37%;margin-left:0}.trip-info-details{display:flex;flex-grow:1;flex-direction:column;align-items:start}.trip-id{color:#1b4a75;font-size:20px;align-self:stretch}.info-text{font-weight:600;color:#525252}.info-label{font-weight:600}.contact-column{display:flex;flex-direction:column;line-height:normal;width:63%;margin-left:20px}.contact-details{display:flex;flex-direction:column;align-items:start;color:#525252;font:700 16px Inter,sans-serif}.status-icon{aspect-ratio:1;object-fit:contain;object-position:center;width:26px;background-color:#ff4640;border-radius:50%;align-self:end;height:26px}.cancellation-section{color:#525252;margin-top:37px;font:600 16px Inter,sans-serif}.cancellation-action-buttons{align-self:end;display:flex;border:0px;gap:23px;font:600 16px Inter,sans-serif}.cancel-btn{border-radius:8px;background-color:#fdfffe;box-shadow:0 4px 4px #00000040;color:#11e6b8;padding:9px 36px;border:1px solid rgba(17,230,184,1);cursor:pointer}.confirm-btn{border-radius:8px;background-color:#11e6b8;box-shadow:0 4px 4px #00000040;color:#fff;white-space:nowrap;padding:9px 36px;cursor:pointer}.cancelservice-div{display:flex;gap:.6rem;margin:.5rem 0}.cancelreason-div{border:1px solid #ddd;border-radius:5px;overflow:hidden;padding:.8rem;color:#4f4e4e;font-size:1.2rem;background-color:#f5f5f5;width:60%;transition:all .3s ease}.lead-page{display:flex;background:#eaeaea;padding:20px;gap:15px}.trip-details .action-buttons{display:flex;gap:10px;margin:10px 0;border-radius:15px;border:1px solid #a6a6a6;background:#d9d9d9;position:relative}.trip-details .action-buttons .action-reminder{padding:4px 9px;margin:10px 0 10px 10px;border:none;cursor:pointer;color:#fff;transition:background-color .3s;border-radius:7px;background:#b5b5b5;color:#3d3d3d;font-family:Inter;font-size:16px;font-weight:600;display:flex;align-items:center;column-gap:7px}.invoice-container{display:flex;width:100%;justify-content:center;column-gap:10px}.invoice-container .error-message{color:red}.invoice-container .invoice-form{width:44%;margin:0 auto;padding:20px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 0 10px #0000001a;height:fit-content}.invoice-container .invoice-form .form-group{margin-bottom:15px;display:flex;border:1px solid #ccc;border-radius:4px;border:1px solid #9aa2b0;background:#dfdfdf;box-shadow:0 4px 4px #00000040;align-items:center}.invoice-container .invoice-form .form-group label{font-size:.875rem;text-wrap:nowrap;padding-left:10px}.invoice-container .invoice-form .form-group input,.invoice-container .invoice-form .form-group select{padding:10px;font-size:.875rem;border:none;background:transparent;width:98%}.invoice-container .invoice-form .form-group input:focus-visible,.invoice-container .invoice-form .form-group select:focus-visible{outline:none}.invoice-container .invoice-form .form-group .delete-button{background:none;border:none;color:#ff4d4d;cursor:pointer;font-size:1.125rem;margin-left:10px}.invoice-container .invoice-form .form-group .add-button{background-color:#4caf50;color:#fff;border:none;padding:8px 12px;cursor:pointer;border-radius:4px;margin-top:10px;align-self:flex-start}.invoice-container .invoice-form .tcs-and-gst-wrapper{display:flex;justify-content:center;column-gap:10px}.invoice-container .invoice-form .pan-card-section{margin-bottom:15px}.invoice-container .invoice-form .pan-card-section .tcs-form-pan-section{padding:10px;border-radius:5px;background:linear-gradient(90deg,#77beba,#737d8e)}.invoice-container .invoice-form .pan-card-section .pan-card-group{display:flex;width:100%;align-items:center;justify-content:space-between}.invoice-container .invoice-form .pan-card-section .pan-card-group .form-group{padding:10px;margin-top:10px;justify-content:space-between}.invoice-container .invoice-form .pan-card-section .pan-card-group input{width:24%;border-radius:4px;border:1px solid #9aa2b0;background:#dfdfdf;box-shadow:0 4px 4px #00000040}.invoice-container .invoice-form .pan-card-section .pan-card-group input:first-child{width:30%}.invoice-container .invoice-form .pan-card-section .pan-card-group .add-pan-deatails-button{border-radius:4px;border:1px solid #9aa2b0;background:#dfdfdf;box-shadow:0 4px 4px #00000040;padding:5px 10px;cursor:pointer}.invoice-container .invoice-form .submit-button-wrapper{display:flex;justify-content:center;align-items:center}.invoice-container .invoice-form .submit-button-wrapper .submit-button{width:70%;background:#0bbe97;color:#fff;font-family:Inter;font-size:24px;font-style:normal;font-weight:700;line-height:normal;padding:12px;font-size:1rem;border:none;border-radius:5px;cursor:pointer}.invoice-container .invoice-form .installment-container{display:flex;flex-direction:column;gap:10px;margin:10px}.invoice-container .invoice-form .installment-container .installment{display:flex;align-items:center;gap:10px;border:1px solid #ddd;border-radius:5px}.invoice-container .invoice-form .installment-container .installment-label{font-size:.875rem}.invoice-container .invoice-form .installment-container .date-picker-wrapper{position:relative;display:flex;gap:10px;width:50%}.invoice-container .invoice-form .installment-container .date-picker-wrapper input{padding:5px;border-radius:4px;border:1px solid #9aa2b0;background:#dfdfdf;box-shadow:0 4px 4px #00000040;width:45%}.invoice-container .invoice-form .installment-container .date-input{padding:5px;font-size:14px;border:1px solid #ccc;border-radius:3px;cursor:pointer}.invoice-container .invoice-form .installment-container .day-picker{position:absolute;top:40px;left:0;z-index:10;box-shadow:0 2px 4px #0000001a;background:#fff;border:1px solid #ccc;border-radius:5px;padding:10px}.invoice-container .invoice-form .installment-container .add-installment-button{border-radius:4px;border:1px solid #9aa2b0;background:#dfdfdf;box-shadow:0 4px 4px #00000040;padding:5px 13px;cursor:pointer}.invoice-container .invoice-form .installment-container .add-button{background-color:#4caf50;color:#fff}.invoice-container .invoice-form .delete-button{background-color:#f44336;color:#fff}.invoice-container .invoice-pdf-container{width:56%}.team-leader-analytics{display:flex;justify-content:space-between;align-items:center;padding:2rem;background:linear-gradient(to bottom right,#97b6c3,#7db2ae 21%,#8eb2b5 38%,#8fb3c2 50%) bottom right/51% 50% no-repeat,linear-gradient(to bottom left,#97b6c3,#7db2ae 21%,#8eb2b5 38%,#8fb3c2 50%) bottom left/51% 50% no-repeat,linear-gradient(to top left,#97b6c3,#7db2ae 21%,#8eb2b5 38%,#8fb3c2 50%) top left/51% 51% no-repeat,linear-gradient(to top right,#97b6c3,#7db2ae 21%,#8eb2b5 38%,#8fb3c2 50%) top right/51% 51% no-repeat;border-radius:15px}.team-leader-analytics .chart-container{display:flex;width:100%}.team-leader-analytics .donut-chart{position:relative;width:40%}.team-leader-analytics .donut-chart .donut-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.5rem;font-weight:700;color:#333}.team-leader-analytics .bar-chart{width:60%;padding-left:2rem}.team-leader-analytics .bar-chart .bar-chart-labels{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.team-leader-analytics .bar-chart .bar-chart-labels .label{display:flex;justify-content:space-between;margin-bottom:1rem;color:#fff;font-size:1rem;font-weight:500}.team-leader-analytics .bar-chart .bar-chart-labels .label .label-text{flex:1}.team-leader-analytics .bar-chart .bar-chart-labels .label .value{margin-left:1rem}.team-leader-analytics .bar-with-value{display:flex;align-items:center;justify-content:center}.team-leader-analytics .chart-item{align-items:center;margin-bottom:20px}.team-leader-analytics .chart-item .label{color:#fff;font-size:16px;text-align:left;margin-bottom:10px;display:inline-block}.team-leader-analytics .chart-item .bar{flex:3;height:2rem;border-radius:20px;position:relative}.team-leader-analytics .chart-item .bar .bar-progress{background:var(--back-ground);position:absolute;top:0;height:100%;width:var(--progress-width);border-radius:20px}.team-leader-analytics .chart-item .value{flex:.5;color:#fff;font-size:16px;font-weight:700;margin-left:1.25rem}.lead-container{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.vouchers-payment-card{width:98%;display:block;margin:1.25rem auto;height:19.1875rem;flex-shrink:0;border-radius:.9375rem;border:1px solid #acacac;background:#dfdfdf;box-shadow:0 4px 4px #00000040}.vouchers-payment-card .webLead_Basic_details{display:flex;height:100%;justify-content:space-around;width:100%;padding:34px 69px;flex-wrap:wrap;cursor:pointer}.vouchers-payment-card .webLead_Basic_details h3{color:#363636;font-size:20px;font-weight:700;width:50%}.vouchers-payment-card .webLead_Basic_details p{color:#363636;font-size:1.25rem;font-weight:400;width:50%}.vouchers-payment-card .webLead_Basic_details p strong{color:#363636;font-size:20px;font-weight:700}.vouchers-payment-card .lead-card h3{margin-top:0;font-size:1.2em}.vouchers-payment-card .button-group{display:flex;justify-content:space-between;margin-top:16px}.vouchers-payment-card .action-button{padding:8px 12px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s}.vouchers-payment-card .action-button:hover{background-color:#0056b3}.vouchers-payment-card .action-button.no-response{background-color:#ff9800}.vouchers-payment-card .action-button.not-interested{background-color:#f44336}.vouchers-payment-card .WebLeadsearch-container{width:98%;top:4.8rem;display:flex;justify-content:center;margin:12px}.vouchers-payment-card .WebLeadsearch-input{padding:10px 15px;width:300px;border-radius:5px;border:1px solid #ccc;font-size:16px;outline:none;transition:border-color .3s ease}.vouchers-payment-card .WebLeadsearch-input:focus{border-color:#007bff;box-shadow:0 0 5px #007bff80}.vouchers-payment-card .total-lead-count{font-size:18px;font-weight:700;margin:20px 0}.vouchers-payment-card .filterWrapper{display:flex;gap:2rem;margin:2rem 0}.vouchers-payment-card .button{width:10.625rem;height:2.9rem;flex-shrink:0;display:inline-block;background-color:#2ecc71;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:700;cursor:pointer;text-align:center;text-decoration:none;transition:background-color .3s ease}.vouchers-payment-card .button:hover{background-color:#27ae60}.vouchers-payment-card .button:active{background-color:#34d58f}.vouchers-payment-card .button.last-quotes{background-color:#fff;color:#2ecc71;border-radius:.625rem;border:1px solid #0bbe97}.vouchers-payment-card .button.last-quotes p{display:flex;color:#2ecc71;font-weight:700;justify-content:center;margin:.7rem auto}.vouchers-payment-card .button.fresh-quote{background-color:#2ecc71;color:#fff}.vouchers-payment-card .button.fresh-quote p{display:flex;color:#fff;font-weight:700;justify-content:center;margin:.7rem auto}.vouchers-page{display:flex;background:#eaeaea;padding:20px;gap:15px}.vouchers-page .vouchers-list{width:35%}.vouchers-page .vouchers-main{width:63%}.vouchers-page .rollback{transform:rotate(45deg);position:absolute;right:1.5rem;transition:transform .5s ease;top:1rem}.vouchers-page .rollback:hover{transform:rotate(405deg)}.vouchers-details{background:linear-gradient(180deg,#587c99,#5795a0);box-shadow:0 0 7px #000000b3;border-radius:10px;padding:53px 20px 70px;margin-top:25px;box-shadow:0 4px 8px #0000001a;position:relative}.vouchers-details .vouchers_client_details{display:flex;flex-wrap:wrap;padding-bottom:16px;border-bottom:1px solid #fff}.vouchers-details .vouchers_client_details p{color:#fff;font-family:Inter;font-size:16px;font-weight:500;width:50%;margin-top:5px}.vouchers-details .vouchers_client_details span{color:#fff;font-family:Inter;font-size:16px;font-weight:700}.vouchers-details .vouchers_id_container{display:flex}.vouchers-details .vouchers_id_container .vouchersid_and_flights{display:flex;width:50%}.vouchers-details .vouchers_id_container .vouchersid_and_flights h2{color:#59afff;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.vouchers-details .vouchers_id_container .followUp_ratings{display:flex;justify-content:space-between;width:50%}.vouchers-details .vouchers_id_container .followUp_ratings span{color:#fff;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.vouchers-details .vouchers_id_container .followUp_ratings .vouchers_rattings_flights{gap:10px;display:flex;align-items:center}.vouchers-details .vouchers_id_container .followUp_ratings .vouchers_rattings_flights div{display:flex}.vouchers-details .vouchers_id_container .followUp_ratings .lead_status{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:3px 12px}.vouchers-details .action-buttons{display:flex;gap:10px;margin:10px 0;border-radius:15px;border:1px solid #a6a6a6;background:#d9d9d9;position:relative}.vouchers-details .action-buttons .action-reminder{padding:4px 9px;margin:10px 0 10px 10px;border:none;cursor:pointer;color:#fff;transition:background-color .3s;border-radius:7px;background:#b5b5b5;color:#3d3d3d;font-family:Inter;font-size:16px;font-weight:600;display:flex;align-items:center;column-gap:7px}.vouchers-details .action-buttons .action-reminder:hover{background-color:#5a6268}.vouchers-details .vouchers-button{display:flex;align-items:center;justify-content:flex-end;column-gap:30px;margin-top:60px}.vouchers-details .vouchers-button button{border-radius:10px;border:1px solid #0bbe97;background:#0bbe97;color:#fff;font-family:Inter;font-size:15px;font-weight:500;padding:8px 18px}.analytics-page{border-radius:25px;background:#4093a4;padding:35px;margin-top:15px;width:99%}.analytics-page .barchart{border-radius:25px;background:#fff5e0;color:#fff;width:90%;margin:0 auto 20px;padding:24px 70px}.analytics-page .selectwrapper{display:flex;gap:20px}.analytics-page .linechart{border-radius:25px;background:#4093a4;width:90%;margin:0 auto 20px;padding:24px 70px}.analytics-page .select-container{display:flex;gap:20px;justify-content:center;align-items:center;background-color:#357d8f;padding:20px}.analytics-page .custom-select{width:250px;cursor:not-allowed}.custom-investigation-search{background:linear-gradient(270deg,#597f9a,#59adbe);border-radius:10px;padding:1rem;margin:1rem}.custom-investigation-search .form{display:flex;flex-wrap:wrap;gap:15px}.custom-investigation-search .form .input-with-flight-checkbox{display:flex;justify-content:space-between}.custom-investigation-search .form .input-with-flight-checkbox .is-flight-included{display:flex;border-radius:3.5555px;border:1px solid #9aa2b0;background:#efefef;box-shadow:0 4px 4px #00000040;height:fit-content;padding:10px}.custom-investigation-search .form .form-group{margin-bottom:15px;display:flex;border:1px solid #9aa2b0;border-radius:4px;border:1px solid #efefef;background:#dfdfdf;box-shadow:0 4px 4px #00000040;align-items:center}.custom-investigation-search .form .form-group label{font-size:.875rem;text-wrap:nowrap;padding-left:10px}.custom-investigation-search .form .form-group input,.custom-investigation-search .form .form-group select{padding:10px;font-size:.875rem;border:none;background:transparent;width:98%}.custom-investigation-search .form .form-group input:focus-visible,.custom-investigation-search .form .form-group select:focus-visible{outline:none}.custom-investigation-search .form .form-group .delete-button{background:none;border:none;color:#ff4d4d;cursor:pointer;font-size:1.125rem;margin-left:10px}.custom-investigation-search .form .form-group .add-button{background-color:#4caf50;color:#fff;border:none;padding:8px 12px;cursor:pointer;border-radius:4px;margin-top:10px;align-self:flex-start}.custom-investigation-search .form .pax-n-childs{display:flex;justify-content:space-between}.custom-investigation-search .form .date-range-inputs{display:flex;align-items:center;justify-content:center}.custom-investigation-search .submit-btn{background-color:#0bbe97;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:16px;margin-top:20px}.custom-investigation-search .submit-btn:hover{background-color:#218838}.custom-checkbox-options-container h4{margin-bottom:15px;font-size:18px;color:#333}.custom-checkbox-options-container .custom-checkbox-wrapper{border-bottom:1px solid #e0e0e0;padding-bottom:10px}.custom-checkbox-options-container .custom-checkbox-option{display:flex;align-items:center;margin-bottom:5px;justify-content:space-between;gap:10px}.custom-checkbox-options-container .custom-checkbox-option input[type=checkbox]{display:none}.custom-checkbox-options-container .custom-checkbox-option label{display:flex;align-items:center;font-size:14px;color:#555;margin-bottom:0;cursor:pointer}.custom-checkbox-options-container .custom-checkbox-option label:hover{background-color:transparent;color:#0bbe97}.custom-checkbox-options-container .custom-checkbox-option label .custom-checkbox{width:18px;height:18px;border:1px solid #4b4b4b;display:inline-block;margin-right:10px;position:relative;background-color:transparent;transition:background-color .2s,border-color .2s}.custom-checkbox-options-container .custom-checkbox-option label .custom-checkbox:after{content:"";position:absolute;top:1px;left:5px;width:3px;height:9px;opacity:0;transform:rotate(45deg) scale(0);border-right:2px solid #0bbe97;border-bottom:2px solid #0bbe97;transition:all .3s ease;transition-delay:.15s}.custom-checkbox-options-container .custom-checkbox-option input[type=checkbox]:checked+label .custom-checkbox:after{opacity:1;transform:rotate(45deg) scale(1)}.custom-checkbox-options-container .custom-checkbox-option label:hover .custom-checkbox{border-color:#0bbe97}.custom-checkbox-options-container .checkbox-btn{display:flex;align-items:center;justify-content:flex-end;margin-top:10px;gap:10px}.sort-options-container h4{margin-bottom:15px;font-size:18px;color:#333}.sort-options-container .sort-option{display:flex;align-items:center;margin-bottom:10px}.sort-options-container .sort-option input[type=radio]{display:none}.sort-options-container .sort-option label{display:flex;align-items:center;font-size:14px;color:#555;cursor:pointer}.sort-options-container .sort-option label:hover{background-color:#f9f9f9;color:#0bbe97}.sort-options-container .sort-option label .custom-radio{width:18px;height:18px;border:2px solid #0bbe97;display:inline-block;margin-right:10px;position:relative;background-color:transparent;transition:background-color .2s,border-color .2s}.sort-options-container .sort-option label .custom-radio:after{content:"";position:absolute;top:1px;left:5px;width:3px;height:9px;opacity:0;transform:rotate(45deg) scale(0);border-right:2px solid #fff;border-bottom:2px solid #fff;transition:all .3s ease;transition-delay:.15s}.sort-options-container .sort-option input[type=radio]:checked+label .custom-radio{background-color:#0bbe97;border-color:#0bbe97}.sort-options-container .sort-option input[type=radio]:checked+label .custom-radio:after{opacity:1;transform:rotate(45deg) scale(1)}.sort-options-container .sort-option label:hover .custom-radio{border-color:#0bbe97}.follow-leads-flights .lead-container{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.follow-leads-flights .flight-lead-card{padding:13px 31px 20px;width:62.4375rem;margin:1.25rem auto;flex-shrink:0;border-radius:.9375rem;border:1px solid #acacac;background:#dfdfdf;box-shadow:0 4px 4px #00000040}.follow-leads-flights .flight-lead-card .flight-follow-lead-card-heading{display:flex;align-items:center;justify-content:space-between}.follow-leads-flights .flight-lead-card .flight-follow-lead-card-heading .checkbox-tripid-input-wrapper{display:flex;column-gap:10px}.follow-leads-flights .flight-lead-card .flight-follow-lead-card-heading h3{color:#59afff;font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.follow-leads-flights .flight-lead-card .flight-follow-lead-card-heading .action-reminder{cursor:pointer}.follow-leads-flights .webpara{display:flex;justify-content:center;flex-direction:column;gap:.41rem}.follow-leads-flights .webpara p{color:#363636;font-family:Inter;font-size:20px;font-weight:500}.follow-leads-flights .webpara p strong{color:#363636;font-size:1.25rem;font-weight:500}.follow-leads-flights .webpara .child-infant-wraper{display:flex;align-items:center;justify-content:space-between;column-gap:20px}.follow-leads-flights .comment_section{height:fit-content;width:30%;padding:2px 5px}.follow-leads-flights .comment_section .follow-single-comment{padding:2px 5px;border-radius:10px;position:relative;background:#d5d5d5;color:#414141;font-family:Inter,sans-serif;font-size:16px}.follow-leads-flights .comment_section .follow-single-comment .fullcomment-shower{display:none;position:absolute;padding:8px;top:100%;width:100%;left:0;background-color:#595959;color:#fff;height:fit-content;border-radius:10px;font-size:14px}.follow-leads-flights .comment_section .follow-single-comment:hover .fullcomment-shower{display:block}.follow-leads-flights .webLead_Basic_details{display:flex;height:fit-content;justify-content:space-between;width:100%;padding-top:8px}.follow-leads-flights .webLead_Basic_details .comment_section{border-radius:10px;background:#fff}.follow-leads-flights .lead-card h3{margin-top:0;font-size:1.2em}.follow-leads-flights .button-group{display:flex;justify-content:space-between;margin-top:16px}.follow-leads-flights .button{font-family:Inter,sans-serif;font-size:20px;font-weight:600;padding:0 15px;width:fit-content}.follow-leads-flights .button:hover{background-color:#27ae60}.follow-leads-flights .button:active{background-color:#34d58f}.follow-leads-flights .button.fresh-quote{border-radius:8px;background:#11e6b8;box-shadow:0 4px 4px #00000040;color:#fff}.follow-leads-flights .button.fresh-quote p{display:flex;color:#fff;font-weight:700;justify-content:center;margin:.7rem auto}.followup-short-container{display:flex;align-items:center;padding:6px 1rem;background:#d9d9d9;justify-content:space-between}.followup-short-container .checkbox-wrapper{display:flex;justify-content:center;column-gap:20px;align-items:center}.followup-short-container .search-wrapper{display:flex;justify-content:center;column-gap:20px;align-items:center;border-radius:6px;border:1px solid #898989;background:#d9d9d9;box-shadow:0 4px 4px #00000040}.followup-short-container .search-wrapper select:focus-visible{outline:none}.followup-short-container .search-wrapper .searchBtn-wraper{display:flex;align-items:center;justify-content:center}.followup-short-container .search-wrapper .searchBtn-wraper input{border:none;color:#000;background:transparent;cursor:text;display:flex;justify-content:center;align-items:center;width:170px;height:20px;font-size:16px}.followup-short-container .search-wrapper .searchBtn-wraper input:focus-visible{outline:none}.followup-short-container .search-wrapper .searchBtn-wraper .searchBtn{position:relative;border-radius:5px;background:#0bbe97;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:5px 16px;column-gap:6px}.followup-short-container select{padding:.5rem;border:1px solid #ccc;border-radius:4px}.followup-short-container .short-filter-wrapper{display:flex;align-items:center;column-gap:20px}.followup-short-container .short-filter-wrapper .short-btn{position:relative;border-radius:5px;background:#0bbe97;color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:12px 16px;column-gap:6px}.followup-short-container .short-filter-wrapper .export-btn{background-color:#fff;color:#0bbe97}.oops-container{display:flex;justify-content:center;align-items:center;height:fit-content;background-color:#fff;padding:20px}.oops-container .oops-content{display:flex;flex-direction:row;align-items:center;background:#fff;border-radius:12px;max-width:900px;width:100%}.oops-container .oops-content .text-section{flex:1;padding-right:30px}.oops-container .oops-content .text-section h1{color:#313250;font-size:8rem;font-style:normal;font-weight:800;line-height:normal}.oops-container .oops-content .text-section h1 span{color:#2d2f48}.oops-container .oops-content .text-section p{margin:20px 0;color:#6c6c6c;font-family:Inter;font-size:20px;font-weight:500}.oops-container .oops-content .text-section .go-back-btn{padding:12px 24px;background:linear-gradient(90deg,#52e1cc,#0c91ae);color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer;transition:background .3s ease}.oops-container .oops-content .text-section .go-back-btn:hover{background:linear-gradient(90deg,#0c91ae,#52e1cc)}.oops-container .oops-content .image-section{flex:1;text-align:center;background:radial-gradient(50% 50% at 50% 50%,#ffc362,#fff)}.oops-container .oops-content .image-section img{max-width:100%;height:auto}.flight-trip-details{background:linear-gradient(180deg,#587c99,#5795a0);box-shadow:0 0 7px #000000b3;border-radius:10px;padding:53px 20px 20px;margin-top:25px;box-shadow:0 4px 8px #0000001a;position:relative}.flight-trip-details .rollback-lead_details{position:absolute;right:1.5rem;color:#fff;font-weight:700;top:1rem}.flight-trip-details .payment-upload-section{margin-top:20px;background-color:#fff;border-radius:10px;padding:13px 12px 13px 24px}.flight-trip-details .payment-upload-section .upload-item{display:flex}.flight-trip-details .payment-upload-section .upload-item .label{font-size:18px}.flight-trip-details .payment-upload-section .upload-item button{background-color:transparent;border:none;cursor:pointer;width:25px;height:30px}.flight-trip-details .trip_client_details{display:flex;flex-wrap:wrap}.flight-trip-details .trip_client_details p{color:#fff;font-family:Inter;font-size:16px;font-weight:500;width:50%;margin-top:5px}.flight-trip-details .trip_client_details span{color:#fff;font-family:Inter;font-size:16px;font-weight:700}.flight-trip-details .trip_id_container{display:flex}.flight-trip-details .trip_id_container .tripid_and_flights{display:flex;width:50%}.flight-trip-details .trip_id_container .tripid_and_flights h2{color:#59afff;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.flight-trip-details .trip_id_container .followUp_ratings{display:flex;justify-content:space-between;width:50%}.flight-trip-details .trip_id_container .followUp_ratings span{color:#fff;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.flight-trip-details .trip_id_container .followUp_ratings .trip_rattings_flights{gap:10px;display:flex;align-items:center}.flight-trip-details .trip_id_container .followUp_ratings .trip_rattings_flights div{display:flex}.flight-trip-details .trip_id_container .followUp_ratings .lead_status{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:3px 12px}.flight-trip-details .action-buttons{display:flex;gap:7px;margin:10px 0;border-radius:15px;border:1px solid #a6a6a6;background:#d9d9d9;position:relative;padding-left:10px}.flight-trip-details .action-buttons .action-reminder{padding:4px 9px;margin:10px 0;border:none;cursor:pointer;color:#fff;transition:background-color .3s;border-radius:7px;background:#b5b5b5;color:#3d3d3d;font-family:Inter,sans-serif;font-size:11px;font-weight:600;display:flex;align-items:center;column-gap:7px}.flight-trip-details .action-buttons .action-reminder:hover{background-color:#5a6268}.flight-trip-details .action-buttons .final-package-invoice{display:flex;column-gap:10px;height:fit-content;margin:10px 0}.flight-trip-details .action-buttons .final-package-invoice button{border-radius:10px;border:1px solid #0bbe97;background:#fff;color:#0bbe97;font-family:Inter,sans-serif;font-size:11px;font-weight:500;padding:5px 12px}.flight-trip-details .action-buttons .final-package-invoice button:hover{cursor:pointer}.flight-trip-details .action-buttons .flight-package-create{display:flex;gap:10px;height:fit-content;margin:10px 0;border-radius:10px;border:1px solid #0bbe97;background:#0bbe97;color:#fff;font-family:Inter,sans-serif;font-size:11px;font-weight:500;padding:5px 12px}.flight-trip-details .action-buttons .flight-package-create:hover{cursor:pointer}.flight-trip-details .create-invoice-btn-container{display:flex;justify-content:flex-end;margin:18px 0;column-gap:10px}.flight-trip-details .create-invoice-btn-container .final-package{display:flex;column-gap:10px;height:fit-content;border-radius:10px;border:1px solid #0bbe97;background:#fff;color:#0bbe97;font-family:Inter,sans-serif;font-size:15px;font-weight:500;padding:10px 20px}.flight-trip-details .create-invoice-btn-container .final-package:hover{cursor:pointer}.flight-trip-details .create-invoice-btn-container .create-invoice{border-radius:10px;border:1px solid #0bbe97;background:#0bbe97;color:#fff;font-family:Inter;font-size:15px;font-weight:500;padding:10px 20px}.flight-trip-details .create-invoice-btn-container .create-invoice:hover{cursor:pointer}.action-status-change{display:flex;align-items:center;justify-content:center;column-gap:7px;position:relative;color:#3d3d3d;font-family:Inter,sans-serif;font-size:11px;font-weight:600;border-radius:10px;background:#fff;padding:4px 9px;margin:10px 0;cursor:pointer}.flights-comment-section .Flights-color{background-color:#573c3c!important;color:#fff!important}.flights-comment-section .FlightsTL-color{background-color:#f8eb74!important}.flight-card{border-radius:0;display:flex;max-width:803px;flex-direction:column;font-family:Inter,sans-serif;margin-top:20px}.card-container{border-radius:15px;background-color:#fff;box-shadow:0 4px 4px #00000040;display:flex;gap:20px;flex-wrap:wrap;justify-content:space-between;padding:13px 12px 13px 24px;border:1px solid rgb(163,163,163)}.card-container .from-to-wraper{display:flex;align-items:center;justify-content:center;gap:15px}.card-container .flight-icon-with-line{display:flex;align-items:center;justify-content:center}.card-container .flight-icon-with-line .line-left{height:4px;border-bottom:2px dotted #0bbe97;width:49px}.card-container .all-tickets-image-container{display:grid;position:absolute;top:0;right:25%;z-index:10;padding:10px;background-color:#fff;overflow-y:auto;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:15px}.card-container .all-tickets-image-container .cross-button{background-color:#fa3d3d;color:#fff;font-size:16px;font-family:Inter,sans-serif;font-weight:800;cursor:pointer;position:absolute;top:10px;right:0;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.card-container .all-tickets-image-container .image-listing-wrapper{display:flex;align-items:center;column-gap:10px;height:fit-content}.card-container .all-tickets-image-container .image-listing-wrapper img{height:auto;width:120px;cursor:pointer}.card-container .all-tickets-image-container .image-listing-wrapper button{background-color:#0bbe97;border:none;color:#fff;font-family:Inter,sans-serif;font-size:12px;padding:5px 10px;cursor:pointer}@media (max-width: 991px){.card-container{padding-left:20px}}.location-section{display:flex;flex-direction:column}.location-label{color:#5b5b5b;font-size:12px;font-weight:500;align-self:start}.location-details{display:flex;gap:19px}.airport-info{display:flex;flex-direction:column;flex:1}.city-code{color:#5a5a5a;font-family:Inter,sans-serif;font-size:20px;font-weight:700;align-self:start;z-index:10}.airport-name{color:#5b5b5b;font-size:12px;font-weight:500}.route-image{aspect-ratio:4.55;object-fit:contain;object-position:center;width:132px;align-self:start;max-width:100%}.destination-section{display:flex;flex-direction:column;font-size:12px;color:#5b5b5b;font-weight:500}.destination-label{align-self:start}.destination-airport{margin-top:21px}.action-buttons-flight{display:flex;gap:7px;font-size:15px;color:#0bbe97;font-weight:500;margin:auto 0}.action-buttons-flight .action-button{color:#0bbe97;border-radius:10px;background-color:#fff;border:1px solid rgb(11,190,151)}@media (max-width: 991px){.view-button,.edit-button{white-space:initial;padding:0 20px}}.booking-confirmation{font-family:Arial,sans-serif;width:36rem;margin:1.25rem auto}.booking-confirmation .header{background:#f2f8ff;padding:1.25rem;display:flex}.booking-confirmation .header .logoNmsg{width:60%}.booking-confirmation .header .logoNmsg h1{color:#245e8e;font-family:Inter;font-size:1.875rem;font-weight:700;margin-top:.625rem}.booking-confirmation .header .header-img{width:40%}.booking-confirmation .header .header-img img{width:100%}.booking-confirmation .header .logo{display:flex;gap:.625rem}.booking-confirmation .header .logo img{height:3.125rem}.booking-confirmation .booking-details{display:flex;justify-content:space-between;padding:2.1875rem 1.25rem 1.25rem;background:#fff}.booking-confirmation .booking-details .details{color:#3a3a3a;font-family:Iowan Old Style;font-size:1.125rem}.booking-confirmation .booking-details .gst-details{border-radius:1.25rem 1.25rem 0rem 0rem;background:#cdf1f2;color:#505050;font-family:Inter;font-size:.75rem;font-weight:500;box-shadow:1rem -.9375rem #588e9e;padding:1.25rem;width:45%}.booking-confirmation .booking-details .gst-details p{margin:.3125rem 0}.booking-confirmation .booking-details .gst-details p strong{color:#333}.booking-confirmation .payment-schedule{padding:1.25rem}.booking-confirmation .payment-schedule h3{color:#245e8e;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:normal;background:#cdf1f2;padding:10px 17px}.booking-confirmation .payment-schedule table{width:100%;border-collapse:collapse}.booking-confirmation .payment-schedule table th,.booking-confirmation .payment-schedule table td{border:.0625rem solid #ddd;padding:.625rem;text-align:center;font-size:.875rem}.booking-confirmation .payment-schedule table th{background:#f2f2f2;font-weight:700}.booking-confirmation .grand-total{padding:1.25rem;background:#f9f9f9;width:90%;margin:0 auto;border-radius:20px 20px 0 0;background:#cdf1f2}.booking-confirmation .grand-total .total-header,.booking-confirmation .grand-total .total-content{font-size:1rem;border:1px solid #686363;text-align:center;justify-content:space-between;display:flex}.booking-confirmation .grand-total p{width:30%;position:relative}.booking-confirmation .grand-total .gst:after,.booking-confirmation .grand-total .tcs:after{content:"";height:100%;width:2px;display:inline-block;position:absolute;background:#686363;right:0}.booking-confirmation .grand-total .gst-value:after{content:"+";position:absolute;right:-5px}.booking-confirmation .grand-total .tcs-value:after{content:"=";position:absolute;right:-5px}.booking-confirmation .agent-details{padding:1.25rem;background:#f2f8ff;font-size:.6rem;display:flex}.booking-confirmation .agent-details .travel-agent-detail{width:65%;display:flex;flex-direction:column;justify-content:flex-end}.booking-confirmation .agent-details .travel-agent-detail .content{display:flex;column-gap:10px;margin-top:10px}.booking-confirmation .agent-details .travel-agent-detail .content p{display:flex;align-items:center}.booking-confirmation .agent-details .travel-agent-detail .content p strong{color:#245e8e}.booking-confirmation .agent-details .travel-agent-detail .content p a{color:#000}.booking-confirmation .agent-details .stamp{width:35%}.booking-confirmation .agent-details .stamp img{width:100%}.bank-info-container{font-family:Arial,sans-serif;margin:20px auto;border-radius:none;padding:20px;border-top:1px solid #000}.bank-info-container h3{background:#cdf1f2;padding:10px 20px;border-radius:5px;color:#245e8e;font-size:1rem;margin-bottom:20px}.bank-info-container table{width:100%;border-collapse:collapse;margin-bottom:20px}.bank-info-container table td{border:1px solid #ddd;padding:10px;font-size:14px}.bank-info-container table td:first-child{font-weight:700;background:#f9f9f9}.bank-info-container .scan-pay{text-align:center;margin-top:20px;display:flex;justify-content:space-around;align-items:center}.bank-info-container .scan-pay img{width:150px;height:150px;margin-bottom:10px}.bank-info-container .scan-pay p{font-size:2.875rem;font-weight:700;color:#333}.bank-info-container .cancellation-policy,.bank-info-container .deliverables{margin-top:20px}.bank-info-container .cancellation-policy ul,.bank-info-container .deliverables ul{margin:0;list-style-type:disc;padding:0 0 0 20px}.bank-info-container .cancellation-policy ul li,.bank-info-container .deliverables ul li{margin-bottom:10px;font-size:14px}.bank-info-container .cancellation-policy .content,.bank-info-container .deliverables .content{display:flex;justify-content:space-between;gap:20px}.bank-info-container .cancellation-policy .content ul,.bank-info-container .deliverables .content ul{flex:1}.flights-booking-confirmation{font-family:Arial,sans-serif;width:36rem;margin:1.25rem auto}.flights-booking-confirmation .header{background:#f2f8ff;padding:1.25rem;display:flex}.flights-booking-confirmation .header .logoNmsg{width:60%}.flights-booking-confirmation .header .logoNmsg h1{color:#245e8e;font-family:Inter;font-size:1.875rem;font-weight:700;margin-top:.625rem}.flights-booking-confirmation .header .header-img{width:40%}.flights-booking-confirmation .header .header-img img{width:100%}.flights-booking-confirmation .header .logo{display:flex;gap:.625rem}.flights-booking-confirmation .header .logo img{height:3.125rem}.flights-booking-confirmation .booking-details{display:flex;justify-content:space-between;padding:2.1875rem 1.25rem 1.25rem;background:#fff}.flights-booking-confirmation .booking-details .details{color:#3a3a3a;font-family:Iowan Old Style;font-size:1.125rem}.flights-booking-confirmation .booking-details .gst-details{border-radius:1.25rem 1.25rem 0rem 0rem;background:#cdf1f2;color:#505050;font-family:Inter;font-size:.75rem;font-weight:500;box-shadow:1rem -.9375rem #588e9e;padding:1.25rem;width:45%}.flights-booking-confirmation .booking-details .gst-details p{margin:.3125rem 0}.flights-booking-confirmation .booking-details .gst-details p strong{color:#333}.flights-booking-confirmation .payment-schedule{padding:1.25rem}.flights-booking-confirmation .payment-schedule h3{color:#245e8e;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:normal;background:#cdf1f2;padding:10px 17px}.flights-booking-confirmation .payment-schedule table{width:100%;border-collapse:collapse}.flights-booking-confirmation .payment-schedule table th,.flights-booking-confirmation .payment-schedule table td{border:.0625rem solid #ddd;padding:.625rem;text-align:center;font-size:.875rem}.flights-booking-confirmation .payment-schedule table th{background:#f2f2f2;font-weight:700}.flights-booking-confirmation .grand-total{padding:1.25rem;background:#f9f9f9;width:95%;margin:0 auto;border-radius:20px 20px 0 0;background:#cdf1f2}.flights-booking-confirmation .grand-total .total-header,.flights-booking-confirmation .grand-total .total-content{font-size:1rem;border:1px solid #686363;text-align:center;justify-content:space-between;display:flex}.flights-booking-confirmation .grand-total p{width:30%;position:relative}.flights-booking-confirmation .grand-total .gst:after,.flights-booking-confirmation .grand-total .tcs:after{content:"";height:100%;width:2px;display:inline-block;position:absolute;background:#686363;right:0}.flights-booking-confirmation .grand-total .gst-value:after,.flights-booking-confirmation .grand-total .tcs-value:after{content:"+";position:absolute;right:-5px}.flights-booking-confirmation .grand-total .flight-value:after{content:"-";position:absolute;right:-5px}.flights-booking-confirmation .grand-total .discount-value:after{content:"=";position:absolute;right:-5px}.flights-booking-confirmation .agent-details{padding:1.25rem;background:#f2f8ff;font-size:.6rem;display:flex}.flights-booking-confirmation .agent-details .travel-agent-detail{width:65%;display:flex;flex-direction:column;justify-content:flex-end}.flights-booking-confirmation .agent-details .travel-agent-detail .content{display:flex;column-gap:10px;margin-top:10px}.flights-booking-confirmation .agent-details .travel-agent-detail .content p{display:flex;align-items:center}.flights-booking-confirmation .agent-details .travel-agent-detail .content p strong{color:#245e8e}.flights-booking-confirmation .agent-details .travel-agent-detail .content p a{color:#000}.flights-booking-confirmation .agent-details .stamp{width:35%}.flights-booking-confirmation .agent-details .stamp img{width:100%}.menu-container .custom-option{display:flex;align-items:center;margin-bottom:10px}.menu-container .custom-option input[type=radio]{display:none}.menu-container .custom-option label{display:flex;align-items:center;font-size:14px;color:#555;cursor:pointer}.menu-container .custom-option label:hover{background-color:#f9f9f9;color:#0bbe97}.menu-container .custom-option label .custom-radio{width:18px;height:18px;border:2px solid #0bbe97;display:inline-block;margin-right:10px;position:relative;background-color:transparent;transition:background-color .2s,border-color .2s}.menu-container .custom-option label .custom-radio:after{content:"";position:absolute;top:1px;left:5px;width:3px;height:9px;opacity:0;transform:rotate(45deg) scale(0);border-right:2px solid #fff;border-bottom:2px solid #fff;transition:all .3s ease;transition-delay:.15s}.menu-container .custom-option input[type=radio]:checked+label .custom-radio{background-color:#0bbe97;border-color:#0bbe97}.menu-container .custom-option input[type=radio]:checked+label .custom-radio:after{opacity:1;transform:rotate(45deg) scale(1)}.menu-container .custom-option label:hover .custom-radio{border-color:#0bbe97}.all-proofs-shower{margin-top:20px}.all-proofs-shower .all-proofs-accordion{width:100%;background-color:#0bbe97;border-radius:5px;overflow:hidden;box-shadow:0 4px 8px #0000001a;cursor:pointer;margin-bottom:10px}.all-proofs-shower .all-proofs-accordion-header{display:flex;align-items:center;justify-content:space-between;padding:10px 15px}.all-proofs-shower .all-proofs-accordion-header h3{margin:0;color:#fff;font-size:1.2rem}.all-proofs-shower .all-proofs-accordion-header-image{width:30px;height:30px;border-radius:50%}.all-proofs-shower .all-proofs-accordion-content{padding:10px 15px;color:#000;border-top:1px solid rgba(255,255,255,.3);background-color:#fff;display:flex;flex-wrap:wrap;row-gap:10px}.all-proofs-shower .all-proofs-accordion-content .all-proofs-accordion-file-item{width:100%}.all-proofs-shower .all-proofs-accordion-content .all-proofs-accordion-file-item .image{width:200px;margin-right:10px}.invoice-flights-container{display:flex;width:100%;justify-content:center;column-gap:10px}.invoice-flights-container .error-message{color:red}.invoice-flights-container .invoice-flights-form{width:44%;margin:0 auto;padding:20px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 0 10px #0000001a;height:fit-content}.invoice-flights-container .invoice-flights-form .form-group{margin-bottom:15px;display:flex;border:1px solid #ccc;border-radius:4px;border:1px solid #9aa2b0;background:#dfdfdf;box-shadow:0 4px 4px #00000040;align-items:center}.invoice-flights-container .invoice-flights-form .form-group textarea:focus-visible{outline:none}.invoice-flights-container .invoice-flights-form .form-group label{font-size:.875rem;text-wrap:nowrap;padding-left:10px}.invoice-flights-container .invoice-flights-form .form-group input,.invoice-flights-container .invoice-flights-form .form-group select,.invoice-flights-container .invoice-flights-form .form-group p{padding:10px;font-size:.875rem;border:none;background:transparent;width:98%}.invoice-flights-container .invoice-flights-form .form-group input:focus-visible,.invoice-flights-container .invoice-flights-form .form-group select:focus-visible,.invoice-flights-container .invoice-flights-form .form-group p:focus-visible{outline:none}.invoice-flights-container .invoice-flights-form .form-group .delete-button{background:none;border:none;color:#ff4d4d;cursor:pointer;font-size:1.125rem;margin-left:10px}.invoice-flights-container .invoice-flights-form .form-group .add-button{background-color:#4caf50;color:#fff;border:none;padding:8px 12px;cursor:pointer;border-radius:4px;margin-top:10px;align-self:flex-start}.invoice-flights-container .invoice-flights-form .tcs-and-gst-wrapper{display:flex;justify-content:center;column-gap:10px}.invoice-flights-container .invoice-flights-form .pan-card-section{margin-bottom:15px}.invoice-flights-container .invoice-flights-form .pan-card-section .tcs-form-pan-section{padding:10px;border-radius:5px;background:linear-gradient(90deg,#77beba,#737d8e)}.invoice-flights-container .invoice-flights-form .pan-card-section .pan-card-group{display:flex;width:100%;align-items:center;justify-content:space-between}.invoice-flights-container .invoice-flights-form .pan-card-section .pan-card-group .form-group{padding:10px;margin-top:10px;justify-content:space-between}.invoice-flights-container .invoice-flights-form .pan-card-section .pan-card-group input{width:24%;border-radius:4px;border:1px solid #9aa2b0;background:#dfdfdf;box-shadow:0 4px 4px #00000040}.invoice-flights-container .invoice-flights-form .pan-card-section .pan-card-group input:first-child{width:30%}.invoice-flights-container .invoice-flights-form .pan-card-section .pan-card-group .add-pan-deatails-button{border-radius:4px;border:1px solid #9aa2b0;background:#dfdfdf;box-shadow:0 4px 4px #00000040;padding:5px 10px;cursor:pointer}.invoice-flights-container .invoice-flights-form .submit-button-wrapper{display:flex;justify-content:center;align-items:center}.invoice-flights-container .invoice-flights-form .submit-button-wrapper .submit-button{width:70%;background:#0bbe97;color:#fff;font-family:Inter;font-size:24px;font-style:normal;font-weight:700;line-height:normal;padding:12px;font-size:1rem;border:none;border-radius:5px;cursor:pointer}.invoice-flights-container .invoice-flights-form .installment-container{display:flex;flex-direction:column;gap:10px;margin:10px}.invoice-flights-container .invoice-flights-form .installment-container .installment{display:flex;align-items:center;gap:10px;border:1px solid #ddd;border-radius:5px}.invoice-flights-container .invoice-flights-form .installment-container .installment-label{font-size:.875rem}.invoice-flights-container .invoice-flights-form .installment-container .date-picker-wrapper{position:relative;display:flex;gap:10px;width:50%}.invoice-flights-container .invoice-flights-form .installment-container .date-picker-wrapper input{padding:5px;border-radius:4px;border:1px solid #9aa2b0;background:#dfdfdf;box-shadow:0 4px 4px #00000040;width:45%}.invoice-flights-container .invoice-flights-form .installment-container .date-input{padding:5px;font-size:14px;border:1px solid #ccc;border-radius:3px;cursor:pointer}.invoice-flights-container .invoice-flights-form .installment-container .day-picker{position:absolute;top:40px;left:0;z-index:10;box-shadow:0 2px 4px #0000001a;background:#fff;border:1px solid #ccc;border-radius:5px;padding:10px}.invoice-flights-container .invoice-flights-form .installment-container .add-installment-button{border-radius:4px;border:1px solid #9aa2b0;background:#dfdfdf;box-shadow:0 4px 4px #00000040;padding:5px 13px;cursor:pointer}.invoice-flights-container .invoice-flights-form .installment-container .add-button{background-color:#4caf50;color:#fff}.invoice-flights-container .invoice-flights-form .delete-button{background-color:#f44336;color:#fff}.invoice-flights-container .invoice-pdf-container{width:56%}.package-installment-container{border-radius:0;display:flex;flex-direction:column;font-family:Inter,sans-serif;margin:20px 0}.package-installment-container .payment-history{color:#245e8e;font-family:Inter,sans-serif;font-size:16px;font-weight:600;background-color:#fff;padding:10px 17px;margin-bottom:18px}.package-installment-container .header-row{background-color:#fff;box-shadow:0 4px 4px #00000040;display:flex;font-size:12px;color:#16243d;font-weight:600;flex-wrap:wrap;padding:8px 0 8px 8px;border:1px solid rgb(85,85,85)}.package-installment-container .header-group{display:flex;gap:17px;width:100%}.package-installment-container .header-item{flex-grow:1;width:20%}.package-installment-container .data-row{background-color:#fff;box-shadow:0 4px 4px #00000040;display:flex;margin-top:8px;width:100%;gap:20px;font-size:16px;color:#000;font-weight:400;white-space:nowrap;justify-content:space-between;padding:5px;border:1px solid rgb(85,85,85)}.package-installment-container .data-cell{border-radius:3px;background-color:#d9d9d9;width:22%;padding:8px 0 8px 5px;position:relative}.package-installment-container .data-input{width:100%;background-color:transparent;border:none;padding-left:0;padding-right:10px;font-size:12px}.package-installment-container .day-picker{position:absolute;top:38px;left:0;z-index:10;box-shadow:0 2px 4px #0000001a;background:#fff;border:1px solid #ccc;border-radius:5px;padding:10px}.package-installment-container .data-input:focus-visible{outline:none}.package-installment-container .button-wrapper{display:flex;gap:15px}.package-installment-container .add-installment-row{display:flex;margin-top:8px;width:100%;gap:15px;font-size:16px;color:#000;font-weight:400;justify-content:space-between;align-items:center}.package-installment-container .add-installment-row .add-button{width:44px;height:28.707px;color:#000;font-family:Inter,sans-serif;cursor:pointer;font-size:20px;font-weight:600}.package-installment-container .total-cost{display:flex;margin:20px 0;border-bottom:1px solid #fff;justify-content:space-between;padding:10px 0}.package-installment-container .total-cost p{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:500}.package-installment-container .has-error{border:1.5px solid red!important;animation:shake .2s ease-in-out 0s 5}.package-installment-container .error-message{color:#ffe100;font-size:12px;margin-top:10px}.flights-bank-info-container{font-family:Arial,sans-serif;margin:20px auto;border-radius:none;width:36rem;padding:20px;border-top:1px solid #000}.flights-bank-info-container h3{background:#cdf1f2;padding:10px 20px;border-radius:5px;color:#245e8e;font-size:1rem;margin-bottom:20px}.flights-bank-info-container table{width:100%;border-collapse:collapse;margin-bottom:20px}.flights-bank-info-container table td{border:1px solid #ddd;padding:10px;font-size:14px}.flights-bank-info-container table td:first-child{font-weight:700;background:#f9f9f9}.flights-bank-info-container .scan-pay{text-align:center;margin-top:20px;display:flex;justify-content:space-around;align-items:center}.flights-bank-info-container .scan-pay img{width:150px;height:150px;margin-bottom:10px}.flights-bank-info-container .scan-pay p{font-size:2.875rem;font-weight:700;color:#333}.flights-bank-info-container .cancellation-policy,.flights-bank-info-container .deliverables{margin-top:20px}.flights-bank-info-container .cancellation-policy ul,.flights-bank-info-container .deliverables ul{margin:0;list-style-type:disc;padding:0 0 0 20px}.flights-bank-info-container .cancellation-policy ul li,.flights-bank-info-container .deliverables ul li{margin-bottom:10px;font-size:14px}.flights-bank-info-container .cancellation-policy .content,.flights-bank-info-container .deliverables .content{display:flex;justify-content:space-between;gap:20px}.flights-bank-info-container .cancellation-policy .content ul,.flights-bank-info-container .deliverables .content ul{flex:1}.converted-leads-flights .lead-container{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.converted-leads-flights .flight-lead-card{padding:13px 31px 20px;width:62.4375rem;margin:1.25rem auto;flex-shrink:0;border-radius:.9375rem;border:1px solid #acacac;background:#dfdfdf;box-shadow:0 4px 4px #00000040}.converted-leads-flights .flight-lead-card .flight-converted-lead-card-heading{display:flex;align-items:center;justify-content:space-between}.converted-leads-flights .flight-lead-card .flight-converted-lead-card-heading .checkbox-tripid-input-wrapper{display:flex;column-gap:10px}.converted-leads-flights .flight-lead-card .flight-converted-lead-card-heading h3{color:#59afff;font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.converted-leads-flights .flight-lead-card .flight-converted-lead-card-heading .action-reminder{cursor:pointer}.converted-leads-flights .flight-lead-card .cancellation-btn{display:flex;justify-content:flex-end;margin-top:-10px}.converted-leads-flights .flight-lead-card .cancellation-btn a{cursor:pointer;border-radius:10px;border:1px solid #0bbe97;background:#fff;padding:10px 12px;color:#0bbe97;font-family:Inter,sans-serif;font-size:14px;font-weight:500}.converted-leads-flights .webpara{display:flex;justify-content:center;flex-direction:column;gap:.41rem}.converted-leads-flights .webpara p{color:#363636;font-family:Inter;font-size:20px;font-weight:500}.converted-leads-flights .webpara p strong{color:#363636;font-size:1.25rem;font-weight:500}.converted-leads-flights .webpara .child-infant-wraper{display:flex;align-items:center;justify-content:space-between;column-gap:20px}.converted-leads-flights .comment_section{height:fit-content;width:30%;padding:2px 5px}.converted-leads-flights .comment_section .follow-single-comment{padding:2px 5px;border-radius:10px;position:relative;background:#d5d5d5;color:#414141;font-family:Inter,sans-serif;font-size:16px}.converted-leads-flights .comment_section .follow-single-comment .fullcomment-shower{display:none;position:absolute;padding:8px;top:100%;width:100%;left:0;background-color:#595959;color:#fff;height:fit-content;border-radius:10px;font-size:14px}.converted-leads-flights .comment_section .follow-single-comment:hover .fullcomment-shower{display:block}.converted-leads-flights .webLead_Basic_details{display:flex;height:fit-content;justify-content:flex-start;width:100%;padding-top:8px;column-gap:3rem}.converted-leads-flights .webLead_Basic_details .comment_section{border-radius:10px;background:#fff}.converted-leads-flights .lead-card h3{margin-top:0;font-size:1.2em}.converted-leads-flights .button-group{display:flex;justify-content:space-between;margin-top:16px}.converted-leads-flights .button{font-family:Inter,sans-serif;font-size:20px;font-weight:600;padding:0 15px;width:fit-content}.converted-leads-flights .button:hover{background-color:#27ae60}.converted-leads-flights .button:active{background-color:#34d58f}.converted-leads-flights .button.fresh-quote{border-radius:8px;background:#11e6b8;box-shadow:0 4px 4px #00000040;color:#fff}.converted-leads-flights .button.fresh-quote p{display:flex;color:#fff;font-weight:700;justify-content:center;margin:.7rem auto}.flight-Passenger-details{background:linear-gradient(180deg,#587c99,#5795a0);box-shadow:0 0 7px #000000b3;border-radius:10px;padding:53px 20px 20px;margin-top:25px;box-shadow:0 4px 8px #0000001a;position:relative}.flight-Passenger-details .rollback-passenger{position:absolute;right:1.5rem;color:#fff;font-weight:700;top:1rem}.flight-Passenger-details .trip_client_details{display:flex;flex-wrap:wrap}.flight-Passenger-details .trip_client_details p{color:#fff;font-family:Inter;font-size:16px;font-weight:500;width:50%;margin-top:5px}.flight-Passenger-details .trip_client_details span{color:#fff;font-family:Inter;font-size:16px;font-weight:700}.flight-Passenger-details .trip_id_container{display:flex}.flight-Passenger-details .trip_id_container .tripid_and_flights{display:flex;width:50%}.flight-Passenger-details .trip_id_container .tripid_and_flights h2{color:#59afff;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.flight-Passenger-details .trip_id_container .followUp_ratings{display:flex;justify-content:space-between;width:50%}.flight-Passenger-details .trip_id_container .followUp_ratings span{color:#fff;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.flight-Passenger-details .trip_id_container .followUp_ratings .trip_rattings_flights{gap:10px;display:flex;align-items:center}.flight-Passenger-details .trip_id_container .followUp_ratings .trip_rattings_flights div{display:flex}.flight-Passenger-details .trip_id_container .followUp_ratings .lead_status{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:3px 12px}.flight-Passenger-details .passenger-details-header{display:flex;gap:7px;margin:10px 0;justify-content:space-between;border-radius:15px;border:1px solid #a6a6a6;background:#d9d9d9;position:relative;padding:0 10px;align-items:center}.flight-Passenger-details .passenger-details-header h3{color:#525252;font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.flight-Passenger-details .passenger-details-header .final-package-invoice{display:flex;column-gap:10px;height:fit-content;margin:10px 0}.flight-Passenger-details .passenger-details-header .final-package-invoice .upload-package{border-radius:10px;display:flex;align-items:center;justify-content:center;column-gap:5px;border:1px solid #0bbe97;background:#fff;color:#0bbe97;font-family:Inter,sans-serif;font-size:11px;font-weight:500;padding:5px 12px}.flight-Passenger-details .passenger-details-header .final-package-invoice .upload-package:hover{cursor:pointer}.flight-Passenger-details .passenger-details-header .final-package-invoice .flight-package-create{display:flex;gap:10px;height:fit-content;border-radius:10px;border:1px solid #0bbe97;background:#0bbe97;color:#fff;font-family:Inter,sans-serif;font-size:11px;font-weight:500;padding:5px 12px}.flight-Passenger-details .passenger-details-header .final-package-invoice .flight-package-create:hover{cursor:pointer}.flight-Passenger-details .upload-tickets{padding:2px 5px;border-radius:5px;border:1px solid #fff;background:#f1faff;align-items:center;display:flex;justify-content:center;column-gap:10px;cursor:pointer;box-shadow:0 4px 4px #00000040 inset}.flight-Passenger-details .all-tickets-image-container{display:grid;position:absolute;top:0;right:25%;z-index:10;padding:10px;background-color:#fff;overflow-y:auto;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:15px}.flight-Passenger-details .all-tickets-image-container .cross-button{background-color:#fa3d3d;color:#fff;font-size:16px;font-family:Inter,sans-serif;font-weight:800;cursor:pointer;position:absolute;top:10px;right:0;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.flight-Passenger-details .all-tickets-image-container .image-listing-wrapper{display:flex;align-items:center;column-gap:10px;height:fit-content}.flight-Passenger-details .all-tickets-image-container .image-listing-wrapper img{height:auto;width:120px;cursor:pointer}.flight-Passenger-details .all-tickets-image-container .image-listing-wrapper button{background-color:#0bbe97;border:none;color:#fff;font-family:Inter,sans-serif;font-size:12px;padding:5px 10px;cursor:pointer}.passenger-details-container{width:100%;display:flex;column-gap:10px;align-items:center}.ticket-flight-passenger-wrapper{display:flex;justify-content:space-between;column-gap:10px;align-items:flex-end}.ticket-flight-passenger-wrapper .delete-btn-ticket{margin-bottom:15px;background-color:transparent;cursor:pointer;border:none}.passenger-form-container .pasengerinputs{width:48%;margin-bottom:7px;position:relative}.passenger-form-container .pasengerinputs label{color:#222!important;top:50%;position:absolute;font-size:14px;left:12px;transform:translateY(-50%);background:transparent;transition:.2s all ease-in-out;cursor:text}.passenger-form-container .pasengerinputs input:focus,.passenger-form-container .pasengerinputs select:focus,.passenger-form-container #destinations:focus{outline:none;border-color:#222}.passenger-form-container .pasengerinputs input:focus+label,.passenger-form-container .pasengerinputs input:not(:placeholder-shown)+label,.passenger-form-container .pasengerinputs select:focus+label,.passenger-form-container .pasengerinputs select:valid+label,.passenger-form-container #destinations:focus+label,.passenger-form-container #destinations:valid+label{top:0;font-size:12px;background:linear-gradient(to bottom,#58869c,#fff 90%)}.passenger-form-container,.passenger-details{background-color:transparent;margin:0 auto 10px;column-gap:20px;display:flex;flex-direction:column;border:1px solid #fff;padding:15px;border-radius:8px;width:90%}.passenger-form-container .has-error,.passenger-details .has-error{border:1.5px solid red!important;animation:shake .2s ease-in-out 0s 5}.passenger-form-container .passenger-form,.passenger-details .passenger-form{border-radius:8px;width:85%}.passenger-form-container .form-row,.passenger-details .form-row{display:flex;justify-content:space-between;margin-bottom:10px}.passenger-form-container .form-group,.passenger-details .form-group{display:flex;width:100%;margin-right:10px;column-gap:10px;color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:500;position:relative}.passenger-form-container .form-group label,.passenger-details .form-group label{font-weight:700;text-wrap:nowrap;margin-bottom:5px}.passenger-form-container .form-group input,.passenger-details .form-group input{padding:6px 5px;width:100%;border-radius:5px;border:1px solid #fff;background:#f1faff;box-shadow:0 4px 4px #00000040 inset}.passenger-form-container .form-group .error,.passenger-details .form-group .error{border-color:red}.passenger-form-container .form-group input:focus-visible,.passenger-details .form-group input:focus-visible{outline:none}.passenger-form-container .day-picker,.passenger-details .day-picker{position:absolute;top:40px;left:0;z-index:10;box-shadow:0 2px 4px #0000001a;background:#fff;border:1px solid #ccc;border-radius:5px;padding:10px;color:#000}.passenger-form-container .delete-btn,.passenger-form-container .add-btn,.passenger-details .delete-btn,.passenger-details .add-btn{cursor:pointer;border-radius:4px;width:44px;height:28px;background-color:transparent;box-shadow:none;border:none}.passenger-form-container .delete-btn,.passenger-details .delete-btn{background-color:transparent;box-shadow:none;border:none}.passenger-form-container .add-delete-btn,.passenger-details .add-delete-btn{display:flex;column-gap:10px}.passenger-form-container .save-btn,.passenger-details .save-btn{border-radius:10px;background:#0bbe97;border:none;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;cursor:pointer;margin-top:10px;width:100%;padding:10px 20px}.passenger-form-container .form-buttons,.passenger-details .form-buttons{align-self:flex-end;margin-bottom:10px;width:15%}.passenger-form-container .saved-passengers,.passenger-details .saved-passengers{margin-top:20px;padding:10px;background-color:#f1f8e9;border-radius:8px}.add-btn-wraper{display:flex;align-items:center;margin-bottom:10px;justify-content:flex-end}.add-btn-wraper .add-btn{background-color:#0bbe97;color:#fff;font-size:12px;cursor:pointer;border:none;padding:5px;border-radius:4px}@keyframes shake{0%{margin-left:0;margin-right:0}25%{margin-left:8px;margin-right:-8px}75%{margin-left:-8px;margin-right:8px}to{margin-left:0;margin-right:0}}.ticket-container{border-radius:0;display:flex;max-width:716px;flex-direction:column;font-family:Inter,sans-serif}.ticket-container .header-row{background-color:#fff;box-shadow:0 4px 4px #00000040;display:flex;gap:40px 43px;font-size:12px;color:#16243d;font-weight:600;flex-wrap:wrap;padding:14px 10px 14px 5px;border:1px solid rgb(85,85,85)}.ticket-container .header-group{display:flex;gap:17px;width:100%}.ticket-container .header-item{flex-grow:1;width:16%}.ticket-container .data-row{background-color:#fff;box-shadow:0 4px 4px #00000040;display:flex;margin-top:8px;width:100%;gap:20px;font-size:16px;color:#000;font-weight:400;white-space:nowrap;justify-content:space-between;padding:5px;border:1px solid rgb(85,85,85)}.ticket-container .data-cell{border-radius:3px;background-color:#d9d9d9;padding:8px 0;width:31%;text-align:center}.ticket-container .data-input{width:100%;background-color:transparent;border:none;padding-left:10px}.ticket-container .data-input:focus-visible{outline:none}.ticket-container .button-row{margin-top:20px;display:flex;justify-content:flex-end;gap:20px}.ticket-container .save-button,.ticket-container .cancel-button{padding:10px 20px}.ticket-container .agent-cell{border-radius:3px;background-color:#d9d9d9;display:flex;width:125px;height:34px}@media (max-width: 991px){.ticket-container .data-row{max-width:100%;white-space:initial}.ticket-container .data-cell{white-space:initial;padding:0 20px}}.conveted-side-card{border-radius:15px;background:#dfdfdf;box-shadow:4px 4px 4px #6d6d6d40;padding:13px 13px 23px 18px;margin:25px 0}.conveted-side-card .webLead_followUps .trip_id_container{display:flex;justify-content:space-between;margin-bottom:10px}.conveted-side-card .webLead_followUps .trip_id_container .tripid_and_flights{display:flex;gap:24px;justify-content:space-between}.conveted-side-card .webLead_followUps .trip_id_container .tripid_and_flights h2{color:#59afff;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.conveted-side-card .webLead_followUps .trip_id_container .followUp_ratings{display:flex;gap:10px}.conveted-side-card .webLead_followUps .trip_id_container .followUp_ratings div{display:flex}.conveted-side-card .webLead_followUps .followup_client_details{display:flex;flex-wrap:wrap;row-gap:10px}.conveted-side-card .webLead_followUps .followup_client_details p{color:#363636;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;width:50%}.conveted-side-card .webLead_followUps .followup_client_details span{color:#363636;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.conveted-side-card .webLead_followUps .followup_client_details .lead_status{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:3px 12px;border-radius:10px}.conveted-side-card .webLead_followUps .followup_client_details .paxnchild{display:flex;width:50%;gap:24px}.conveted-side-card .webLead_followUps .followup_client_details .paxnchild p{display:flex}.converted-details .vouchers_client_details{display:flex;flex-wrap:wrap;padding-bottom:16px;border-bottom:1px solid #fff}.converted-details .converted-btn{display:flex;align-items:center;justify-content:space-between;font-family:Inter,sans-serif;font-size:15px;font-weight:500}.converted-details .converted-btn .final-package-invoice{display:flex;column-gap:10px;height:fit-content;margin:10px 0}.converted-upload-container{display:flex;justify-content:space-between;border-radius:8px;margin-top:20px;column-gap:16px}.converted-upload-container .rollback-passenger{position:absolute;right:1.5rem;color:#fff;font-weight:700;top:1rem}.converted-upload-container .left-section,.converted-upload-container .right-section{display:flex;flex-direction:column;gap:20px;width:40%;border:1px solid #bcbcbc;padding:7px;border-radius:10px;position:relative;max-height:16rem;overflow:auto;scrollbar-width:none}.converted-upload-container .right-section{width:60%}.converted-upload-container .left-section .upload-item{display:flex;align-items:center;background:#fff;justify-content:space-between;padding:5px 15px;border-radius:5px;border:1px solid #d4d4d4;background:#d9d9d9;box-shadow:0 4px 4px #00000040}.converted-upload-container .left-section .upload-item .label{color:#000;font-family:Inter;font-size:20px;font-weight:700}.converted-upload-container .left-section .upload-item .upload-button{border-radius:10px;border:1px solid #0bbe97;cursor:pointer;padding:6px 28px;background-color:transparent;height:30px}.converted-upload-container .left-section .upload-item .upload-button:hover{background:#c7ebe4}.converted-upload-container .left-section .upload-item .upload-button .icon{font-size:18px;color:#45b39c}.converted-upload-container .right-section .log-item{display:flex;flex-direction:column;background:#fff;padding:10px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.converted-upload-container .right-section .log-item .message{font-size:14px;font-weight:500;color:#333}.converted-upload-container .right-section .log-item .timestamp{font-size:12px;color:#999;margin-top:5px}.converted-upload-container .comments-shower{border-radius:8px;margin-bottom:20px;max-height:90vh;overflow:auto;scrollbar-width:none}.converted-upload-container .comments-shower p:nth-child(2n){background-color:#b0b0b0;color:#fff}.converted-upload-container .comments-shower p:nth-child(odd){background-color:#fff;color:#1e1e1e;box-shadow:0 4px 4px #00000040}.converted-upload-container .comments-shower p{margin:10px 0;padding:10px 10px 16px;border-radius:8px;word-break:break-word;position:relative;font-size:12px}.converted-upload-container .comments-shower p span{font-size:10px;position:absolute;right:5px;bottom:4px}.converted-upload-container .sales-color{background-color:#918d8d!important}.converted-upload-container .teamLeader-color{background-color:#f8eb74!important}.converted-upload-container .upload-button{background:#e6f7f4;border:2px solid #74d4c0;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease}.converted-upload-container .upload-button:hover{background:#c7ebe4}.converted-upload-container .popup{position:absolute;top:50px;left:0;background:#f0f0f0;border:1px solid #ccc;border-radius:8px;width:240px;box-shadow:0 4px 8px #0000001a;z-index:10}.converted-upload-container .popup .popup-header{display:flex;justify-content:space-between;align-items:center;column-gap:10px;padding:10px;background:#e6f7f4;border-bottom:1px solid #ccc}.converted-upload-container .popup .popup-header h3{margin:0;font-size:.875rem}.converted-upload-container .popup .popup-header .close-btn{background:none;border:none;font-size:10px;cursor:pointer;border:1px solid #bcbcbc;color:#232323;padding:5px}.converted-upload-container .popup .popup-body{padding:10px}.converted-upload-container .popup .popup-body .upload-section{margin-bottom:15px}.converted-upload-container .popup .popup-body .upload-section .label-n-input{display:flex;justify-content:space-between;cursor:pointer}.converted-upload-container .popup .popup-body .upload-section .category-label{font-size:14px;font-weight:600;display:flex;align-items:center}.converted-upload-container .popup .popup-body .upload-section .category-label .dot{display:inline-block;width:8px;height:8px;background:#45b39c;border-radius:50%;margin-right:8px}.converted-upload-container .popup .popup-body .upload-section input[type=file]{display:block;margin-top:10px}.converted-upload-container .file-list{margin:10px 0 0;padding:0;list-style:none}.converted-upload-container .file-list .file-item{display:flex;justify-content:space-between;align-items:center;font-size:12px;padding:5px 0;word-break:break-word}.converted-upload-container .file-list .file-item .remove-btn{background:none;border:none;color:red;font-size:12px;cursor:pointer}.passenger-table-container{margin:20px 0}.passenger-container{border-radius:0;display:flex;max-width:716px;flex-direction:column;font-family:Inter,sans-serif}.passenger-container .passenger-header-row{background-color:#fff;box-shadow:0 4px 4px #00000040;display:flex;gap:40px 43px;font-size:12px;color:#16243d;font-weight:600;flex-wrap:wrap;padding:14px 10px 14px 5px;border:1px solid rgb(85,85,85)}.passenger-container .passenger-header-group{display:flex;gap:17px;width:100%}.passenger-container .passenger-header-item{flex-grow:1;width:20%}.passenger-container .select-all-label{margin-left:4px;margin-top:10px}.passenger-container .passenger-data-row{background-color:#fff;box-shadow:0 4px 4px #00000040;display:flex;margin-top:8px;width:100%;gap:20px;font-size:16px;color:#000;font-weight:400;white-space:nowrap;justify-content:space-between;padding:5px;border:1px solid rgb(85,85,85)}.passenger-container .passenger-data-cell{border-radius:3px;background-color:transparent;padding:8px 0;width:20%;display:flex;text-align:center}.passenger-container .custom-checkbox{display:inline-block;position:relative;padding-left:25px;cursor:pointer;-webkit-user-select:none;user-select:none}.passenger-container .custom-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.passenger-container .custom-checkbox .checkmark{position:absolute;top:0;left:0;height:18px;width:18px;background-color:#fff;border:1px solid #ccc;border-radius:3px}.passenger-container .custom-checkbox input:checked~.checkmark{background-color:#fff;border-color:#0bbe97}.passenger-container .custom-checkbox .checkmark:after{content:"";position:absolute;display:none}.passenger-container .custom-checkbox input:checked~.checkmark:after{display:block}.passenger-container .custom-checkbox .checkmark:after{left:5px;top:1px;width:5px;height:10px;border:solid #0bbe97;border-width:0 2px 2px 0;transform:rotate(45deg)}.ticket-cancel-container{border-radius:0;display:flex;max-width:716px;flex-direction:column;font-family:Inter,sans-serif}.ticket-cancel-container .header-row{background-color:#fff;box-shadow:0 4px 4px #00000040;display:flex;gap:40px 43px;font-size:12px;color:#16243d;font-weight:600;padding:14px 10px 14px 5px;border:1px solid rgb(85,85,85)}.ticket-cancel-container .header-group{display:flex;gap:17px;width:100%}.ticket-cancel-container .header-item{flex-grow:1;width:16%}.ticket-cancel-container .data-row{background-color:#fff;box-shadow:0 4px 4px #00000040;display:flex;margin-top:8px;width:100%;gap:20px;font-size:16px;color:#000;font-weight:400;white-space:nowrap;justify-content:space-between;padding:5px;border:1px solid rgb(85,85,85)}.ticket-cancel-container .data-cell{border-radius:3px;background-color:#d9d9d9;padding:8px 0;width:16%;text-align:center}.ticket-cancel-container .data-input{width:100%;background-color:transparent;border:none;padding-left:10px}.ticket-cancel-container .data-input:focus-visible{outline:none}.ticket-cancel-container .button-row{margin-top:20px;display:flex;justify-content:flex-end;gap:20px}.ticket-cancel-container .save-button,.ticket-cancel-container .cancel-button{padding:10px 20px}.ticket-cancel-container .agent-cell{border-radius:3px;background-color:#d9d9d9;display:flex;width:125px;height:34px}@media (max-width: 991px){.ticket-cancel-container .data-row{max-width:100%;white-space:initial}.ticket-cancel-container .data-cell{white-space:initial;padding:0 20px}}.cancellation-container{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:8px}.cancellation-label{font-size:1rem;color:#fff;font-weight:700}.cancellation-input{flex-grow:1;padding:.5rem 1rem;border:1px solid #ccc;border-radius:8px;outline:none;font-size:1rem;box-shadow:0 2px 4px #0000001a}.cancellation-input::placeholder{color:#bbb}.confirm-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.confirm-modal-content{background:#fff;font-family:Inter,sans-serif;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 8px #0000001a;width:472px}.confirm-modal-message{margin-bottom:1.5rem;color:#00ab86;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.confirm-modal-buttons{display:flex;justify-content:center;column-gap:20px}.btn-no,.btn-yes{cursor:pointer;padding:5px 16px;border-radius:8px;border:1px solid #0bbe97;background:#fff;box-shadow:0 4px 4px #00000040}.btn-no{background:#ccc;color:#0bbe97;background-color:#fff}.btn-yes{background:#0bbe97;color:#fff}.confirmed-modal-content{font-family:Inter,sans-serif;background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 8px #0000001a;position:relative;width:472px}.confirmed-modal-content h2{color:#0bbe97;font-size:24px;font-weight:700;margin-bottom:15px}.confirmed-modal-content .confirmed-modal-message{color:#505050;font-size:20px;font-weight:500}.confirmed-modal-content .close-btn{position:absolute;top:10px;right:10px;cursor:pointer;font-size:14px;font-weight:700;color:#ff5141;transition:color .3s;border-radius:50%;background:#d9d9d9;padding:4px 8px}.confirmed-modal-content .close-btn:hover{color:#f04839}.cancelled-leads-flights .lead-container{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.cancelled-leads-flights .flight-lead-card{padding:13px 31px 20px;width:62.4375rem;margin:1.25rem auto;flex-shrink:0;border-radius:.9375rem;border:1px solid #acacac;background:#dfdfdf;box-shadow:0 4px 4px #00000040}.cancelled-leads-flights .flight-lead-card .flight-converted-lead-card-heading{display:flex;align-items:center;justify-content:space-between}.cancelled-leads-flights .flight-lead-card .flight-converted-lead-card-heading h3{color:#59afff;font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.cancelled-leads-flights .flight-lead-card .flight-converted-lead-card-heading .action-reminder{cursor:pointer}.cancelled-leads-flights .flight-lead-card .cancellation-btn{display:flex;justify-content:flex-end;margin-top:-10px}.cancelled-leads-flights .flight-lead-card .cancellation-btn a{cursor:pointer;border-radius:10px;border:1px solid #0bbe97;background:#fff;padding:10px 12px;color:#0bbe97;font-family:Inter,sans-serif;font-size:14px;font-weight:500}.cancelled-leads-flights .flight-lead-card-cancelled{border-radius:15px;border:1px solid #acacac;background:#d7a7a7;box-shadow:0 4px 4px #00000040}.cancelled-leads-flights .webpara{display:flex;justify-content:center;flex-direction:column;gap:.41rem;width:40%}.cancelled-leads-flights .webpara p{color:#363636;font-family:Inter;font-size:20px;font-weight:500}.cancelled-leads-flights .webpara p strong{color:#363636;font-size:1.25rem;font-weight:500}.cancelled-leads-flights .webpara .child-infant-wraper{display:flex;align-items:center;justify-content:space-between;column-gap:20px}.cancelled-leads-flights .comment_section{height:fit-content;width:30%;padding:2px 5px}.cancelled-leads-flights .comment_section .follow-single-comment{padding:2px 5px;border-radius:10px;position:relative;background:#d5d5d5;color:#414141;font-family:Inter,sans-serif;font-size:16px}.cancelled-leads-flights .comment_section .follow-single-comment .fullcomment-shower{display:none;position:absolute;padding:8px;top:100%;width:100%;left:0;background-color:#595959;color:#fff;height:fit-content;border-radius:10px;font-size:14px}.cancelled-leads-flights .comment_section .follow-single-comment:hover .fullcomment-shower{display:block}.cancelled-leads-flights .webLead_Basic_details{display:flex;height:fit-content;justify-content:flex-start;width:100%;padding-top:8px;column-gap:3rem}.cancelled-leads-flights .webLead_Basic_details .comment_section{border-radius:10px;background:#fff}.cancelled-leads-flights .lead-card h3{margin-top:0;font-size:1.2em}.cancelled-leads-flights .button-group{display:flex;justify-content:space-between;margin-top:16px}.cancelled-leads-flights .button{font-family:Inter,sans-serif;font-size:20px;font-weight:600;padding:0 15px;width:fit-content}.cancelled-leads-flights .button:hover{background-color:#27ae60}.cancelled-leads-flights .button:active{background-color:#34d58f}.cancelled-leads-flights .button.fresh-quote{border-radius:8px;background:#11e6b8;box-shadow:0 4px 4px #00000040;color:#fff}.cancelled-leads-flights .button.fresh-quote p{display:flex;color:#fff;font-weight:700;justify-content:center;margin:.7rem auto}.flight-team-leader-analytics{display:flex;justify-content:space-between;align-items:center;padding:2rem;background:#eaeaea}.flight-team-leader-analytics .chart-container{display:flex;width:100%}.flight-team-leader-analytics .donut-chart{position:relative;width:40%;padding-right:40px}.flight-team-leader-analytics .donut-chart .donut-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.5rem;font-weight:700;color:#333}.flight-team-leader-analytics .selectwrapper{display:flex;gap:20px}.flight-team-leader-analytics .selectwrapper .custom-select{font-size:14px}.flight-team-leader-analytics .linechart{border-radius:25px;background:#4093a4;width:65%;margin:0 auto 20px;padding:24px 70px}.date-range-selector{position:relative;display:inline-block}.date-range-selector .toggle{padding:8px 16px;border:2px solid limegreen;border-radius:4px;background-color:#47a9ba;color:#fff;font-size:16px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;width:250px;height:100%}.date-range-selector .toggle:hover{background-color:#3d8a97}.date-range-selector .calendar{position:absolute;top:100%;right:0;background:#fff;box-shadow:0 4px 8px #0000001a;border:1px solid #ddd;border-radius:4px;z-index:10}.date-range-selector .calendar .rdp-months{flex-wrap:nowrap}.performance_overview{display:flex;gap:1rem;padding:1rem}.performance_overview__column{flex:1;background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:1rem}.performance_overview__header{font-size:1.2rem;margin-bottom:1rem;font-weight:700;text-align:center;border-radius:10px;padding:10px 0;font-size:20px;font-weight:600}.performance_overview__header--red{color:#ca181a;background:linear-gradient(0deg,#ff717133,#ff717133),#fff}.performance_overview__header--yellow{color:#f4a261;background:#fff9b7}.performance_overview__header--orange{color:#e76f51;background:#ff9244}.performance_overview__item{display:flex;align-items:center;margin-bottom:.8rem}.performance_overview__item:last-child{margin-bottom:0}.performance_overview__name{flex:3;font-size:.9rem;color:#333}.performance_overview__bar{position:relative;height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden;flex:4;margin:0 .5rem}.performance_overview__bar--red .performance_overview__fill{background:#e63946}.performance_overview__bar--yellow .performance_overview__fill{background:#f4a261}.performance_overview__bar--orange .performance_overview__fill{background:#e76f51}.performance_overview__fill{height:100%;transition:width .3s ease-in-out}.performance_overview__value{flex:0;text-align:right;font-size:.8rem;color:#666}.search-header{background-color:#d9d9d9;display:flex;align-items:start;gap:20px;justify-content:space-between;padding:7px 5px}.search-header .search-controls{display:flex;gap:7px}.search-header .user-select{border-radius:8px;background-color:#fff;display:flex;gap:11px;color:#6e6e6e;padding:11px 12px;font:500 14px Inter,sans-serif}.search-header .user-select select{background-color:transparent;border:none;outline:none}.search-header .user-select select:focus-visible{outline:none}.search-header .dropdown-icon{aspect-ratio:2;object-fit:contain;object-position:center;width:12px;margin:auto 0}.search-header .search-box{background-color:#fff;display:flex;gap:40px 0px;padding:1px 20px;border-radius:6px;background:#fff;box-shadow:0 4px 4px #00000040 inset}.search-header .search-placeholder{color:#b3b3b3;border:none;background-color:transparent;font:500 14px Inter,sans-serif}.search-header .search-placeholder:focus-visible{outline:none}.search-header .search-divider{display:flex;gap:21px;align-items:center}.search-header .search-divider:hover{cursor:pointer}.search-header .vertical-line{width:1px;height:36px;border:1px solid rgb(195,195,195)}.search-header .search-icon{aspect-ratio:1;object-fit:contain;object-position:center;width:20px;margin:auto 0}.search-header .status-nav{align-self:stretch;display:flex;gap:20px;color:#6e6e6e;margin:auto 0;font:500 15px Inter,sans-serif}@media (max-width: 991px){.search-header .status-nav{max-width:100%}}.search-header .status-item{flex-grow:1;border:none;color:#6e6e6e;font-family:Inter,sans-serif;font-size:15px;font-weight:500;cursor:pointer;background-color:transparent}.search-header .status-active{color:#00b58e}.search-header .action-buttons{display:flex;gap:9px;white-space:nowrap;font:600 16px Inter,sans-serif}@media (max-width: 991px){.search-header .action-buttons{white-space:initial}}.search-header .sort-button{position:relative;border-radius:5px;background:#0bbe97;color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:12px 16px;column-gap:6px}@media (max-width: 991px){.search-header .sort-button{white-space:initial}}.search-header .sort-icon{aspect-ratio:1.47;object-fit:contain;object-position:center;width:22px;margin:auto 0}.search-header .export-button{border-radius:5px;background-color:#fff;color:#0bbe97;padding:10px 17px}@media (max-width: 991px){.search-header .export-button{white-space:initial}}.search-header .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.team-calling-card{width:98%;height:100%;border-radius:15px;margin:29px 0;display:block;background:linear-gradient(90deg,#cde9e3,#d9dbda);padding-top:22px}.team-calling-card .trip_id_container{display:flex;justify-content:space-between;padding:0 29px 22px 65px}.team-calling-card .trip_id_container .tripid_and_flights{display:flex;gap:24px;justify-content:space-between}.team-calling-card .trip_id_container .tripid_and_flights p{color:#59afff;font-family:Inter;font-size:1.25rem;font-style:normal;font-weight:700;line-height:normal}.team-calling-card .trip_id_container .calling_ratings{display:flex}.team-calling-card .trip_id_container .tripassign_action_and_flights{display:flex;gap:24px;justify-content:space-between}.team-calling-card .trip_id_container .tripassign_action_and_flights p{color:#363636;font-family:Inter,sans-serif;font-size:20px;font-weight:400}.team-calling-card .trip_id_container .tripassign_action_and_flights select{color:#363636;font-family:Inter,sans-serif;font-size:16px;border:1px solid #3facc0;background-color:transparent;cursor:pointer;font-weight:700;padding:0 8px}.team-calling-card .trip_id_container .tripassign_action_and_flights select:focus-visible{outline:none;border:1px solid #3facc0}.team-calling-card .trip_id_container .tripassign_action_and_flights .save-action{border:1px solid #3facc0;cursor:pointer}.team-calling-card .webLead_calling{padding:0 29px 22px 65px;display:block;cursor:pointer}.team-calling-card .webLead_calling .calling_client_details{display:flex;flex-wrap:wrap;row-gap:10px}.team-calling-card .webLead_calling .calling_client_details p{color:#363636;font-family:Inter;font-size:20px;font-style:normal;font-weight:400;line-height:normal;width:25%}.team-calling-card .webLead_calling .calling_client_details span{color:#363636;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.team-calling-card .webLead_calling .calling_client_details .lead_status{color:#fff;font-family:Inter;font-size:20px;font-style:normal;font-weight:400;line-height:normal;padding:0 7px}.team-calling-card .webLead_calling .calling_client_details .paxnchild{display:flex;width:25%;gap:24px}.team-calling-card .webLead_calling .calling_client_details .paxnchild p{display:flex}.calling-side-card{border-radius:15px;background:#dfdfdf;box-shadow:4px 4px 4px #6d6d6d40;padding:13px 13px 23px 18px;margin:25px 0}.calling-side-card .webLead_followUps .trip_id_container{display:flex;justify-content:space-between;margin-bottom:10px}.calling-side-card .webLead_followUps .trip_id_container .tripid_and_flights{display:flex;gap:24px;justify-content:space-between}.calling-side-card .webLead_followUps .trip_id_container .tripid_and_flights h2{color:#59afff;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.calling-side-card .webLead_followUps .trip_id_container .followUp_ratings{display:flex;gap:10px}.calling-side-card .webLead_followUps .trip_id_container .followUp_ratings div{display:flex}.calling-side-card .webLead_followUps .followup_client_details{display:flex;flex-wrap:wrap;row-gap:10px}.calling-side-card .webLead_followUps .followup_client_details p{color:#363636;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;width:50%}.calling-side-card .webLead_followUps .followup_client_details span{color:#363636;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.calling-side-card .webLead_followUps .followup_client_details .lead_status{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:3px 12px;border-radius:10px}.calling-side-card .webLead_followUps .followup_client_details .paxnchild{display:flex;width:50%;gap:24px}.calling-side-card .webLead_followUps .followup_client_details .paxnchild p{display:flex}.trip-details{background:linear-gradient(180deg,#587c99,#5795a0);box-shadow:0 0 7px #000000b3;border-radius:10px;padding:53px 20px 20px;margin-top:25px;box-shadow:0 4px 8px #0000001a;position:relative}.trip-details .trip_client_details p{color:#fff;font-family:Inter;font-size:16px;font-weight:500;width:50%;margin-top:5px}.trip-details .trip_client_details span{color:#fff;font-family:Inter;font-size:16px;font-weight:700}.trip-details .trip_id_container .tripid_and_flights h2{color:#59afff;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.trip-details .trip_id_container .followUp_ratings span{color:#fff;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.trip-details .trip_id_container .followUp_ratings .trip_rattings_flights{gap:10px;display:flex;align-items:center}.trip-details .trip_id_container .followUp_ratings .lead_status{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:3px 12px}.trip-details .action-buttons{display:flex;gap:10px;margin:10px 0;border-radius:15px;border:1px solid #a6a6a6;background:#d9d9d9;position:relative;padding-left:10px}.trip-details .action-buttons .action-reminder{padding:4px 9px;margin:10px 0;border:none;cursor:pointer;color:#fff;transition:background-color .3s;border-radius:7px;background:#b5b5b5;color:#3d3d3d;font-family:Inter;font-size:16px;font-weight:600;display:flex;align-items:center;column-gap:7px}.trip-details .action-buttons .action-reminder:hover{background-color:#5a6268}.trip-details .action-buttons .final-package-invoice{display:flex;column-gap:10px;height:fit-content;margin:10px 0}.trip-details .action-buttons .final-package-invoice button{border-radius:10px;border:1px solid #0bbe97;background:#fff;color:#0bbe97;font-family:Inter,sans-serif;font-size:15px;font-weight:500;padding:5px 12px}.trip-details .action-buttons .final-package-invoice button:hover{cursor:pointer}.action-status-change{display:flex;align-items:center;justify-content:center;column-gap:7px;position:relative;color:#3d3d3d;font-family:Inter,sans-serif;font-size:15px;font-weight:600;border-radius:10px;background:#fff;padding:4px 9px;margin:10px 0;cursor:pointer}.lead-status-buttons{position:absolute;top:100%;right:50%;background-color:#fff;padding:10px}.lead-status-buttons p:after{content:"";position:absolute;bottom:0;right:0;width:100%;height:1px;background-color:#c5c5c5}.lead-status-buttons p{position:relative;cursor:pointer;font-size:14px;padding:5px}.flight-quaoted-list{border:1px solid #a3a3a3;background:#d9d9d9;border-radius:8px;padding:10px;margin-top:15px;display:flex}.flight-quaoted-list .dropdown-Btn{width:7%;padding:0 10px;cursor:pointer;transition:background-color .3s;height:fit-content;margin-top:12px}.flight-quaoted-list .quoted-list-wraper{width:93%;overflow-x:auto;max-height:90vh;scrollbar-width:none}.flight-quaoted-list .flight-item{display:flex;justify-content:space-between;align-items:center;padding:10px;border:1px solid #c1c1c1;box-shadow:0 4px 4px #00000040;border-radius:5px;margin-bottom:8px}.flight-quaoted-list .flight-item p{color:#5a5a5a;font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.flight-quaoted-list .flight-item button,.flight-quaoted-list .flight-item a{padding:5px 10px;font-size:.9375rem;border-radius:10px;border:1px solid #0bbe97;background:#ededed;color:#0bbe97;cursor:pointer;transition:background-color .3s}.flight-quaoted-list .flight-item button:hover,.flight-quaoted-list .flight-item a:hover{background-color:#0bbe97;color:#fff}.flights-comment-section{margin-top:15px;padding:10px;border-radius:15px;border:1px solid #a3a3a3;background:#d9d9d9}.flights-comment-section .flights-comments-shower{border-radius:8px;background:#fff;padding:15px 40px;margin-bottom:20px;max-height:90vh;overflow:auto;scrollbar-width:none}.flights-comment-section .flights-comments-shower p:nth-child(2n){background-color:#b0b0b0;color:#fff}.flights-comment-section .flights-comments-shower p:nth-child(odd){background-color:#fff;color:#1e1e1e;box-shadow:0 4px 4px #00000040}.flights-comment-section .flights-comments-shower p{margin:10px 0;padding:10px 10px 15px;border-radius:8px;word-break:break-word;position:relative}.flights-comment-section .flights-comments-shower p span{font-size:10px;position:absolute;right:5px;bottom:2px}.flights-comment-section .sales-color{background-color:#918d8d!important}.flights-comment-section .teamLeader-color{background-color:#f8eb74!important}.flights-comment-section .flights-comment-saving{display:flex;align-items:center}.flights-comment-section .flights-comment-saving input[type=text]{flex:1;padding:8px 20px;border:1px solid #ccc;margin-right:10px;font-size:.9rem;border-radius:30px;background:#fff}.flights-comment-section .flights-comment-saving input[type=text]:focus-visible{outline:none}.flights-comment-section .flights-comment-saving button{padding:8px 12px;border-radius:10px;background:#0bbe97;border:none;color:#fff;font-family:Inter;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background-color .3s}.flights-comment-section .flights-comment-saving button:hover{background-color:#0aa583}.calling-comment-section{margin-top:15px;padding:10px;border-radius:15px;border:1px solid #a3a3a3;background:#d9d9d9;display:flex}.calling-comment-section .dropdown-Btn{width:7%;padding:0 10px;cursor:pointer;transition:background-color .3s;height:fit-content;margin-top:20px}.calling-comment-section .calling-comments-shower{width:93%;overflow-x:auto;background:#fff;padding:15px 0;max-height:90vh;overflow:auto;scrollbar-width:none;border-radius:15px;background:#d9d9d9}.calling-comment-section .calling-comments-shower p{background:#cbcbcb;margin:10px 0;padding:10px;border-radius:8px;word-break:break-word;position:relative}.calling-comment-section .calling-comments-shower p span{font-size:10px;position:absolute;right:5px;bottom:5px}.calling-comment-section .flights-comment-saving{display:flex;align-items:center}.calling-comment-section .flights-comment-saving input[type=text]{flex:1;padding:8px 20px;border:1px solid #ccc;margin-right:10px;font-size:.9rem;border-radius:30px;background:#fff}.calling-comment-section .flights-comment-saving input[type=text]:focus-visible{outline:none}.calling-comment-section .flights-comment-saving button{padding:8px 12px;border-radius:10px;background:#0bbe97;border:none;color:#fff;font-family:Inter;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background-color .3s}.calling-comment-section .flights-comment-saving button:hover{background-color:#0aa583}.flight-user-analytics-page{border-radius:25px;background:#ccdee5;padding:35px;margin-top:15px;width:99%}.flight-user-analytics-page .barchart{border-radius:25px;background:#fff5e0;color:#fff;width:90%;margin:0 auto 20px;padding:24px 70px}.flight-user-analytics-page .selectwrapper{display:flex;gap:20px}.flight-user-analytics-page .linechart{border-radius:25px;background:#4093a4;width:90%;margin:0 auto 20px;padding:24px 70px}.flight-user-analytics-page .select-container{display:flex;gap:20px;justify-content:center;align-items:center;background-color:#357d8f;padding:20px}.flight-user-analytics-page .custom-select{width:250px;cursor:not-allowed}.incentive-page{display:flex;background:#eaeaea;padding:1.25rem;justify-content:center;gap:.9375rem}.summary-container .profit-labels{display:flex;width:100%;max-width:720px;gap:39px;color:#fff;margin:21px 0 0 20px}.summary-container .profit-amounts{border-radius:7px;background-color:#d9d9d9;box-shadow:0 4px 4px #00000040;align-self:center;display:flex;margin-top:21px;width:100%;max-width:787px;gap:20px;color:#737373;font-weight:700;white-space:nowrap;justify-content:space-between;padding:11px 36px}.message-container{border-radius:15px;display:flex;flex-direction:column;width:98%;margin-top:20px}.message-content{border-radius:15px;background-color:#dfdfdf;box-shadow:0 4px 4px #00000040;display:flex;width:100%;align-items:start;gap:22px;flex-wrap:wrap;padding:11px 29px;border:1px solid rgb(172,172,172)}@media (max-width: 991px){.message-content{max-width:100%;padding:0 20px}}.message-text{color:#000;flex-grow:1;width:75%;font:400 15px Inter,sans-serif}@media (max-width: 991px){.message-text{max-width:100%}}.separator-container{display:flex;flex-direction:column}.separator{height:73px;border:1px solid rgb(188,188,188)}.separator-overlap{z-index:10;margin-top:-73px}.message-info{align-self:stretch;display:flex;flex-direction:column;align-items:start;color:#000;margin:auto 0;font:500 16px Inter,sans-serif}.info-row{display:flex;gap:6px}.info-label{flex-grow:1}.date-row{align-self:stretch;display:flex;margin-top:4px;gap:5px;white-space:nowrap}@media (max-width: 991px){.date-row{white-space:initial}}.recipient-row{display:flex;margin-top:4px;gap:22px;white-space:nowrap}@media (max-width: 991px){.recipient-row{white-space:initial}}.query-btn{position:relative;font-family:Inter,sans-serif;font-size:16px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:5px 16px;column-gap:6px;border:1px solid #0bbe97;background:#0bbe97;color:#fff;border-radius:5px}.query-btn .cross-btn{font-size:12px;padding-left:8px;color:#fff}.driver-cards,.driver-Cancel-cards,.driver-voucher-cards{border-radius:15px;box-shadow:4px 4px 4px #6d6d6d40;padding:2rem;cursor:pointer;margin:2px 0}.driver-cards .webLead_followUps .voucher_id_container,.driver-Cancel-cards .webLead_followUps .voucher_id_container,.driver-voucher-cards .webLead_followUps .voucher_id_container{display:flex;justify-content:space-between;margin-bottom:10px}.driver-cards .webLead_followUps .voucher_id_container .tripid_and_flights,.driver-Cancel-cards .webLead_followUps .voucher_id_container .tripid_and_flights,.driver-voucher-cards .webLead_followUps .voucher_id_container .tripid_and_flights{display:flex;gap:24px;justify-content:space-between}.driver-cards .webLead_followUps .voucher_id_container .tripid_and_flights h2,.driver-Cancel-cards .webLead_followUps .voucher_id_container .tripid_and_flights h2,.driver-voucher-cards .webLead_followUps .voucher_id_container .tripid_and_flights h2{color:#0d88f9;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.driver-cards .webLead_followUps .voucher_id_container .followUp_ratings,.driver-Cancel-cards .webLead_followUps .voucher_id_container .followUp_ratings,.driver-voucher-cards .webLead_followUps .voucher_id_container .followUp_ratings{display:flex;gap:10px}.driver-cards .webLead_followUps .voucher_id_container .followUp_ratings div,.driver-Cancel-cards .webLead_followUps .voucher_id_container .followUp_ratings div,.driver-voucher-cards .webLead_followUps .voucher_id_container .followUp_ratings div{display:flex}.driver-cards .webLead_followUps .followups_client_details,.driver-Cancel-cards .webLead_followUps .followups_client_details,.driver-voucher-cards .webLead_followUps .followups_client_details{display:grid;grid-template-columns:1fr 1fr}.driver-cards .webLead_followUps .followups_client_details p,.driver-Cancel-cards .webLead_followUps .followups_client_details p,.driver-voucher-cards .webLead_followUps .followups_client_details p{color:#363636;font-family:Inter;font-size:1.1rem;font-style:normal;font-weight:900;line-height:normal;width:100%}.driver-cards .webLead_followUps .followups_client_details span,.driver-Cancel-cards .webLead_followUps .followups_client_details span,.driver-voucher-cards .webLead_followUps .followups_client_details span{font-family:Inter;font-size:1.2rem;font-style:normal;font-weight:800;line-height:normal}.driver-cards .webLead_followUps .followups_client_details .lead_status,.driver-Cancel-cards .webLead_followUps .followups_client_details .lead_status,.driver-voucher-cards .webLead_followUps .followups_client_details .lead_status{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:3px 12px;border-radius:10px}.driver-cards .webLead_followUps .followups_client_details .paxnchild,.driver-Cancel-cards .webLead_followUps .followups_client_details .paxnchild,.driver-voucher-cards .webLead_followUps .followups_client_details .paxnchild{display:flex;width:50%;gap:24px}.driver-cards .webLead_followUps .followups_client_details .paxnchild p,.driver-Cancel-cards .webLead_followUps .followups_client_details .paxnchild p,.driver-voucher-cards .webLead_followUps .followups_client_details .paxnchild p{display:flex}.driver-voucher-cards{background:#dfdfdf}.driver-Cancel-cards{background:#d7a7a7}.driver-Cancel-cards p{padding:.4rem}.assignBTN{border:2px solid #33a39e;padding:.5rem;color:#33a39e;cursor:pointer;width:fit-content;border-radius:15px}.checkbox-wrapper-42 input[type=checkbox]{display:none;visibility:hidden}.checkbox-wrapper-42 label{display:inline-block}.checkbox-wrapper-42 .cbx{position:relative;top:1px;width:17px;height:17px;border:1px solid #c8ccd4;border-radius:3px;vertical-align:middle;transition:background .1s ease;cursor:pointer}.checkbox-wrapper-42 .cbx:after{content:"";position:absolute;top:1px;left:5px;width:3px;height:9px;opacity:0;transform:rotate(45deg) scale(0);border-right:2px solid #fff;border-bottom:2px solid #fff;transition:all .3s ease;transition-delay:.15s}.checkbox-wrapper-42 .lbl{margin-left:5px;vertical-align:middle;cursor:pointer}.checkbox-wrapper-42 input[type=checkbox]:checked~.cbx{border-color:transparent;background:#33a39e;animation:jelly-42 .6s ease}.checkbox-wrapper-42 input[type=checkbox]:checked~.cbx:after{opacity:1;transform:rotate(45deg) scale(1)}.checkbox-wrapper-42 .cntr{position:absolute;top:50%;left:0;width:100%;text-align:center}.comment-section{padding:10px;height:12rem;border-radius:15px;border:1px solid #a3a3a3;background:#d9d9d9}.comment-section .salecommnetshower{display:flex;border-radius:8px;justify-content:space-between;background:#fff;min-height:5rem;gap:1rem;font-size:.7rem;padding:15px 11px;margin-bottom:20px;max-height:7rem;overflow:auto;scrollbar-width:none}.comment-section .salecommnetshower p:nth-child(2n){background-color:#b0b0b0;color:#fff}.comment-section .salecommnetshower p:nth-child(odd){background-color:#fff;color:#1e1e1e;box-shadow:0 4px 4px #00000040}.comment-section .salecommnetshower p{margin:4px 0;padding:4px;border-radius:8px;word-break:break-word;position:relative}.comment-section .salecommnetshower p span{font-size:10px;position:absolute;right:5px;bottom:5px}.comment-section .comments-shower{border-radius:8px;justify-content:space-between;background:#fff;gap:1rem;font-size:.7rem;padding:15px 11px;margin-bottom:20px;max-height:20rem;overflow:auto;scrollbar-width:none}.comment-section .comments-shower p:nth-child(2n){background-color:#b0b0b0;color:#fff}.comment-section .comments-shower p:nth-child(odd){background-color:#fff;color:#1e1e1e;box-shadow:0 4px 4px #00000040}.comment-section .comments-shower p{margin:10px 0;padding:18px;border-radius:8px;word-break:break-word;position:relative}.comment-section .comments-shower p span{font-size:10px;position:absolute;right:5px;bottom:5px}.comment-section .sales-color,.comment-section .Operations-color{background-color:#918d8d!important}.comment-section .teamLeader-color{background-color:#f8eb74!important}.comment-section .Admin-color{background-color:#2e2a07!important}.comment-section .comment-saving{display:flex;align-items:center}.comment-section .comment-saving input[type=text]{flex:1;padding:8px 20px;border:1px solid #ccc;margin-right:10px;font-size:.9rem;border-radius:30px;background:#fff}.comment-section .comment-saving input[type=text]:focus-visible{outline:none}.comment-section .comment-saving button{padding:8px 12px;border-radius:10px;background:#0bbe97;border:none;color:#fff;font-family:Inter;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background-color .3s}.comment-section .comment-saving button:hover{background-color:#0aa583}.hrline{width:2px;position:sticky;top:0;background-color:#dbd7d7}.unactivetab{background:#9caca5;color:#fff;font-weight:700;border:none;font-size:.6rem;border-radius:6px;height:fit-content;padding:10px 14px;margin-right:10px;cursor:pointer;transition:.2s;outline:none}.tab-status-container{display:flex;margin:6px 0}.status-tab{transition:background .2s,color .2s}.status-tab.active{background:#18b56f;color:#fff;font-weight:700}th{padding:8px;background-color:#f4f4f4;text-align:center}td{padding:8px;text-align:center}.salesref{position:relative;left:.5rem;bottom:-.4rem}.input:disabled{color:gray;background:#e0e0e0}.calwrap{display:flex;align-items:center;gap:1rem;font-weight:700;margin:1rem 2rem}.plus{border:none;color:#fff;display:flex;width:fit-content;align-items:center;padding:.6rem .8rem;border-radius:10px;border:2px solid #0bbe97}.save{border:none;color:#fff;padding:.8rem 2rem;border-radius:10px;background:#0bbe97}.resultarea{border-radius:5px;padding:.2rem 1rem;border:1px solid #e5e5e5;background:#f4f4f4;width:fit-content}.crinputwrap{width:100%;gap:4px;justify-content:space-between;display:flex;color:#000;border-radius:4px;padding:1px;box-sizing:border-box}.inrp{margin-top:3px;border-top:1px solid rgb(181,178,178);font-size:8px;display:flex;justify-content:end}.spaninr{padding-right:3px;color:red}.crinputcalender{width:100%;min-width:82px;font-size:12px;height:49px;justify-content:center;align-items:center;flex-direction:column;display:flex;color:#000;border-radius:4px;background:#f4f4f4;box-shadow:0 4px 4px #00000040 inset;padding:6px;box-sizing:border-box}.crinput{width:100%;flex-direction:column;display:flex;color:#000;border-radius:4px;background:#f4f4f4;box-shadow:0 4px 4px #00000040 inset;padding:6px;box-sizing:border-box}.crinput input{max-width:4rem}.input{width:100%;color:#000;border:0;border-radius:4px;background:#f4f4f4;box-shadow:0 4px 4px #00000040 inset;padding:6px;box-sizing:border-box}.crselect{width:fit-content}.select{width:100%;border:0;color:#000;border-radius:4px;background:#f4f4f4;box-shadow:0 4px 4px #00000040 inset;padding:.8rem 0;box-sizing:border-box}.rdrCalendarWrapper{box-sizing:border-box;background:#fff;display:inline-flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateDisplay{display:flex;justify-content:space-between}.rdrDateDisplayItem{flex:1 1;width:0;text-align:center;color:inherit}.rdrDateDisplayItem+.rdrDateDisplayItem{margin-left:.833em}.rdrDateDisplayItem input{text-align:inherit}.rdrDateDisplayItem input:disabled{cursor:default}.rdrMonthAndYearWrapper{box-sizing:inherit;display:flex;justify-content:space-between}.rdrMonthAndYearPickers{flex:1 1 auto;display:flex;justify-content:center;align-items:center}.rdrNextPrevButton{box-sizing:inherit;cursor:pointer;outline:none}.rdrMonths{display:flex}.rdrMonthsVertical{flex-direction:column}.rdrMonthsHorizontal>div>div>div{display:flex;flex-direction:row}.rdrMonth{width:27.667em}.rdrWeekDays{display:flex}.rdrWeekDay{flex-basis:calc(100% / 7);box-sizing:inherit;text-align:center}.rdrDays{display:flex;flex-wrap:wrap}.rdrInfiniteMonths{overflow:auto}.rdrDateRangeWrapper{-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateInput{position:relative}.rdrDateInput input{outline:none}.rdrDateInput .rdrWarning{position:absolute;font-size:1.6em;line-height:1.6em;top:0;right:.25em;color:red}.rdrDay{box-sizing:inherit;width:calc(100% / 7);position:relative;font:inherit;cursor:pointer}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align: auto){.rdrDay{flex-basis:14.285%!important}}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge,.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{pointer-events:none}.rdrDateRangePickerWrapper{display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrStaticRanges{display:flex;flex-direction:column}.rdrStaticRange{font-size:inherit}.rdrInputRange{display:flex}.rdrCalendarWrapper{color:#000;font-size:12px}.rdrDateDisplayWrapper{background-color:#eff2f7}.rdrDateDisplay{margin:.833em}.rdrDateDisplayItem{border-radius:4px;background-color:#fff;box-shadow:0 1px 2px #23394236;border:1px solid transparent}.rdrDateDisplayItem input{cursor:pointer;height:2.5em;line-height:2.5em;border:0px;background:transparent;width:100%;color:#849095}.rdrDateDisplayItemActive{border-color:currentColor}.rdrDateDisplayItemActive input{color:#7d888d}.rdrMonthAndYearWrapper{align-items:center;height:60px;padding-top:10px}.rdrMonthAndYearPickers{font-weight:600}.rdrMonthAndYearPickers select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:10px 30px 10px 10px;border-radius:4px;outline:0;color:#3e484f;background:url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;background-position:right 8px center;cursor:pointer;text-align:center}.rdrMonthAndYearPickers select:hover{background-color:#00000012}.rdrMonthPicker,.rdrYearPicker{margin:0 5px}.rdrNextPrevButton{display:block;width:24px;height:24px;margin:0 .833em;padding:0;border:0;border-radius:5px;background:#eff2f7}.rdrNextPrevButton:hover{background:#e1e7f0}.rdrNextPrevButton i{display:block;width:0;height:0;padding:0;text-align:center;border-style:solid;margin:auto;transform:translate(-3px)}.rdrPprevButton i{border-width:4px 6px 4px 4px;border-color:transparent rgb(52,73,94) transparent transparent;transform:translate(-3px)}.rdrNextButton i{margin:0 0 0 7px;border-width:4px 4px 4px 6px;border-color:transparent transparent transparent rgb(52,73,94);transform:translate(3px)}.rdrWeekDays{padding:0 .833em}.rdrMonth{padding:0 .833em 1.666em}.rdrMonth .rdrWeekDays{padding:0}.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{display:none}.rdrWeekDay{font-weight:400;line-height:2.667em;color:#849095}.rdrDay{background:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:0;padding:0;line-height:3em;height:3em;text-align:center;color:#1d2429}.rdrDay:focus{outline:0}.rdrDayNumber{outline:0;font-weight:300;position:absolute;left:0;right:0;top:5px;bottom:5px;display:flex;align-items:center;justify-content:center}.rdrDayToday .rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:18px;height:2px;border-radius:2px;background:#3d91ff}.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after{background:#fff}.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span{color:#ffffffd9}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge{background:currentColor;position:absolute;top:5px;left:0;right:0;bottom:5px}.rdrSelected{left:2px;right:2px}.rdrStartEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrEndEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrSelected{border-radius:1.042em}.rdrDayStartOfMonth .rdrInRange,.rdrDayStartOfMonth .rdrEndEdge,.rdrDayStartOfWeek .rdrInRange,.rdrDayStartOfWeek .rdrEndEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrDayEndOfMonth .rdrInRange,.rdrDayEndOfMonth .rdrStartEdge,.rdrDayEndOfWeek .rdrInRange,.rdrDayEndOfWeek .rdrStartEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrDayStartOfMonth .rdrDayInPreview,.rdrDayStartOfMonth .rdrDayEndPreview,.rdrDayStartOfWeek .rdrDayInPreview,.rdrDayStartOfWeek .rdrDayEndPreview{border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;border-left-width:1px;left:0}.rdrDayEndOfMonth .rdrDayInPreview,.rdrDayEndOfMonth .rdrDayStartPreview,.rdrDayEndOfWeek .rdrDayInPreview,.rdrDayEndOfWeek .rdrDayStartPreview{border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;border-right-width:1px;right:0}.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{background:#ffffff17;position:absolute;top:3px;left:0;right:0;bottom:3px;pointer-events:none;border:0px solid currentColor;z-index:1}.rdrDayStartPreview{border-top-width:1px;border-left-width:1px;border-bottom-width:1px;border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;left:0}.rdrDayInPreview{border-top-width:1px;border-bottom-width:1px}.rdrDayEndPreview{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;right:0}.rdrDefinedRangesWrapper{font-size:12px;width:226px;border-right:solid 1px #eff2f7;background:#fff}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{color:currentColor;font-weight:600}.rdrStaticRange{border:0;cursor:pointer;display:block;outline:0;border-bottom:1px solid #eff2f7;padding:0;background:#fff}.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{background:#eff2f7}.rdrStaticRangeLabel{display:block;outline:0;line-height:18px;padding:10px 20px;text-align:left}.rdrInputRanges{padding:10px 0}.rdrInputRange{align-items:center;padding:5px 20px}.rdrInputRangeInput{width:30px;height:30px;line-height:30px;border-radius:4px;text-align:center;border:solid 1px rgb(222,231,235);margin-right:10px;color:#6c767a}.rdrInputRangeInput:focus,.rdrInputRangeInput:hover{border-color:#b4bfc4;outline:0;color:#333}.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{content:"";border:1px solid currentColor;border-radius:1.333em;position:absolute;top:-2px;bottom:-2px;left:0;right:0;background:transparent}.rdrDayPassive{pointer-events:none}.rdrDayPassive .rdrDayNumber span{color:#d5dce0}.rdrDayPassive .rdrInRange,.rdrDayPassive .rdrStartEdge,.rdrDayPassive .rdrEndEdge,.rdrDayPassive .rdrSelected,.rdrDayPassive .rdrDayStartPreview,.rdrDayPassive .rdrDayInPreview,.rdrDayPassive .rdrDayEndPreview{display:none}.rdrDayDisabled{background-color:#f8f8f8}.rdrDayDisabled .rdrDayNumber span{color:#aeb9bf}.rdrDayDisabled .rdrInRange,.rdrDayDisabled .rdrStartEdge,.rdrDayDisabled .rdrEndEdge,.rdrDayDisabled .rdrSelected,.rdrDayDisabled .rdrDayStartPreview,.rdrDayDisabled .rdrDayInPreview,.rdrDayDisabled .rdrDayEndPreview{filter:grayscale(100%) opacity(60%)}.rdrMonthName{text-align:left;font-weight:600;color:#849095;padding:.833em}.invoice-form{width:44%;margin:0 auto;padding:20px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 0 10px #0000001a;height:fit-content}.invoice-form .form-group{margin-bottom:15px;display:flex;border:1px solid #ccc;border-radius:4px;border:1px solid #9aa2b0;background:#dfdfdf;box-shadow:0 4px 4px #00000040;align-items:center}.invoice-form .form-group label{font-size:.875rem;text-wrap:nowrap;padding-left:10px}.invoice-form .form-group input,.invoice-form .form-group select{padding:10px;font-size:.875rem;border:none;background:transparent;width:98%}.invoice-form .form-group input:focus-visible,.invoice-form .form-group select:focus-visible{outline:none}.invoice-form .form-group .delete-button{background:none;border:none;color:#ff4d4d;cursor:pointer;font-size:1.125rem;margin-left:10px}.invoice-form .form-group .add-button{background-color:#4caf50;color:#fff;border:none;padding:8px 12px;cursor:pointer;border-radius:4px;margin-top:10px;align-self:flex-start}.invoice-form .tcs-and-gst-wrapper{display:flex;justify-content:center;column-gap:10px}.invoice-form .pan-card-section{margin-bottom:15px}.invoice-form .pan-card-section .tcs-form-pan-section{padding:10px;border-radius:5px;background:linear-gradient(90deg,#77beba,#737d8e)}.invoice-form .pan-card-section .pan-card-group{display:flex;width:100%;align-items:center;justify-content:space-between}.invoice-form .pan-card-section .pan-card-group .form-group{padding:10px;margin-top:10px;justify-content:space-between}.invoice-form .pan-card-section .pan-card-group input{width:24%;border-radius:4px;border:1px solid #9aa2b0;background:#dfdfdf;box-shadow:0 4px 4px #00000040}.invoice-form .pan-card-section .pan-card-group input:first-child{width:30%}.invoice-form .pan-card-section .pan-card-group .add-pan-deatails-button{border-radius:4px;border:1px solid #9aa2b0;background:#dfdfdf;box-shadow:0 4px 4px #00000040;padding:5px 10px;cursor:pointer}.invoice-form .submit-button-wrapper{display:flex;justify-content:center;align-items:center}.invoice-form .submit-button-wrapper .submit-button{width:70%;background:#0bbe97;color:#fff;font-family:Inter;font-size:24px;font-style:normal;font-weight:700;line-height:normal;padding:12px;font-size:1rem;border:none;border-radius:5px;cursor:pointer}.invoice-form .installment-container{display:flex;flex-direction:column;gap:10px;margin:10px}.invoice-form .installment-container .installment{display:flex;align-items:center;gap:10px;border:1px solid #ddd;border-radius:5px}.invoice-form .installment-container .installment-label{font-size:.875rem}.invoice-form .installment-container .date-picker-wrapper{position:relative;display:flex;gap:10px;width:50%}.invoice-form .installment-container .date-picker-wrapper input{padding:5px;border-radius:4px;border:1px solid #9aa2b0;background:#dfdfdf;box-shadow:0 4px 4px #00000040;width:45%}.invoice-form .installment-container .date-input{padding:5px;font-size:14px;border:1px solid #ccc;border-radius:3px;cursor:pointer}.invoice-form .installment-container .day-picker{position:absolute;top:40px;left:0;z-index:10;box-shadow:0 2px 4px #0000001a;background:#fff;border:1px solid #ccc;border-radius:5px;padding:10px}.invoice-form .installment-container .add-installment-button{border-radius:4px;border:1px solid #9aa2b0;background:#dfdfdf;box-shadow:0 4px 4px #00000040;padding:5px 13px;cursor:pointer}.invoice-form .installment-container .add-button{background-color:#4caf50;color:#fff}.invoice-form .delete-button{background-color:#f44336;color:#fff}.invoice-pdf-container{width:56%}.cancellationdiv{padding:1rem;font-size:1rem;background-color:#dfdfdf;width:100%}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000026;z-index:1200;display:none;transition:background .2s}.drawer-backdrop.open{display:block}.drawer-content{overflow-y:scroll;position:absolute;top:0;right:0;height:100vh;background:#fff;box-shadow:-2px 0 10px #00000024;transition:transform .3s;transform:translate(100%);padding:24px}.drawer-backdrop.open .drawer-content{transform:translate(0)}.trip-card{border-radius:15px;background:#dfdfdf;box-shadow:4px 4px 4px #6d6d6d40;padding:13px 13px 23px 18px;margin:25px 0}.trip-card .webLead_followUps .trip_id_container{display:flex;justify-content:space-between;margin-bottom:10px}.trip-card .webLead_followUps .trip_id_container .tripid_and_flights{display:flex;gap:24px;justify-content:space-between}.trip-card .webLead_followUps .trip_id_container .tripid_and_flights h2{color:#59afff;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.trip-card .webLead_followUps .trip_id_container .followUp_ratings{display:flex;gap:10px}.trip-card .webLead_followUps .trip_id_container .followUp_ratings div{display:flex}.trip-card .webLead_followUps .followup_client_details{display:flex;flex-wrap:wrap;row-gap:10px}.trip-card .webLead_followUps .followup_client_details p{color:#363636;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;width:50%}.trip-card .webLead_followUps .followup_client_details span{color:#363636;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.trip-card .webLead_followUps .followup_client_details .lead_status{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:3px 12px;border-radius:10px}.trip-card .webLead_followUps .followup_client_details .paxnchild{display:flex;width:50%;gap:24px}.trip-card .webLead_followUps .followup_client_details .paxnchild p{display:flex}.filter-button{border-radius:.625rem;background-color:#fff;padding:.625rem .9375rem;border:.0625rem solid rgba(11,190,151,1);color:#0bbe97;cursor:pointer;font-size:inherit;font-weight:inherit}.filter-button.active{background-color:#0bbe97;box-shadow:0 .25rem .25rem #00000040;color:#fff}.filters-container{border-radius:0;display:flex;padding:.5rem .8rem;justify-content:space-between;font-family:Inter,sans-serif;color:#0bbe97;flex-wrap:wrap}.filters-group{display:flex;gap:.1875rem;font-size:.75rem;font-weight:500;flex-wrap:wrap;margin:auto 0}.export-button{border-radius:.3125rem;background-color:#fff;font-size:1rem;font-weight:600;padding:.75rem 1.5625rem;cursor:pointer;border:1px solid rgba(11,190,151,1);color:#0bbe97}.sort-button{border-radius:.3125rem;color:#fff;font-size:1rem;padding:.75rem 1.5625rem;font-weight:600;cursor:pointer;border:none;background-color:#0bbe97}.handlerhead{display:flex;color:#fff;padding:1rem 0;justify-content:space-between;font-weight:800}.handlersectiond1{width:20.4375rem;height:12.875rem;display:flex;flex-direction:column;gap:1rem;overflow:scroll;padding:.5rem;flex-shrink:0;border-radius:15px;border:1px solid #a3a3a3}.handlersection{display:flex;margin:1rem 0;justify-content:space-between}.distinctdiv{width:100%;padding:.5rem;border-radius:5px;border:1px solid #c1c1c1;background:#cbcbcb;box-shadow:0 4px 4px #00000040}.invoice-action-btn{padding:.25rem .5625rem;text-wrap:nowrap;margin:.625rem 0 .625rem .25rem;border:.0625rem solid #0bbe97;border-radius:.3125rem;cursor:pointer;transition:background-color .3s;border-radius:.4375rem;color:#0bbe97;font-family:Inter;font-size:.8125rem;font-weight:600;display:flex;align-items:center;column-gap:.4375rem}.service-selection{display:flex;max-width:654px;flex-direction:column;font-family:Inter,sans-serif}.selection-header{display:flex;gap:4px;flex-wrap:wrap}.section-title{color:#525252;font-size:18px;font-weight:700;align-self:start;flex-grow:1;flex-basis:auto}.dropdown-container{border-radius:7px;background-color:#d9d9d9;box-shadow:0 4px 4px #00000040;display:flex;gap:40px 100px;font-size:16px;color:#9b9b9b;font-weight:500;flex-grow:1;flex-basis:auto;padding:11px 8px 0 20px}.dropdown-icon{aspect-ratio:.96;object-fit:contain;object-position:center;width:25px;align-self:start;margin-top:8px}.reason-container{display:flex;margin-top:16px;width:100%;gap:4px;flex-wrap:wrap}.reason-input{border-radius:7px;background-color:#d9d9d9;box-shadow:0 4px 4px #00000040;font-size:16px;color:#9b9b9b;font-weight:500;flex-grow:1;width:fit-content;padding:14px 22px}.payment-history{margin-top:32px;width:100%;padding:0 14px 0 6px}.payment-history .payment-table{width:100%;border-collapse:collapse;font-size:16px;color:#000;font-weight:400}.payment-history .history-header{border:5px solid white;border-bottom:5px solid gray;background:#fff;box-shadow:0 4px 4px #00000040}.payment-history .history-header th{background-color:#fff}.payment-history .payment-row td{border-radius:3px;border-spacing:5rem;background:#d9d9d9;padding:8px 15px;border:5px solid white}.payment-cell{border-radius:3px;background-color:#d9d9d9;padding:8px 15px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.ser-details{flex-direction:column;display:flex}.ser-row{border-radius:7px;justify-content:space-between;width:100%;margin:.3rem 0;background:#d9d9d9;box-shadow:0 4px 4px #00000040;display:flex}.ser-row>div{height:2.6rem;display:flex;font-size:14px;align-items:center;text-align:center}.ser-input{width:5rem;outline:none;border:0;background:transparent}.ser-inputmain{width:5rem;padding:.5rem;border-radius:5px;height:2rem;outline:none;border:0;background:#fff}.ser-headings{justify-content:space-between;border-radius:7px;font-size:14px;gap:17px;display:flex}.sr-mainhead{margin:3rem 0 1rem;color:#525252;font-family:Inter;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.srfooterdetail{color:#000;font-family:Inter;font-size:10px;font-style:normal;font-weight:500;width:100%;line-height:normal;display:flex;justify-content:end}.ser-totals{text-wrap:nowrap;justify-content:space-between;font-size:14px;margin:.6rem 0;align-items:center;border:2px solid;padding:1rem;display:flex}.sr-totalprice{font-size:20px;color:red}.sr-checkbox{width:3rem;height:3rem;border:1px solid}.Refundwrapepr{padding:.6rem;justify-content:space-around;width:16rem;display:flex;align-items:center;border-radius:8px;background:#dfdfdf;box-shadow:0 4px 4px #00000040}.Refundinput{padding:.6rem;border-radius:5px;border:1px solid #e5e5e5;background:#f4f4f4;width:5rem}.otpbtn{display:flex;width:119px;border-radius:8px;color:#fff;background:#11e6b8;box-shadow:0 4px 4px #00000040;height:39px;justify-content:center;align-items:center;flex-shrink:0}.verifybtn{color:#0bbe97;width:84px;border-radius:8px;padding:1rem;height:39px;display:flex;background-color:#fff;align-items:center;border:1px solid #0bbe97;box-shadow:0 4px 4px #00000040}.refunddiv{display:flex;gap:1rem;align-items:center}.distinctdiv{display:flex;font-size:12px;align-items:center;justify-content:space-between}.download-url{padding:.5rem;color:#0bbe97;border-radius:10px;border:1px solid #0bbe97;background:#ededed}.approvedhead{background:#fff;padding:1rem;border-radius:14px 14px 0 0}.b2b-table table{width:100%;border-collapse:collapse}.b2b-table th,.b2b-table td{padding:8px;text-align:center;text-wrap:nowrap;font-size:12px}.b2b-table tr{border:2px solid #ddd}.b2b-table th{background:#cbcbcb;font-weight:700}.b2b-table tr:hover{background-color:#f1f1f1}.b2b-table td{cursor:pointer}.lead-page{display:flex;background:#eaeaea;padding:1.25rem;gap:.9375rem}.lead-page .trip-list{width:35%}.lead-page .trip-main{width:63%}.lead-page .rollback{transform:rotate(45deg);position:absolute;right:1.5rem;transition:transform .5s ease;top:1rem}.lead-page .rollback:hover{transform:rotate(405deg)}.trip-details{border-radius:1.5625rem;background:linear-gradient(180deg,#587c99,#5795a0);box-shadow:0 0 .4375rem #000000b3;border-radius:.625rem;padding:3.3125rem 1.25rem 1.25rem;margin-top:1.5625rem;box-shadow:0 .25rem .5rem #0000001a;position:relative}.trip-details .trip_client_details{display:flex;flex-wrap:wrap}.trip-details .trip_client_details p{color:#fff;font-family:Inter;font-size:1rem;font-weight:500;width:50%;margin-top:.3125rem}.trip-details .trip_client_details span{color:#fff;font-family:Inter;font-size:1rem;font-weight:700}.trip-details .trip_id_container{display:flex}.trip-details .trip_id_container .tripid_and_flights{display:flex;width:50%}.trip-details .trip_id_container .tripid_and_flights h2{color:#59afff;font-family:Inter;font-size:1.25rem;font-style:normal;font-weight:700;line-height:normal}.trip-details .trip_id_container .followUp_ratings{display:flex;justify-content:space-between;width:50%}.trip-details .trip_id_container .followUp_ratings span{color:#fff;font-family:Inter;font-size:1.25rem;font-style:normal;font-weight:700;line-height:normal}.trip-details .trip_id_container .followUp_ratings .trip_rattings_flights{gap:.625rem;display:flex;align-items:center}.trip-details .trip_id_container .followUp_ratings .trip_rattings_flights div{display:flex}.trip-details .trip_id_container .followUp_ratings .lead_status{color:#fff;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;padding:.1875rem .75rem}.trip-details .action-buttons{display:flex;gap:.625rem;margin:.625rem 0;border-radius:.9375rem;border:.0625rem solid #a6a6a6;background:#d9d9d9;position:relative}.trip-details .action-buttons .service-actions{text-wrap:nowrap;padding:.25rem .5625rem;margin:.625rem 0 .625rem .625rem;border:none;border-radius:.3125rem;cursor:pointer;color:#fff;transition:background-color .3s;border-radius:.4375rem;background:#0bbe97;font-family:Inter;font-size:1rem;font-weight:600;display:flex;align-items:center;column-gap:.4375rem}.invoice-action-btn{padding:.25rem .5625rem;text-wrap:nowrap;margin:.625rem 0 .625rem .25rem;border:.0625rem solid #0bbe97;border-radius:.3125rem;cursor:pointer;transition:background-color .3s;border-radius:.4375rem;color:#0bbe97;font-family:Inter;font-size:.6125rem;font-weight:600;display:flex;align-items:center;column-gap:.4375rem}.pdfwrapper{display:flex;width:100%;height:100vh;overflow:none;justify-content:center;z-index:9999999;position:fixed;left:4rem;transform:scale(2.5);top:0;background:#ffffff8b;align-items:center}.sorting-menu{display:flex;width:16rem;position:absolute;top:0;flex-direction:column;font-family:Inter,sans-serif;font-weight:500}.menu-container{border-radius:1.25rem;background-color:#fff;box-shadow:0 .25rem .25rem #00000040;display:flex;width:100%;flex-direction:column;padding:1.5625rem 0 1.125rem}.options-container{display:flex;width:100%;flex-direction:column;align-items:start;font-size:1rem;color:#6b6b6b;padding:0 1.25rem}.divider{min-height:.0625rem;margin-top:.9375rem;width:100%;border:.0625rem solid rgb(224,224,224)}.sort-option{display:flex;gap:.6875rem;margin-top:1.0625rem;width:100%}.sort-option:first-child{margin-top:0}.label{flex-grow:1;cursor:pointer}.actions-button{align-self:center;display:flex;margin-top:1.25rem;width:10.125rem;max-width:100%;font-size:.625rem;justify-content:space-between}.cancel-button{border-radius:.25rem;background-color:#fff;border:.0625rem solid rgb(11,190,151);color:#0bbe97;padding:.1875rem;cursor:pointer}.save-button{border-radius:.25rem;background-color:#0bbe97;border:none;color:#fff;padding:.1875rem .5625rem;cursor:pointer}.cancel-button:focus,.save-button:focus{outline:.125rem solid rgb(11,190,151);outline-offset:.125rem}.datefilterwrapper{position:relative}.searchbtn{background:#0bbe97;border-radius:.25rem;color:#fff;padding:.6rem;cursor:pointer}.datefilterwrapper{padding:.6rem;color:gray;cursor:pointer;background-color:#dfdfdf;position:relative;right:.96rem}.filterbtnwrapper{background:#0bbe97;color:#fff}.dropdown-container{padding:.5rem 1rem;font-size:.8rem;background:#f5f5f5;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.googleimg{display:flex;justify-content:center}.googleimg img{width:7rem}.googleimg p{position:relative;top:2.8rem;left:-.3rem;font-size:10px}.revformflex{display:flex;margin:1rem 0;align-items:center}.revformflexc1{font-size:12px;flex:4}.revformflexc2{flex:6}.sh-input{border-radius:12px;display:flex;gap:2rem;padding:.6rem;background:#f7f7f7;box-shadow:0 4px 4px #00000040 inset}.sh-input input{background-color:transparent;outline:none;width:100%;font-size:12px;border:none}.sh-input textarea{width:100%;background-color:transparent;outline:none;border:none}.contactshower{display:flex;gap:1rem;flex-wrap:wrap}.contact-item{font-size:10px;color:#242424;width:fit-content;align-items:center;border:1px solid rgb(161,161,161);border-radius:18px;gap:.5rem;display:flex}.firstavt{width:18px;height:18px;padding:.7rem;font-size:8px;text-align:center;border-radius:50%;display:flex;align-items:center;justify-content:center}.cnclreqwrapper{display:flex;gap:1rem;justify-content:end}.cnclbtn{color:#0bbe97;font-family:Inter;font-size:10px;font-style:normal;font-weight:600;line-height:normal;width:fit-content;padding:1rem .6rem;border-radius:8px;border:1px solid #0bbe97;background:#fdfffe;box-shadow:0 4px 4px #00000040}.reqbtn{color:#fff;font-family:Inter;font-size:10px;font-style:normal;font-weight:600;line-height:normal;width:fit-content;padding:1rem .6rem;border-radius:8px;border:1px solid #0bbe97;background:#0bbe97;box-shadow:0 4px 4px #00000040}*{box-sizing:border-box;padding:0;margin:0;font-family:Inter,sans-serif}a{text-decoration:none;color:inherit}@font-face{font-family:Inter;src:url(/assets/Inter_18pt-Regular-BpskOkD5.ttf)}@font-face{font-family:PoppinsRegular;src:url(/assets/Poppins-Regular-CTKNfV9P.ttf) format("truetype")}.rollback-passenger{position:absolute;right:1.5rem;color:#fff;font-weight:700;top:1rem;background:#ff4640;padding:5px 8px;border-radius:50%;font-size:14px;border:none}.rollback-passenger:hover{cursor:pointer}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none}.lead_status{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:3px 12px}.lead_status-new{background:#ff683a}.lead_status-hot{background:#ff3a3a}.lead_status-cold{background:#39b4e0}.lead_status-hotel_processing{background:#1abc9c;font-size:.6rem!important}.lead_status-qc_processing{background:#f1c40f;font-size:.6rem!important}.lead_status-visa_processing{background:#f39c12;font-size:.6rem!important}.lead_status-qc_land_processing{background:#2ecc71;font-size:.6rem!important}.lead_status-paymentawaited{background:#22e694!important}.lead_status-qc_call_breifing{background:#e67e22;font-size:.6rem!important}.lead_status-qc_rejected{background:#e74c3c;font-size:.6rem!important}.lead_status-visa_pending{background:#8e44ad;font-size:.6rem!important}.lead_status-visa_applied{background:#2980b9;font-size:.6rem!important}.lead_status-visa_approved{background:#27ae60;font-size:.6rem!important}.lead_status-visa_rejected{background:#c0392b;font-size:.6rem!important}.lead_status-land_pending{background:#95a5a6;font-size:.6rem!important}.lead_status-land_processed{background:#34495e;font-size:.6rem!important}.lead_status-booking_cancelled{background:#7f8c8d}.lead_status-booking_partially_cancelled{background:#d35400;font-size:.6rem!important}.lead_status-breifing_call_done{background:#16a085;font-size:.6rem!important}.lead_status-breifing_call_pending{background:#39b4e0;font-size:.6rem!important}.lead_status-active{background:#ff0;color:#5b5959!important}.lead_status-converted{background:#06ba00}.pdfdownloadbtn{background-color:#0bbe97;padding:.5rem;outline:none;display:flex;cursor:pointer;border:none;color:#fff;border-radius:5px;margin:.6rem auto}.rdp-root{--rdp-day-width: 30px;--rdp-day-height: 30px;--rdp-selected-border: 1px solid #0bbe97;--rdp-today-color: #0bbe97}.green-chevron{fill:#0bbe97}.timeline{display:flex;width:64.5rem;background:#c8c8c8;padding:1rem;margin:0 auto;scrollbar-width:none;overflow:scroll;align-items:center;position:relative;justify-content:flex-start}.timeline .timeline-segment{display:flex;align-items:center}.timeline .timeline-item{display:flex;justify-content:center;align-items:center;width:60px;height:60px;border-radius:50%;background-color:#fff;border:2px solid #ddd;transition:transform .3s ease}.timeline .timeline-item.past{background-color:#aaa;border:2px solid #aaaaaa;color:#2e8b57}.timeline .timeline-item.today{position:relative;background-color:#aaa;border:2px solid #aaaaaa;color:#ff8c00;font-weight:700}.timeline .timeline-item.next{background-color:#fff;border:2px solid #ddd}.timeline .timeline-item:hover{transform:scale(1.1)}.timeline .timeline-item .icon{font-size:24px}.timeline .timeline-item.today:after{content:"";position:absolute;top:-17px;left:20px;width:19px;height:28px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="28" viewBox="0 0 19 28" fill="none"><path d="M19 9.8C19 8.51305 18.7543 7.23869 18.2769 6.0497C17.7994 4.86071 17.0997 3.78037 16.2175 2.87035C15.3354 1.96034 14.2881 1.23848 13.1355 0.745981C11.9829 0.253484 10.7476 0 9.5 0C8.25244 0 7.0171 0.253484 5.86451 0.745981C4.71191 1.23848 3.66464 1.96034 2.78249 2.87035C1.90033 3.78037 1.20056 4.86071 0.723144 6.0497C0.245725 7.23869 -1.85901e-08 8.51305 0 9.8C0 11.7418 0.555071 13.5478 1.49964 15.071H1.48879L9.5 28L17.5112 15.071H17.5017C18.4801 13.4982 19.0001 11.6688 19 9.8ZM9.5 14C8.42019 14 7.38461 13.5575 6.62106 12.7698C5.85752 11.9822 5.42857 10.9139 5.42857 9.8C5.42857 8.68609 5.85752 7.6178 6.62106 6.83015C7.38461 6.0425 8.42019 5.6 9.5 5.6C10.5798 5.6 11.6154 6.0425 12.3789 6.83015C13.1425 7.6178 13.5714 8.68609 13.5714 9.8C13.5714 10.9139 13.1425 11.9822 12.3789 12.7698C11.6154 13.5575 10.5798 14 9.5 14Z" fill="%23E60000"/></svg>');background-size:contain;background-repeat:no-repeat;background-position:center}.timeline .timeline-line{width:120px;height:2px}.timeline .timeline-line.hrbar{border:1px solid #000}.timeline .timeline-line.drbar{border:1px dashed #000}.groundcard .trip-details-container{border-radius:0;overflow:h;display:flex;flex-direction:column}.groundcard .trip-card{border-radius:15px;background-color:#dcdcdc;box-shadow:0 4px 4px #00000040;display:flex;overflow:hidden;margin:0 auto;width:64rem;padding:30px 0 0;flex-direction:column;border:1px solid rgb(172,172,172)}.groundcard .trip-info-wrapper{align-self:center;display:flex;width:100%;max-width:962px;gap:20px;color:#363636;flex-wrap:wrap;justify-content:space-between;font:700 20px Inter,sans-serif}.groundcard .trip-id{color:#0d88f9;margin-right:20px}.groundcard .info-group{display:flex;flex-direction:column;align-items:start}.groundcard .info-item{margin-top:11px}.groundcard .info-label{font-weight:500}.groundcard .info-value{font-weight:500;color:#363636}.groundcard .timeline-container{background-color:#c8c8c8;box-shadow:0 4px 4px #00000040;display:flex;justify-content:center;margin-top:42px;width:100%;flex-direction:column;padding:16px 80px 25px}.groundcard .timeline-image{aspect-ratio:18.18;object-fit:contain;object-position:center;width:861px;max-width:861px}.groundcard .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.incentive-page{display:flex;background:#eaeaea;padding:1.25rem;gap:.9375rem}.incentive-page .trip-main{width:90%}.payment-proofs-shower{border-bottom:1px solid #fff;padding-bottom:20px}.payment-proofs-shower .payment-proofs-accordion{width:100%;background-color:#0bbe97;border-radius:5px;overflow:hidden;box-shadow:0 4px 8px #0000001a;cursor:pointer;margin-bottom:10px}.payment-proofs-shower .payment-proofs-accordion-header{display:flex;align-items:center;justify-content:space-between;padding:10px 15px}.payment-proofs-shower .payment-proofs-accordion-header h3{margin:0;color:#fff;font-size:1.2rem}.payment-proofs-shower .payment-proofs-accordion-header-image{width:30px;height:30px;border-radius:50%}.payment-proofs-shower .payment-proofs-accordion-content{padding:10px 15px;color:#000;border-top:1px solid rgba(255,255,255,.3);background-color:#fff;display:flex;flex-wrap:wrap}.payment-proofs-shower .payment-proofs-accordion-content .payment-proofs-accordion-file-item .image{width:200px;margin-right:10px}.summary-container{border-radius:0;display:flex;max-width:913px;flex-direction:column;font-family:Inter,sans-serif;margin-top:20px}.summary-container .cost-breakdown{background-color:#fff;box-shadow:0 4px 4px #00000040;align-self:center;display:flex;margin-left:20px;width:362px;max-width:100%;gap:20px;font-size:13px;color:#16243d;font-weight:600;justify-content:space-between;padding:9px 12px 19px;border:1px solid rgb(85,85,85)}.summary-container .cost-labels{display:flex;gap:26px}.summary-container .profit-label{align-self:start}.summary-container .amount-row{background-color:#fff;box-shadow:0 4px 4px #00000040;align-self:center;display:flex;width:362px;max-width:100%;gap:11px;font-size:16px;color:#000;font-weight:400;white-space:nowrap;margin:8px 0 0 20px;padding:5px 25px 5px 5px;border:1px solid rgb(85,85,85)}.summary-container .amount-box{border-radius:3px;background-color:#d9d9d9;padding:8px 19px}.summary-container .divider{margin-top:30px;width:100%;height:1px;border:1px solid rgb(255,255,255)}.summary-container .profit-section{display:flex;margin-top:29px;width:100%;flex-direction:column;font-size:20px;font-weight:600;padding:0 34px}.summary-container .profit-header{background-color:#fff;font-size:16px;color:#245e8e;padding:10px 17px}.summary-container .profit-labels{display:flex;width:100%;max-width:790px;gap:39px;color:#fff;margin:21px 0 0 20px}.summary-container .profit-labels div{font-size:18px}.summary-container .profit-amounts{border-radius:7px;background-color:#d9d9d9;box-shadow:0 4px 4px #00000040;align-self:center;display:flex;margin-top:21px;width:100%;max-width:840px;gap:20px;color:#737373;font-weight:700;white-space:nowrap;justify-content:space-between;padding:11px 36px}.summary-container .incentive-section{align-self:center;display:flex;margin-top:53px;width:100%;max-width:810px;gap:36px;flex-wrap:wrap}.summary-container .incentive-details{display:flex;flex-direction:column;font-size:16px;flex-grow:2;flex-basis:0;width:fit-content}.summary-container .incentive-header{border-radius:3px;display:flex;gap:40px 50px;color:#fff;font-weight:600;padding:12px 21px;border:1px solid rgb(255,255,255)}.summary-container .incentive-data{display:flex;width:100%;color:#000;font-weight:400;flex-wrap:wrap}.summary-container .date-box{background-color:#d9d9d9;white-space:nowrap;padding:12px 7px;width:33.33%}.summary-container .incentive-values{background-color:#d9d9d9;display:flex;gap:40px 100px;flex-grow:1;flex-basis:auto;padding:12px 43px}.summary-container .request-button{border-radius:10px;background-color:#11e6b8;font-size:20px;color:#fff;font-weight:600;width:fit-content;margin:auto 0;padding:10px 35px;border:none;cursor:pointer}@media (max-width: 991px){.summary-container .amount-row,.summary-container .amount-box{padding-right:20px;white-space:initial}.summary-container .profit-section{max-width:100%;padding:0 20px}.summary-container .profit-header{max-width:100%;padding-right:20px}.summary-container .profit-labels{max-width:100%}.summary-container .profit-amounts{max-width:100%;white-space:initial;padding:0 20px}.summary-container .incentive-section{max-width:100%;margin-top:40px}.summary-container .incentive-details{max-width:100%}.summary-container .incentive-header{max-width:100%;padding:0 20px}.summary-container .date-box{padding-right:20px;white-space:initial}.summary-container .incentive-values{padding:0 20px}}.request-incentive-installment-container{border-radius:0;display:flex;flex-direction:column;font-family:Inter,sans-serif;margin:20px 0}.request-incentive-installment-container .aligntablecontent{min-width:186px;display:flex;justify-content:center}.request-incentive-installment-container .payment-history{color:#245e8e;font-family:Inter,sans-serif;font-size:16px;font-weight:600;background-color:#fff;padding:10px 17px;margin-bottom:18px}.request-incentive-installment-container .header-row{background-color:#fff;box-shadow:0 4px 4px #00000040;display:flex;font-size:12px;color:#16243d;font-weight:600;flex-wrap:wrap;padding:8px 0 8px 8px;border:1px solid rgb(85,85,85)}.request-incentive-installment-container .header-group{display:flex;gap:17px;width:100%}.request-incentive-installment-container .header-item{flex-grow:1;width:20%}.request-incentive-installment-container .data-row{background-color:#fff;box-shadow:0 4px 4px #00000040;display:flex;margin-top:8px;width:100%;gap:20px;font-size:16px;color:#000;font-weight:400;white-space:nowrap;justify-content:space-between;padding:5px;border:1px solid rgb(85,85,85)}.request-incentive-installment-container .data-cell{border-radius:3px;background-color:#d9d9d9;width:20%;padding:8px 0 8px 5px}.request-incentive-installment-container .data-input{width:100%;background-color:transparent;border:none;padding-left:10px}.request-incentive-installment-container .data-input:focus-visible{outline:none}.request-incentive-installment-container .total-cost{display:flex;margin:20px 0;border-bottom:1px solid #fff;justify-content:space-between;padding:10px 0}.request-incentive-installment-container .total-cost p{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:500}.incentive-table{padding-right:20px}.incentive-table table{width:100%;border-collapse:collapse;margin:20px 0}.incentive-table table tr{border:1px solid #000000}.incentive-table table tr.credited{background:#c4e6fe}.incentive-table table tr.confirmed{background:#9ddacd}.incentive-table table th,.incentive-table table td{text-align:center;padding:10px}.incentive-table table th{background-color:#0bbe97;color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:600}.incentive-table table td{color:#000;font-family:Inter,sans-serif;font-size:16px;font-weight:400}.incentive-table table tfoot{font-weight:700;background-color:#f9f9f9}.incentive-table table tfoot td{text-align:center}.incentive-header{display:flex;gap:10px;align-items:center;padding:10px;justify-content:space-between}.incentive-header .incentive-btn-wrapper{display:flex;column-gap:10px}.incentive-header .incentive-btn{padding:10px 30px;border:none;background-color:#00c49a;color:#fff;font-weight:700;cursor:pointer;transition:background-color .3s ease;border-radius:8px;border:1.2px solid #0bbe97;background:#fff;box-shadow:0 4px 4px #00000040;color:#0bbe97;font-size:15px}.incentive-header .incentive-btn .cross-btn{font-size:12px;padding-left:8px;color:#fff}.incentive-header .incentive-btn.active,.incentive-header .incentive-btn:hover{background-color:#0bbe97;color:#fff}.incentive-header .active.incentive-btn{padding:10px 20px}.incentive-header .search-wrapper{border-radius:7px;background:#e1e1e1;box-shadow:0 4px 4px #00000040 inset;display:flex;align-items:center;position:relative}.incentive-header .search-wrapper .day-picker{position:absolute;background:#fff;padding:0 20px 20px;top:33px}.incentive-header .search-wrapper .save-btn-wrapper{display:flex;gap:10px;align-items:center;justify-content:flex-end}.incentive-header .search-wrapper .search-btn{position:relative;font-family:Inter,sans-serif;font-size:16px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:4px 16px;column-gap:6px;border:1px solid #0bbe97;background:#0bbe97;color:#fff;border-radius:5px}.incentive-header .incentive-dropdown{padding:8px;border-radius:5px;border:1px solid #ccc}.incentive-header .incentive-date-input{padding:8px;background-color:transparent;border-radius:5px;border:1px solid #ccc}.incentive-header .short-filter-wrapper{display:flex;align-items:center;column-gap:20px}.incentive-header .short-filter-wrapper .short-btn{position:relative;border-radius:5px;color:#0bbe97;font-family:Inter,sans-serif;font-size:16px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:5px 16px;column-gap:6px;border:1px solid #0bbe97;background-color:#fff}.incentive-header .short-filter-wrapper .export-btn{background:#0bbe97;color:#fff;border-radius:5px}.incentive-header .newquerypopup{position:fixed;width:fit-content;height:fit-content;background-color:#fff;z-index:1000;justify-content:center;align-items:center;padding:20px;top:50%;left:50%;transform:translate(-50%,-50%)}.incentive-header .newquery-overLayer{position:fixed;display:none;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999;justify-content:center;align-items:center;padding:20px}.incentive-header .newquery-overLayer.nequery_opened{display:block}.popup-container{position:fixed;width:fit-content;height:fit-content;background-color:#fff;z-index:1000;justify-content:center;align-items:center;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:8px;padding:20px;box-shadow:0 4px 10px #0003;min-width:39.375rem;overflow-y:auto;max-height:98vh;scrollbar-width:none}.popup-container .popup-header{margin-bottom:20px;display:flex;flex-direction:column;gap:10px}.popup-container .popup-header input{padding:10px;border:1px solid #ccc;border-radius:4px;font-size:14px}.popup-container .popup-header button{padding:10px 20px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px}.popup-container .popup-header button:hover{background-color:#0056b3}.popup-container .trip-id{color:#1b4a75;font-family:Inter,sans-serif;font-size:20px;font-weight:700}.popup-container .trip-id input{padding-left:10px;color:#1b4a75;font-family:Inter,sans-serif;font-size:20px;font-weight:700;border:none;border-bottom:1px solid #000}.popup-container .trip-id input:focus-visible{outline:none}.popup-container .client-details{margin:20px 0;display:flex;flex-wrap:wrap;width:100%}.popup-container .client-details p{margin:2px 0;font-size:14px;width:50%;color:#525252;font-family:Inter,sans-serif;font-size:16px;font-weight:600}.popup-container .form-fields{width:85%;margin:20px auto;margin-bottom:4rem}.popup-container .form-group{margin-bottom:15px;display:flex;align-items:center;justify-content:flex-end;position:relative;gap:10px}.popup-container .form-group label{display:block;margin-bottom:5px;font-size:14px;text-wrap:nowrap;color:#525252;font-family:Inter,sans-serif;font-size:16px;font-weight:600}.popup-container .form-group select,.popup-container .form-group textarea{width:100%;padding:10px;font-size:14px;border-radius:7px;border:1px solid #e5e5e5;background:#f4f4f4;box-shadow:0 4px 4px #00000040}.popup-container .form-group select:focus-visible,.popup-container .form-group textarea:focus-visible{outline:none}.popup-container .form-group .selectoptions{position:relative;color:#9b9b9b;font-family:Inter,sans-serif;font-size:16px;font-weight:500;width:100%;padding:10px;font-size:14px;border-radius:7px;border:1px solid #e5e5e5;background:#f4f4f4;box-shadow:0 4px 4px #00000040;width:19rem}.popup-container .form-group textarea{height:60px;width:19rem}.popup-container .popup-footer{display:flex;justify-content:flex-end;gap:20px}.popup-container .emails-container{width:100%;display:flex;background-color:#f4f4f4;box-shadow:0 4px 4px #00000040;flex-wrap:wrap;padding:5px;width:19rem}.popup-container .emails-container .error-message{font-size:10px;color:#ff1e1e}.popup-container .emails-container .email-tags{display:flex;align-items:center;justify-content:flex-start;gap:10px;flex-wrap:wrap}.popup-container .emails-container .email-tag{display:flex;align-items:center;justify-content:center;column-gap:5px;border:1px solid;border-radius:8px;padding:5px 10px;font-size:12px}.popup-container .emails-container .emails-delete-button{cursor:pointer;border:none;background-color:transparent;color:red}.popup-container .emails-container .title-input{padding:5px;border-radius:5px;border:none;font-size:14px;background-color:transparent}.popup-container .emails-container input:focus-visible,.popup-container .emails-container textarea:focus-visible,.popup-container .emails-container select:focus-visible{outline:none}.popup-container .btn-cancel,.popup-container .submit-button{font-family:Inter,sans-serif;font-size:16px;font-weight:600;padding:.5625rem 2.25rem;border:none;border-radius:10px;cursor:pointer;background-color:transparent}.popup-container .btn-cancel{color:#11e6b8;border:1px solid #11e6b8}.popup-container .submit-button{color:#fff;background-color:#11e6b8}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.incentive-leads-flights .lead-container{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.incentive-leads-flights .incentive-lead-card{padding:13px 31px 20px;width:62.4375rem;margin:1.25rem auto;flex-shrink:0;border-radius:.9375rem;border:1px solid #acacac;background:#dfdfdf;box-shadow:0 4px 4px #00000040}.incentive-leads-flights .incentive-lead-card .incentive-follow-lead-card-heading{display:flex;align-items:center;justify-content:space-between}.incentive-leads-flights .incentive-lead-card .incentive-follow-lead-card-heading h3{color:#59afff;font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.incentive-leads-flights .incentive-lead-card .incentive-follow-lead-card-heading .action-reminder{cursor:pointer}.incentive-leads-flights .webpara{display:flex;justify-content:center;flex-direction:column;gap:.41rem}.incentive-leads-flights .webpara p{color:#363636;font-family:Inter;font-size:20px;font-weight:500}.incentive-leads-flights .webpara p strong{color:#363636;font-size:1.25rem;font-weight:500}.incentive-leads-flights .webpara .child-infant-wraper{display:flex;align-items:center;justify-content:space-between;column-gap:20px}.incentive-leads-flights .comment_section{height:fit-content;width:30%;padding:2px 5px}.incentive-leads-flights .comment_section .follow-single-comment{padding:2px 5px;border-radius:10px;position:relative;background:#d5d5d5;color:#414141;font-family:Inter,sans-serif;font-size:16px}.incentive-leads-flights .comment_section .follow-single-comment .fullcomment-shower{display:none;position:absolute;padding:8px;top:100%;width:100%;left:0;background-color:#595959;color:#fff;height:fit-content;border-radius:10px;font-size:14px}.incentive-leads-flights .comment_section .follow-single-comment:hover .fullcomment-shower{display:block}.incentive-leads-flights .webLead_Basic_details{display:flex;height:fit-content;justify-content:space-between;width:100%;padding-top:8px}.incentive-leads-flights .webLead_Basic_details .comment_section{border-radius:10px;background:#fff}.incentive-leads-flights .lead-card h3{margin-top:0;font-size:1.2em}.incentive-leads-flights .button-group{display:flex;justify-content:space-between;margin-top:16px}.incentive-leads-flights .button{font-family:Inter,sans-serif;font-size:20px;font-weight:600;padding:0 15px;width:fit-content}.incentive-leads-flights .button:hover{background-color:#27ae60}.incentive-leads-flights .button:active{background-color:#34d58f}.incentive-leads-flights .button.fresh-quote{border-radius:8px;background:#11e6b8;box-shadow:0 4px 4px #00000040;color:#fff}.incentive-leads-flights .button.fresh-quote p{display:flex;color:#fff;font-weight:700;justify-content:center;margin:.7rem auto}.create-team-form{max-width:57.875rem;margin:0 auto;padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.createTeamInputWrapper{display:flex;gap:25px}.inpWrp{display:flex;flex-direction:column}.teamLabel{margin-bottom:5px;margin-top:1rem;color:#656565;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:600;line-height:normal}.teamleadInput{width:26rem;color:#656565;padding:10px;height:3rem;flex-shrink:0;border-radius:.3125rem;border:.0625rem solid #d3d3d3;background:#f4f4f4;box-shadow:0 .25rem .25rem #00000040}h2{text-align:center;color:#333}.addMemberButton{position:relative;top:2.3rem;left:15.5rem;width:10.1875rem;color:#0bbe97;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:600;line-height:normal;height:3rem;flex-shrink:0;border-radius:.5rem;border:.0625rem solid #0bbe97;background:#fff;box-shadow:0 .25rem .25rem #00000040}.addchilds{width:fit-content;height:25px;display:flex;justify-content:center;align-items:center;padding:0 .5rem;border-radius:10px;border:1px solid #898989;background:#fdfdfd}.removechilds{color:#000;padding:.2rem;border:none;background-color:transparent}.addsInput{border:none;background:transparent;width:12px;height:19px}.submitteambtn{width:12rem;margin:1rem;left:40rem;position:relative;color:#fff;font-family:Inter;font-size:1rem;font-style:normal;font-weight:700;border:none;line-height:normal;height:3rem;flex-shrink:0;border-radius:10px;background:#0bbe97;top:.8rem}.confirmationsection{margin-left:.5rem;color:#000;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.member-groupWrapper{padding:1rem 2rem;border-radius:10px;width:53.375rem;margin-top:2rem;flex-shrink:0;border:.0625rem solid #d3d3d3;background:#f4f4f4;box-shadow:0 4px 4px #00000040}.member-groupWrapper input{width:24rem}.member-group h4{margin-top:0}.teamactions{margin:0 .2rem;cursor:pointer;border:1px solid gray}.converted-leads-account .lead-container{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.converted-leads-account .account-lead-card{padding:13px 31px 20px;width:62.4375rem;margin:1.25rem auto;flex-shrink:0;border-radius:.9375rem;border:1px solid #acacac;background:#dfdfdf;box-shadow:0 4px 4px #00000040}.converted-leads-account .account-lead-card .account-converted-lead-card-heading{display:flex;align-items:center;justify-content:space-between}.converted-leads-account .account-lead-card .account-converted-lead-card-heading .checkbox-tripid-input-wrapper{display:flex;column-gap:10px}.converted-leads-account .account-lead-card .account-converted-lead-card-heading h3{color:#59afff;font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.converted-leads-account .account-lead-card .account-converted-lead-card-heading .action-reminder{cursor:pointer}.converted-leads-account .webpara{display:flex;justify-content:flex-start;flex-direction:unset;gap:.41rem;flex-wrap:wrap}.converted-leads-account .webpara p{color:#363636;font-family:Inter;font-size:20px;font-weight:500;width:49%}.converted-leads-account .webpara p strong{color:#363636;font-size:1.25rem;font-weight:500}.converted-leads-account .webpara .child-infant-wraper{display:flex;align-items:center;justify-content:space-between;column-gap:20px}.converted-leads-account .comment_section{height:fit-content;width:30%;padding:2px 5px}.converted-leads-account .comment_section .follow-single-comment{padding:2px 5px;border-radius:10px;position:relative;background:#d5d5d5;color:#414141;font-family:Inter,sans-serif;font-size:16px}.converted-leads-account .comment_section .follow-single-comment .fullcomment-shower{display:none;position:absolute;padding:8px;top:100%;width:100%;left:0;background-color:#595959;color:#fff;height:fit-content;border-radius:10px;font-size:14px}.converted-leads-account .comment_section .follow-single-comment:hover .fullcomment-shower{display:block}.converted-leads-account .webLead_Basic_details{display:flex;height:fit-content;justify-content:space-between;width:100%;padding-top:8px}.converted-leads-account .webLead_Basic_details .comment_section{border-radius:10px;background:#fff}.converted-leads-account .lead-card h3{margin-top:0;font-size:1.2em}.converted-leads-account .button-group{display:flex;justify-content:space-between;margin-top:16px}.converted-leads-account .button{font-family:Inter,sans-serif;font-size:20px;font-weight:600;padding:0 15px;width:fit-content}.converted-leads-account .button:hover{background-color:#27ae60}.converted-leads-account .button:active{background-color:#34d58f}.converted-leads-account .button.fresh-quote{border-radius:8px;background:#11e6b8;box-shadow:0 4px 4px #00000040;color:#fff}.converted-leads-account .button.fresh-quote p{display:flex;color:#fff;font-weight:700;justify-content:center;margin:.7rem auto}.account-short-container{display:flex;align-items:center;padding:6px 1rem;background:#d9d9d9;justify-content:space-between;position:relative}.account-short-container .checkbox-wrapper{display:flex;justify-content:center;column-gap:20px;align-items:center}.account-short-container .search-wrapper{display:flex;justify-content:center;column-gap:20px;align-items:center;border-radius:6px;border:1px solid #898989;background:#d9d9d9;box-shadow:0 4px 4px #00000040}.account-short-container .search-wrapper select:focus-visible{outline:none}.account-short-container .search-wrapper .searchBtn-wraper{display:flex;align-items:center;justify-content:center}.account-short-container .search-wrapper .searchBtn-wraper input{border:none;color:#000;background:transparent;cursor:text;display:flex;justify-content:center;align-items:center;width:170px;height:20px;font-size:16px}.account-short-container .search-wrapper .searchBtn-wraper input:focus-visible{outline:none}.account-short-container .search-wrapper .searchBtn-wraper .searchBtn{position:relative;border-radius:5px;background:#0bbe97;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:5px 16px;column-gap:6px}.account-short-container select{padding:.5rem;border:1px solid #ccc;border-radius:4px}.account-short-container .short-filter-wrapper{display:flex;align-items:center;column-gap:20px}.account-short-container .short-filter-wrapper .short-btn{position:relative;border-radius:5px;background:#0bbe97;color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:12px 16px;column-gap:6px}.account-short-container .short-filter-wrapper .export-btn{background-color:#fff;color:#0bbe97}.account-short-container .employee-filter .header{display:flex;align-items:center;justify-content:space-between;font-size:14px;border:1px solid #ccc;border-radius:4px;padding:10px;margin-bottom:12px;column-gap:3px}.account-short-container .employee-filter .header .clear-btn{border:none;cursor:pointer;border-radius:2px;background:#abd9cf;color:#666;font-family:Inter,sans-serif;font-size:12px;font-weight:400;padding:4px;text-decoration:underline}.account-short-container .employee-filter .filter-box{position:absolute;padding:10px 29px 10px 20px;width:100%;left:0;top:60px;display:flex;justify-content:space-between;border-radius:0 0 5px 5px;background:#fff;box-shadow:0 4px 4px #00000040;z-index:10}.account-short-container .employee-filter .filter-box .destination{display:flex;align-items:flex-end;width:20%}.account-short-container .employee-filter .filter-box .destination label{margin-bottom:5px;font-size:14px;cursor:pointer}.account-short-container .employee-filter .filter-box .inputs{display:flex;flex-direction:row;align-items:flex-end;width:54%;column-gap:10px}.account-short-container .employee-filter .filter-box .inputs label{color:#505050;font-family:Inter,sans-serif;font-size:13px;font-weight:500;display:flex;align-items:center;text-wrap:nowrap;width:33%}.account-short-container .employee-filter .filter-box .inputs label input{margin-left:5px;padding:5px;border-radius:0 0 5px 5px;border:.5px solid #606060;background:#f1f1f1;box-shadow:0 4px 4px #00000040 inset;width:70%}.account-short-container .employee-filter .filter-box .inputs .day-picker{position:absolute;background:#fff;padding:0 20px 20px;top:33px}.account-short-container .employee-filter .filter-box .inputs .save-btn-wrapper{display:flex;gap:10px;align-items:center;justify-content:flex-end}.account-short-container .employee-filter .filter-box .inputs .search-btn{position:relative;font-family:Inter,sans-serif;font-size:16px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:4px 16px;column-gap:6px;border:1px solid #0bbe97;background:#0bbe97;color:#fff;border-radius:5px}.account-short-container .employee-filter .filter-box .search-wrapper-btn{display:flex;justify-content:center;align-items:center;width:20%}.account-short-container .employee-filter .filter-box .search-btn{background-color:#0bbe97;color:#fff;padding:5px 10px;border:none;border-radius:4px;cursor:pointer}.account-short-container .employee-filter .filter-box .search-btn:hover{background-color:#089e7e}.radiobutton-options-container h4{margin-bottom:15px;font-size:18px;color:#333}.radiobutton-options-container .radiobutton-option{display:flex;align-items:center;margin-bottom:10px}.radiobutton-options-container .radiobutton-option input[type=radio]{display:none}.radiobutton-options-container .radiobutton-option label{display:flex;align-items:center;font-size:14px;color:#555;cursor:pointer}.radiobutton-options-container .radiobutton-option label:hover{background-color:#f9f9f9;color:#0bbe97}.radiobutton-options-container .radiobutton-option label .custom-radio{width:18px;height:18px;border:2px solid #0bbe97;display:inline-block;margin-right:10px;position:relative;background-color:transparent;transition:background-color .2s,border-color .2s}.radiobutton-options-container .radiobutton-option label .custom-radio:after{content:"";position:absolute;top:1px;left:5px;width:3px;height:9px;opacity:0;transform:rotate(45deg) scale(0);border-right:2px solid #fff;border-bottom:2px solid #fff;transition:all .3s ease;transition-delay:.15s}.radiobutton-options-container .radiobutton-option input[type=radio]:checked+label .custom-radio{background-color:#0bbe97;border-color:#0bbe97}.radiobutton-options-container .radiobutton-option input[type=radio]:checked+label .custom-radio:after{opacity:1;transform:rotate(45deg) scale(1)}.radiobutton-options-container .radiobutton-option label:hover .custom-radio{border-color:#0bbe97}._statusContainer_1edf8_1{display:flex;flex-wrap:nowrap;gap:12px;overflow-x:auto;padding:8px;width:77vw;scrollbar-width:none}._statusButton_1edf8_12{padding:8px 16px;background-color:#f2f2f2;border:1px solid #ccc;border-radius:20px;cursor:pointer;white-space:nowrap;transition:background-color .2s ease}._statusButton_1edf8_12:hover{background-color:#e0e0e0}._selected_1edf8_26{background-color:#007bff;color:#fff;border-color:#007bff}.conveted-account-side-card{border-radius:15px;background:#dfdfdf;box-shadow:4px 4px 4px #6d6d6d40;padding:13px 13px 23px 18px;margin:25px 0}.conveted-account-side-card .webLead_followUps .trip_id_container{display:flex;justify-content:space-between;margin-bottom:10px}.conveted-account-side-card .webLead_followUps .trip_id_container .tripid_and_flights{display:flex;gap:24px;justify-content:space-between}.conveted-account-side-card .webLead_followUps .trip_id_container .tripid_and_flights h2{color:#59afff;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.conveted-account-side-card .webLead_followUps .trip_id_container .followUp_ratings{display:flex;gap:10px}.conveted-account-side-card .webLead_followUps .trip_id_container .followUp_ratings div{display:flex}.conveted-account-side-card .webLead_followUps .followup_client_details{display:flex;flex-wrap:wrap;row-gap:10px}.conveted-account-side-card .webLead_followUps .followup_client_details p{color:#363636;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;width:50%}.conveted-account-side-card .webLead_followUps .followup_client_details span{color:#363636;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.conveted-account-side-card .webLead_followUps .followup_client_details .lead_status{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:3px 12px;border-radius:10px}.conveted-account-side-card .webLead_followUps .followup_client_details .paxnchild{display:flex;width:50%;gap:24px}.conveted-account-side-card .webLead_followUps .followup_client_details .paxnchild p{display:flex}.converted-page{display:flex;background:#eaeaea;padding:20px;gap:15px}.converted-page .converted-list{width:35%}.converted-page .converted-main{width:63%}.converted-details{background:linear-gradient(180deg,#587c99,#5795a0);box-shadow:0 0 7px #000000b3;border-radius:10px;padding:53px 20px 70px;margin-top:25px;box-shadow:0 4px 8px #0000001a;position:relative}.converted-details .rollback-passenger{position:absolute;right:1.5rem;color:#fff;font-weight:700;top:1rem}.converted-details .vouchers_client_details{display:flex;flex-wrap:wrap;padding-bottom:16px;border-bottom:none}.converted-details .vouchers_client_details p{color:#fff;font-family:Inter;font-size:16px;font-weight:500;width:50%;margin-top:5px}.converted-details .vouchers_client_details span{color:#fff;font-family:Inter;font-size:16px;font-weight:700}.converted-details .vouchers_id_container{display:flex}.converted-details .vouchers_id_container .vouchersid_and_flights{display:flex;width:50%}.converted-details .vouchers_id_container .vouchersid_and_flights h2{color:#59afff;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.converted-details .vouchers_id_container .followUp_ratings{display:flex;justify-content:flex-end;width:50%}.converted-details .vouchers_id_container .followUp_ratings span{color:#fff;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.converted-details .vouchers_id_container .followUp_ratings .vouchers_rattings_flights{gap:10px;display:flex;align-items:center}.converted-details .vouchers_id_container .followUp_ratings .vouchers_rattings_flights div{display:flex}.converted-details .vouchers_id_container .followUp_ratings .lead_status{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:3px 12px}.converted-details .converted-btn{display:flex;align-items:center;justify-content:space-between;font-family:Inter,sans-serif;font-size:15px;font-weight:500;border-radius:15px;border:1px solid #a6a6a6;background:#d9d9d9;padding:0 10px}.converted-details .converted-btn .final-package-invoice{display:flex;column-gap:10px;height:fit-content;margin:10px 0;position:relative}.converted-details .converted-btn .final-package-invoice .accounts-action-status-change{display:flex;align-items:center;justify-content:center;column-gap:7px;color:#3d3d3d;font-family:Inter,sans-serif;font-size:15px;font-weight:600;border-radius:10px;background:#fff;padding:4px 9px;cursor:pointer;position:relative}.converted-details .converted-btn .final-package-invoice button{border-radius:10px;border:1px solid #0bbe97;background:#fff;color:#0bbe97;padding:5px 12px}.converted-details .converted-btn .final-package-invoice button:hover{cursor:pointer}.converted-details .converted-btn button{border-radius:10px;border:1px solid #0bbe97;background:#0bbe97;color:#fff;font-family:Inter,sans-serif;font-weight:500;padding:5px 12px}.converted-details .converted-btn button:hover{cursor:pointer}.do-account-comment-section{width:100%}.do-account-comment-section .comments-shower{border-radius:8px;background:transparent;margin-bottom:20px;max-height:90vh;overflow:auto;scrollbar-width:none}.do-account-comment-section .comments-shower p:nth-child(2n){background-color:#b0b0b0;color:#fff}.do-account-comment-section .comments-shower p:nth-child(odd){background-color:#fff;color:#1e1e1e;box-shadow:0 4px 4px #00000040}.do-account-comment-section .comments-shower p{margin:10px 0;padding:5px 10px 15px;border-radius:8px;word-break:break-word;position:relative;font-size:12px}.do-account-comment-section .comments-shower p span{font-size:10px;position:absolute;right:5px;bottom:5px}.do-account-comment-section .comment-saving{display:flex;align-items:center}.do-account-comment-section .comment-saving input[type=text]{flex:1;padding:8px 20px;border:1px solid #ccc;margin-right:10px;font-size:.9rem;border-radius:30px;width:80%;background:#fff}.do-account-comment-section .comment-saving input[type=text]:focus-visible{outline:none}.do-account-comment-section .comment-saving button{padding:8px 12px;border-radius:10px;background:#0bbe97;border:none;color:#fff;font-family:Inter;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background-color .3s}.do-account-comment-section .comment-saving button:hover{background-color:#0aa583}.payment-ss-shower{margin-top:20px;width:100%}.payment-ss-shower .payment-proofs-accordion{width:100%;background-color:#0bbe97;border-radius:5px;overflow:hidden;box-shadow:0 4px 8px #0000001a;cursor:pointer;margin-bottom:10px}.payment-ss-shower .payment-proofs-accordion-header{display:flex;align-items:center;justify-content:space-between;padding:10px 15px}.payment-ss-shower .payment-proofs-accordion-header h3{margin:0;color:#fff;font-size:1.2rem}.payment-ss-shower .payment-proofs-accordion-header-image{width:30px;height:30px;border-radius:50%}.payment-ss-shower .payment-proofs-accordion-content{padding:10px 15px;color:#000;border-top:1px solid rgba(255,255,255,.3);background-color:#fff;display:block;flex-wrap:wrap}.payment-ss-shower .payment-proofs-accordion-content .payment-proofs-accordion-file-item .image{width:200px;margin-right:10px}.payment-ss-shower .payment-proofs-accordion-content a{color:#0070f3!important;text-decoration:none;margin-bottom:5px;display:inline-block}.payment-ss-shower .payment-proofs-accordion-content a:hover{color:#0056c1!important}.payment-ss-shower .payment-proofs-accordion-content a:visited{color:#4c00b0!important}.accounts-menu-container .custom-option{display:flex;align-items:center;margin-bottom:10px}.accounts-menu-container .custom-option input[type=radio]{display:none}.accounts-menu-container .custom-option label{display:flex;align-items:center;font-size:14px;color:#555;cursor:pointer}.accounts-menu-container .custom-option label:hover{background-color:#f9f9f9;color:#0bbe97}.accounts-menu-container .custom-option label .custom-radio{width:18px;height:18px;border:2px solid #0bbe97;display:inline-block;margin-right:10px;position:relative;background-color:transparent;transition:background-color .2s,border-color .2s}.accounts-menu-container .custom-option label .custom-radio:after{content:"";position:absolute;top:1px;left:5px;width:3px;height:9px;opacity:0;transform:rotate(45deg) scale(0);border-right:2px solid #fff;border-bottom:2px solid #fff;transition:all .3s ease;transition-delay:.15s}.accounts-menu-container .custom-option input[type=radio]:checked+label .custom-radio{background-color:#0bbe97;border-color:#0bbe97}.accounts-menu-container .custom-option input[type=radio]:checked+label .custom-radio:after{opacity:1;transform:rotate(45deg) scale(1)}.accounts-menu-container .custom-option label:hover .custom-radio{border-color:#0bbe97}.creditenote-header-container{display:flex;align-items:center;padding:6px 1rem;background:#d9d9d9;justify-content:space-between}.creditenote-header-container .search-wrapper{display:flex;justify-content:center;column-gap:20px;align-items:center;border-radius:6px;border:1px solid #0bbe97;background:#fff;box-shadow:0 4px 4px #00000040;padding:4px}.creditenote-header-container .search-wrapper select:focus-visible{outline:none}.creditenote-header-container .search-wrapper .searchBtn-wraper{display:flex;align-items:center;justify-content:center;column-gap:5px}.creditenote-header-container .search-wrapper .searchBtn-wraper input{border:none;background:transparent;cursor:text;display:flex;justify-content:center;align-items:center;border-radius:5px;background:#cecece;box-shadow:0 4px 4px #00000040 inset;font-family:Inter,sans-serif;font-size:12px;font-weight:500;width:232px;height:37px;color:#000;padding-left:10px}.creditenote-header-container .search-wrapper .searchBtn-wraper input:focus-visible{outline:none}.creditenote-header-container .search-wrapper .searchBtn-wraper .searchBtn{position:relative;border-radius:5px;background:#0bbe97;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:5px 16px;column-gap:6px;height:37px}.creditenote-header-container select{padding:.5rem;border:1px solid #ccc;border-radius:4px}.creditenote-header-container .short-filter-wrapper{display:flex;align-items:center;column-gap:20px}.creditenote-header-container .short-filter-wrapper .short-btn{position:relative;border-radius:5px;background:#0bbe97;color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:12px 16px;column-gap:6px}.creditenote-header-container .short-filter-wrapper .export-btn{background-color:#fff;color:#0bbe97}.custom-options-container h4{margin-bottom:15px;font-size:18px;color:#333}.custom-options-container .custom-option{display:flex;align-items:center;margin-bottom:10px}.custom-options-container .custom-option input[type=radio]{display:none}.custom-options-container .custom-option label{display:flex;align-items:center;font-size:14px;color:#555;cursor:pointer}.custom-options-container .custom-option label:hover{background-color:#f9f9f9;color:#0bbe97}.custom-options-container .custom-option label .custom-radio{width:18px;height:18px;border:2px solid #0bbe97;display:inline-block;margin-right:10px;position:relative;background-color:transparent;transition:background-color .2s,border-color .2s}.custom-options-container .custom-option label .custom-radio:after{content:"";position:absolute;top:1px;left:5px;width:3px;height:9px;opacity:0;transform:rotate(45deg) scale(0);border-right:2px solid #fff;border-bottom:2px solid #fff;transition:all .3s ease;transition-delay:.15s}.custom-options-container .custom-option input[type=radio]:checked+label .custom-radio{background-color:#0bbe97;border-color:#0bbe97}.custom-options-container .custom-option input[type=radio]:checked+label .custom-radio:after{opacity:1;transform:rotate(45deg) scale(1)}.custom-options-container .custom-option label:hover .custom-radio{border-color:#0bbe97}.credit-note-container{background-color:#fff;display:flex;width:100%;flex-direction:column;padding:9px 0 30px;max-height:80vh;width:623px}.credit-note-container .back-button{aspect-ratio:1;object-fit:contain;object-position:center;width:27px;align-self:end}.credit-note-container .content{display:flex;margin-top:-14px;width:100%;flex-direction:column;padding:0 39px}.credit-note-container .form-columns{gap:20px;display:flex}.credit-note-container .form-column{display:flex;flex-direction:column;line-height:normal;width:50%}.credit-note-container .input-group{display:flex;flex-grow:1;flex-direction:column;color:gray;font:500 14px Inter,sans-serif}.credit-note-container .label{color:gray;align-self:start;font:500 14px Inter,sans-serif}.credit-note-container .input-field{height:39px;border-radius:1px;border:1px solid #d3d3d3;background:#f4f4f4;box-shadow:0 4px 4px #4f545840 inset}.credit-note-container input:focus-visible{outline:none;border:none}.credit-note-container .destination-field{border-radius:1px;border:1px solid #d3d3d3;background:#f4f4f4;height:39px;box-shadow:0 4px 4px #4f545840 inset}.credit-note-container .payment-header{background-color:#fff;box-shadow:0 4px 4px 2px #00000040;display:flex;margin-top:8px;gap:40px 51px;color:#656565;padding:10px 31px;font:600 14px Inter,sans-serif}.credit-note-container .payment-header .data-header{width:25%}.credit-note-container .installments{flex-grow:1;width:101px}.credit-note-container .terms-field{border-radius:1px;border:1px solid #d3d3d3;background:#f4f4f4;padding:8px 10px;box-shadow:0 4px 4px 2px #00000040 inset}.credit-note-container .section-header{background-color:#0bbe97;color:#fff;padding:5px 17px;margin-bottom:14px;margin-top:14px;font:600 16px Inter,sans-serif}.credit-note-container .payment-row{display:flex;margin-top:8px;color:#636363;padding:10px 6px;font:500 14px Inter,sans-serif;background:#fff;box-shadow:0 4px 4px #00000040;width:100%}.credit-note-container .payment-row .data-row-payment{width:25%;text-align:center}.credit-note-container .credit-amount-wrapper{display:flex;align-items:flex-start;justify-content:space-between;margin-top:14px}.credit-note-container .credit-amount-wrapper .issue-expiry .issue-date{display:flex;align-items:center;justify-content:flex-end;column-gap:10px;margin-bottom:10px}.credit-note-container .credit-amount-wrapper .issue-expiry label{color:#656565;font:500 14px Inter,sans-serif}.credit-note-container .credit-amount-wrapper .issue-expiry input{border-radius:1px;border:1px solid #d3d3d3;background:#fff;padding:10px 5px;box-shadow:0 4px 4px #00000040}.credit-note-container .credit-amount-wrapper .credit-note-amount{display:flex;align-items:center;justify-content:space-between;column-gap:10px}.credit-note-container .credit-amount-wrapper .credit-note-amount label{color:#656565;font:500,14px Inter,sans-serif}.credit-note-container .credit-amount-wrapper .credit-note-amount input{width:100px;padding:7px 11px;border-radius:1px;border:1px solid #d3d3d3;background:#fff;box-shadow:0 4px 4px #00000040}.credit-note-container .generate-note{display:flex;align-items:center;margin-top:14px;justify-content:flex-end}.credit-note-container .generate-note button{border-radius:2px;background:#0bbe97;box-shadow:0 4px 4px #00000040;padding:10px 7px;color:#fff;font:600,15px,Inter,sans-serif;border:none;cursor:pointer}@media (max-width: 991px){.credit-note-container .payment-row{max-width:100%;white-space:initial}}@media (max-width: 991px){.credit-note-container .section-header{max-width:100%;padding-right:20px}}@media (max-width: 991px){.credit-note-container .container{max-width:100%}.credit-note-container .back-button{margin-right:9px}.credit-note-container .content{max-width:100%;padding:0 20px}.credit-note-container .form-columns{flex-direction:column;align-items:stretch;gap:0px}.credit-note-container .form-column{width:100%}.credit-note-container .input-group{margin-top:12px}.credit-note-container .payment-header{max-width:100%;padding:0 20px}}.credit-note-pdf-container{display:flex;width:35rem}.credit-note-pdf-container .side-color{width:20px}.credit-note-pdf-container .side-color .side-color__top{height:20%;background-color:#c1ded7}.credit-note-pdf-container .side-color .side-color__bottom{background-color:#3d876a;height:80%}.credit-note{font-family:"Arial, sans-serif";color:#333;padding:20px 40px;max-width:800px;margin:auto;background-color:#fff}.credit-note__header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #000;padding-bottom:10px}.credit-note__header .logo-section{display:flex;align-items:center}.credit-note__header .logo-section .logo{width:50px;width:150px;margin-right:10px}.credit-note__header .logo-section h1{font-size:1.5rem;color:#06c}.credit-note__header h2{color:#000;font-family:Inter,sans-serif;font-size:1.625rem;font-weight:600;letter-spacing:3.6px}.credit-note__details{display:flex;justify-content:space-between;margin:20px 0}.credit-note__details section h3{font-size:12px;margin-bottom:10px;font-weight:700;font-family:Inter,sans-serif}.credit-note__details section p{margin:5px 0;font-size:12px}.credit-note__details section p span{font-weight:700;font-size:12px;font-family:Inter,sans-serif}.credit-note__details section address{font-style:normal;line-height:1.5}.credit-note__details .company-details{text-align:right}.credit-note__details .company-details h3{font-size:12px;font-weight:700;font-family:Inter,sans-serif;margin-bottom:10px}.credit-note__details .company-details p{margin:5px 0;font-size:12px}.credit-note__details .company-details address{font-size:12px}.credit-note .payment-details{margin:20px 0}.credit-note .payment-details h3{padding:10px 40px;font-family:Inter,sans-serif;font-size:14px;background-color:#3d876a;color:#fff}.credit-note .payment-details p{padding:10px 40px;border-bottom:1px solid;font-family:Inter,sans-serif;font-size:12px;display:flex;align-items:center;justify-content:space-between}.credit-note .payment-details p span{font-weight:700;font-family:Inter,sans-serif}.credit-note_wrapper{display:flex;justify-content:flex-end;font-family:Inter,sans-serif;font-size:12px;font-weight:400;letter-spacing:1.6px}.credit-note__amount{background-color:#e7f1ee;text-align:center;margin:20px 0;display:flex;align-items:center;justify-content:flex-end;width:fit-content;column-gap:30px;padding:20px 40px}.credit-note__amount h4{margin:0;font-size:12px;font-weight:700;font-family:Inter,sans-serif}.credit-note__amount p{font-size:12px;font-weight:700;color:#00796b}.credit-note .terms-conditions h3{font-size:16px;margin-bottom:10px;font-family:Inter,sans-serif}.credit-note .terms-conditions ul{padding-left:20px}.credit-note .terms-conditions ul li{font-size:12px;font-family:Inter,sans-serif;margin:5px 0;position:relative}.credit-note__footer{display:flex;justify-content:flex-end;align-items:center;margin-top:20px;column-gap:10px}.credit-note__footer .border-bottom{border-bottom:1px solid #000;padding-bottom:5px}.credit-note__footer .valid-date{text-align:left}.credit-note__footer .valid-date p:first-child{border-bottom:1px solid #000;line-height:25px;font-weight:700;font-family:Inter,sans-serif}.credit-note__footer .valid-date p{text-align:center}.credit-note__footer .stamp img{width:150px}.table-container{overflow-x:auto;background:#eaeaea;width:100%}.table-container .data-table{width:100%;border-collapse:collapse;font-family:Arial,sans-serif}.table-container .data-table tr{text-align:left;padding:10px;border-top:1px solid #6b6b6b;border-bottom:1px solid #6b6b6b}.table-container .data-table th{background-color:#f4f4f4}.table-container .data-table tr:nth-child(2n){background-color:#f9f9f9}.table-container .data-table tr:hover{background-color:#f1f1f1}.table-container .data-table .action-button-wrapper{display:flex;column-gap:10px;justify-content:center}.table-container .data-table .action-button-wrapper button{border:none;background-color:transparent;cursor:pointer}.account-salary-header-container{display:flex;align-items:center;padding:6px 1rem;background:#d9d9d9;justify-content:space-between;position:relative}.account-salary-header-container .reimbursment-btn-wrapper .incentive-btn{padding:10px 30px;border:none;background-color:#00c49a;color:#fff;font-weight:700;cursor:pointer;transition:background-color .3s ease;border-radius:8px;border:1.2px solid #0bbe97;background:#fff;box-shadow:0 4px 4px #00000040;color:#0bbe97;font-size:15px}.account-salary-header-container .reimbursment-btn-wrapper .incentive-btn .cross-btn{font-size:12px;padding-left:8px;color:#fff}.account-salary-header-container .reimbursment-btn-wrapper .incentive-btn.active,.account-salary-header-container .reimbursment-btn-wrapper .incentive-btn:hover{background-color:#0bbe97;color:#fff}.account-salary-header-container .reimbursment-btn-wrapper .active.incentive-btn{padding:10px 20px}.account-salary-header-container .search-wrapper{display:flex;justify-content:center;column-gap:20px;align-items:center;border-radius:6px;border:1px solid #898989;background:#d9d9d9;box-shadow:0 4px 4px #00000040}.account-salary-header-container .search-wrapper select:focus-visible{outline:none}.account-salary-header-container .search-wrapper .searchBtn-wraper{display:flex;align-items:center;justify-content:center}.account-salary-header-container .search-wrapper .searchBtn-wraper input{border:none;color:#000;background:transparent;cursor:text;display:flex;justify-content:center;align-items:center;width:170px;height:20px;font-size:16px}.account-salary-header-container .search-wrapper .searchBtn-wraper input:focus-visible{outline:none}.account-salary-header-container .search-wrapper .searchBtn-wraper .searchBtn{position:relative;border-radius:5px;background:#0bbe97;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:5px 16px;column-gap:6px}.account-salary-header-container select{padding:.5rem;border:1px solid #ccc;border-radius:4px}.account-salary-header-container .short-filter-wrapper{display:flex;align-items:center;column-gap:20px}.account-salary-header-container .short-filter-wrapper .short-btn{position:relative;border-radius:5px;background:#0bbe97;color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:12px 16px;column-gap:6px}.account-salary-header-container .short-filter-wrapper .export-btn{background-color:#fff;color:#0bbe97}.account-salary-header-container .employee-filter .header{display:flex;align-items:center;justify-content:space-between;font-size:14px;border:1px solid #ccc;border-radius:4px;padding:10px;margin-bottom:12px;column-gap:3px}.account-salary-header-container .employee-filter .header .clear-btn{border:none;cursor:pointer;border-radius:2px;background:#abd9cf;color:#666;font-family:Inter,sans-serif;font-size:12px;font-weight:400;padding:4px;text-decoration:underline}.account-salary-header-container .employee-filter .filter-box{position:absolute;padding:10px 0 0 20px;width:100%;left:0;top:60px;display:flex;border-radius:0 0 5px 5px;background:#fff;z-index:10;box-shadow:0 4px 4px #00000040}.account-salary-header-container .employee-filter .filter-box .destination{display:flex;flex-direction:column;margin-bottom:10px;width:20%}.account-salary-header-container .employee-filter .filter-box .destination label{margin-bottom:5px;font-size:14px;cursor:pointer}.account-salary-header-container .employee-filter .filter-box .inputs{display:flex;flex-direction:row;align-items:center;width:54%;column-gap:10px}.account-salary-header-container .employee-filter .filter-box .inputs label{color:#505050;font-family:Inter,sans-serif;font-size:13px;font-weight:500;display:flex;align-items:center;text-wrap:nowrap;width:33%}.account-salary-header-container .employee-filter .filter-box .inputs label input{margin-left:5px;padding:5px;border-radius:0 0 5px 5px;border:.5px solid #606060;background:#f1f1f1;box-shadow:0 4px 4px #00000040 inset;width:70%}.account-salary-header-container .employee-filter .filter-box .inputs .day-picker{position:absolute;background:#fff;padding:0 20px 20px;top:33px}.account-salary-header-container .employee-filter .filter-box .inputs .save-btn-wrapper{display:flex;gap:10px;align-items:center;justify-content:flex-end}.account-salary-header-container .employee-filter .filter-box .inputs .search-btn{position:relative;font-family:Inter,sans-serif;font-size:16px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:4px 16px;column-gap:6px;border:1px solid #0bbe97;background:#0bbe97;color:#fff;border-radius:5px}.account-salary-header-container .employee-filter .filter-box .search-wrapper-btn{display:flex;justify-content:center;align-items:center;width:20%}.account-salary-header-container .employee-filter .filter-box .search-btn{background-color:#0bbe97;color:#fff;padding:5px 10px;border:none;border-radius:4px;cursor:pointer}.account-salary-header-container .employee-filter .filter-box .search-btn:hover{background-color:#089e7e}.account-salary-header-container .green-chevron{fill:#0bbe97}.account-salary-header-container .rdp-root{--rdp-day-width: 20px;--rdp-day-height: 12px;--rdp-selected-border: 1px solid #0bbe97;--rdp-range_start-color: #fff;--rdp-week_number-border: 1px solid red;--rdp-today-color: #0bbe97;--rdp-range_start-background: #0bbe97 !important;--rdp-range_start-date-background-color: #0bbe97;--rdp-range_middle-background-color: #0bbe9735;--rdp-range_end-background: #0bbe97;--rdp-range_end-date-background-color: #0bbe97}.account-salary-header-container .rdp-range_start.rdp-range_end{background:#0bbe97}.account-salary-header-container .custom-header-option{display:flex;align-items:center;margin-bottom:5px}.account-salary-header-container .custom-header-option input[type=checkbox]{display:none}.account-salary-header-container .custom-header-option label{display:flex;align-items:center;font-size:14px;color:#555;cursor:pointer}.account-salary-header-container .custom-header-option label:hover{background-color:#f9f9f9;color:#0bbe97}.account-salary-header-container .custom-header-option label .custom-radio{width:18px;height:18px;display:inline-block;border-radius:0 0 5px 5px;border:.8px solid #323232;position:relative;background-color:transparent;transition:background-color .2s,border-color .2s}.account-salary-header-container .custom-header-option label .custom-radio:after{content:"";position:absolute;top:1px;left:5px;width:3px;height:9px;opacity:0;transform:rotate(45deg) scale(0);border-right:2px solid #0bbe97;border-bottom:2px solid #0bbe97;transition:all .3s ease;transition-delay:.15s}.account-salary-header-container .custom-header-option input[type=checkbox]:checked+label .custom-radio{background-color:#fff;border-color:#323232}.account-salary-header-container .custom-header-option input[type=checkbox]:checked+label .custom-radio:after{opacity:1;transform:rotate(45deg) scale(1)}.account-salary-header-container .custom-header-option label:hover .custom-radio{border-color:#0bbe97}.reimbursment-container{background-color:#fff;display:flereimbursmentx;width:100%;flex-direction:column;padding:9px 0 30px;width:623px}.reimbursment-container .back-button{aspect-ratio:1;object-fit:contain;object-position:center;width:27px;align-self:end}.reimbursment-container .content{display:flex;margin-top:-14px;width:100%;flex-direction:column;padding:25px 39px}.reimbursment-container .border-bottom{border-bottom:1px solid grey}.reimbursment-container .form-columns{gap:20px;display:flex}.reimbursment-container .form-column{display:flex;flex-direction:column;line-height:normal;width:50%}.reimbursment-container .form-input-label{display:flex;flex-direction:column;margin-top:10px}.reimbursment-container .two-Inputs{display:flex;gap:16px;width:100%}.reimbursment-container .two-Inputs input{width:40%;height:39px;border-radius:1px;border:1px solid #d3d3d3;background:#f4f4f4;padding-left:10px;box-shadow:0 4px 4px #4f545840 inset}.reimbursment-container .two-Inputs button{border:none;background-color:transparent;color:#009d57;font:600 20px Inter,sans-serif}.reimbursment-container #deductionContainer .two-Inputs,.reimbursment-container #earningContainer .two-Inputs{margin-top:20px}.reimbursment-container .buttons-wrapper{width:25%;display:flex;align-items:center;justify-content:space-between}.reimbursment-container .buttons-wrapper button{width:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:2px;border:.5px solid #d0d0d0;height:24px}.reimbursment-container .upload-button{border-radius:1px;border:1px solid #d3d3d3;background:#f4f4f4;box-shadow:0 4px 4px #4f545840 inset;padding:6px;display:flex;align-items:center}.reimbursment-container .input-group{display:flex;flex-grow:1;flex-direction:column;color:gray;font:500 14px Inter,sans-serif}.reimbursment-container .label{color:gray;align-self:start;font:500 14px Inter,sans-serif}.reimbursment-container .input-field,.reimbursment-container select{height:39px;border-radius:1px;border:1px solid #d3d3d3;background:#f4f4f4;padding-left:10px;box-shadow:0 4px 4px #4f545840 inset}.reimbursment-container input:focus-visible{outline:none;border:none}.reimbursment-container .destination-field{border-radius:1px;border:1px solid #d3d3d3;background:#f4f4f4;height:39px;box-shadow:0 4px 4px #4f545840 inset}.reimbursment-container .payment-header{background-color:#fff;box-shadow:0 4px 4px 2px #00000040;display:flex;margin-top:8px;gap:40px 51px;color:#656565;padding:10px 31px;font:600 14px Inter,sans-serif}.reimbursment-container .payment-header .data-header{width:25%}.reimbursment-container .installments{flex-grow:1;width:101px}.reimbursment-container .terms-field{border-radius:1px;border:1px solid #d3d3d3;background:#f4f4f4;padding:8px 10px;box-shadow:0 4px 4px 2px #00000040 inset}.reimbursment-container .section-header{background-color:#0bbe97;color:#fff;padding:5px 17px;margin-bottom:14px;margin-top:14px;font:600 16px Inter,sans-serif;display:flex;justify-content:space-between}.reimbursment-container .payment-row{display:flex;margin-top:8px;color:#636363;padding:10px 6px;font:500 14px Inter,sans-serif;background:#fff;box-shadow:0 4px 4px #00000040;width:100%}.reimbursment-container .payment-row .data-row-payment{width:25%;text-align:center}.reimbursment-container .generate-note{display:flex;align-items:center;margin-top:14px;justify-content:flex-end}.reimbursment-container .generate-note button{border-radius:2px;background:#0bbe97;box-shadow:0 4px 4px #00000040;padding:10px 7px;color:#fff;font:600,15px,Inter,sans-serif;border:none;cursor:pointer}.reimbursment-container .amount-of-reimbursment{display:flex;align-items:center;margin-top:14px;color:#4f4f44;padding-bottom:10px;font:600 15px Inter,sans-serif}.reimbursment-container .amount-of-reimbursment label{width:40%}.reimbursment-container .amount-of-reimbursment .label-of-reimbursment{width:60%}.reimbursment-container .comment-section-reimbursment{display:flex;align-items:flex-start;padding-bottom:10px}.reimbursment-container .comment-section-reimbursment label{width:40%;color:#4f4f4f;font-family:Inter,sans-serif;font-size:15px;font-weight:600;width:fit-content}.reimbursment-container .comment-section-reimbursment input,.reimbursment-container .comment-section-reimbursment textarea{width:60%!important}.reimbursment-container .comment-section-reimbursment .invoice-inputs-wrapper{width:60%;display:flex;align-items:center;justify-content:space-between;column-gap:10px}.reimbursment-container .comment-section-reimbursment .invoice-inputs-wrapper input{width:100%!important}@media (max-width: 991px){.reimbursment-container .payment-row{max-width:100%;white-space:initial}}@media (max-width: 991px){.reimbursment-container .section-header{max-width:100%;padding-right:20px}}@media (max-width: 991px){.reimbursment-container .container{max-width:100%}.reimbursment-container .back-button{margin-right:9px}.reimbursment-container .content{max-width:100%;padding:0 20px}.reimbursment-container .form-columns{flex-direction:column;align-items:stretch;gap:0px}.reimbursment-container .form-column{width:100%}.reimbursment-container .input-group{margin-top:12px}.reimbursment-container .payment-header{max-width:100%;padding:0 20px}}.salary-slip{width:40rem;margin:0 auto;font-family:Arial,sans-serif;background-color:#fdfdfd;padding-left:53px;border-bottom:39px solid #36ab9b;padding-bottom:135px;padding-top:50px}.salary-slip__header{text-align:center;border-radius:10px 10px 0 0;display:flex;align-items:flex-start;justify-content:space-between}.salary-slip__header .left-wrapper{display:flex;flex-direction:column;width:40%}.salary-slip__header .left-wrapper .logo{font-size:24px;font-weight:700;display:flex}.salary-slip__header .left-wrapper .logo img{width:180px}.salary-slip__header .left-wrapper .company-address{font-size:12px;margin-top:16px;text-align:left;font:400 10px Inter,sans-serif}.salary-slip__header .right-wrapper{display:flex;flex-direction:column;width:40%;text-align:right;background-color:#36ab9b;border-bottom:15px solid #3870bf;padding:10px 20px}.salary-slip__header .right-wrapper h2{font-size:24px;font-weight:500;text-align:center;color:#fff;text-transform:uppercase}.salary-slip__title{background-color:#3871c2;padding:6px 25px;text-align:left;margin:40px 0 5px;color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:700}.salary-slip_tablewrapper{width:85%;margin:auto 60px auto auto}.salary-slip__info{margin:0 0 5px}.salary-slip__info .info-grid{display:grid;grid-template-columns:1fr 1fr}.salary-slip__info .info-grid div{padding:9px 0;display:flex;align-items:center;justify-content:space-between;color:#030303;font-family:Inter,sans-serif;font-size:10px;font-weight:400}.salary-slip__info .info-grid div:nth-child(odd){border-bottom:1px solid #333;border-right:1px solid #333;padding:9px 11px 9px 25px}.salary-slip__info .info-grid div:nth-child(11){border-bottom:none;border-right:1px solid #333}.salary-slip__info .info-grid div:nth-child(2n){border-bottom:1px solid #333;padding:9px 11px 9px 20px}.salary-slip__info .info-grid div:nth-child(12){border-bottom:none}.salary-slip__table{width:100%;margin:20px 0;border-collapse:collapse}.salary-slip__table th{background-color:#3871c2;text-align:left;color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:700;padding:6px 25px 6px 20px}.salary-slip__table th:nth-child(1){padding-left:25px}.salary-slip__table td{color:#030303;font-family:Inter,sans-serif;font-size:10px;font-weight:400;padding:0}.salary-slip__table td div{padding:10px;display:flex;align-items:center;justify-content:space-between}.salary-slip__table .left-table{display:flex;flex-direction:column;width:100%;border-right:1px solid black}.salary-slip__table .left-table div{border-bottom:1px solid black;padding-left:25px}.salary-slip__table .right-table{width:50%}.salary-slip__table .right-table div{border-bottom:1px solid black;padding-left:20px}.salary-slip .footer-wrapper{display:flex;align-items:center;justify-content:space-between;margin-top:65px}.salary-slip__summary{display:flex;justify-content:space-between;font-weight:700;flex-direction:column;color:#030303;font-family:Inter,sans-serif;font-size:10px;font-weight:400;width:37%}.salary-slip__summary div{display:flex;align-items:center;justify-content:space-between}.salary-slip__summary div:nth-child(2){margin-top:2px;margin-bottom:10px}.salary-slip__summary .net-salary{color:#000;font-family:Inter,sans-serif;font-size:12px;font-weight:700;background:linear-gradient(90deg,#c3edfb,#77c9bb);padding:10px;margin-top:10px}.salary-slip__summary .net-salary strong{font:700 12px Inter,sans-serif}.salary-slip__footer{text-align:right}.salary-slip__footer .authorised-sign{text-align:center;color:#000;font-family:Inter,sans-serif;font-size:16px;font-weight:700;display:flex;justify-content:center;flex-direction:column;align-items:flex-start}.salary-slip__footer .authorised-sign p{margin-bottom:4px;font:700 14px Inter,sans-serif}.salary-slip__footer .authorised-sign img{width:131px}.salary-slip__footer .authorised-sign span{position:relative;margin-top:4px;font:700 14px Inter,sans-serif}.salary-slip__footer .authorised-sign span:after{content:"";display:block;position:absolute;bottom:-5px;height:1px;width:100%;background-color:#000}.reimbursment{font-family:Inter,sans-serif;color:#333;max-width:800px;margin:auto;background-color:#fff;padding-bottom:250px;width:36rem}.reimbursment__header{display:flex;padding:20px 40px 10px;justify-content:space-between;align-items:center;background-color:#d9eae5}.reimbursment__header .logo-section{display:flex;align-items:center}.reimbursment__header .logo-section .logo{width:140px;margin-right:10px}.reimbursment__header .logo-section h1{font-size:1.5rem;color:#06c}.reimbursment__header h2{color:#000;font-family:Inter,sans-serif;font-size:1.625rem;font-weight:600;letter-spacing:3.6px}.reimbursment__details{padding:0 40px;display:flex;justify-content:space-between;margin:20px 0 0}.reimbursment__details section h3{font-size:12px;margin-bottom:10px;font-weight:700;font-family:Inter,sans-serif}.reimbursment__details section p{margin:5px 0;font-size:12px}.reimbursment__details section p span{font-weight:700;font-weight:600;font-family:Inter,sans-serif}.reimbursment__details section address{font-style:normal;line-height:1.5}.reimbursment__details .company-details{text-align:right}.reimbursment__details .company-details h3{font-size:12px;font-weight:700;font-family:Inter,sans-serif;margin-bottom:10px}.reimbursment__details .company-details p{margin:5px 0;font-size:12px}.reimbursment__details .company-details address{font-size:12px}.reimbursment .payment-details{padding:0 40px;margin:0 0 20px}.reimbursment .payment-details h3{padding:10px 25px;background-color:#1d9e87;font-family:Inter,sans-serif;color:#fff}.reimbursment .payment-details p{padding:10px 40px;border-bottom:1px solid;display:flex;align-items:center;justify-content:space-between}.reimbursment .payment-details p span{font-weight:700}.reimbursment_wrapper{display:flex;align-items:center;justify-content:space-between;padding:0 40px;color:#3b3b3b;font-family:Inter,sans-serif;font-size:12px;font-weight:400;letter-spacing:1.6px}.reimbursment_wrapper .valid-date{text-align:left}.reimbursment_wrapper .valid-date p:first-child{border-bottom:1px solid #000;line-height:25px;font-weight:700;font-family:Inter,sans-serif}.reimbursment_wrapper .valid-date p{text-align:center}.reimbursment__amount{background-color:#e7f1ee;text-align:center;margin:20px 0;display:flex;align-items:center;justify-content:flex-end;width:fit-content;column-gap:30px;padding:20px 40px}.reimbursment__amount h4{margin:0;font-size:12px;font-weight:700;font-family:Inter,sans-serif}.reimbursment__amount p{font-size:12px;font-weight:700;color:#00796b}.reimbursment__table{width:100%;border-collapse:collapse}.reimbursment__table th{background-color:transparent;padding:6px 0 6px 25px;text-align:left;font-family:Inter,sans-serif;font-size:12px;font-weight:700}.reimbursment__table tr{border-bottom:1px solid #000}.reimbursment__table td{padding:6px 0 6px 25px;font-family:Inter,sans-serif;color:#3b3b3b;font-size:12px;font-weight:400;letter-spacing:1.6px;text-align:left;word-wrap:break-word}.reimbursment__table td div{padding:10px;display:flex;align-items:center;justify-content:space-between}.reimbursment .terms-conditions h3{font-size:1.2rem;margin-bottom:10px}.reimbursment .terms-conditions ul{padding-left:20px}.reimbursment .terms-conditions ul li{margin:5px 0;position:relative}.accounts-b2b-table table{width:100%;border-collapse:collapse}.accounts-b2b-table th,.accounts-b2b-table td{padding:8px;text-align:center;text-wrap:nowrap;font-size:12px}.accounts-b2b-table tr{border:2px solid #ddd}.accounts-b2b-table th{background:#cbcbcb;font-weight:700}.accounts-b2b-table tr:hover{background-color:#f1f1f1}.accounts-b2b-table td{cursor:pointer}.togglefilter{cursor:pointer;border:0;position:relative;display:flex;justify-content:end;border-radius:2px;padding:.2rem}.hiddenfilterdiv{position:absolute;top:1rem;color:#fff;width:fit-content;border-radius:12px;background:linear-gradient(90deg,#2bb1a5,#24324f)}.hiddenfilterdiv input{width:19px;cursor:pointer}.hiddenfilterdiv label{display:flex;cursor:pointer;margin:1rem 2rem 1rem 0;gap:.5rem}.accounts-service-form th{padding:8px;background-color:#f4f4f4;text-align:center}.accounts-service-form td{padding:8px;text-align:center}.accounts-service-form .salesref{position:relative;left:.5rem;bottom:-.4rem}.accounts-service-form .input:disabled{color:gray;background:#e0e0e0}.accounts-service-form .calwrap{display:flex;align-items:center;gap:1rem;font-weight:700;margin:1rem 2rem}.accounts-service-form button{cursor:pointer}.accounts-service-form .plus{border:none;color:#fff;display:flex;width:fit-content;align-items:center;padding:10px;height:35px;border-radius:10px;border:2px solid #0bbe97}.accounts-service-form .save{border:none;color:#fff;padding:10px 14px;border-radius:10px;background:#0bbe97;height:35px}.accounts-service-form .resultarea{border-radius:5px;padding:.2rem 1rem;border:1px solid #e5e5e5;background:#f4f4f4;width:fit-content}.accounts-service-form .crinputwrap{width:100%;gap:4px;justify-content:space-between;display:flex;color:#000;border-radius:4px;padding:1px;box-sizing:border-box}.accounts-service-form .inrp{margin-top:3px;border-top:1px solid rgb(181,178,178);font-size:8px;display:flex;justify-content:end}.accounts-service-form .spaninr{padding-right:3px;color:red}.accounts-service-form .crinputcalender{width:100%;min-width:82px;font-size:12px;height:30px;justify-content:center;align-items:center;flex-direction:column;display:flex;color:#6f6f6f;border-radius:4px;background:#f4f4f4;box-shadow:0 4px 4px #00000040 inset;padding:6px;box-sizing:border-box}.accounts-service-form .crinput{width:100%;flex-direction:column;display:flex;color:#000;border-radius:4px;background:#f4f4f4;box-shadow:0 4px 4px #00000040 inset;padding:6px;box-sizing:border-box}.accounts-service-form .crinput input{max-width:4rem}.accounts-service-form .input{width:100%;color:#000;border:0;border-radius:4px;background:#f4f4f4;box-shadow:0 4px 4px #00000040 inset;padding:6px;box-sizing:border-box}.accounts-service-form .crselect{width:fit-content}.accounts-service-form .select{width:100%;border:0;color:#000;border-radius:4px;background:#f4f4f4;box-shadow:0 4px 4px #00000040 inset;padding:.8rem 0;box-sizing:border-box}.account-b2b-header-container{display:flex;align-items:center;padding:6px 1rem;background:#d9d9d9;justify-content:space-between;position:relative}.account-b2b-header-container .b2b-btn-wrapper{display:flex;column-gap:12px}.account-b2b-header-container .b2b-btn-wrapper .indicators{border-radius:4px;background:#aaa;padding:5px;color:#fff;font-family:Inter,sans-serif;font-size:11px;font-weight:500}.account-b2b-header-container .custom-header-option{display:flex;align-items:center;margin-bottom:5px}.account-b2b-header-container .custom-header-option input[type=checkbox]{display:none}.account-b2b-header-container .custom-header-option label{display:flex;align-items:center;font-size:14px;color:#555;cursor:pointer}.account-b2b-header-container .custom-header-option label:hover{background-color:#f9f9f9;color:#0bbe97}.account-b2b-header-container .custom-header-option label .custom-radio{width:18px;height:18px;display:inline-block;border-radius:0 0 5px 5px;border:.8px solid #323232;position:relative;background-color:transparent;transition:background-color .2s,border-color .2s}.account-b2b-header-container .custom-header-option label .custom-radio:after{content:"";position:absolute;top:1px;left:5px;width:3px;height:9px;opacity:0;transform:rotate(45deg) scale(0);border-right:2px solid #0bbe97;border-bottom:2px solid #0bbe97;transition:all .3s ease;transition-delay:.15s}.account-b2b-header-container .custom-header-option input[type=checkbox]:checked+label .custom-radio{background-color:#fff;border-color:#323232}.account-b2b-header-container .custom-header-option input[type=checkbox]:checked+label .custom-radio:after{opacity:1;transform:rotate(45deg) scale(1)}.account-b2b-header-container .custom-header-option label:hover .custom-radio{border-color:#0bbe97}.account-b2b-header-container .employee-filter .header{display:flex;align-items:center;justify-content:space-between;font-size:14px;border:1px solid #ccc;border-radius:4px;padding:10px;margin-bottom:12px;column-gap:3px}.account-b2b-header-container .employee-filter .header .clear-btn{border:none;cursor:pointer;border-radius:2px;background:#abd9cf;color:#666;font-family:Inter,sans-serif;font-size:12px;font-weight:400;padding:4px;text-decoration:underline}.account-b2b-header-container .employee-filter .filter-box{position:absolute;padding:10px 0 0 20px;width:100%;left:0;top:60px;display:flex;border-radius:0 0 5px 5px;background:#fff;box-shadow:0 4px 4px #00000040;z-index:10}.account-b2b-header-container .employee-filter .filter-box .destination{display:flex;flex-direction:column;margin-bottom:10px;width:20%}.account-b2b-header-container .employee-filter .filter-box .destination label{margin-bottom:5px;font-size:14px;cursor:pointer}.account-b2b-header-container .employee-filter .filter-box .inputs{display:flex;flex-direction:row;align-items:center;width:54%;column-gap:10px}.account-b2b-header-container .employee-filter .filter-box .inputs label{color:#505050;font-family:Inter,sans-serif;font-size:13px;font-weight:500;display:flex;align-items:center;text-wrap:nowrap;width:33%}.account-b2b-header-container .employee-filter .filter-box .inputs label input{margin-left:5px;padding:5px;border-radius:0 0 5px 5px;border:.5px solid #606060;background:#f1f1f1;box-shadow:0 4px 4px #00000040 inset;width:70%}.account-b2b-header-container .employee-filter .filter-box .inputs .day-picker{position:absolute;background:#fff;padding:0 20px 20px;top:33px}.account-b2b-header-container .employee-filter .filter-box .inputs .save-btn-wrapper{display:flex;gap:10px;align-items:center;justify-content:flex-end}.account-b2b-header-container .employee-filter .filter-box .inputs .search-btn{position:relative;font-family:Inter,sans-serif;font-size:16px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:4px 16px;column-gap:6px;border:1px solid #0bbe97;background:#0bbe97;color:#fff;border-radius:5px}.account-b2b-header-container .employee-filter .filter-box .search-wrapper-btn{display:flex;justify-content:center;align-items:center;width:20%}.account-b2b-header-container .employee-filter .filter-box .search-btn{background-color:#0bbe97;color:#fff;padding:5px 10px;border:none;border-radius:4px;cursor:pointer}.account-b2b-header-container .employee-filter .filter-box .search-btn:hover{background-color:#089e7e}.account-b2b-header-container .green-chevron{fill:#0bbe97}.account-b2b-header-container .rdp-root{--rdp-day-width: 20px;--rdp-day-height: 12px;--rdp-selected-border: 1px solid #0bbe97;--rdp-range_start-color: #fff;--rdp-week_number-border: 1px solid red;--rdp-today-color: #0bbe97;--rdp-range_start-background: #0bbe97 !important;--rdp-range_start-date-background-color: #0bbe97;--rdp-range_middle-background-color: #0bbe9735;--rdp-range_end-background: #0bbe97;--rdp-range_end-date-background-color: #0bbe97}.account-b2b-header-container .rdp-range_start.rdp-range_end{background:#0bbe97}.jr-internal-expense-form{border-radius:0;display:flex;max-width:504px;flex-direction:column}.jr-internal-expense-form .form-container{border-radius:25px;background-color:transparent;display:flex;width:100%;flex-direction:column;padding:20px 0;gap:0}.jr-internal-expense-form .divider{min-height:1px;width:100%;border:1px solid rgb(185,185,185)}.jr-internal-expense-form .form-content{display:flex;margin-top:10px;width:100%;flex-direction:column;padding:0 34px}.jr-internal-expense-form .field-label{color:#656565;align-self:start;margin-left:11px;margin-top:10px;font:500 14px Inter,sans-serif}.jr-internal-expense-form input{border-radius:5px;background-color:#f4f4f4;box-shadow:0 4px 4px #4f545840;color:#7d7d7d;white-space:nowrap;padding:11px 14px;font:500 14px Inter,sans-serif;border:1px solid rgb(211,211,211)}.jr-internal-expense-form .date-field{display:flex;flex-direction:column;font:500 14px Inter,sans-serif}.jr-internal-expense-form .date-input{border-radius:5px;background-color:#f4f4f4;color:#939393;padding:11px 8px;border:1px solid rgb(211,211,211)}.jr-internal-expense-form .category-field{display:flex;flex-direction:column}.jr-internal-expense-form select{border-radius:5px;background-color:#f4f4f4;box-shadow:0 4px 4px #4f545840;display:flex;flex-direction:column;align-items:start;justify-content:center;padding:7px 20px;border:1px solid rgb(211,211,211)}.jr-internal-expense-form .select-icon{aspect-ratio:1.83;object-fit:contain;object-position:center;width:11px}.jr-internal-expense-form .text-input{border-radius:5px;background-color:#f4f4f4;display:flex;width:427px;max-width:100%;height:39px;border:1px solid rgb(211,211,211)}.jr-internal-expense-form .file-upload{border-radius:5px;background-color:#f4f4f4;box-shadow:0 4px 4px #4f545840;display:flex;width:427px;max-width:100%;gap:40px 100px;color:#939393;white-space:nowrap;padding:5px 7px;font:500 14px Inter,sans-serif;border:1px solid rgb(211,211,211)}.jr-internal-expense-form .upload-text{margin:auto 0;display:flex;align-items:center;cursor:pointer;justify-content:space-between;width:100%}.jr-internal-expense-form .upload-icon{aspect-ratio:1.1;object-fit:contain;object-position:center;width:33px;border-radius:3px}.jr-internal-expense-form .textarea{border-radius:5px;background-color:#f4f4f4;display:flex;width:427px;max-width:100%;height:104px;padding:10px;border:1px solid rgb(211,211,211)}.jr-internal-expense-form .screenshot-banner{border-radius:8px;cursor:pointer;background-color:#0bbe97;display:flex;margin-top:17px;gap:20px;color:#fff;justify-content:space-between;padding:10px 14px;font:500 16px Inter,sans-serif}.jr-internal-expense-form .screenshot-icon{aspect-ratio:1.75;object-fit:contain;object-position:center;width:14px;margin:auto 0}.jr-internal-expense-form .button-group{display:flex;margin-top:47px;gap:20px;white-space:nowrap;justify-content:space-between;font:600 15px Inter,sans-serif}.jr-internal-expense-form .cancel-button{border-radius:5px;background-color:#fff;box-shadow:0 4px 4px #00000040;color:#0bbe97;padding:9px 19px;border:1px solid rgb(11,190,151)}.jr-internal-expense-form .save-button{border-radius:5px;background-color:#0bbe97;box-shadow:0 4px 4px #00000040;color:#fff;padding:9px 28px}.jr-internal-expense-form .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.jr-internal-expense-form .payment-proofs-accordion-content{padding:10px 15px;color:#000;border-top:1px solid rgba(255,255,255,.3);background-color:#fff;display:flex;flex-wrap:wrap}.jr-internal-expense-form .payment-proofs-accordion-content .payment-proofs-accordion-file-item .image{width:200px;margin-right:10px}@media (max-width: 991px){.jr-internal-expense-form .form-container{max-width:100%}.jr-internal-expense-form .form-content{max-width:100%;padding:0 20px}.jr-internal-expense-form .field-input{max-width:100%;padding-right:20px;white-space:initial}.jr-internal-expense-form .date-input{padding-right:20px}.jr-internal-expense-form .category-select{padding-left:20px}.jr-internal-expense-form .file-upload{padding-left:20px;white-space:initial}.jr-internal-expense-form .screenshot-banner{max-width:100%;margin-right:2px}.jr-internal-expense-form .button-group{max-width:100%;white-space:initial;margin:40px 6px 0 0}.jr-internal-expense-form .cancel-button{padding-right:20px;white-space:initial}.jr-internal-expense-form .save-button{white-space:initial;padding:0 20px}}.account-b2b-header-container{display:flex;align-items:center;padding:6px 1rem;border-radius:5px;background:#fff;box-shadow:0 4px 4px #00000040;justify-content:space-between;position:relative}.account-b2b-header-container .account-b2b-header-filteroptions{display:flex;gap:10px;justify-content:center;align-items:center;position:relative}.account-b2b-header-container .account-b2b-header-filteroptions .destination{display:flex;align-items:center;gap:6px;cursor:pointer;font:400 12px Inter,sans-serif}.account-b2b-header-container .account-b2b-header-filteroptions .filter-options{position:absolute;top:20px;left:-9px;background:#fff;padding:10px;z-index:9}.account-b2b-header-container .search-wrapper{display:flex;justify-content:center;column-gap:20px;align-items:center;border-radius:6px;border:1px solid #898989;background:#d9d9d9;box-shadow:0 4px 4px #00000040}.account-b2b-header-container .search-wrapper select:focus-visible{outline:none}.account-b2b-header-container .search-wrapper .searchBtn-wraper{display:flex;align-items:center;justify-content:center}.account-b2b-header-container .search-wrapper .searchBtn-wraper input{border:none;color:#000;background:transparent;cursor:text;display:flex;justify-content:center;align-items:center;width:170px;height:20px;font-size:16px}.account-b2b-header-container .search-wrapper .searchBtn-wraper input:focus-visible{outline:none}.account-b2b-header-container .search-wrapper .searchBtn-wraper .searchBtn{position:relative;border-radius:5px;background:#0bbe97;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:5px 16px;column-gap:6px}.account-b2b-header-container select{padding:.5rem;border:1px solid #ccc;border-radius:4px}.account-b2b-header-container .short-filter-wrapper{display:flex;align-items:center;column-gap:20px}.account-b2b-header-container .short-filter-wrapper .short-btn{position:relative;border-radius:5px;background:#0bbe97;color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:12px 16px;column-gap:6px}.account-b2b-header-container .short-filter-wrapper .export-btn{background-color:#fff;color:#0bbe97}.account-b2b-sub-header{display:flex;align-items:center;justify-content:space-between;background:#d9d9d9;position:relative}.account-b2b-sub-header .b2b-btn-wrapper{display:flex;column-gap:12px}.account-b2b-sub-header .b2b-btn-wrapper .indicators{border-radius:4px;background:#7ccbba;padding:5px;color:#fff;font-family:Inter,sans-serif;font-size:11px;font-weight:500}.account-b2b-sub-header .employee-filter .header{display:flex;align-items:center;justify-content:space-between;font-size:14px;border:1px solid #ccc;border-radius:4px;padding:7px 10px;margin-bottom:0;column-gap:3px}.account-b2b-sub-header .employee-filter .header .clear-btn{border:none;cursor:pointer;border-radius:2px;background:#abd9cf;color:#666;font-family:Inter,sans-serif;font-size:12px;font-weight:400;padding:4px;text-decoration:underline}.account-b2b-sub-header .employee-filter .filter-box{position:absolute;padding:10px 0 0 20px;width:100%;left:0;top:37px;display:flex;border-radius:0 0 5px 5px;background:#fff;box-shadow:0 4px 4px #00000040;z-index:10}.account-b2b-sub-header .employee-filter .filter-box .destination{display:flex;flex-direction:column;margin-bottom:10px;width:20%}.account-b2b-sub-header .employee-filter .filter-box .destination label{margin-bottom:5px;font-size:14px;cursor:pointer}.account-b2b-sub-header .employee-filter .filter-box .inputs{display:flex;flex-direction:row;align-items:center;width:54%;column-gap:10px}.account-b2b-sub-header .employee-filter .filter-box .inputs label{color:#505050;font-family:Inter,sans-serif;font-size:13px;font-weight:500;display:flex;align-items:center;text-wrap:nowrap;width:33%}.account-b2b-sub-header .employee-filter .filter-box .inputs label input{margin-left:5px;padding:5px;border-radius:0 0 5px 5px;border:.5px solid #606060;background:#f1f1f1;box-shadow:0 4px 4px #00000040 inset;width:70%}.account-b2b-sub-header .employee-filter .filter-box .inputs .day-picker{position:absolute;background:#fff;padding:0 20px 20px;top:33px}.account-b2b-sub-header .employee-filter .filter-box .inputs .save-btn-wrapper{display:flex;gap:10px;align-items:center;justify-content:flex-end}.account-b2b-sub-header .employee-filter .filter-box .inputs .search-btn{position:relative;font-family:Inter,sans-serif;font-size:16px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:4px 16px;column-gap:6px;border:1px solid #0bbe97;background:#0bbe97;color:#fff;border-radius:5px}.account-b2b-sub-header .employee-filter .filter-box .search-wrapper-btn{display:flex;justify-content:center;align-items:center;width:20%}.account-b2b-sub-header .employee-filter .filter-box .search-btn{background-color:#0bbe97;color:#fff;padding:5px 10px;border:none;border-radius:4px;cursor:pointer}.account-b2b-sub-header .employee-filter .filter-box .search-btn:hover{background-color:#089e7e}.account-b2b-sub-header .green-chevron{fill:#0bbe97}.account-b2b-sub-header .rdp-root{--rdp-day-width: 20px;--rdp-day-height: 12px;--rdp-selected-border: 1px solid #0bbe97;--rdp-range_start-color: #fff;--rdp-week_number-border: 1px solid red;--rdp-today-color: #0bbe97;--rdp-range_start-background: #0bbe97 !important;--rdp-range_start-date-background-color: #0bbe97;--rdp-range_middle-background-color: #0bbe9735;--rdp-range_end-background: #0bbe97;--rdp-range_end-date-background-color: #0bbe97}.account-b2b-sub-header .rdp-range_start.rdp-range_end{background:#0bbe97}.custom-header-option{display:flex;align-items:center;margin-bottom:5px}.custom-header-option input[type=checkbox]{display:none}.custom-header-option label{display:flex;align-items:center;font-size:14px;color:#555;cursor:pointer}.custom-header-option label:hover{background-color:#f9f9f9;color:#0bbe97}.custom-header-option label .custom-radio{width:18px;height:18px;display:inline-block;border-radius:0 0 5px 5px;border:.8px solid #323232;position:relative;background-color:transparent;transition:background-color .2s,border-color .2s}.custom-header-option label .custom-radio:after{content:"";position:absolute;top:1px;left:5px;width:3px;height:9px;opacity:0;transform:rotate(45deg) scale(0);border-right:2px solid #0bbe97;border-bottom:2px solid #0bbe97;transition:all .3s ease;transition-delay:.15s}.custom-header-option input[type=checkbox]:checked+label .custom-radio{background-color:#fff;border-color:#323232}.custom-header-option input[type=checkbox]:checked+label .custom-radio:after{opacity:1;transform:rotate(45deg) scale(1)}.custom-header-option label:hover .custom-radio{border-color:#0bbe97}.account-incentive-header-container{display:flex;align-items:center;padding:6px 1rem;background:#d9d9d9;justify-content:space-between;position:relative}.account-incentive-header-container .incentive-btn-wrapper .incentive-btn{padding:10px 30px;border:none;background-color:#00c49a;color:#fff;font-weight:700;cursor:pointer;transition:background-color .3s ease;border-radius:8px;border:1.2px solid #0bbe97;background:#fff;box-shadow:0 4px 4px #00000040;color:#0bbe97;font-size:15px}.account-incentive-header-container .incentive-btn-wrapper .incentive-btn .cross-btn{font-size:12px;padding-left:8px;color:#fff}.account-incentive-header-container .incentive-btn-wrapper .incentive-btn.active,.account-incentive-header-container .incentive-btn-wrapper .incentive-btn:hover{background-color:#0bbe97;color:#fff}.account-incentive-header-container .incentive-btn-wrapper .active.incentive-btn{padding:10px 20px}.account-incentive-header-container .search-wrapper{display:flex;justify-content:center;column-gap:20px;align-items:center;border-radius:6px;border:1px solid #898989;background:#d9d9d9;box-shadow:0 4px 4px #00000040}.account-incentive-header-container .search-wrapper select:focus-visible{outline:none}.account-incentive-header-container .search-wrapper .searchBtn-wraper{display:flex;align-items:center;justify-content:center}.account-incentive-header-container .search-wrapper .searchBtn-wraper input{border:none;color:#000;background:transparent;cursor:text;display:flex;justify-content:center;align-items:center;width:170px;height:20px;font-size:16px}.account-incentive-header-container .search-wrapper .searchBtn-wraper input:focus-visible{outline:none}.account-incentive-header-container .search-wrapper .searchBtn-wraper .searchBtn{position:relative;border-radius:5px;background:#0bbe97;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:5px 16px;column-gap:6px}.account-incentive-header-container select{padding:.5rem;border:1px solid #ccc;border-radius:4px}.account-incentive-header-container .short-filter-wrapper{display:flex;align-items:center;column-gap:20px}.account-incentive-header-container .short-filter-wrapper .short-btn{position:relative;border-radius:5px;background:#0bbe97;color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:12px 16px;column-gap:6px}.account-incentive-header-container .short-filter-wrapper .export-btn{background-color:#fff;color:#0bbe97}.account-incentive-header-container .employee-filter .header{display:flex;align-items:center;justify-content:space-between;font-size:14px;border:1px solid #ccc;border-radius:4px;padding:10px;column-gap:3px}.account-incentive-header-container .employee-filter .header .clear-btn{border:none;cursor:pointer;border-radius:2px;background:#abd9cf;color:#666;font-family:Inter,sans-serif;font-size:12px;font-weight:400;padding:4px;text-decoration:underline}.account-incentive-header-container .employee-filter .filter-box{position:absolute;padding:20px 21px 20px 20px;width:100%;left:0;top:50px;display:flex;border-radius:0 0 5px 5px;background:#fff;box-shadow:0 4px 4px #00000040;justify-content:center;z-index:10}.account-incentive-header-container .employee-filter .filter-box .destination{display:flex;flex-direction:column;margin-bottom:10px;width:20%}.account-incentive-header-container .employee-filter .filter-box .destination label{margin-bottom:5px;font-size:14px;cursor:pointer}.account-incentive-header-container .employee-filter .filter-box .inputs{display:flex;flex-direction:row;align-items:flex-end;width:54%;column-gap:10px}.account-incentive-header-container .employee-filter .filter-box .inputs label{color:#505050;font-family:Inter,sans-serif;font-size:13px;font-weight:500;display:flex;align-items:center;text-wrap:nowrap;width:33%}.account-incentive-header-container .employee-filter .filter-box .inputs label input{margin-left:5px;padding:5px;border-radius:0 0 5px 5px;border:.5px solid #606060;background:#f1f1f1;box-shadow:0 4px 4px #00000040 inset;width:70%}.account-incentive-header-container .employee-filter .filter-box .inputs .day-picker{position:absolute;background:#fff;padding:0 20px 20px;top:33px}.account-incentive-header-container .employee-filter .filter-box .inputs .save-btn-wrapper{display:flex;gap:10px;align-items:center;justify-content:flex-end}.account-incentive-header-container .employee-filter .filter-box .inputs .search-btn{position:relative;font-family:Inter,sans-serif;font-size:16px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:4px 16px;column-gap:6px;border:1px solid #0bbe97;background:#0bbe97;color:#fff;border-radius:5px}.account-incentive-header-container .employee-filter .filter-box .search-wrapper-btn{display:flex;justify-content:center;align-items:center;width:20%}.account-incentive-header-container .employee-filter .filter-box .search-btn{background-color:#0bbe97;color:#fff;padding:5px 10px;border:none;border-radius:4px;cursor:pointer}.account-incentive-header-container .employee-filter .filter-box .search-btn:hover{background-color:#089e7e}.account-incentive-header-container .green-chevron{fill:#0bbe97}.account-incentive-header-container .rdp-root{--rdp-day-width: 20px;--rdp-day-height: 12px;--rdp-selected-border: 1px solid #0bbe97;--rdp-range_start-color: #fff;--rdp-week_number-border: 1px solid red;--rdp-today-color: #0bbe97;--rdp-range_start-background: #0bbe97 !important;--rdp-range_start-date-background-color: #0bbe97;--rdp-range_middle-background-color: #0bbe9735;--rdp-range_end-background: #0bbe97;--rdp-range_end-date-background-color: #0bbe97}.account-incentive-header-container .rdp-range_start.rdp-range_end{background:#0bbe97}.account-incentive-header-container .custom-header-option{display:flex;align-items:center;margin-bottom:5px}.account-incentive-header-container .custom-header-option input[type=checkbox]{display:none}.account-incentive-header-container .custom-header-option label{display:flex;align-items:center;font-size:14px;color:#555;cursor:pointer}.account-incentive-header-container .custom-header-option label:hover{background-color:#f9f9f9;color:#0bbe97}.account-incentive-header-container .custom-header-option label .custom-radio{width:18px;height:18px;display:inline-block;border-radius:0 0 5px 5px;border:.8px solid #323232;position:relative;background-color:transparent;transition:background-color .2s,border-color .2s}.account-incentive-header-container .custom-header-option label .custom-radio:after{content:"";position:absolute;top:1px;left:5px;width:3px;height:9px;opacity:0;transform:rotate(45deg) scale(0);border-right:2px solid #0bbe97;border-bottom:2px solid #0bbe97;transition:all .3s ease;transition-delay:.15s}.account-incentive-header-container .custom-header-option input[type=checkbox]:checked+label .custom-radio{background-color:#fff;border-color:#323232}.account-incentive-header-container .custom-header-option input[type=checkbox]:checked+label .custom-radio:after{opacity:1;transform:rotate(45deg) scale(1)}.account-incentive-header-container .custom-header-option label:hover .custom-radio{border-color:#0bbe97}.incentive-lead-card{height:15rem!important}.incentive-status-wrapper{display:flex;column-gap:10px;align-items:center;justify-content:flex-end;margin-top:12px}.incentive-status-wrapper .incentive-status-circle{height:43px;width:43px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#a7a7a7;color:#fff;font-family:Inter,sans-serif;font-size:11px;font-weight:500}.incentive-status-wrapper .Requested{background-color:#ecc000}.incentive-status-wrapper .Hold,.incentive-status-wrapper .Pending{background-color:#cb640f}.incentive-status-wrapper .Credited{background-color:#3e9e06}.incentive-status-wrapper .Rejected{background-color:#e90000}.incentive-page-accounts{display:flex;background:#eaeaea;padding:1.25rem;gap:.9375rem}.incentive-page-accounts .trip-list{width:35%}.incentive-page-accounts .trip-main{width:65%}.requested-page{display:flex;background:#eaeaea;padding:20px;gap:15px}.requested-page .requested-list{width:35%}.requested-page .requested-main{width:63%}.requested-details{background:linear-gradient(180deg,#587c99,#5795a0);box-shadow:0 0 7px #000000b3;border-radius:10px;padding:53px 20px 70px;margin-top:25px;box-shadow:0 4px 8px #0000001a;position:relative}.requested-details .requested-client-details{width:80%;margin:auto}.requested-details .vouchers_client_details{display:flex;flex-wrap:wrap;padding-bottom:16px;border-bottom:none}.requested-details .vouchers_client_details p{color:#fff;font-family:Inter;font-size:16px;font-weight:500;width:50%;margin-top:5px}.requested-details .vouchers_client_details span{color:#fff;font-family:Inter;font-size:16px;font-weight:700}.requested-details .vouchers_id_container{display:flex}.requested-details .vouchers_id_container .vouchersid_and_flights{display:flex;width:50%}.requested-details .vouchers_id_container .vouchersid_and_flights h2{color:#59afff;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.requested-details .vouchers_id_container .followUp_ratings{display:flex;justify-content:flex-end;width:50%}.requested-details .vouchers_id_container .followUp_ratings span{color:#fff;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.requested-details .vouchers_id_container .followUp_ratings .vouchers_rattings_flights{gap:10px;display:flex;align-items:center}.requested-details .vouchers_id_container .followUp_ratings .vouchers_rattings_flights div{display:flex}.requested-details .vouchers_id_container .followUp_ratings .lead_status{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:3px 12px}.requested-details .requested-btn{display:flex;align-items:center;justify-content:space-between;font-family:Inter,sans-serif;font-size:15px;font-weight:500;border-bottom:1px solid #fff}.requested-details .requested-btn .final-package-invoice{display:flex;column-gap:10px;height:fit-content;margin:10px 0}.requested-details .requested-btn .final-package-invoice button{border-radius:10px;border:1px solid #0bbe97;background:#fff;color:#0bbe97;padding:5px 12px}.requested-details .requested-btn .final-package-invoice button:hover{cursor:pointer}.requested-details .requested-btn .incentive-inner-page-wrapper{display:flex;column-gap:10px;align-items:center;justify-content:flex-end;margin-bottom:12px}.requested-details .requested-btn .incentive-inner-page-wrapper .incentive-status-circle{height:43px;width:43px;border-radius:50%;background:red;display:flex;align-items:center;justify-content:center;background-color:#a7a7a7;color:#fff;font-family:Inter,sans-serif;font-size:11px;font-weight:500}.requested-details .requested-btn .incentive-inner-page-wrapper .Requested{background-color:#ecc000}.requested-details .requested-btn .incentive-inner-page-wrapper .Hold,.requested-details .requested-btn .incentive-inner-page-wrapper .Pending{background-color:#cb640f}.requested-details .requested-btn .incentive-inner-page-wrapper .Credited{background-color:#3e9e06}.requested-details .requested-btn .incentive-inner-page-wrapper .Rejected{background-color:#e90000}.requested-details .requested-btn button{border-radius:10px;border:1px solid #0bbe97;background:#0bbe97;color:#fff;font-family:Inter,sans-serif;font-weight:500;padding:5px 12px}.requested-details .requested-btn button:hover{cursor:pointer}.requested-details .request-save-button-container{display:flex;justify-content:flex-end;margin-top:10px}.requested-details .request-save-button-container button{border-radius:5px;border:1px solid #0bbe97;background:#0bbe97;color:#fff;font-family:Inter,sans-serif;font-weight:500;padding:8px 16px}.requested-details .request-save-button-container button:hover{cursor:pointer}.request-incentive-accounts-installment-container{border-radius:0;display:flex;flex-direction:column;font-family:Inter,sans-serif;margin:20px 0}.request-incentive-accounts-installment-container .payment-history{color:#245e8e;font-family:Inter,sans-serif;font-size:16px;font-weight:600;background-color:#fff;padding:10px 17px;margin-bottom:18px}.request-incentive-accounts-installment-container .header-row{background-color:#fff;box-shadow:0 4px 4px #00000040;display:flex;font-size:12px;color:#16243d;font-weight:600;flex-wrap:wrap;padding:8px 0 8px 8px;border:1px solid rgb(85,85,85)}.request-incentive-accounts-installment-container .header-group{display:flex;gap:17px;width:100%}.request-incentive-accounts-installment-container .header-item{flex-grow:1;width:20%}.request-incentive-accounts-installment-container .data-row{background-color:#fff;box-shadow:0 4px 4px #00000040;display:flex;margin-top:8px;width:100%;gap:20px;font-size:16px;color:#000;font-weight:400;white-space:nowrap;justify-content:space-between;padding:5px;border:1px solid rgb(85,85,85)}.request-incentive-accounts-installment-container .data-cell{border-radius:3px;background-color:#d9d9d9;width:20%;padding:8px 0 8px 5px}.request-incentive-accounts-installment-container .data-input{width:100%;background-color:transparent;border:none;padding-left:10px}.request-incentive-accounts-installment-container .data-input:focus-visible{outline:none}.request-incentive-accounts-installment-container .total-cost{display:flex;margin:20px 0;border-bottom:1px solid #fff;justify-content:space-between;padding:10px 0}.request-incentive-accounts-installment-container .total-cost p{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:500}.request-incentive-bookedServices-container{border-radius:0;display:flex;flex-direction:column;font-family:Inter,sans-serif;margin:20px 0}.request-incentive-bookedServices-container .payment-history{color:#fff;font-family:Inter,sans-serif;font-size:24px;font-weight:700;padding:10px 17px;margin-bottom:18px;margin-top:10px}.request-incentive-bookedServices-container .header-row{display:flex;font-size:12px;color:#16243d;font-weight:600;flex-wrap:wrap;padding:8px 0 8px 8px;color:#fff;font-family:Inter,sans-serif;font-size:16px}.request-incentive-bookedServices-container .header-group{display:flex;gap:17px;width:100%}.request-incentive-bookedServices-container .header-item{flex-grow:1;width:20%}.request-incentive-bookedServices-container .data-row{border-radius:7px;background:#d9d9d9;box-shadow:0 4px 4px #00000040;display:flex;margin-top:8px;width:100%;gap:20px;font-size:16px;color:#000;font-weight:400;white-space:nowrap;justify-content:space-between;padding:5px;border:1px solid rgb(85,85,85)}.request-incentive-bookedServices-container .data-cell{border-radius:3px;background-color:#d9d9d9;width:20%;padding:8px 0 8px 5px;text-wrap:auto;color:#737373;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:normal}.request-incentive-bookedServices-container .data-input{width:100%;background-color:transparent;border:none;padding-left:10px}.request-incentive-bookedServices-container .data-input:focus-visible{outline:none}.request-incentive-bookedServices-container .total-cost{display:flex;margin:20px 0;border-bottom:1px solid #fff;justify-content:space-between;padding:10px 0}.request-incentive-bookedServices-container .total-cost p{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:500}.profit-container h2{background-color:#fff;padding:10px 17px;margin-bottom:30px;color:#245e8e;font-family:Inter,sans-serif;font-size:16px;font-weight:600}.profit-container .profit-card{padding:20px;position:relative;border:1px solid #fff;width:87%;color:#fff;font-family:Arial,sans-serif}.profit-container .profit-card .sales-flights-wrapper{display:flex;gap:0;align-items:center;justify-content:center}.profit-container .profit-card .sales-flights-wrapper .sales-summary{border-left:1px solid #fff}.profit-container .profit-card .sales-flights-wrapper .sales-summary,.profit-container .profit-card .sales-flights-wrapper .flights-summary{width:49%;border-top:1px solid #fff;border-right:1px solid #fff}.profit-container .profit-card .sales-flights-wrapper .sales-summary .profit-all-fields-sales,.profit-container .profit-card .sales-flights-wrapper .flights-summary .profit-all-fields-sales{border-bottom:1px solid #fff;padding:9px 9px 10px;display:flex;justify-content:space-between}.profit-container .profit-card .profit-all-fields{display:flex;align-items:center;border-bottom:1px solid #fff;padding:9px 0 9px 10px;width:100%;font-family:Inter,sans-serif}.profit-container .profit-card .profit-all-fields p{width:60%;font-weight:600}.profit-container .profit-card .profit-all-fields input{background:#d9d9d9;box-shadow:0 4px 4px #00000040 inset;padding:10px 20px;border:none;width:50%}.profit-container .profit-card .buttons-container{width:25%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin-top:10px;position:absolute;left:96%;gap:10px;bottom:0}.profit-container .profit-card .buttons-container .buttons-wrapper{display:flex;justify-content:space-between;column-gap:10px}.profit-container .profit-card .buttons-container button{width:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:2px;border:.5px solid #d0d0d0;height:24px}.profit-container .profit-card .buttons-container .save-button{background:#0bbe97;color:#fff;padding:15px 28px;border:none}.profit-container .profit-card .total-profit{margin-top:10px;font-size:18px;display:flex;align-items:center}.profit-container .profit-card .total-profit span{width:60%}.profit-container .profit-card .total-profit strong{color:#9f0;font-family:Inter,sans-serif;font-size:24px;font-weight:700}.initiate-incentive-container{display:flex;align-items:center;justify-content:center;padding-bottom:40px;border-bottom:1px solid #fff;gap:10px}.initiate-incentive-container .operation-card{border:1px solid #fff;padding-top:0;font-family:Arial,sans-serif;box-shadow:0 4px 8px #0000001a}.initiate-incentive-container .operation-card .title{color:#515151;font-family:Inter,sans-serif;font-size:20px;padding:11px 0 11px 18px;font-weight:600;background:#fff}.initiate-incentive-container .operation-card .incentive-details{padding-left:18px;padding-right:18px;color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:500;letter-spacing:.2px}.initiate-incentive-container .operation-card .incentive-details p{margin:5px 0;display:flex;justify-content:space-between;width:100%}.initiate-incentive-container .operation-card .incentive-details p span{font-weight:700;width:35%;text-align:left}.initiate-incentive-container .operation-card .incentive-details .input-row{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.initiate-incentive-container .operation-card .incentive-details .input-row label{color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:500;letter-spacing:.2px;width:55%}.initiate-incentive-container .operation-card .incentive-details .input-row input{width:45%;padding:5px;border:1px solid #ccc;color:#616161;font-family:Inter,sans-serif;font-size:12px;font-weight:500;border-radius:4px}.initiate-incentive-container .operation-card .incentive-details .input-row textarea{width:100%;padding:5px;border:1px solid #ccc;color:#616161;font-family:Inter,sans-serif;font-size:12px;font-weight:500;border-radius:4px}.initiate-incentive-container .operation-card .actions{display:flex;justify-content:flex-end;gap:10px;align-items:center;margin-top:15px;border-top:1px solid #fff;padding:8px 20px}.initiate-incentive-container .operation-card .actions .save-btn{color:#fff;background:#0bbe97;border:none;padding:5px 8px;font-size:.9rem;border-radius:4px;cursor:pointer;transition:background-color .3s}.initiate-incentive-container .operation-card .actions .save-btn:hover{background:#0cae8b}.initiate-incentive-container .operation-card .actions .mail-btn{background:none;border:none;background-color:#fff;cursor:pointer;padding:5px 8px}.initiate-incentive-container .operation-card .actions .mail-btn img{width:15px}.account-refund-process-container{display:flex;align-items:center;padding:6px 1rem;background:#d9d9d9;justify-content:space-between;position:relative}.account-refund-process-container .refund-btn-wrapper{display:flex;column-gap:12px}.account-refund-process-container .refund-btn-wrapper .indicators{border-radius:4px;background:#7ccbba;padding:5px;color:#fff;font-family:Inter,sans-serif;font-size:11px;font-weight:500}.account-refund-process-container .custom-header-option{display:flex;align-items:center;margin-bottom:5px}.account-refund-process-container .custom-header-option input[type=checkbox]{display:none}.account-refund-process-container .custom-header-option label{display:flex;align-items:center;font-size:14px;color:#555;cursor:pointer}.account-refund-process-container .custom-header-option label:hover{background-color:#f9f9f9;color:#0bbe97}.account-refund-process-container .custom-header-option label .custom-radio{width:18px;height:18px;display:inline-block;border-radius:0 0 5px 5px;border:.8px solid #323232;position:relative;background-color:transparent;transition:background-color .2s,border-color .2s}.account-refund-process-container .custom-header-option label .custom-radio:after{content:"";position:absolute;top:1px;left:5px;width:3px;height:9px;opacity:0;transform:rotate(45deg) scale(0);border-right:2px solid #0bbe97;border-bottom:2px solid #0bbe97;transition:all .3s ease;transition-delay:.15s}.account-refund-process-container .custom-header-option input[type=checkbox]:checked+label .custom-radio{background-color:#fff;border-color:#323232}.account-refund-process-container .custom-header-option input[type=checkbox]:checked+label .custom-radio:after{opacity:1;transform:rotate(45deg) scale(1)}.account-refund-process-container .custom-header-option label:hover .custom-radio{border-color:#0bbe97}.account-refund-process-container .search-wrapper{display:flex;justify-content:center;column-gap:20px;align-items:center;border-radius:6px;border:1px solid #898989;background:#d9d9d9;box-shadow:0 4px 4px #00000040}.account-refund-process-container .search-wrapper select:focus-visible{outline:none}.account-refund-process-container .search-wrapper .searchBtn-wraper{display:flex;align-items:center;justify-content:center}.account-refund-process-container .search-wrapper .searchBtn-wraper input{border:none;color:#000;background:transparent;cursor:text;display:flex;justify-content:center;align-items:center;width:170px;height:20px;font-size:16px}.account-refund-process-container .search-wrapper .searchBtn-wraper input:focus-visible{outline:none}.account-refund-process-container .search-wrapper .searchBtn-wraper .searchBtn{position:relative;border-radius:5px;background:#0bbe97;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:5px 16px;column-gap:6px}.account-refund-process-container select{padding:.5rem;border:1px solid #ccc;border-radius:4px}.account-refund-process-container .short-filter-wrapper{display:flex;align-items:center;column-gap:20px}.account-refund-process-container .short-filter-wrapper .short-btn{position:relative;border-radius:5px;background:#0bbe97;color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:12px 16px;column-gap:6px}.account-refund-process-container .short-filter-wrapper .export-btn{background-color:#fff;color:#0bbe97}.account-refund-process-container .employee-filter .header{display:flex;align-items:center;justify-content:space-between;font-size:12px;border:1px solid #ccc;border-radius:4px;padding:10px;column-gap:3px}.account-refund-process-container .employee-filter .header .clear-btn{border:none;cursor:pointer;border-radius:2px;background:#abd9cf;color:#666;font-family:Inter,sans-serif;font-size:12px;font-weight:400;padding:4px;text-decoration:underline}.account-refund-process-container .employee-filter .filter-box{position:absolute;padding:15px 0 15px 20px;width:100%;left:0;top:49px;display:flex;border-radius:0 0 5px 5px;background:#fff;box-shadow:0 4px 4px #00000040;z-index:10}.account-refund-process-container .employee-filter .filter-box .destination{display:flex;align-items:flex-end;width:20%}.account-refund-process-container .employee-filter .filter-box .destination label{margin-bottom:5px;font-size:14px;cursor:pointer}.account-refund-process-container .employee-filter .filter-box .inputs{display:flex;flex-direction:row;align-items:flex-end;width:85%;column-gap:10px}.account-refund-process-container .employee-filter .filter-box .inputs label{color:#505050;font-family:Inter,sans-serif;font-size:13px;font-weight:500;display:flex;align-items:center;text-wrap:nowrap;width:33%}.account-refund-process-container .employee-filter .filter-box .inputs label input{margin-left:5px;padding:5px;border-radius:0 0 5px 5px;border:.5px solid #606060;background:#f1f1f1;box-shadow:0 4px 4px #00000040 inset;width:70%}.account-refund-process-container .employee-filter .filter-box .inputs .day-picker{position:absolute;background:#fff;padding:0 20px 20px;top:33px}.account-refund-process-container .employee-filter .filter-box .inputs .save-btn-wrapper{display:flex;gap:10px;align-items:center;justify-content:flex-end}.account-refund-process-container .employee-filter .filter-box .inputs .search-btn{position:relative;font-family:Inter,sans-serif;font-size:16px;font-weight:600;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:4px 16px;column-gap:6px;border:1px solid #0bbe97;background:#0bbe97;color:#fff;border-radius:5px}.account-refund-process-container .employee-filter .filter-box .search-wrapper-btn{display:flex;justify-content:center;align-items:center;width:15%}.account-refund-process-container .employee-filter .filter-box .search-btn{background-color:#0bbe97;color:#fff;padding:5px 10px;border:none;border-radius:4px;cursor:pointer}.account-refund-process-container .employee-filter .filter-box .search-btn:hover{background-color:#089e7e}.account-refund-process-container .green-chevron{fill:#0bbe97}.account-refund-process-container .rdp-root{--rdp-day-width: 20px;--rdp-day-height: 12px;--rdp-selected-border: 1px solid #0bbe97;--rdp-range_start-color: #fff;--rdp-week_number-border: 1px solid red;--rdp-today-color: #0bbe97;--rdp-range_start-background: #0bbe97 !important;--rdp-range_start-date-background-color: #0bbe97;--rdp-range_middle-background-color: #0bbe9735;--rdp-range_end-background: #0bbe97;--rdp-range_end-date-background-color: #0bbe97}.account-refund-process-container .rdp-range_start.rdp-range_end{background:#0bbe97}@-moz-keyframes jelly-42{0%{transform:scale(1)}30%{transform:scale(1.25,.75)}40%{transform:scale(.75,1.25)}50%{transform:scale(1.15,.85)}65%{transform:scale(.95,1.05)}75%{transform:scale(1.05,.95)}to{transform:scale(1)}}@-webkit-keyframes jelly-42{0%{transform:scale(1)}30%{transform:scale(1.25,.75)}40%{transform:scale(.75,1.25)}50%{transform:scale(1.15,.85)}65%{transform:scale(.95,1.05)}75%{transform:scale(1.05,.95)}to{transform:scale(1)}}@-o-keyframes jelly-42{0%{transform:scale(1)}30%{transform:scale(1.25,.75)}40%{transform:scale(.75,1.25)}50%{transform:scale(1.15,.85)}65%{transform:scale(.95,1.05)}75%{transform:scale(1.05,.95)}to{transform:scale(1)}}@keyframes jelly-42{0%{transform:scale(1)}30%{transform:scale(1.25,.75)}40%{transform:scale(.75,1.25)}50%{transform:scale(1.15,.85)}65%{transform:scale(.95,1.05)}75%{transform:scale(1.05,.95)}to{transform:scale(1)}}.Refund-leads-account .lead-container{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.Refund-leads-account .account-lead-card{padding:13px 31px 20px;width:62.4375rem;margin:1.25rem auto;flex-shrink:0;border-radius:.9375rem;border:1px solid #acacac;background:#dfdfdf;box-shadow:0 4px 4px #00000040}.Refund-leads-account .account-lead-card .account-refund-lead-card-heading{display:flex;align-items:center;justify-content:space-between}.Refund-leads-account .account-lead-card .account-refund-lead-card-heading h3{color:#59afff;font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.Refund-leads-account .account-lead-card .account-refund-lead-card-heading .action-reminder{cursor:pointer}.Refund-leads-account .webpara{display:flex;justify-content:center;flex-direction:unset;gap:.41rem;flex-wrap:wrap}.Refund-leads-account .webpara p{color:#363636;font-family:Inter;font-size:20px;font-weight:500;width:49%}.Refund-leads-account .webpara p strong{color:#363636;font-size:1.25rem;font-weight:500}.Refund-leads-account .webpara .child-infant-wraper{display:flex;align-items:center;justify-content:space-between;column-gap:20px}.Refund-leads-account .comment_section{height:fit-content;width:30%;padding:2px 5px}.Refund-leads-account .comment_section .follow-single-comment{padding:2px 5px;border-radius:10px;position:relative;background:#d5d5d5;color:#414141;font-family:Inter,sans-serif;font-size:16px}.Refund-leads-account .comment_section .follow-single-comment .fullcomment-shower{display:none;position:absolute;padding:8px;top:100%;width:100%;left:0;background-color:#595959;color:#fff;height:fit-content;border-radius:10px;font-size:14px}.Refund-leads-account .comment_section .follow-single-comment:hover .fullcomment-shower{display:block}.Refund-leads-account .webLead_Basic_details{display:flex;height:fit-content;justify-content:space-between;width:100%;padding-top:8px}.Refund-leads-account .webLead_Basic_details .comment_section{border-radius:10px;background:#fff}.Refund-leads-account .lead-card h3{margin-top:0;font-size:1.2em}.Refund-leads-account .button-group{display:flex;justify-content:space-between;margin-top:16px}.Refund-leads-account .button{font-family:Inter,sans-serif;font-size:20px;font-weight:600;padding:0 15px;width:fit-content}.Refund-leads-account .button:hover{background-color:#27ae60}.Refund-leads-account .button:active{background-color:#34d58f}.Refund-leads-account .button.fresh-quote{border-radius:8px;background:#11e6b8;box-shadow:0 4px 4px #00000040;color:#fff}.Refund-leads-account .button.fresh-quote p{display:flex;color:#fff;font-weight:700;justify-content:center;margin:.7rem auto}.refund-account-side-card{border-radius:15px;background:#dfdfdf;box-shadow:4px 4px 4px #6d6d6d40;padding:13px 13px 23px 18px;margin:25px 0}.refund-account-side-card .webLead_followUps .trip_id_container{display:flex;justify-content:space-between;margin-bottom:10px}.refund-account-side-card .webLead_followUps .trip_id_container .tripid_and_flights{display:flex;gap:24px;justify-content:space-between}.refund-account-side-card .webLead_followUps .trip_id_container .tripid_and_flights h2{color:#59afff;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.refund-account-side-card .webLead_followUps .trip_id_container .followUp_ratings{display:flex;gap:10px}.refund-account-side-card .webLead_followUps .trip_id_container .followUp_ratings div{display:flex}.refund-account-side-card .webLead_followUps .followup_client_details{display:flex;flex-wrap:wrap;row-gap:10px}.refund-account-side-card .webLead_followUps .followup_client_details p{color:#363636;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;width:50%}.refund-account-side-card .webLead_followUps .followup_client_details span{color:#363636;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.refund-account-side-card .webLead_followUps .followup_client_details .lead_status{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:3px 12px;border-radius:10px}.refund-account-side-card .webLead_followUps .followup_client_details .paxnchild{display:flex;width:50%;gap:24px}.refund-account-side-card .webLead_followUps .followup_client_details .paxnchild p{display:flex}.active-card{border-radius:15px;background:linear-gradient(270deg,#5795a0e6 .07%,#587c98e6 97.25%);box-shadow:4px 4px 4px #6d6d6d40}.active-card .webLead_followUps .followup_client_details p{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;width:50%}.active-card .webLead_followUps .followup_client_details span{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.refund-page{display:flex;background:#eaeaea;padding:20px;gap:15px}.refund-page .refund-list{width:35%}.refund-page .refund-main{width:63%}.refund-details{background:linear-gradient(180deg,#587c99,#5795a0);box-shadow:0 0 7px #000000b3;border-radius:10px 10px 0 0;padding:53px 20px 20px;margin-top:25px;box-shadow:0 4px 8px #0000001a;position:relative}.refund-details .rollback-passenger{position:absolute;right:1.5rem;color:#fff;font-weight:700;top:1rem}.refund-details .vouchers_client_details{display:flex;flex-wrap:wrap;padding-bottom:16px;border-bottom:1px solid #fff}.refund-details .vouchers_client_details p{color:#fff;font-family:Inter;font-size:16px;font-weight:500;width:50%;margin-top:5px}.refund-details .vouchers_client_details span{color:#fff;font-family:Inter;font-size:16px;font-weight:700}.refund-details .vouchers_id_container{display:flex}.refund-details .vouchers_id_container .vouchersid_and_flights{display:flex;width:50%}.refund-details .vouchers_id_container .vouchersid_and_flights h2{color:#59afff;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.refund-details .vouchers_id_container .followUp_ratings{display:flex;justify-content:flex-end;width:50%}.refund-details .vouchers_id_container .followUp_ratings span{color:#fff;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.refund-details .vouchers_id_container .followUp_ratings .vouchers_rattings_flights{gap:10px;display:flex;align-items:center}.refund-details .vouchers_id_container .followUp_ratings .vouchers_rattings_flights div{display:flex}.refund-details .vouchers_id_container .followUp_ratings .lead_status{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:3px 12px}.refund-details .refund-btn{display:flex;align-items:center;justify-content:space-between;font-family:Inter,sans-serif;font-size:15px;font-weight:500;border-radius:15px;border:1px solid #a6a6a6;background:#d9d9d9;padding:0 10px}.refund-details .refund-btn .final-package-invoice{display:flex;column-gap:10px;height:fit-content;margin:10px 0}.refund-details .refund-btn .final-package-invoice button{border-radius:10px;border:1px solid #0bbe97;background:#fff;color:#0bbe97;padding:5px 12px}.refund-details .refund-btn .final-package-invoice button:hover{cursor:pointer}.refund-details .refund-btn button{border-radius:10px;border:1px solid #0bbe97;background:#0bbe97;color:#fff;font-family:Inter,sans-serif;font-weight:500;padding:5px 12px}.refund-details .refund-btn button:hover{cursor:pointer}.refund-details .reason-cancellation-wrapper{display:flex;align-items:center;justify-content:flex-start;width:100%;color:#dfff2a;font-family:Inter;font-size:18px;font-style:normal;font-weight:700;line-height:normal;column-gap:10px;margin-bottom:20px}.refund-details .reason-cancellation-wrapper .reason-for-cancellation{border-radius:7px;background:#d9d9d9;box-shadow:0 4px 4px #00000040;color:#9b9b9b;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:500;width:50%;padding:10px;line-height:normal}.refund-details .payment-status-comment{display:flex;align-items:flex-start;justify-content:space-between;margin-top:20px}.refund-details .payment-status-comment .paymnet-status{width:45%}.refund-details .payment-status-comment .paymnet-status h3{color:#dfff2a;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:10px}.refund-details .payment-status-comment .paymnet-status .payment-states-wraper{display:flex;flex-direction:column;gap:10px;margin-top:10px}.refund-details .payment-status-comment .paymnet-status .payment-states-wraper p{color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:500}.refund-details .payment-status-comment .paymnet-status .payment-states-wraper p input{transform:scale(1.3)}.refund-details .payment-status-comment .paymnet-status .payment-states-wraper p label{padding-left:5px}.refund-details .right-comment-section{border-radius:15px;border:1px solid #a3a3a3;background:#d9d9d9;padding:10px}.refund-payment-proofs-accordion-content{background:linear-gradient(180deg,#587c99,#5795a0)}.initiate-refund-heading{margin:10px 20px}.refund-payment-proofs-accordion{width:100%;border-radius:5px;overflow:hidden;box-shadow:0 4px 8px #0000001a;cursor:pointer;margin-bottom:10px}.refund-payment-proofs-accordion-header{background-color:#0bbe97;display:flex;align-items:center;justify-content:space-between;padding:10px 15px}.refund-payment-proofs-accordion-header h3{margin:0;color:#fff;font-size:1.2rem}.refund-payment-proofs-accordion-header-image{width:30px;height:30px;border-radius:50%}.refund-payment-proofs-accordion-content{padding:10px 15px;color:#000;border-top:1px solid rgba(255,255,255,.3);background-color:#fff;display:flex;flex-wrap:wrap}.refund-payment-proofs-accordion-content .payment-proofs-accordion-file-item .image{width:200px;margin-right:10px}.refund-bookedServices-container{border-radius:0;display:flex;flex-direction:column;font-family:Inter,sans-serif;margin:20px 0}.refund-bookedServices-container .Cancelled{color:#ffbf2a!important;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.refund-bookedServices-container .payment-history{color:#dfff2a;font-family:Inter,sans-serif;font-size:18px;font-weight:700;margin-top:15px;margin-bottom:10px}.refund-bookedServices-container .header-row{display:flex;color:#16243d;flex-wrap:wrap;padding:8px 0 8px 8px}.refund-bookedServices-container .header-group{display:flex;gap:17px;width:100%}.refund-bookedServices-container .header-item{flex-grow:1;width:20%;color:#fff;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:normal}.refund-bookedServices-container .data-row{border-radius:7px;background:#d9d9d9;box-shadow:0 4px 4px #00000040;display:flex;margin-top:8px;width:100%;gap:20px;font-size:16px;color:#000;font-weight:400;white-space:nowrap;justify-content:space-between;padding:5px;border:1px solid rgb(85,85,85)}.refund-bookedServices-container .data-cell{border-radius:3px;background-color:#d9d9d9;width:20%;padding:8px 0 8px 5px;text-wrap:auto;color:#737373;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:normal}.refund-bookedServices-container .data-input{width:100%;background-color:transparent;border:none;padding-left:10px}.refund-bookedServices-container .data-input:focus-visible{outline:none}.refund-bookedServices-container .total-cost{display:flex;margin:20px 0;border-bottom:1px solid #fff;justify-content:space-between;padding:10px 0}.refund-bookedServices-container .total-cost p{color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:500}.refund-flight-services-container{border-radius:0;display:flex;flex-direction:column;font-family:Inter,sans-serif;margin:20px 0}.refund-flight-services-container .payment-history{color:#dfff2a;font-family:Inter,sans-serif;font-size:18px;font-weight:700}.refund-flight-services-container .header-row{display:flex;color:#16243d;flex-wrap:wrap;padding:8px 0 8px 8px}.refund-flight-services-container .header-group{display:flex;gap:17px;width:100%}.refund-flight-services-container .header-item{flex-grow:1;width:20%;color:#fff;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;text-wrap:nowrap;line-height:normal}.refund-flight-services-container .ProfitAfterCancellation{position:relative}.refund-flight-services-container .ProfitAfterCancellation:after{content:"Profit After Cancellation";font-size:7px;border-top:1px solid #fff;top:17px;left:0;width:100%;position:absolute;height:100%;font-weight:100}.refund-flight-services-container .data-row{border-radius:7px;background:#d9d9d9;box-shadow:0 4px 4px #00000040;display:flex;margin-top:8px;width:100%;gap:20px;font-size:16px;color:#000;font-weight:400;white-space:nowrap;justify-content:space-between;padding:5px;border:1px solid rgb(85,85,85)}.refund-flight-services-container .data-cell{border-radius:3px;background-color:#d9d9d9;width:20%;padding:8px 0 8px 5px;text-wrap:auto;color:#737373;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:normal}.refund-flight-services-container .data-input{width:100%;background-color:transparent;border:none;padding-left:10px}.refund-flight-services-container .data-input:focus-visible{outline:none}.refund-flight-services-container .total-cost{display:flex;margin:20px 0;border-bottom:1px solid #fff;justify-content:space-between;padding:10px 0}.refund-flight-services-container .total-cost p{color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:500}.utr-container{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;background:#d9d9d9;box-shadow:0 4px 8px #0000001a;width:100%}.utr-container .utr-label{margin-right:8px;font-weight:700}.utr-container .utr-input-container{display:flex;align-items:center;justify-content:center;column-gap:10px}.utr-container .utr-input{padding:6px 10px;border-radius:5px;background:#c5c9cf;box-shadow:0 4px 4px #00000040 inset;border:none;max-width:100px;height:35px}.utr-container .utr-button{background-color:#14b8a6;color:#fff;padding:6px 14px;border:none;border-radius:5px;cursor:pointer;transition:background-color .2s}.utr-container .utr-button:hover{background-color:#0d9488}.refund-initiate-container{padding:20px;background-color:#d9d9d9}.refund-initiate-container .heading-and-approvedby-wrapper{display:flex;align-items:center;justify-content:space-between}.refund-initiate-container .heading-and-approvedby-wrapper h2{color:#000;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.refund-initiate-container .heading-and-approvedby-wrapper h3{color:#76f417;font-family:Inter,sans-serif;font-size:16px;font-weight:500}.refund-initiate-container .refund-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 20px;border-radius:8px}.refund-initiate-container .refund-checkbox{transform:scale(1.7)}.refund-initiate-container .refund-info{display:flex;gap:4px;font-weight:700;color:#333;column-gap:20px}.refund-initiate-container .amount-section{display:flex;align-items:center;gap:8px;border-radius:8px;background:#dfdfdf;box-shadow:0 4px 4px #00000040;padding:10px}.refund-initiate-container .amount-section span{color:#000;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.refund-initiate-container .refund-input{padding:4px 8px;border:none;border-radius:4px;background-color:#f9f9f9;width:100px}.refund-initiate-container .otp-confirm-button-wrapper{display:flex;gap:8px;justify-content:flex-end}.refund-initiate-container .refund-code{border-radius:8px;background:#d9d9d9;box-shadow:0 4px 4px #00000040 inset;border:none;max-width:100px;padding:6px 8px}.refund-initiate-container .refund-button{padding:4px 12px;border:1px solid #0bbe97;background-color:transparent;color:#0bbe97;border-radius:4px;cursor:pointer}.refund-initiate-container .refund-button:hover{background-color:#0bbe97;color:#fff}.refund-detail-view{width:100%}.converted-comments-container,.refund-comments-container{display:flex;justify-content:space-between;border-radius:8px;margin-top:20px;column-gap:16px}.converted-comments-container .rollback-passenger,.refund-comments-container .rollback-passenger{position:absolute;right:1.5rem;color:#fff;font-weight:700;top:1rem}.converted-comments-container .comment-left,.converted-comments-container .comment-right,.refund-comments-container .comment-left,.refund-comments-container .comment-right{align-items:center;gap:10px;font-size:18px;color:#666;width:100%}.converted-comments-container .comment-left h2,.converted-comments-container .comment-right h2,.refund-comments-container .comment-left h2,.refund-comments-container .comment-right h2{color:#fff;font-family:Inter;font-size:18px;font-weight:700;margin-bottom:10px}.converted-comments-container .comment-left .left-section,.converted-comments-container .comment-left .right-section,.converted-comments-container .comment-right .left-section,.converted-comments-container .comment-right .right-section,.refund-comments-container .comment-left .left-section,.refund-comments-container .comment-left .right-section,.refund-comments-container .comment-right .left-section,.refund-comments-container .comment-right .right-section{display:flex;flex-direction:column;gap:20px;width:100%;border:1px solid #bcbcbc;padding:7px;border-radius:10px;position:relative;max-height:16rem;overflow:auto;scrollbar-width:none}.converted-comments-container .comment-left .right-section .log-item,.converted-comments-container .comment-right .right-section .log-item,.refund-comments-container .comment-left .right-section .log-item,.refund-comments-container .comment-right .right-section .log-item{display:flex;flex-direction:column;background:#fff;padding:10px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.converted-comments-container .comment-left .right-section .log-item .message,.converted-comments-container .comment-right .right-section .log-item .message,.refund-comments-container .comment-left .right-section .log-item .message,.refund-comments-container .comment-right .right-section .log-item .message{font-size:14px;font-weight:500;color:#333}.converted-comments-container .comment-left .right-section .log-item .timestamp,.converted-comments-container .comment-right .right-section .log-item .timestamp,.refund-comments-container .comment-left .right-section .log-item .timestamp,.refund-comments-container .comment-right .right-section .log-item .timestamp{font-size:12px;color:#999;margin-top:5px}.converted-comments-container .comment-left .comments-shower,.converted-comments-container .comment-right .comments-shower,.refund-comments-container .comment-left .comments-shower,.refund-comments-container .comment-right .comments-shower{border-radius:8px;margin-bottom:20px;max-height:90vh;overflow:auto;scrollbar-width:none}.converted-comments-container .comment-left .comments-shower p:nth-child(2n),.converted-comments-container .comment-right .comments-shower p:nth-child(2n),.refund-comments-container .comment-left .comments-shower p:nth-child(2n),.refund-comments-container .comment-right .comments-shower p:nth-child(2n){background-color:#b0b0b0;color:#fff}.converted-comments-container .comment-left .comments-shower p:nth-child(odd),.converted-comments-container .comment-right .comments-shower p:nth-child(odd),.refund-comments-container .comment-left .comments-shower p:nth-child(odd),.refund-comments-container .comment-right .comments-shower p:nth-child(odd){background-color:#fff;color:#1e1e1e;box-shadow:0 4px 4px #00000040}.converted-comments-container .comment-left .comments-shower p,.converted-comments-container .comment-right .comments-shower p,.refund-comments-container .comment-left .comments-shower p,.refund-comments-container .comment-right .comments-shower p{margin:10px 0;padding:10px 10px 15px;border-radius:8px;word-break:break-word;position:relative;font-size:12px}.converted-comments-container .comment-left .comments-shower p span,.converted-comments-container .comment-right .comments-shower p span,.refund-comments-container .comment-left .comments-shower p span,.refund-comments-container .comment-right .comments-shower p span{font-size:10px;position:absolute;right:5px;bottom:4px}.converted-comments-container .comment-left .sales-color,.converted-comments-container .comment-right .sales-color,.refund-comments-container .comment-left .sales-color,.refund-comments-container .comment-right .sales-color{background-color:#918d8d!important}.converted-comments-container .comment-left .teamLeader-color,.converted-comments-container .comment-right .teamLeader-color,.refund-comments-container .comment-left .teamLeader-color,.refund-comments-container .comment-right .teamLeader-color{background-color:#f8eb74!important}.sales-user-analytics-page{border-radius:25px;background:#ccdee5;padding:35px;width:99%;height:100vh}.sales-user-analytics-page .investigatioBtn{width:12.5rem;height:3.1875rem;display:flex;align-items:center;justify-content:center;position:relative;right:-45rem;text-align:center;border-radius:.625rem;background:#0bbe97;color:#fff;font-family:Inter;font-size:1rem;font-style:normal;font-weight:500;line-height:normal;flex-shrink:0}.sales-user-analytics-page .barchart{border-radius:25px;background:#fff5e0;color:#fff;width:90%;margin:0 auto 20px;padding:24px 70px}.sales-user-analytics-page .selectwrapper{display:flex;gap:20px}.sales-user-analytics-page .linechart{border-radius:25px;background:#4093a4;width:90%;margin:0 auto 20px;padding:24px 70px}.sales-user-analytics-page .select-container{display:flex;gap:20px;justify-content:center;align-items:center;background-color:#357d8f;padding:20px}.sales-user-analytics-page .custom-select{width:250px;cursor:not-allowed}.TeamCtrlWrapper{display:flex;background:#d9d9d9;gap:1rem;margin:.1rem;padding:.5rem 1rem;align-items:center}.TeamCtrlWrapper .BackLink{padding:.4rem;border-radius:15px;background-color:#c9c0c0;display:flex;align-items:center;position:absolute;right:2rem;transition:all .2s}.TeamCtrlWrapper .BackLink:hover{background-color:#ff6200;transform:scale(1.2)}.TeamCtrlWrapper select{padding:.75rem;width:14rem;font-size:1rem;color:#555;background-color:#e0e0e0;border:none;border-radius:.5rem;outline:none;box-shadow:0 2px 4px #0000001a}.TeamCtrlWrapper .links{color:#fff;width:fit-content;padding:.5rem 1rem;border-radius:.5rem;background:#0bbe97;box-shadow:0 4px 4px #00000040}.QuoteCard{position:relative}.QuoteCard .card{position:relative;width:96%;border-radius:8px;border-radius:1.5625rem;background:linear-gradient(90deg,#ecf2c0,#dfdfdf);box-shadow:0 4px 4px #00000040;padding:1rem 1.5rem;margin:20px auto;display:flex;flex-direction:column;justify-content:space-between}.QuoteCard .card-header{display:flex;justify-content:space-between;align-items:center}.QuoteCard .trip-id{color:#5b84a6;font-family:Inter;display:flex;align-items:center;gap:2rem;font-size:1.25rem;font-style:normal;font-weight:700;line-height:normal}.QuoteCard .card-header .lead-status{font-size:1rem;gap:.5rem;flex-direction:column;position:absolute;right:2rem;top:1.2rem;display:flex;align-items:center}.QuoteCard .card-header .status{margin-left:.5rem;padding:.2rem .6rem;border-radius:5px;font-weight:700;color:#fff}.QuoteCard .status.hot{padding:.2rem 1rem;margin:1rem;border-radius:5px;color:#fff;background-color:#ff4c4c}.QuoteCard .status.cold{background-color:#007bff}.QuoteCard .status.active{background-color:#fc0;color:#000}.QuoteCard .card-body{display:grid;grid-template-columns:1fr 1fr}.QuoteCard .card-body .info{line-height:1.8}.QuoteCard .card-body .info p{margin:.5rem}.QuoteCard .card-body .assign-to{display:flex;width:34%;align-items:center;gap:1rem}.QuoteCard .card-body .assign-to label{font-weight:700;text-wrap:nowrap}.QuoteCard .card-body .assign-to select{flex-grow:1;padding:.4rem;border-radius:5px;border:1px solid #ccc}.QuoteCard .card-body .assign-to button{padding:.4rem .8rem;border:none;border-radius:5px;cursor:pointer;font-size:1rem}.QuoteCard .card-body .assign-to .change-status{background-color:#0bbe97;color:#fff}.QuoteCard .card-body .assign-to .delete{background-color:#dc3545;color:#fff}.profile-page-container{padding:20px}.profile-page-container .user-profile{margin-bottom:10px;font-weight:100}.profile-page-container .user-profile .user-info{display:flex;gap:24px;border-radius:0}.profile-page-container .user-profile .user-info .profile-image-updater{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#03030370;height:100%;width:103%;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.profile-page-container .user-profile .user-info .image-container{aspect-ratio:1;width:80px;border-radius:50%;position:relative}.profile-page-container .user-profile .user-details{display:flex;flex-direction:column;margin:auto 0}.profile-page-container .user-profile .user-name{font-family:PoppinsRegular;font-size:20px;font-weight:500;align-self:start}.profile-page-container .user-profile .user-email{font-family:PoppinsRegular;font-size:16px;font-weight:400;margin-top:6px}.profile-page-container .user-profile .profile-image{aspect-ratio:1;object-fit:cover;object-position:center;width:80px;border-radius:50%;max-width:100%}.profile-page-container .add-remove-assets{display:flex;gap:10px;align-items:center;margin-bottom:20px}.profile-page-container .company-assets-delete-n-add{display:flex;align-items:center;justify-content:center;border:1px solid #1abca8;height:30px;width:30px;border-radius:5px;cursor:pointer}.profile-page-container .company-assets-delete-n-add button{border:none;font-size:29px;background-color:transparent;color:#ff1313;text-align:center;line-height:17px}.professional-info-container{border-radius:5px;margin-bottom:20px;display:flex;width:100%;flex-direction:column;padding:24px 14px;border:1px solid rgb(178,178,178);font-family:Poppins,sans-serif}.professional-info-container .header{display:flex;width:100%;gap:20px;flex-wrap:wrap;justify-content:space-between}@media (max-width: 991px){.professional-info-container .header{max-width:100%}.professional-info-container .save-button{white-space:initial}}.professional-info-container .title-save{align-self:start;display:flex;margin-top:4px;gap:40px;align-items:center}.professional-info-container .title{color:#000;font-size:24px;font-weight:600;flex-grow:1;flex-basis:auto;margin:0}.professional-info-container .save-button{border-radius:8px;background-color:#0bbe97;font-size:16px;color:#010101;font-weight:400;white-space:nowrap;margin:auto 0;padding:3px 16px;border:none;cursor:pointer}.professional-info-container .history-button{border-radius:5px;font-size:20px;color:#000101;font-weight:500;padding:5px 11px;border:1px solid rgb(26,188,168);background:none;cursor:pointer}.professional-info-container .professional-container{display:flex;margin-top:12px;flex-wrap:wrap;justify-content:space-between}.professional-info-container .info-row{display:flex;flex-direction:column;margin-top:12px;width:48%}.professional-info-container .label{font-size:16px;color:#000;font-weight:400;margin-bottom:8px}.professional-info-container .value{border-radius:8px;background-color:#f9f9f9;font-size:16px;color:#000;font-weight:400;padding:14px 20px;height:50px;border:none}.professional-info-container .history-section{border:1px solid #b2b2b2;padding:10px;margin:10px 0;border-radius:8px}@media (max-width: 991px){.professional-info-container .value{max-width:100%;white-space:initial}}.personal-info-container{border-radius:5px;display:flex;margin-bottom:20px;width:100%;flex-direction:column;align-items:start;padding:9px 14px 16px;border:1px solid #b2b2b2;font-family:Poppins,sans-serif}.personal-info-header{display:flex;gap:40px;justify-content:flex-start;align-items:center;row-gap:24px}h2{font-family:PoppinsRegular,sans-serif}.edit-button{cursor:pointer}.personal-info-title{flex-grow:1;font-size:24px;font-weight:600;margin:0}.personal-info-icon{aspect-ratio:1.1;object-fit:contain;object-position:center;width:23px;background-color:#1e1e1e}.personal-info-form{width:100%;display:flex;gap:32px;flex-wrap:wrap;margin-top:30px}.input-field-container{display:flex;flex-direction:column;width:47%}.input-field-label{margin-bottom:12px;font-family:PoppinsRegular,sans-serif}.input-field{border-radius:8px;background:#f9f9f9;padding:14px 20px;color:#222;font-family:PoppinsRegular;border:none;font-size:16px}.input-field-edit{box-shadow:0 4px 4px #99999940 inset}@media (max-width: 991px){.personal-info-container,.input-field{max-width:100%}}.donutBox{width:339px;padding:1rem;height:340px;flex-shrink:0;border-radius:10px;background:#fff;filter:drop-shadow(0px 4px 4px rgba(0,0,0,.25))}.donutBox h1{color:#818181;font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.donutgsize{height:16rem;margin:1rem auto;display:flex;justify-content:center;align-items:center}.donutWrapper{display:flex;margin:1rem 0;justify-content:center;align-items:center;gap:1rem}.donutwrappercontent{padding:2rem;color:#000;font-family:Inter;font-size:22px;font-style:normal;font-weight:500;line-height:normal}.teamWrapperPerformance{width:1040px;height:273px;flex-shrink:0;margin:0 auto;border-radius:10px;background:#fff;box-shadow:0 4px 4px #00000040}.donutwrappernote{color:#000;display:flex;align-items:center;font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:normal;padding:2rem}.donutwrappernote p{color:#4f4f4f;font-family:Inter;font-size:15.2px;font-style:normal;font-weight:500;margin-top:.2rem;line-height:normal}.AnalysisWrapper{background-color:#fff;padding:2rem 3rem}.AnalysisWrapper p{color:#000;font-family:Inter;font-size:22.5px;font-style:normal;font-weight:700;line-height:normal}.devperformance_overview{display:flex;flex-wrap:wrap;justify-content:start;gap:1rem;padding:2rem 5rem}.devperformance_overview__column{width:20.8rem;flex:unset;background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:1rem}.devperformance_overview__header{font-size:1.2rem;margin-bottom:1rem;font-weight:700;text-align:center;border-radius:10px;padding:10px 0;font-size:20px;font-weight:600}.devperformance_overview__header--red,.devperformance_overview__header--yellow,.devperformance_overview__header--orange{color:#fff;background:linear-gradient(0deg,#7dbeb6,#7dbeb6),#fff}.devperformance_overview__item{display:flex;align-items:center;margin-bottom:.8rem}.devperformance_overview__item:last-child{margin-bottom:0}.devperformance_overview__name{flex:3;font-size:.9rem;color:#333}.devperformance_overview__bar{position:relative;height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden;flex:4;margin:0 .5rem}.devperformance_overview__bar--red .devperformance_overview__fill,.devperformance_overview__bar--yellow .devperformance_overview__fill,.devperformance_overview__bar--orange .devperformance_overview__fill{background:linear-gradient(0deg,#7dbeb6,#7dbeb6),#fff}.devperformance_overview__fill{height:100%;transition:width .3s ease-in-out}.devperformance_overview__value{flex:0;text-align:right;font-size:.8rem;color:#666}.top-view-create-quote{display:flex;align-items:center;justify-content:center;column-gap:10px;padding-top:25px}.box-container{width:300px;padding:10px;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 6px #0000001a;position:relative;background-color:#fff}.box-container g.recharts-layer{font-size:7px}.linechart-outer-container{width:90%;margin:40px auto;background-color:#fff;box-shadow:0 4px 4px #00000040;padding:10px}.linechart-outer-container h2{color:#000;font-family:Inter,sans-serif;font-size:22.5px;font-style:normal;font-weight:700;margin-bottom:10px}.createquote-page{background:#dedede}.admin-user-section{padding:16px;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:auto;width:90%}.admin-tabs{display:flex;gap:8px;margin-bottom:16px}.admin-tabs button{padding:8px 12px;border:none;cursor:pointer;border-radius:6px;background:#d9d9d9;box-shadow:0 4px 4px #00000040;display:flex;align-items:center;justify-content:flex-start;column-gap:5px}.admin-tabs button span{width:14px;height:14px;display:inline-block;background:#ff6464;border-radius:50%;font-size:10px}.admin-tabs button.active{background:#00b894;color:#fff}.admin-tabs button.export{margin-left:auto;background:#27ae60;color:#fff}.admin-user-list{display:flex;flex-wrap:wrap;column-gap:1%;row-gap:10px;justify-content:space-between}.admin-user-item{display:flex;align-items:center;padding:8px;border-radius:6px;column-gap:10px;width:48%}.admin-user-avatar{width:40px;height:40px;border-radius:50%;margin-right:10px}.admin-user-name{flex-grow:1}.admin-user-progress{margin:0 10px;display:flex;align-items:center;width:160px}.admin-user-bar{height:100%;background:linear-gradient(90deg,#d63031,#00b894)}.admin-user-score{font-weight:700}.followupAdminUsersOverview{display:flex;gap:1rem;width:90%;margin:20px auto}.followupAdminUsersOverview__column{flex:1;background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:1rem}.followupAdminUsersOverview__header{font-size:1.2rem;margin-bottom:1rem;font-weight:700;text-align:center;border-radius:10px;padding:10px 0;font-size:20px;font-weight:600}.followupAdminUsersOverview__header--red{color:#ca181a;background:linear-gradient(0deg,#ff717133,#ff717133),#fff}.followupAdminUsersOverview__header--yellow{color:#f4a261;background:#fff9b7}.followupAdminUsersOverview__header--orange{color:#e76f51;background:#ff9244}.followupAdminUsersOverview__item{display:flex;align-items:center;margin-bottom:.8rem}.followupAdminUsersOverview__item:last-child{margin-bottom:0}.followupAdminUsersOverview__name{flex:3;font-size:.9rem;color:#333}.followupAdminUsersOverview__bar{position:relative;height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden;flex:4;margin:0 .5rem}.followupAdminUsersOverview__bar--red .followupAdminUsersOverview__fill{background:#e63946}.followupAdminUsersOverview__bar--yellow .followupAdminUsersOverview__fill{background:#f4a261}.followupAdminUsersOverview__bar--orange .followupAdminUsersOverview__fill{background:#e76f51}.followupAdminUsersOverview__fill{height:100%;transition:width .3s ease-in-out}.followupAdminUsersOverview__value{flex:0;text-align:right;font-size:.8rem;color:#666}.followup-user-section{padding:16px;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:auto;width:90%}.followup-user-section .admin-tabs{display:flex;gap:8px;margin-bottom:16px}.followup-user-section .admin-tabs button{padding:8px 12px;border:none;cursor:pointer;border-radius:6px;background:#d9d9d9;box-shadow:0 4px 4px #00000040;display:flex;align-items:center;justify-content:flex-start;column-gap:5px}.followup-user-section .admin-tabs button span{width:14px;height:14px;display:inline-block;background:#ff6464;border-radius:50%;font-size:10px}.followup-user-section .admin-tabs button.active{background:#00b894;color:#fff}.followup-user-section .admin-tabs button.export{margin-left:auto;background:#27ae60;color:#fff}.followup-user-section .admin-user-list{display:flex;flex-wrap:wrap;column-gap:1%;row-gap:10px;justify-content:space-between}.followup-user-section .admin-user-item{display:flex;align-items:center;padding:8px;border-radius:6px;column-gap:10px;width:48%}.followup-user-section .admin-user-avatar{width:40px;height:40px;border-radius:50%;margin-right:10px}.followup-user-section .admin-user-name{flex-grow:1}.followup-user-section .admin-user-progress{margin:0 10px;display:flex;align-items:center;width:160px}.followup-user-section .admin-user-bar{height:100%;background:linear-gradient(90deg,#d63031,#00b894)}.followup-user-section .admin-user-score{font-weight:700}.followup-admin-page{background-color:#dedede;padding-top:20px}.jrwhole-performance-container{background-color:#fff;padding:1rem;border-radius:5px;margin-bottom:1rem;width:90%;margin:auto auto 20px}.jrwhole-performance-container h2{margin-left:20px;padding-top:15px;color:#000;font-family:Inter,sans-serif;font-size:22.5px;font-style:normal;font-weight:700;line-height:normal}.followup-admin-all-team-pie-analytics{width:90%;margin:auto;display:flex;justify-content:space-between}.followup-admin-stacked-bar-chart{width:90%;margin:20px auto;background-color:#fff;border-radius:10px;padding-bottom:10px}.followup-admin-stacked-bar-chart h2{margin-left:20px;padding-top:15px;color:#000;font-family:Inter,sans-serif;font-size:22.5px;font-style:normal;font-weight:700;line-height:normal}.followup-admin-team-performace{background-color:#fff;padding:1rem;border-radius:5px;margin-bottom:1rem;width:90%;margin:20px auto}.followup-admin-team-performace h2{margin-left:20px;padding-top:15px;color:#000;font-family:Inter,sans-serif;font-size:22.5px;font-style:normal;font-weight:700;line-height:normal}
