@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}: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:hsla(0,0%,100%,.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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.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--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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{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;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{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:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.horizontal_list{display:flex;flex-direction:row}.horizontal_list .list_item_with_divider{display:flex;flex-direction:row;padding:5px 3px;flex-grow:1;max-width:none;flex-basis:0;flex-shrink:1;justify-content:center;position:relative}.horizontal_list .divider{display:flex;position:absolute;right:0;top:0;bottom:0;margin:auto;width:1px;height:80%;background-image:linear-gradient(0deg,#eee,#bdbdbd,#eee)}.horizontal_list .divider .MuiDivider-light{background-color:transparent}.sales_flash_card_title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sales_flash_card_container{display:inline-block;padding:24px 10px;width:100%;min-height:265px;height:265px}.sales_flash_card_container.MuiPaper-elevation1{box-shadow:0 1px 4px .5px rgba(0,0,0,.08)}.sales_flash_card_container .card_content{display:flex;flex-direction:column;padding:0;margin:0}.sales_flash_card_container .card_content:last-child{padding-bottom:0}.sales_flash_card_container .details{display:flex;flex-direction:column;flex:1 1}.sales_flash_card_container .details .title{font-size:16px;font-weight:500;text-align:center;line-height:.89;letter-spacing:.75px;margin-bottom:15px}.sales_flash_card_container .details .title .inner_wrapper{padding:4px 8px;border-radius:4px;background-color:#eee;width:75px;height:24px;margin:0 auto;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:960px){.sales_flash_card_container .details .title .inner_wrapper{font-size:14px}.sales_flash_card_container .details .title{margin-bottom:8px}}.sales_flash_card_container .details .horizontal_list .list_item_with_divider{padding:5px 3px}.sales_flash_card_container .details .horizontal_list .list_item_with_divider:first-child{padding-left:0}.sales_flash_card_container .details .horizontal_list .list_item_with_divider:last-child{padding-right:0}.sales_flash_card_container .details:not(:last-child){margin-bottom:24px}@media only screen and (max-width:960px){.sales_flash_card_container .details:not(:last-child){font-size:12px}}.sales_flash_card_container .subsection{display:flex;flex-direction:column;justify-content:center}.sales_flash_card_container .subsection .number_view{display:flex;flex-direction:row;justify-content:center;font-size:18px;font-weight:500;letter-spacing:.25px}@media only screen and (max-width:1920px){.sales_flash_card_container .subsection .number_view{font-size:15px}}@media only screen and (max-width:960px){.sales_flash_card_container .subsection .number_view{font-size:14px}}.sales_flash_card_container .subsection .value{margin-right:4px}.sales_flash_card_container .subsection .percentage_growth{display:flex;flex-direction:row;align-items:center}.sales_flash_card_container .subsection .arrow_icon{height:20px;width:19px;position:relative;top:1px;margin-left:0;margin-right:-2px}@media only screen and (max-width:960px){.sales_flash_card_container .subsection .arrow_icon{height:14px;width:14px;top:0}}.sales_flash_card_container .subsection .label_view{font-size:11px;line-height:1.33;letter-spacing:.4px;margin-top:4px;text-align:center}@media only screen and (max-width:1280px){.sales_flash_card_container{padding:24px 10px}}@media only screen and (max-width:960px){.sales_flash_card_container{padding:16px 3px;height:225px;min-height:225px}}.tabs_component.capsule_tabs .icon_container{display:flex;margin-right:14px}.tabs_component.capsule_tabs .left_icon_tab.MuiTab-root .MuiTab-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center}.tabs_component.capsule_tabs .left_icon_tab.MuiTab-root .MuiTab-wrapper>:first-child{margin-bottom:0}.tabs_component.capsule_tabs .tabs{border-radius:40px;box-shadow:0 1px 4px .5px rgba(0,0,0,.08);background-color:#fff}@media only screen and (max-width:960px){.tabs_component.capsule_tabs .tabs{min-height:36px}}.tabs_component.capsule_tabs .capsule_tab{font-weight:300;text-transform:capitalize;font-size:14px;padding:0}.tabs_component.capsule_tabs .capsule_tab.Mui-selected{font-weight:500;border-radius:50px}.tabs_component.capsule_tabs .capsule_tab:after{content:" ";margin:auto;width:1px!important;height:20px!important;background-image:linear-gradient(0deg,#eee,#bdbdbd,#eee)}.tabs_component.capsule_tabs .capsule_tab:last-child:after{display:none}@media only screen and (max-width:960px){.tabs_component.capsule_tabs .capsule_tab{font-size:12px;min-height:36px}}.tabs_component.segmented_tabs .icon_container{display:flex;margin-right:14px}.tabs_component.segmented_tabs .tabs{border-radius:0;box-shadow:none;background-color:transparent;margin-left:-8px;margin-right:-8px}.tabs_component.segmented_tabs .left_icon_tab.MuiTab-root .MuiTab-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center}.tabs_component.segmented_tabs .left_icon_tab.MuiTab-root .MuiTab-wrapper>:first-child{margin-bottom:0}.tabs_component.segmented_tabs .segment_tab{margin:0 8px;border-radius:8px;border:.5px solid rgba(0,0,0,.15);line-height:1.14;letter-spacing:.75px;text-align:center;font-size:16px;padding:6px 12px}.tabs_component.segmented_tabs .segment_tab.Mui-selected{font-weight:500}@media only screen and (max-width:1280px){.tabs_component.segmented_tabs .segment_tab{font-size:14px}}@media only screen and (max-width:960px){.tabs_component.segmented_tabs .segment_tab{min-height:60px;letter-spacing:.15px;margin:0 6px;min-width:auto;font-size:12px}}.tabs_component .tabs .Mui-selected:hover{background-color:#002338}.custom-filter-wrapper{min-width:354px;height:465px;box-shadow:0 1px 4px 0 rgba(0,0,0,.08);background-color:#fff;position:relative;overflow:auto}.custom-filter-wrapper .inner-wrapper{margin:37px 24px 0}.custom-filter-wrapper .inner-wrapper .year-section{height:72px;width:199px;margin-bottom:24px}.custom-filter-wrapper .inner-wrapper .year-section .section-items-row{display:flex;justify-content:space-between}.custom-filter-wrapper .inner-wrapper .month-section{height:240px}.custom-filter-wrapper .inner-wrapper .section-label{margin-bottom:16px;font-size:14px;font-weight:500;line-height:1.14;letter-spacing:.4px;color:#000;text-transform:uppercase}.custom-filter-wrapper .inner-wrapper .section-item.MuiButton-root{width:91px;height:40px;border-radius:8px;font-size:14px;font-weight:500;letter-spacing:.4px}.custom-filter-wrapper .inner-wrapper .section-items-wrapper{display:flex;height:208px;flex-direction:column;justify-content:space-between}.custom-filter-wrapper .inner-wrapper .section-items-wrapper .section-items-row{display:flex;justify-content:space-between}.custom-filter-wrapper .clear-all-button{position:absolute;right:23px;top:32px}.custom-filter-wrapper .clear-all-button.MuiButton-root{padding:0;text-transform:none}.custom-filter-wrapper .clear-all-button.MuiButton-root .MuiButton-label{font-size:14px;letter-spacing:.5px}.custom-filter-wrapper .apply-button{width:100%;height:60px;position:absolute;bottom:0;background-color:#fff;border-top:1px solid #e9e9e9}.custom-filter-wrapper .apply-button.MuiButtonBase-root{border-radius:0}.custom-filter-wrapper .apply-button.MuiButtonBase-root .MuiButton-label{letter-spacing:.5px}.media_card_wrapper .repair_details_wrapper{padding:0!important}.media_card_wrapper .card_wrapper.small .card{height:220px}.media_card_wrapper .card_wrapper.large .card{height:260px}.media_card_wrapper .card_wrapper .card{width:100%;height:242px;margin:0 auto;border-radius:8px;box-shadow:0 1px 4px .5px rgba(0,0,0,.08)}.media_card_wrapper .card_wrapper .card .card_img{height:145px}.media_card_wrapper .card_wrapper .card .card_img.sm{height:115px}.media_card_wrapper .card_wrapper .card .card_img.large{height:160px}.media_card_wrapper .card_wrapper .card .primary_text{font-size:14px;font-weight:500;color:#00436d}@media only screen and (max-width:960px){.media_card_wrapper .card_wrapper .card .primary_text{font-size:12px}}.media_card_wrapper .card_wrapper .card .secondary_text{font-size:12px;color:#212121}.media_card_wrapper .card_wrapper .card .secondary_text.light{font-weight:100}@media only screen and (max-width:960px){.media_card_wrapper .card_wrapper .card .secondary_text{font-size:10px;margin-bottom:12px}}.media_card_wrapper .card_wrapper .card .flex_element_wrapper{display:flex;align-items:flex-end;justify-content:space-between}.media_card_wrapper .card_wrapper .card .flex_element_wrapper .brand{max-width:100px}.media_card_wrapper .card_wrapper .card.status_color{border-bottom:4px solid #fff}.media_card_wrapper .card_wrapper .card.status_color.urgent{border-color:#ff5656}.media_card_wrapper .card_wrapper .card.status_color.high{border-color:#ff5c00}.media_card_wrapper .card_wrapper .card.status_color.medium{border-color:#50e3c2}.media_card_wrapper .card_wrapper .card.status_color.low{border-color:#2ebe34}.media_card_wrapper .card_wrapper .card.status_color.health_and_safety{border-color:#0096eb}.media_card_wrapper .card_wrapper .card.status_color.active{border-color:#009b3e}.media_card_wrapper .card_wrapper .card.status_color.inactive{border-color:#f86868}.media_card_wrapper .card_wrapper .card .count_wrapper{display:flex;align-items:center;font-size:14px;color:rgba(0,0,0,.6)}.media_card_wrapper .card_wrapper .card .count_wrapper .MuiSvgIcon-root{width:18px;height:18px;margin-right:8px}@media only screen and (max-width:960px){.media_card_wrapper .card_wrapper .card .count_wrapper{font-size:12px}}.media_card_wrapper .card_wrapper .card .bg_content_wrapper{background-color:#eaf2f7}.media_card_wrapper .card_wrapper .card .label_value_wrapper{display:flex;color:#333;margin-bottom:12px}.media_card_wrapper .card_wrapper .card .label_value_wrapper:last-child{margin-bottom:0}.media_card_wrapper .card_wrapper .card .label_value_wrapper .label_text{width:45%;font-size:14px;font-weight:300}.media_card_wrapper .card_wrapper .card .label_value_wrapper .value_text{width:55%;color:#212121;font-size:14px}.media_card_wrapper .card_wrapper .card .label_value_wrapper .value_text.long_text{max-height:22px;overflow:hidden}.media_card_wrapper .card_wrapper .card .MuiCard-root{height:100%}@media only screen and (max-width:960px){.media_card_wrapper .card_wrapper .card .MuiCardContent-root{padding:8px}}.media_card_wrapper .card_wrapper .card .MuiCardContent-root:last-child{padding-bottom:0}.media_card_wrapper .card_wrapper .card .slick-dots{top:115px;height:20px}.media_card_wrapper .card_wrapper .card .slick-dots li{width:14px;margin:0}.media_card_wrapper .card_wrapper .card .slick-dots li button:before{opacity:1;color:#e0e0e0}.media_card_wrapper .card_wrapper .card .slick-dots li.slick-active button:before{opacity:1;color:#757575}.media_card_wrapper .card_wrapper .card.repair_details{width:100%;max-width:100%;height:255px;position:relative}.media_card_wrapper .card_wrapper .card.repair_details .priority_label{position:absolute;right:0;top:16px;min-width:60px;height:20px;border-top-left-radius:4px;border-bottom-left-radius:4px;display:flex;align-items:center;justify-content:center;padding:0 8px;font-size:10px;text-transform:uppercase}.media_card_wrapper .card_wrapper .card.repair_details .priority_label.urgent{background-color:#fcd7d7;color:#ff5656}.media_card_wrapper .card_wrapper .card.repair_details .priority_label.high{background-color:#ffddbe;color:#ff5c00}.media_card_wrapper .card_wrapper .card.repair_details .priority_label.medium{background-color:#50e3c2;color:#fff}.media_card_wrapper .card_wrapper .card.repair_details .priority_label.low{background-color:#ddefbf;color:#017c1c}.media_card_wrapper .card_wrapper .card.repair_details .priority_label.health_and_safety{background-color:#d8f1ff;color:#0096eb}.media_card_wrapper .card_wrapper .card.repair_details .inner_section{border-top:.5px solid #eee}.media_card_wrapper .card_wrapper .card.repair_details .inner_section:first-child{border:none}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair-info .ref_number{font-size:12px;font-weight:700;color:#9e9e9e}@media only screen and (max-width:960px){.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair-info .ref_number{font-size:10px}}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair-info .subject_flex_container{display:flex;align-items:center;justify-content:space-between}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair-info .subject_flex_container .subject_type_wrapper{display:flex;align-items:center;width:100%}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair-info .subject,.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair-info .type{font-size:14px;color:#212121}@media only screen and (max-width:960px){.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair-info .subject,.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair-info .type{font-size:12px}}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair-info .subject{margin-right:3px;max-width:70%}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair-info .date{font-size:12px;font-weight:300;color:#0c0c0c}@media only screen and (max-width:960px){.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair-info .date{font-size:10px}}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.airport_door_info{padding:11px 16px}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.airport_door_info.is_draft{padding:20px 16px}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.airport_door_info .info_wrapper{display:flex;align-items:center;margin-bottom:12px}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.airport_door_info .info_wrapper:last-child{margin-bottom:0}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.airport_door_info .info_wrapper .name{width:90%;font-size:12px;color:#212121}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.airport_door_info .info_wrapper .icon{width:18px;height:18px;margin-right:12px}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.airport_door_info .info_wrapper .icon.airport_icon{background-image:url(/icons/icon-airport.svg)}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.airport_door_info .info_wrapper .icon.door_icon{background-image:url(/icons/icon-door.svg)}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.airport_door_info .info_wrapper .icon .MuiSvgIcon-root{width:18px;height:18px}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair_status_stepper{padding-left:0;padding-right:0}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair_status_stepper .active_step_date{font-size:12px;font-weight:300;color:#0c0c0c}@media only screen and (max-width:960px){.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair_status_stepper .active_step_date{font-size:10px}}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair_status_stepper .MuiStepper-root{padding:0;position:relative}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair_status_stepper .MuiStepper-root .MuiStep-root .MuiStepLabel-labelContainer .MuiStepLabel-label.MuiStepLabel-alternativeLabel{margin-left:-20px}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair_status_stepper .MuiStepper-root .MuiStep-root:first-child .MuiStepLabel-labelContainer .MuiStepLabel-label.MuiStepLabel-alternativeLabel{margin-left:0}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair_status_stepper .MuiStepper-root .MuiStep-root:last-child .MuiStepLabel-labelContainer .MuiStepLabel-label.MuiStepLabel-alternativeLabel{right:10px}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair_status_stepper .MuiStepLabel-labelContainer .MuiStepLabel-label.MuiStepLabel-alternativeLabel{width:max-content;position:absolute;padding:5px;background-color:hsla(0,0%,66%,.12);margin-top:5px}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair_status_stepper .MuiStepLabel-labelContainer .MuiTypography-body2{font-size:12px;text-align:center;color:#212121}@media only screen and (max-width:960px){.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair_status_stepper .MuiStepLabel-labelContainer .MuiTypography-body2{font-size:10px}}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair_status_stepper .MuiSvgIcon-root{width:12px;height:12px}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair_status_stepper .MuiStepIcon-root{border-radius:50%;border:.5px solid #757575;color:#fff}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair_status_stepper .MuiStepIcon-root.MuiStepIcon-completed{background-color:#017c1c;color:#017c1c;border:none}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair_status_stepper .MuiStepConnector-lineHorizontal{border-top-style:dashed;border-top-width:.5px}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair_status_stepper .MuiStepConnector-alternativeLabel{top:6px;left:calc(-50% + 6px);right:calc(50% + 6px)}.media_card_wrapper .card_wrapper .card.repair_details .inner_section.repair_status_stepper .MuiStep-completed .MuiStepConnector-line{border-color:#00436d}@media only screen and (max-width:960px){.media_card_wrapper .card_wrapper .card.repair_details{height:225px}}.media_card_wrapper .card_wrapper .card.saved_view{width:100%;height:200px;max-width:100%;position:relative}.media_card_wrapper .card_wrapper .card.saved_view.location{height:195px}.media_card_wrapper .card_wrapper .card.saved_view:hover{cursor:pointer}.media_card_wrapper .card_wrapper .card.saved_view .action_icons_container{display:flex;align-items:center;justify-content:space-between;position:absolute;top:16px;right:16px}.media_card_wrapper .card_wrapper .card.saved_view .action_icons_container .icon{width:18px;height:18px;cursor:pointer}.media_card_wrapper .card_wrapper .card.saved_view .action_icons_container .icon.edit_icon{background-image:url(/icons/icon-edit-view.svg);margin-right:10px}.media_card_wrapper .card_wrapper .card.saved_view .action_icons_container .icon.cross_icon{background-image:url(/icons/icon-cross.svg)}.media_card_wrapper .card_wrapper .card.saved_view .inner_section.location_region_info{background-color:rgba(19,113,171,.09)}.media_card_wrapper .card_wrapper .card.saved_view .inner_section.location_region_info .info_wrapper{display:flex;align-items:center;margin-bottom:12px}.media_card_wrapper .card_wrapper .card.saved_view .inner_section.location_region_info .info_wrapper:last-child{margin-bottom:0}.media_card_wrapper .card_wrapper .card.saved_view .inner_section.location_region_info .info_wrapper .name{width:80%;font-size:14px;font-weight:500;color:#212121}@media only screen and (max-width:1280px){.media_card_wrapper .card_wrapper .card.saved_view .inner_section.location_region_info .info_wrapper .name{padding-right:30px}}.media_card_wrapper .card_wrapper .card.saved_view .inner_section.location_region_info .info_wrapper .icon{width:18px;height:18px;margin-right:12px}.media_card_wrapper .card_wrapper .card.saved_view .inner_section.location_region_info .info_wrapper .icon.region_icon{background-image:url(/icons/icon-region.svg);margin-right:10px}.media_card_wrapper .card_wrapper .card.saved_view .inner_section.location_region_info .info_wrapper .icon.location_icon{background-image:url(/icons/icon-location.svg)}.media_card_wrapper .card_wrapper .card.saved_view .inner_section.location_region_info .info_wrapper .icon.brand_icon{background-image:url(/icons/icon-brand.svg)}.media_card_wrapper .card_wrapper .card.saved_view .inner_section.location_region_info .info_wrapper .icon.subregion_icon{background-image:url(/icons/icon-subregion.svg)}.media_card_wrapper .card_wrapper .card.saved_view .inner_section.location_region_info .info_wrapper .icon .MuiSvgIcon-root{width:18px;height:18px}.media_card_wrapper .card_wrapper .card.saved_view .inner_section.selected_fields_info .label_value_wrapper{margin-bottom:8px}.media_card_wrapper .card_wrapper .card.saved_view .inner_section.selected_fields_info .label_value_wrapper .label_text{width:35%}.media_card_wrapper .card_wrapper .card.saved_view .inner_section.selected_fields_info .label_value_wrapper .value_text{width:65%}@media only screen and (max-width:600px){.media_card_wrapper .card_wrapper .card.saved_view{width:93%}}@media only screen and (max-width:375px){.media_card_wrapper .card_wrapper .card.saved_view{width:90%}}@media only screen and (max-width:960px){.media_card_wrapper .card_wrapper .card{height:235px}}.media_card_wrapper .card_wrapper .draft_label{background-color:#c9cffc;color:#3e3f47;border-radius:4px;width:40%;height:25px;display:flex;align-items:center;justify-content:center;padding:0 8px;font-size:10px;text-transform:uppercase}.media_card_wrapper .card_wrapper .draft_label.draft_label_landing_page{margin:10px 0 0 10px}.media_card_wrapper .card_wrapper .placeholder_label{color:gray}.media_card_wrapper .card_wrapper .placeholder_label.placeholder_landing_page{font-style:italic;font-size:15px}.media_card_wrapper.vm_card_wrapper .card_img{border-bottom:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center}.media_card_wrapper.vm_card_wrapper .card_img .brand_img{width:100%;height:100%;object-fit:cover}.media_card_wrapper.vm_details_card_wrapper .card_wrapper .card{height:200px}.media_card_wrapper.vm_details_card_wrapper .card_wrapper .content_inner_wrapper{display:none}.media_card_wrapper.vm_details_card_wrapper .card_wrapper .thumbnail_img{height:100%;width:100%}.image_text_container{width:100%;text-align:center}.image_text_container .square_image_container{width:132px;height:96px;margin:0 auto 8px;cursor:pointer;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:4px;overflow:hidden;border:1px solid #9e9e9e}@media only screen and (max-width:600px){.image_text_container .square_image_container{width:100%;height:50px}}.image_text_container .square_image_container .image{height:100px;width:100px}@media only screen and (max-width:960px){.image_text_container .square_image_container .image{width:100%;height:100%;padding:8px}}.image_text_container .square_image_container.active{border:2px solid #00436d}.image_text_container .text{font-size:16px}@media only screen and (max-width:960px){.image_text_container .text{font-size:10px}}.image_text_container .circle_image_container{width:54px;height:54px;margin:0 auto 8px;cursor:pointer}.image_text_container .circle_image_container .MuiAvatar-img{resize:contain;object-fit:contain}.tab_panel{display:flex;align-items:center}.tab_panel .MuiBox-root{padding:0;width:100%}.title.MuiTypography-body1{font-size:18px;font-weight:500;letter-spacing:.5px;color:#212121;margin-bottom:8px}@media only screen and (max-width:960px){.title.MuiTypography-body1{font-size:14px}}@font-face{font-family:Metropolis;src:url(/_next/static/media/Metropolis-Regular.731347ee.eot);src:url(/_next/static/media/Metropolis-Regular.85bbf098.woff2) format("woff2"),url(/_next/static/media/Metropolis-Regular.4d6c618a.woff) format("woff"),url(/_next/static/media/Metropolis-Regular.1ba43e61.ttf) format("truetype");font-weight:100;font-style:normal}@font-face{font-family:Metropolis;src:url(/_next/static/media/Metropolis-Medium.573299f6.eot);src:url(/_next/static/media/Metropolis-Medium.1d155ce7.woff2) format("woff2"),url(/_next/static/media/Metropolis-Medium.5b0ff170.woff) format("woff"),url(/_next/static/media/Metropolis-Medium.f40d3efa.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:Metropolis;src:url(/_next/static/media/Metropolis-SemiBold.3e2faacb.eot);src:url(/_next/static/media/Metropolis-SemiBold.5f2dbf67.woff2) format("woff2"),url(/_next/static/media/Metropolis-SemiBold.92d84d35.woff) format("woff"),url(/_next/static/media/Metropolis-SemiBold.15c8be46.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:HelveticaNeue;src:url(/_next/static/media/helveticaneue-light.7bf8262a.eot);src:url(/_next/static/media/helveticaneue-light.f6a2a1c2.woff2) format("woff2"),url(/_next/static/media/helveticaneue-light.87218515.woff) format("woff"),url(/_next/static/media/helveticaneue-light.0c773948.ttf) format("truetype"),url(/_next/static/media/helveticaneue-light.776b53d4.svg) format("svg"),url(/_next/static/media/helveticaneue-light.7bf8262a.eot) format("embedded-opentype");font-weight:300;font-style:normal}@font-face{font-family:HelveticaNeue;src:url(/_next/static/media/helveticaneue-medium.73c8fa36.eot);src:url(/_next/static/media/helveticaneue-medium.5ed25f6a.woff2) format("woff2"),url(/_next/static/media/helveticaneue-medium.1c5000e6.woff) format("woff"),url(/_next/static/media/helveticaneue-medium.78d07b2b.ttf) format("truetype"),url(/_next/static/media/helveticaneue-medium.7e128a12.svg) format("svg"),url(/_next/static/media/helveticaneue-medium.73c8fa36.eot) format("embedded-opentype");font-weight:600;font-style:normal}@font-face{font-family:HelveticaNeue;src:url(/_next/static/media/helveticaneue-bold.3abbe888.eot);src:url(/_next/static/media/helveticaneue-bold.7a98a303.woff2) format("woff2"),url(/_next/static/media/helveticaneue-bold.9310105e.woff) format("woff"),url(/_next/static/media/helveticaneue-bold.a3577d0f.ttf) format("truetype"),url(/_next/static/media/helveticaneue-bold.a5d4d60d.svg) format("svg"),url(/_next/static/media/helveticaneue-bold.3abbe888.eot) format("embedded-opentype");font-weight:700;font-style:normal}img{max-width:100%}.f-500{font-weight:500}.icon{background-repeat:no-repeat;background-size:contain;display:inline-block}.error-lbl{position:absolute;padding-top:10px;font-size:14px;color:#fc0446}.pos-relative{position:relative}.pos-absolute{position:absolute}.pull-left{float:left}.pull-right{float:right}.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.align_middle{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.display-tbl{display:table;width:100%;height:100%}.display-tbl-cell{display:table-cell;vertical-align:middle}.overlay{position:fixed;background-color:rgba(0,0,0,.47);padding:0}.inline-overlay,.overlay{width:100%;height:100%;top:0;left:0;right:0;bottom:0;z-index:17}.inline-overlay{position:absolute;background-color:rgba(0,0,0,.2)}.show{display:block!important}.hide{display:none!important}.text-center{text-align:center}.no-pd{padding:0!important}.justify-center-content{justify-content:center}.visible-lg,.visible-md{display:block}.visible-xs{display:none}.trotm_btn.MuiButton-root{min-width:105px;border-radius:22px;font-size:12px;font-weight:500;padding:9px 24px}@media only screen and (max-width:960px){.trotm_btn.MuiButton-root{padding:6px 14px;min-width:86px}}.trotm_btn.white_btn{font-size:14px;font-weight:500;color:#00436d}.trotm_btn.white_btn,.trotm_btn.white_btn:hover{background-color:#fff}.trotm_btn.btn_sm{padding:3px}.location_bar_container{min-height:auto}.header_container .grow{flex-grow:1}.header_container .toolbar{display:flex;flex-direction:row;align-items:center;justify-content:center;transition:.2s;transition-timing-function:linear}.header_container .toolbar.expanded_mob .on_boarding_bar_container{align-items:normal;justify-content:normal;display:block}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_tabs{margin-top:30px;margin-bottom:30px;display:block}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_tabs .sub_heading_view{top:85px;height:40px}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_tabs .MuiTabs-flexContainer{align-items:center;justify-content:center}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_tabs .MuiTabs-flexContainer button{margin:0 16px;width:98px}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar{width:95%;margin:auto;padding:20px 16px 40px;overflow-y:auto;display:block;background-color:#fff;height:auto;border-radius:8px}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .mob_expanded_tab_panel{height:auto}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .mob_expanded_tab_panel .saved_view_container{padding-bottom:0}@media only screen and (max-width:600px){.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .mob_expanded_tab_panel .saved_view_container .card_holder{padding:0}}@media only screen and (max-width:960px){.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .mob_expanded_tab_panel .saved_view_container{padding-bottom:120px}}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .mob_expanded_tab_panel .sub_heading_view{top:95px;height:28px;justify-content:space-between}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .mob_expanded_tab_panel .sub_heading_view .btn_area .trotm_btn{padding:7px 14px}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .mob_expanded_tab_panel .sub_heading_view .btn_area .MuiButton-contained.Mui-disabled{color:hsla(0,0%,100%,.7);background-color:rgba(0,67,109,.7)}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .mob_expanded_tab_panel .sub_heading_view .sort_icon_container{width:20px;height:18px;cursor:pointer}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .mob_expanded_tab_panel .sub_heading_view .sort_icon_container .sort_icon{width:20px;height:18px;background-image:url(/icons/icon-sort.svg);background-repeat:no-repeat;background-size:contain}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .mob_expanded_tab_panel .sub_heading_view .image_text_container{margin-bottom:16px}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .mob_expanded_tab_panel .sub_heading_view .image_text_container .square_image_container{background-color:transparent;padding:0 5px;border:none}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .mob_expanded_tab_panel .sub_heading_view .image_text_container .square_image_container .image{border:1px solid #fff;border-radius:4px}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .mob_expanded_tab_panel .sub_heading_view .image_text_container .square_image_container .image.active{background-color:#fff}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .mob_expanded_tab_panel .save_checkbox{margin-bottom:20px}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .mob_expanded_tab_panel .btn_area{text-align:center}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .mob_expanded_tab_panel .btn_area .trotm_btn{padding:9px 24px}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .mob_expanded_tab_panel .btn_area .MuiButton-contained.Mui-disabled{color:hsla(0,0%,100%,.7);background-color:rgba(0,67,109,.7)}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .mob_expanded_tab_panel .image_text_container .square_image_container{width:95%;height:55px;background-color:transparent;padding:0 5px;margin:0 auto 8px}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .mob_expanded_tab_panel .image_text_container .square_image_container .image{border:1px solid #fff;border-radius:4px}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .mob_expanded_tab_panel .image_text_container .square_image_container .image.active{background-color:#fff}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .mob_expanded_tab_panel .image_text_container .text{color:rgba(0,0,0,.87)}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .textfield_area .map_list_container{margin-bottom:30px}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .textfield_area .MuiInputBase-input{background-color:#fff;border-radius:8px}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .textfield_area .MuiFormLabel-root{font-size:16px}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .textfield_area .MuiFormControl-root .MuiInputLabel-outlined.MuiInputLabel-shrink{background-color:#fff}.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar .textfield_area .MuiFormLabel-root.Mui-disabled{background-color:#fff;padding-right:5px;color:rgba(0,0,0,.38)}@media only screen and (max-width:600px){.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar{padding:20px 16px}}@media(max-device-width:823px)and (orientation:landscape){.header_container .toolbar.expanded_mob .on_boarding_bar_container .mob_expanded_bar{max-height:100%}.header_container .toolbar.expanded_mob .on_boarding_bar_container{padding-bottom:120px}}.header_container .toolbar.expanded_mob .header_section.left_section{height:24px;width:24px;top:16px;left:16px;padding:0}.header_container .toolbar.expanded_mob .header_section.right_section{height:45px}.header_container .header_section{height:100%;padding:20px 0}.header_container .header_section.left_section,.header_container .header_section.right_section{display:flex;flex:2 1;flex-direction:row;align-items:flex-start;justify-content:flex-end;position:absolute}.header_container .header_section.left_section .icon,.header_container .header_section.right_section .icon{height:20px}@media only screen and (max-width:960px){.header_container .header_section.left_section .icon .MuiSvgIcon-root,.header_container .header_section.right_section .icon .MuiSvgIcon-root{width:20px;height:20px}.header_container .header_section.left_section .icon.salesflash_icon,.header_container .header_section.right_section .icon.salesflash_icon{height:15px}.header_container .header_section.left_section .icon,.header_container .header_section.right_section .icon{padding:12px 8px}}.header_container .header_section.left_section .store_comment_wrapper,.header_container .header_section.right_section .store_comment_wrapper{margin:0 12px}.header_container .header_section.left_section .store_comment_wrapper .add_photo_field,.header_container .header_section.right_section .store_comment_wrapper .add_photo_field{margin-bottom:0}.header_container .header_section.left_section .store_comment_wrapper .add_photo_field .add_photo_input .upload_button_container.store_comment,.header_container .header_section.right_section .store_comment_wrapper .add_photo_field .add_photo_input .upload_button_container.store_comment{display:flex;align-items:center;border-radius:8px;background-color:hsla(0,0%,100%,.1);padding:6px 15px}.header_container .header_section.left_section .store_comment_wrapper .add_photo_field .add_photo_input .upload_button_container.store_comment .icon,.header_container .header_section.right_section .store_comment_wrapper .add_photo_field .add_photo_input .upload_button_container.store_comment .icon{margin-right:8px}.header_container .header_section.left_section .store_comment_wrapper .add_photo_field .add_photo_input .upload_button_container.store_comment .icon.store_comment,.header_container .header_section.right_section .store_comment_wrapper .add_photo_field .add_photo_input .upload_button_container.store_comment .icon.store_comment{width:22px;height:20px;background-image:url(/icons/header-icons/icon-store-comment-btn.svg)}.header_container .header_section.left_section .store_comment_wrapper .add_photo_field .add_photo_input .upload_button_container.store_comment label,.header_container .header_section.right_section .store_comment_wrapper .add_photo_field .add_photo_input .upload_button_container.store_comment label{font-size:12px;color:#fff;font-weight:400;margin:0}@media only screen and (max-width:960px){.header_container .header_section.left_section .store_comment_wrapper .add_photo_field .add_photo_input .upload_button_container.store_comment label,.header_container .header_section.right_section .store_comment_wrapper .add_photo_field .add_photo_input .upload_button_container.store_comment label{display:none}.header_container .header_section.left_section .store_comment_wrapper .add_photo_field .add_photo_input .upload_button_container.store_comment,.header_container .header_section.right_section .store_comment_wrapper .add_photo_field .add_photo_input .upload_button_container.store_comment{background:transparent;padding:6px 0}.header_container .header_section.left_section .store_comment_wrapper,.header_container .header_section.right_section .store_comment_wrapper{margin:0}.header_container .header_section.left_section,.header_container .header_section.right_section{padding:10px 0}}.header_container .header_section.left_section .notification .MuiBadge-colorError,.header_container .header_section.right_section .notification .MuiBadge-colorError{color:#fff}.header_container .header_section.right_section{right:24px;height:60px;top:0}.header_container .header_section.right_section .icon{height:100%}.header_container .header_section.right_section .icon:last-child{padding-right:0}@media only screen and (max-width:960px){.header_container .header_section.right_section .icon{height:20px}.header_container .header_section.right_section{right:16px}}.header_container .header_section.left_section{left:0}.header_container .header_section.left_section .icon{height:20px}@media only screen and (max-width:960px){.header_container .header_section.left_section{left:8px}}.header_container .header_section.on_boarding_bar_container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.header_container .header_section.on_boarding_bar_container.saved_view_section{justify-content:normal;width:100%}.header_container .header_section.on_boarding_bar_container.saved_view_section .on_boarding_bar{width:100%}.header_container .header_section.on_boarding_bar_container.saved_view_section .mob_expanded_bar{background-color:transparent;width:100%;padding:0;height:100%}.header_container .header_section.on_boarding_bar_container.saved_view_section .my_view_tabs{margin-bottom:60px}.header_container .header_section.on_boarding_bar_container.saved_view_section .MuiBox-root{padding:0}.header_container .locationg_group_mobile_view{color:#616161;text-align:center}.header_container .locationg_group_mobile_view .error_state_container{display:flex;flex-direction:column;justify-content:center;align-items:center}.header_container .my_view_tabs{min-height:27px!important;height:27px;transition:.5s;transition-timing-function:linear;overflow:visible}.header_container .my_view_tabs button{text-transform:capitalize;padding:0;min-height:auto;min-width:auto;margin:0 40px;font-size:14px;font-weight:300;letter-spacing:.15px;overflow:visible}.header_container .my_view_tabs button.Mui-selected{font-weight:500}.header_container .my_view_tabs button .MuiBadge-anchorOriginTopLeftRectangle{top:6px;left:-5px}.header_container .my_view_tabs button .MuiBadge-dot{height:6px;width:6px;min-width:6px}.header_container .my_view_tabs .MuiTabs-indicator{display:flex;justify-content:center;background-color:transparent}.header_container .my_view_tabs .MuiTabs-indicator>span{max-width:26px;width:100%;background-color:#fff}.header_container .my_view_tabs.hide_tabs{display:none}.header_container .my_view_tabs .MuiTabs-scroller.MuiTabs-fixed{overflow:visible!important}.header_container .on_boarding_bar{height:100%}.header_container .on_boarding_bar .autocomplete_section .MuiInputBase-input{cursor:pointer!important}.header_container .on_boarding_bar .autocomplete_section .MuiInputBase-input.Mui-disabled{cursor:not-allowed!important}.header_container .on_boarding_bar .input_field .MuiInputBase-input{cursor:pointer!important}.header_container .on_boarding_bar .input_field.block_input .MuiInputBase-input{cursor:not-allowed!important}.header_container .add_buttons{position:absolute;bottom:-26px;right:0;left:0;display:flex;flex-direction:row;justify-content:center;margin:0 auto}.header_container .add_buttons button{display:flex;flex-direction:row;justify-content:center;width:240px;margin:0 32px;border-radius:50px;height:56px;text-transform:capitalize;color:#fff;transition:all .5s;transition-timing-function:ease-in-out}.header_container .add_buttons button.add_store_visit_btn{background-color:#81cabb}.header_container .add_buttons button.add_repair_request_btn{background-color:#e06f6b}.header_container .add_buttons button.add_store_comment_btn{background-color:#246094}.header_container .add_buttons button .expand_icon{height:15px;width:15px;border-radius:100%;background-color:inherit;position:absolute;right:0;bottom:0;display:flex;align-items:center;justify-content:center}.header_container .add_buttons button .expand_icon .MuiSvgIcon-root{height:15px;width:15px}.header_container .add_buttons .header_btn_sm{padding:0;width:84px;transition:all .5s;transition-timing-function:ease-in-out}.header_container .add_buttons .header_btn_sm .MuiButton-startIcon{margin:0}@media only screen and (max-width:960px){.header_container .add_buttons .header_btn_sm{width:55px;height:55px;min-width:55px}}.header_container .my_view_section{overflow:hidden;display:flex;align-items:center;background-color:#eee;border-radius:50px;transition:all .5s;transition-timing-function:ease-in-out}.header_container .my_view_section .divider{margin:15px 0}.header_container .my_view_section .section{padding:0 16px;height:100%;display:flex;align-items:flex-start;flex-direction:column;justify-content:center}.header_container .my_view_section .section:first-child{padding-left:30px}.header_container .my_view_section .section:last-child{padding-right:8px}.header_container .my_view_section .section .lbl{font-size:12px;color:#212121;font-weight:700}.header_container .my_view_section .section .form_control{font-size:12px;color:#9e9e9e}.header_container .my_view_section .section .form_control .MuiInputBase-root{padding-right:0}.header_container .my_view_section .section .form_control .MuiInputBase-root .MuiInputBase-input{padding:2px 50px 2px 0;position:relative}.header_container .my_view_section .section .form_control .MuiInputBase-root .MuiAutocomplete-endAdornment{top:auto}.header_container .my_view_section .section .form_control .MuiInputBase-root .MuiAutocomplete-endAdornment .MuiIconButton-root .MuiSvgIcon-root{width:18px;height:18px}.header_container .my_view_section .section .form_control .MuiAutocomplete-inputRoot[class*=MuiInput-root] .MuiAutocomplete-input:first-child{padding:2px 0}.header_container .my_view_section .section.active{background-color:#fff;border-radius:50px;box-shadow:0 4px 4px rgba(0,0,0,.25)}.header_container .my_view_section .section .save_btn{display:flex;flex-direction:column;align-items:center;border:none;cursor:pointer;padding-right:16px}.header_container .my_view_section .section .save_btn .icon{width:20px;height:20px}.header_container .my_view_section .section .save_btn .lbl{font-size:12px;color:#9e9e9e}.header_container .my_view_section .section .go_to_view_btn{min-width:40px;border-radius:50px;background-color:#002338;padding:8px}.header_container .my_view_section .section .go_to_view_btn.Mui-disabled{background-color:#d8d8dc}.header_container .my_view_section .section .MuiInput-underline:after,.header_container .my_view_section .section .MuiInput-underline:before{border:0!important}.header_container .my_view_section .section .edit_saved_view_button{min-width:40px;max-width:40px;min-height:40px;max-height:40px;border-radius:20px;background-color:#002338;color:#fff;padding:8px}.header_container .my_view_section .section .edit_saved_view_button.Mui-disabled{background-color:#d8d8dc;cursor:not-allowed!important;color:#666}.header_container .my_view_section .section .edit_saved_view_icon{width:20px;height:20px}.header_container .my_view_section_lg{min-width:135px;height:55px;color:#212121}.header_container .my_view_section_sm{width:360px;height:36px;border-radius:50px;background-color:#fff}.header_container .my_view_section_sm .header_text_wrapper{width:100%;display:flex;align-items:center;justify-content:flex-start;padding:0 16px}.header_container .my_view_section_sm .header_text_wrapper .icon{width:24px;height:24px;margin-right:12px}.header_container .my_view_section_sm .header_text_wrapper .icon.airport_icon{background-image:url(/icons/icon-airport.svg);background-position:50%}.header_container .my_view_section_sm .header_text_wrapper .text{width:90%;color:#00436d;font-size:12px}.header_container .my_view_section_sm .small_text_wrapper{display:flex;flex-direction:row;align-items:center}.header_container .my_view_section_sm .small_text_wrapper .left_text,.header_container .my_view_section_sm .small_text_wrapper .right_text{display:inline-block;color:#00436d;font-size:12px}.header_container .my_view_section_sm .small_text_wrapper .left_text{width:65%}.header_container .my_view_section_sm .small_text_wrapper .right_text{width:35%}.header_container .my_view_section_sm .small_text_wrapper .divider{margin:0 10px}.header_btn_text{overflow:hidden;white-space:nowrap}@media only screen and (max-width:960px){.header_btn_text{display:none}}.MuiAutocomplete-popper{top:15px!important;left:15px!important;width:330px!important}.MuiAutocomplete-popper .MuiAutocomplete-listbox{max-height:32vh}.MuiAutocomplete-popper .MuiAutocomplete-option{padding:15px;font-size:12px;border-bottom:1px solid rgba(33,33,33,.08)}.MuiAutocomplete-popper .MuiAutocomplete-option:last-child{border:none}.MuiAutocomplete-popper .action_btn_container{display:flex;align-items:center;justify-content:space-between;padding:5px 15px}.MuiAutocomplete-popper .action_btn_container .btn_text{font-size:12px;color:#00436d;cursor:pointer}.MuiAutocomplete-popper .hide_placeholder{background-color:red}.MuiAutocomplete-popper .brand_container{width:405px;min-height:230px;border-radius:8px;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);background-color:#fff}.MuiAutocomplete-popper .brand_container .MuiAutocomplete-listbox{padding:25px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:25px;gap:25px;list-style:none}.MuiAutocomplete-popper .brand_container .MuiAutocomplete-listbox .MuiAutocomplete-option{padding:0;border:none}.MuiAutocomplete-popper .brand_container .MuiAutocomplete-listbox .MuiAutocomplete-option .selected_option{border:1px solid #00436d;border-radius:15px;background:none;box-shadow:1px 1px 3px 0 rgba(0,0,0,.25)}.MuiAutocomplete-popper .brand_container .MuiAutocomplete-listbox .MuiAutocomplete-option[data-focus=true]{background-color:rgba(0,0,0,.03);border-radius:15px}.MuiAutocomplete-popper .brand_container .MuiAutocomplete-listbox .MuiAutocomplete-option .image_text_container{padding:5px}.MuiAutocomplete-popper .brand_container .MuiAutocomplete-listbox .MuiAutocomplete-option .image_text_container .circle_image_container{border:1px solid #ccc;width:75px;height:75px}.MuiAutocomplete-popper .brand_container .MuiAutocomplete-listbox .MuiAutocomplete-option .image_text_container .label{font-size:12px;font-weight:300;font-stretch:normal;color:#212121;line-height:1.33;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.MuiAutocomplete-popper .brand_container .chips_wrapper{padding:5px 15px;max-height:100px;overflow-y:auto}.MuiAutocomplete-popper .brand_container .chips_wrapper.my_view{max-height:70px}.MuiAutocomplete-popper .brand_container .MuiChip-root{height:auto;padding:3px 0}.MuiAutocomplete-popper .brand_container .MuiChip-outlined{background-color:#00436d;color:#fff;font-size:10px;margin-right:8px;margin-bottom:8px}.MuiAutocomplete-popper .brand_container .MuiChip-deleteIconOutlinedColorPrimary{height:16px;width:16px;color:#fff}.MuiAutocomplete-popper .brand_container .MuiChip-deleteIconOutlinedColorPrimary:active,.MuiAutocomplete-popper .brand_container .MuiChip-deleteIconOutlinedColorPrimary:hover{color:#fff}.locations_list_by_group{max-height:300px;overflow-y:auto;margin-top:15px}.my_view_region_paper{padding:8px 16px;border-radius:8px;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);background-color:#fff}.my_view_region_paper .MuiAutocomplete-listbox{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}.brand_paper_controls{display:flex}.brand_paper_controls .brand_paper_btn{margin:0 5px}.autocomplete_section{overflow:hidden;font-size:14px;width:115px}.autocomplete_section .form_control{width:100%}.autocomplete_section .form_control input{font-size:12px;color:#9e9e9e}.autocomplete_section.autocomplete_multiple{overflow:visible}.autocomplete_section .MuiAutocomplete-endAdornment{display:none}.autocomplete_multiple_selection{font-size:10px}.location_group_paper_error{display:flex;flex-direction:column;align-items:center;padding:25px}.location_group_paper_error .title{font-size:18px;color:#222;font-weight:400;padding:10px 0}.location_group_paper_error .details{font-size:14px;color:#65747c;font-weight:400;text-align:center}.header_lg,.header_sm{position:fixed;left:0;right:0;transition:.5s;transition-timing-function:linear;z-index:1201}.header_sm{height:120px}.header_lg{height:200px}.header_mini_l2{height:64px;transition:.5s;transition-timing-function:linear}.header_mini_l2 .header_section{padding:15px 0}.header_mini_l2 .header_section .my_view_section_sm{background-color:transparent}.header_mini_l2 .header_section .my_view_section_sm .header_text_wrapper .airport_icon{background-image:url(/icons/icon-airport-white.svg)}.header_mini_l2 .header_section .my_view_section_sm .header_text_wrapper .small_text_wrapper .left_text,.header_mini_l2 .header_section .my_view_section_sm .header_text_wrapper .small_text_wrapper .right_text,.header_mini_l2 .header_section .my_view_section_sm .header_text_wrapper .text{color:#fff}.header_mini_l2 .header_section .my_view_section_sm .header_text_wrapper .small_text_wrapper .divider{background-color:hsla(0,0%,100%,.7)}@media only screen and (max-width:960px){.header_mini_l2 .header_section .my_view_section_sm{margin-top:25px}.header_mini_l2{height:105px}}.expanded_mob,.header_for_saved_view{height:100vh;transition:.2s;transition-timing-function:linear}.saved_view_container{display:block;padding-top:12px;padding-bottom:60px}.saved_view_container .saved_view_cards_container{display:flex;flex-direction:row;flex-wrap:wrap;overflow-y:auto}.saved_view_container .card_holder{padding:0 12px;margin-bottom:24px}.sub_heading_view{position:fixed;top:60px;height:60px;width:100%;background-color:transparent;z-index:1204;display:flex;justify-content:flex-end;align-items:center;left:0;right:0;padding:0 30px}.sub_heading_view .btn_area{margin-right:5px}.saved_view_tab_panel{overflow-y:auto;height:100%}.sortable_card_holder{z-index:1203!important}.my_view_region_option{width:45%;margin:5px}.my_view_region_option .square_image_container{width:50px;height:50px}.my_view_region_option .square_image_container .image{width:50px;height:50px;object-fit:contain}.popover{border-radius:8px;box-shadow:1px 4px 4px 0 rgba(0,0,0,.25)}.popover .inner_wrapper .popup_header{display:flex;align-items:center;justify-content:space-between;height:60px;padding:0 24px;position:fixed;width:350px;z-index:1;border-top-left-radius:8px;border-top-right-radius:8px;background-color:#fff;border-bottom:1px solid rgba(33,33,33,.08)}.popover .inner_wrapper .popup_header .title{font-size:18px;font-weight:500}.popover .inner_wrapper .popup_header .clr_txt{font-size:14px;font-weight:500;cursor:pointer;color:#00436d}@media only screen and (max-width:600px){.popover .inner_wrapper .popup_header{width:343px}}.popover .inner_wrapper .details{padding-top:60px}.popover .inner_wrapper .details ul li{position:relative;padding:16px 24px 0;cursor:pointer}.popover .inner_wrapper .details ul li .title{display:flex;align-items:center;height:24px;font-size:16px;margin-bottom:10px}.popover .inner_wrapper .details ul li .title .icon{width:24px;height:24px;margin-right:10px}.popover .inner_wrapper .details ul li .title .icon.store_visit{background-image:url(/icons/icon-store-visit-active.svg)}.popover .inner_wrapper .details ul li .title .icon.repair_request{background-image:url(/icons/icon-repair-request-active.svg)}.popover .inner_wrapper .details ul li .title .icon.store_comment{background-image:url(/icons/icon-store-comment-active.svg)}.popover .inner_wrapper .details ul li .desc{margin-bottom:9px;font-size:12px}.popover .inner_wrapper .details ul li .date_details{border-bottom:1px solid rgba(33,33,33,.08);padding-bottom:16px;font-size:12px;font-weight:300}.popover .inner_wrapper .details ul li .delete_icon_section{position:absolute;right:24px;top:16px;cursor:pointer}.popover .inner_wrapper .details ul li .delete_icon_section .delete_icon{width:18px;height:18px;background-image:url(/icons/icon-delete.svg)}.popover .inner_wrapper .details ul li:hover{background-color:#f6f6fa}.popover.notification_popup .MuiPopover-paper{width:350px;height:430px}.popover.notification_popup .lbl{display:flex;align-items:center}.popover.notification_popup .lbl .notification_dot{margin-left:10px;height:8px;width:8px;border-radius:50%}.popover.notification_popup .details ul li:hover{background-color:transparent}.popover.recent_activity_section{background-color:#fff;box-shadow:0 1px 4px .5px rgba(0,0,0,.08)}.popover.recent_activity_section .inner_wrapper .popup_header{position:static;width:100%}.popover.recent_activity_section .inner_wrapper .details{padding-top:0;max-height:512px;min-height:170px;overflow-y:auto;position:relative}@media only screen and (max-width:960px){.popover.recent_activity_section .inner_wrapper .details{max-height:240px}.popover.recent_activity_section{display:none}}.popover.quick_action_popup .MuiPopover-paper{width:215px}.popover.quick_action_popup .inner_wrapper .details{padding-top:0}.popover.quick_action_popup .inner_wrapper .details ul li{padding:16px;border-bottom:1px solid rgba(33,33,33,.08)}.popover.quick_action_popup .inner_wrapper .details ul li .title{color:#00436d;margin-bottom:0}.popover.quick_action_popup .inner_wrapper .details ul li .title .lbl{font-size:14px}.popover.calendar_filter{position:absolute;background-color:#fff;z-index:3;max-height:280px;overflow-y:auto;width:215px}.popover.calendar_filter .MuiPopover-paper{width:215px;max-height:285px}.popover.calendar_filter .inner_wrapper .details{padding-top:0;width:100%}.popover.calendar_filter .inner_wrapper .details ul li{padding:16px;border-bottom:1px solid rgba(33,33,33,.08)}.popover.calendar_filter .inner_wrapper .details ul li .title{display:flex;align-items:center;font-size:16px;color:#000;margin-bottom:0}.popover.calendar_filter .inner_wrapper .details ul li .title .primary_text{font-weight:500;margin-right:6px}.popover.calendar_filter .inner_wrapper .details ul li .title .secondary_text{font-weight:400}@media only screen and (max-width:960px){.popover.calendar_filter .inner_wrapper .details ul li .title .secondary_text{font-size:14px}}.popover.calendar_filter .inner_wrapper .details ul li .title.active{font-size:18px;color:#00436d}.popover.calendar_filter .inner_wrapper .details ul li .title.active .primary_text{font-size:20px;font-weight:700}.drawerContainer{overflow:hidden;overflow-y:auto;position:fixed;bottom:0}.drawerContainer .MuiList-padding{padding-top:0;padding-bottom:0}.drawerContainer .MuiListItem-root{height:56px}.drawerContainer .MuiListItem-root .MuiListItemIcon-root{width:24px;height:24px;min-width:24px}.drawerContainer .MuiListItem-root .MuiListItemIcon-root img{width:100%;height:100%;object-fit:none}.drawerContainer .MuiListItem-root.Mui-selected{background-color:#eaf2f7}.drawerContainer .drawer_links{display:flex;justify-content:space-between;flex-direction:column;height:100%}.header_sm~.drawerContainer{top:120px}.header_lg~.drawerContainer{top:200px}.cards_area{display:flex;flex-direction:row;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:2px}.cards_area .card_container{margin-left:12px;margin-right:12px;margin-bottom:24px;width:calc(20% - 24px);min-width:calc(20% - 24px);display:inline-block;position:relative;padding:1px}@media only screen and (max-width:1280px){.cards_area .card_container{width:calc(25% - 24px);min-width:calc(25% - 24px)}}@media only screen and (max-width:960px){.cards_area .card_container{width:calc(33.3% - 24px);min-width:calc(33.3% - 24px)}}@media only screen and (max-width:600px){.cards_area .card_container{margin-left:8px;margin-right:8px;width:calc(50% - 16px);min-width:calc(50% - 16px);margin-bottom:16px}}.cards_area .card_container .slick-slide .image_container img{width:100%;height:100%;object-fit:cover}.cards_area.nowrap_cards{flex-wrap:nowrap;overflow:hidden}@media only screen and (max-width:960px){.cards_area{margin-left:-8px;margin-right:-8px}}.monthly_timeline_component{display:flex;flex-direction:column}.monthly_timeline_component .month_section{display:flex;flex-direction:column;padding-top:24px;padding-bottom:0}.monthly_timeline_component .month_section:first-child{padding-top:0}.monthly_timeline_component .month_section:nth-child(odd){background-color:#f6f6fa}.monthly_timeline_component .month_section:nth-child(2n){background-color:#fff}.monthly_timeline_component .month_section .title_view{font-size:18px;font-weight:500;line-height:1.56;letter-spacing:.5px;color:#212121;margin-bottom:12px}.monthly_timeline_component .month_section .title_view .month_title{text-transform:capitalize}@media only screen and (max-width:960px){.monthly_timeline_component .month_section .title_view{font-size:14px}.monthly_timeline_component .month_section{padding-top:16px}.store_visit_checklist_container .page_inner_wrapper .checklist_form_section .checklist_wrapper{background:#fff;margin-left:-20px;margin-right:-20px}}.store_visit_checklist_container .page_inner_wrapper .mob_section_title{display:none}@media only screen and (max-width:960px){.store_visit_checklist_container .page_inner_wrapper .mob_section_title{display:block;font-size:14px}}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container{width:100%;background-color:#fff}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list_loader{width:100%;height:116px;display:flex;align-items:center;justify-content:center}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list{display:flex;align-items:center;flex-direction:row;justify-content:space-between;border-radius:8px;padding:15px 100px 15px 45px}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list .list_item_with_divider:last-child .divider{display:none}@media only screen and (max-width:960px){.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list .list_item_with_divider.date,.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list .list_item_with_divider:nth-child(3) .divider,.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list .list_item_with_divider:nth-child(7) .divider{display:none}}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list .list_item_with_divider .subsection_wrapper{height:100%;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list .list_item_with_divider .subsection_wrapper .icon{width:30px;height:30px;margin-bottom:6px}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list .list_item_with_divider .subsection_wrapper .icon .MuiSvgIcon-root{width:30px;height:30px}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list .list_item_with_divider .subsection_wrapper .icon.employee_icon{width:35px;height:25px;background-image:url(/icons/icon-employee.svg)}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list .list_item_with_divider .subsection_wrapper .icon.maneger_icon{background-image:url(/icons/icon-maneger.svg)}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list .list_item_with_divider .subsection_wrapper .icon.door_icon{background-image:url(/icons/icon-door-filled.svg)}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list .list_item_with_divider .subsection_wrapper .icon.brand_icon{background-image:url(/icons/icon-door-brand.svg)}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list .list_item_with_divider .subsection_wrapper .icon.sales_growth_icon{background-image:url(/icons/icon-sales-growth.svg)}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list .list_item_with_divider .subsection_wrapper .icon.submitted_person_icon{background-image:url(/icons/icon-profile.svg)}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list .list_item_with_divider .subsection_wrapper .icon.date_icon{background-image:url(/icons/icon-time.svg)}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list .list_item_with_divider .subsection_wrapper .edit_text_wrapper{position:relative}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list .list_item_with_divider .subsection_wrapper .edit_text_wrapper .edit_input{width:80px}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list .list_item_with_divider .subsection_wrapper .edit_text_wrapper .icon{width:12px;height:12px;cursor:pointer;margin-left:5px;margin-bottom:4px}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list .list_item_with_divider .subsection_wrapper .primary_text{font-size:12px;font-weight:500;color:#212121;max-width:140px}@media only screen and (max-width:1280px){.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list .list_item_with_divider .subsection_wrapper .primary_text{max-width:120px}}@media only screen and (max-width:960px){.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list .list_item_with_divider .subsection_wrapper .primary_text{max-width:90px}}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list .list_item_with_divider .subsection_wrapper .secondary_text{font-size:12px;font-weight:500;color:#9e9e9e}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list .list_item_with_divider .subsection_wrapper .error_text{font-size:12px;font-weight:500;color:#f86868;position:absolute;bottom:-12px}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list .mob_divider{display:none}@media only screen and (max-width:960px){.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list .mob_divider{height:1px;width:100%;display:flex;margin:20px 0;background-color:rgba(0,0,0,.08)}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .horizontal_list{flex-wrap:wrap;padding:25px 15px}}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .mob_date{display:none}@media only screen and (max-width:960px){.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .mob_date{display:flex;align-items:center;border-top:1px solid #e0e0e0;padding:16px 24px}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .mob_date .icon{width:16px;height:16px;margin-right:8px}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .mob_date .icon.date_icon{background-image:url(/icons/icon-time.svg)}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .mob_date .primary_text{font-size:12px;font-weight:500;color:#212121;max-width:140px;margin:0 4px}.store_visit_checklist_container .page_inner_wrapper .store_details_list_container .mob_date .secondary_text{font-size:12px;font-weight:500;color:#9e9e9e;margin:0 4px}}.store_visit_checklist_container .page_inner_wrapper .ref_document_list_container{width:100%;border-radius:8px;box-shadow:0 1px 4px .5px rgba(0,0,0,.08);background-color:#fff}.store_visit_checklist_container .page_inner_wrapper .ref_document_list_container .horizontal_list{display:flex;align-items:center;padding:15px 25px}.store_visit_checklist_container .page_inner_wrapper .ref_document_list_container .horizontal_list .title_text{font-size:14px;color:#212121;margin-right:30px}@media only screen and (max-width:960px){.store_visit_checklist_container .page_inner_wrapper .ref_document_list_container .horizontal_list .title_text{display:none}}.store_visit_checklist_container .page_inner_wrapper .ref_document_list_container .horizontal_list .list_item_wrapper{width:60%;height:100%;display:flex;align-items:center;justify-content:space-around}.store_visit_checklist_container .page_inner_wrapper .ref_document_list_container .horizontal_list .list_item_wrapper .list_item{position:relative}.store_visit_checklist_container .page_inner_wrapper .ref_document_list_container .horizontal_list .list_item_wrapper .list_item .link_wrapper{display:flex;align-items:center;cursor:pointer}.store_visit_checklist_container .page_inner_wrapper .ref_document_list_container .horizontal_list .list_item_wrapper .list_item .link_wrapper .icon{width:18px;height:18px;margin-right:10px}.store_visit_checklist_container .page_inner_wrapper .ref_document_list_container .horizontal_list .list_item_wrapper .list_item .link_wrapper .icon.leading_at_counter_icon{background-image:url(/icons/icon-Leading-at-Counter.svg);width:20px;height:20px}.store_visit_checklist_container .page_inner_wrapper .ref_document_list_container .horizontal_list .list_item_wrapper .list_item .link_wrapper .icon.guideline_icon{background-image:url(/icons/icon-guideline.svg);width:20px;height:20px}.store_visit_checklist_container .page_inner_wrapper .ref_document_list_container .horizontal_list .list_item_wrapper .list_item .link_wrapper .icon.planogram_icon{background-image:url(/icons/icon-planogram.svg)}.store_visit_checklist_container .page_inner_wrapper .ref_document_list_container .horizontal_list .list_item_wrapper .list_item .link_wrapper .icon.official_photos_icon{background-image:url(/icons/icon-official-photos.svg)}@media only screen and (max-width:960px){.store_visit_checklist_container .page_inner_wrapper .ref_document_list_container .horizontal_list .list_item_wrapper .list_item .link_wrapper .icon{display:none}}.store_visit_checklist_container .page_inner_wrapper .ref_document_list_container .horizontal_list .list_item_wrapper .list_item .link_wrapper .link_text{font-size:14px;color:#00436d}@media only screen and (max-width:960px){.store_visit_checklist_container .page_inner_wrapper .ref_document_list_container .horizontal_list .list_item_wrapper .list_item .link_wrapper{margin-right:22px}.store_visit_checklist_container .page_inner_wrapper .ref_document_list_container .horizontal_list .list_item_wrapper .list_item .link_wrapper:last-child{margin-right:0}}.store_visit_checklist_container .page_inner_wrapper .ref_document_list_container .horizontal_list .list_item_wrapper .list_item .divider{display:none}@media only screen and (max-width:960px){.store_visit_checklist_container .page_inner_wrapper .ref_document_list_container .horizontal_list .list_item_wrapper .list_item .divider{display:flex;position:absolute;right:0;top:0;bottom:0;margin:auto;width:1px;height:80%;background-image:linear-gradient(0deg,#eee,#bdbdbd,#eee)}.store_visit_checklist_container .page_inner_wrapper .ref_document_list_container .horizontal_list .list_item_wrapper{width:100%;justify-content:space-between}}.store_visit_checklist_container .page_inner_wrapper .feedback_form_container{width:100%;min-height:640px;display:flex;border-radius:8px;box-shadow:0 1px 4px .5px rgba(0,0,0,.08);background-color:#fff;position:relative}@media only screen and (max-width:960px){.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .desktop_visible_tabs,.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .desktop_visible_tabs .MuiTabs-root{display:none}}.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .mob_visible_tabs{width:90%;height:auto;position:absolute;left:0;right:0;margin:auto}.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .mob_visible_tabs .mob_tab_btn{display:none}@media only screen and (max-width:960px){.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .mob_visible_tabs .mob_tab_btn{display:flex;align-items:center;justify-content:space-between;padding:0 16px;width:100%;height:48px;background-color:#00446d;color:#fff;max-width:100%;border-radius:8px}}.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .mob_visible_tabs .tab_mob{z-index:10}.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .mob_visible_tabs .MuiTabs-root{display:none}@media only screen and (max-width:960px){.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .mob_visible_tabs .MuiTabs-root{display:block;position:absolute}}.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .MuiAccordionDetails-root,.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .MuiAccordionSummary-root{padding:0}.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .MuiTab-wrapper{align-items:flex-start}.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .MuiTabs-root{width:225px;height:100%}.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .MuiTabs-root .MuiTabs-scroller .MuiTab-root{height:64px;font-size:14px;font-weight:400;color:#212121;text-transform:capitalize;padding:0 24px}@media only screen and (max-width:960px){.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .MuiTabs-root .MuiTabs-scroller .MuiTab-root{height:45px;padding:0 16px}}.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .MuiTabs-root .MuiTabs-scroller .MuiTab-textColorInherit.Mui-selected{background-color:#e7eef3}@media only screen and (max-width:960px){.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .MuiTabs-root .MuiTabs-scroller .MuiTab-textColorInherit.Mui-selected{background-color:#fff}}.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .MuiTabs-root .MuiTabs-scroller .MuiTabs-indicator{display:none}@media only screen and (max-width:960px){.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainerVertical{align-items:flex-start}.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .MuiTabs-root{width:100%;height:auto;margin:auto;position:absolute;left:0;right:0;top:50px;box-shadow:0 1px 4px .5px rgba(0,0,0,.08);background-color:#fff}}.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .tabpanel_container{width:calc(100% - 225px);border-left:1px solid rgba(0,0,0,.08)}.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .tabpanel_container .panel_wrapper .tab_panel_loader{display:flex;align-items:center;justify-content:center;min-height:640px}.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .tabpanel_container .panel_wrapper .tabpanel_header{width:100%;border-bottom:1px solid rgba(0,0,0,.08);font-size:20px;font-weight:500;text-align:left;color:rgba(0,0,0,.87);padding:18px}@media only screen and (max-width:960px){.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .tabpanel_container .panel_wrapper .tabpanel_header{display:none}}.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .tabpanel_container .panel_wrapper .tabpanel_header .tabpanel_header_inner_section{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .tabpanel_container .panel_wrapper .tabpanel_header .tabpanel_header_inner_section .delete_all{color:#00446d;font-size:14px;font-weight:500;letter-spacing:.5px;cursor:pointer}.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .tabpanel_container .panel_wrapper .form_wrapper{width:100%;height:100%;padding:20px}.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .tabpanel_container .panel_wrapper .form_wrapper .instruction_text{font-size:14px;color:rgba(0,0,0,.87);margin-bottom:20px}.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .tabpanel_container .panel_wrapper.people_management{height:100%;width:100%}.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .tabpanel_container .panel_wrapper.competitor_photograph .form_wrapper .top_action_container,.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .tabpanel_container .panel_wrapper.store_photograph .form_wrapper .top_action_container{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .tabpanel_container .panel_wrapper.competitor_photograph .form_wrapper .top_action_container .download_icon_container .download_icon,.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .tabpanel_container .panel_wrapper.store_photograph .form_wrapper .top_action_container .download_icon_container .download_icon{width:24px;height:24px;background-image:url(/icons/icon-download.svg);cursor:pointer}@media only screen and (max-width:960px){.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .tabpanel_container .panel_wrapper.competitor_photograph .form_wrapper .top_action_container .download_icon_container .download_icon,.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .tabpanel_container .panel_wrapper.store_photograph .form_wrapper .top_action_container .download_icon_container .download_icon{width:18px;height:18px}}.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .tabpanel_container .panel_wrapper.comment .comment_textarea,.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .tabpanel_container .panel_wrapper.competitor_photograph .comment_textarea,.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .tabpanel_container .panel_wrapper.store_photograph .comment_textarea{background-color:#fff;border-radius:8px;border:1px solid #b5b5b5}@media only screen and (max-width:960px){.store_visit_checklist_container .page_inner_wrapper .feedback_form_container .tabpanel_container{width:100%;padding-top:50px}.store_visit_checklist_container .page_inner_wrapper .feedback_form_container{padding:24px 0}.store_visit_checklist_container .page_inner_wrapper{padding-top:45px}}.repair-filter-wrapper{width:415px;height:465px;box-shadow:0 1px 4px 0 rgba(0,0,0,.08);background-color:#fff;position:relative;overflow:auto;max-height:400px}.repair-filter-wrapper .inner-wrapper{margin:37px 24px 0;position:relative}.repair-filter-wrapper .inner-wrapper .type-section{margin-bottom:24px}.repair-filter-wrapper .inner-wrapper .status-section{margin-bottom:17px}.repair-filter-wrapper .inner-wrapper .status-section .status-section-items{margin:0;padding:0;list-style-type:none}.repair-filter-wrapper .inner-wrapper .status-section .status-section-items li{position:relative;display:flex;height:36px;width:33.3%}.repair-filter-wrapper .inner-wrapper .status-section .centered{margin:auto;display:flex;flex-wrap:wrap}.repair-filter-wrapper .inner-wrapper .status-section .MuiFormControlLabel-root{margin-right:0}.repair-filter-wrapper .inner-wrapper .priority-section .priority-button{font-weight:400;line-height:1.43;border:1px solid;cursor:pointer;height:32px;display:inline-flex;font-size:14px;box-sizing:border-box;align-items:center;border-radius:16px;vertical-align:middle;justify-content:center;padding-left:20px;padding-right:20px;margin-right:13px;margin-bottom:11px}.repair-filter-wrapper .inner-wrapper .section-label{margin-bottom:16px;font-size:14px;font-weight:500;line-height:1.14;letter-spacing:.4px;color:#000;text-transform:uppercase}.repair-filter-wrapper .inner-wrapper .MuiFormControlLabel-root{margin-left:0;margin-right:19px}.repair-filter-wrapper .inner-wrapper .MuiFormControlLabel-root .MuiCheckbox-root{color:#00436d}.repair-filter-wrapper .inner-wrapper .MuiFormControlLabel-root .MuiIconButton-root{padding:0}.repair-filter-wrapper .inner-wrapper .MuiFormControlLabel-root .MuiIconButton-root .MuiIconButton-label{width:24px;height:24px;padding:3px;margin-right:8px}.repair-filter-wrapper .inner-wrapper .MuiFormControlLabel-root .MuiIconButton-root:hover{background-color:#fff}.repair-filter-wrapper .inner-wrapper .MuiFormControlLabel-root .MuiTypography-body1{font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:.25px;text-align:left;color:#616161}.repair-filter-wrapper .inner-wrapper .month_year_wrapper{margin-bottom:40px}@media only screen and (max-width:960px){.repair-filter-wrapper .inner-wrapper .month_year_wrapper{margin-bottom:10px}.repair-filter-wrapper .inner-wrapper{padding-bottom:70px}}.repair-filter-wrapper .clear-all-button{position:absolute;right:23px;top:32px}.repair-filter-wrapper .clear-all-button.MuiButton-root{padding:0;text-transform:none}.repair-filter-wrapper .clear-all-button.MuiButton-root .MuiButton-label{font-size:14px;letter-spacing:.5px}.repair-filter-wrapper .apply-button{width:100%;height:60px;position:-webkit-sticky;position:sticky;bottom:0;border-top:1px solid #e9e9e9}.repair-filter-wrapper .apply-button.MuiButtonBase-root{border-radius:0}.repair-filter-wrapper .apply-button.MuiButtonBase-root .MuiButton-label{letter-spacing:.5px}.repair-filter-wrapper .apply-button.MuiButton-textPrimary:hover{background-color:#fff}@media only screen and (max-width:960px){.repair-filter-wrapper .apply-button{position:fixed;left:0;right:0}.repair-filter-wrapper{max-height:100%}}.mobile_side_nav_container .nav_bar_container{top:auto;bottom:0;min-height:52px;border-radius:25px 25px 0 0;display:flex;flex-direction:column;justify-content:space-around;transition:.5s;transition-timing-function:linear}.mobile_side_nav_container .nav_bar_container .arrow_icon_container{position:absolute;top:-24px;left:0;right:0;text-align:center}.mobile_side_nav_container .nav_bar_container .arrow_icon_container .icon_arrow{cursor:pointer}.mobile_side_nav_container .nav_bar_container .list_wrapper{display:flex;justify-content:space-between;flex-wrap:wrap}.mobile_side_nav_container .nav_bar_container .list_wrapper .list_item{display:flex;flex-direction:row;justify-content:center;align-items:center;color:#668ea7;width:20%;padding:12px 5px}.mobile_side_nav_container .nav_bar_container .list_wrapper .list_item .icon{width:20px;height:20px;margin-bottom:7px}.mobile_side_nav_container .nav_bar_container .list_wrapper .list_item .icon.home{width:22px}.mobile_side_nav_container .nav_bar_container .list_wrapper .list_item .title{font-size:10px}.mobile_side_nav_container .nav_bar_container .list_wrapper .list_item.active{color:#fff}.mobile_side_nav_container .nav_bar_container .list_wrapper .list_item .active_border{height:6px;width:100%;position:absolute;bottom:0;background-color:#fff;border-top-left-radius:50px;border-top-right-radius:50px}.mobile_side_nav_container .MuiIconButton-label{flex-direction:column}.mobile_side_nav_container .MuiToolbar-regular{min-height:52px}.textarea_autosize_label_wrapper{margin-bottom:24px}.textarea_autosize_label_wrapper .label_text{font-size:16px;color:rgba(0,0,0,.87)}@media only screen and (max-width:960px){.textarea_autosize_label_wrapper .label_text{font-size:12px}}.textarea_autosize_label_wrapper .textarea_field{width:100%;padding:15px;border-radius:8px;background-color:#f5f5f5;border:none;font-size:14px;font-family:inherit;margin-bottom:12px;resize:none;color:#000!important}.textarea_autosize_label_wrapper .button{font-size:12px;border-radius:22px}.textarea_autosize_label_wrapper .button_loader{width:110px;height:50px;display:flex;align-items:center;justify-content:center}.textarea_autosize_label_wrapper .button_loader .MuiCircularProgress-root{width:30px!important;height:30px!important}.photo_gallery_wrapper{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 70px;margin-bottom:40px}.photo_gallery_wrapper .carousel_main_container{margin-bottom:40px}.photo_gallery_wrapper .carousel_main_container .carousel_wrapper .content_wrapper{width:100%;position:relative}.photo_gallery_wrapper .carousel_main_container .carousel_wrapper .content_wrapper .image_wrapper{width:480px;height:275px;margin:auto}.photo_gallery_wrapper .carousel_main_container .carousel_wrapper .content_wrapper .image_wrapper .active_img{height:100%;width:100%;object-fit:contain}@media only screen and (max-width:960px){.photo_gallery_wrapper .carousel_main_container .carousel_wrapper .content_wrapper .image_wrapper{width:90%;height:200px}}.photo_gallery_wrapper .carousel_main_container .carousel_wrapper .content_wrapper .icon{width:27px;height:27px;position:absolute;top:45%;bottom:0;cursor:pointer}.photo_gallery_wrapper .carousel_main_container .carousel_wrapper .content_wrapper .icon.chevron_left{left:-60px}@media only screen and (max-width:960px){.photo_gallery_wrapper .carousel_main_container .carousel_wrapper .content_wrapper .icon.chevron_left{left:-10px}}.photo_gallery_wrapper .carousel_main_container .carousel_wrapper .content_wrapper .icon.chevron_right{right:-60px}@media only screen and (max-width:960px){.photo_gallery_wrapper .carousel_main_container .carousel_wrapper .content_wrapper .icon.chevron_right{right:-10px}}.photo_gallery_wrapper .thumbnail_container{width:100%}.photo_gallery_wrapper .thumbnail_container .thumbnail_inner_wrapper{width:100%;display:flex;margin:auto;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth}.photo_gallery_wrapper .thumbnail_container .thumbnail_inner_wrapper .thumbnail_img_card{width:125px;min-width:125px;height:125px;border-radius:8px;margin:0 8px;opacity:.7}.photo_gallery_wrapper .thumbnail_container .thumbnail_inner_wrapper .thumbnail_img_card.active{border:2px solid #00436d;opacity:1}.photo_gallery_wrapper .thumbnail_container .thumbnail_inner_wrapper .thumbnail_img_card:first-child{margin-left:0}.photo_gallery_wrapper .thumbnail_container .thumbnail_inner_wrapper .thumbnail_img_card:last-child{margin-right:0}.photo_gallery_wrapper .thumbnail_container .thumbnail_inner_wrapper .thumbnail_img_card .thumbnail_img{width:100%;height:100%;object-fit:cover}@media only screen and (max-width:960px){.photo_gallery_wrapper .thumbnail_container .thumbnail_inner_wrapper .thumbnail_img_card{width:85px;min-width:85px;height:85px;margin:0 6px}.photo_gallery_wrapper{padding:0}}.custom_accordion_container{width:100%}.custom_accordion_container .heading_text_wrapper{width:100%;display:flex;align-items:center;position:relative}.custom_accordion_container .heading_text_wrapper .text{font-size:18px;font-weight:500;color:rgba(0,0,0,.87);background-color:#fff;padding:0 20px 0 5px;position:absolute;width:auto}@media only screen and (max-width:960px){.custom_accordion_container .heading_text_wrapper .text{font-size:12px;padding-right:10px}}.custom_accordion_container .heading_text_wrapper .line{width:100%;height:.3px;background-color:#ccc}.custom_accordion_container .details_text_container{font-size:14px;font-weight:400;color:#212121}.custom_accordion_container .details_text_container .question_answer_card{width:100%;min-height:80px;border-radius:8px;background-color:#f5f5f5;box-shadow:none;margin-bottom:12px}.custom_accordion_container .MuiAccordion-root{box-shadow:none}.custom_accordion_container .MuiAccordion-root:before{display:none}.custom_accordion_container .MuiAccordionDetails-root{display:block}.question_answer_card{width:100%;min-height:80px;border-radius:8px;background-color:#f5f5f5;box-shadow:none;margin-bottom:12px}.question_answer_card .content_wrapper{width:100%}.question_answer_card .content_wrapper .question_text{font-size:14px;color:#212121}@media only screen and (max-width:960px){.question_answer_card .content_wrapper .question_text{font-size:12px}}.question_answer_card .content_wrapper .answer_wrapper .MuiFormGroup-root{flex-wrap:nowrap;flex-direction:row}.question_answer_card .content_wrapper .answer_wrapper .MuiSvgIcon-root{width:16px;height:16px;color:#00436d}.question_answer_card .content_wrapper .answer_wrapper .MuiFormControlLabel-label{font-size:14px;color:#666}.question_answer_card .MuiCardContent-root:last-child{padding-bottom:16px}.comment_container{width:100%;margin-bottom:24px}.comment_container .top_bar{display:flex;align-items:center;justify-content:space-between}.comment_container .top_bar .date_text{font-size:14px;color:#9e9e9e;margin-bottom:12px}.comment_container .top_bar .action_icon{cursor:pointer}.comment_container .comment_text,.comment_container .name_text{font-size:14px;color:#212121}.comment_container .comment_text .date_text,.comment_container .name_text .date_text{font-size:14px;color:#9e9e9e}.comment_container .image_preview_wrapper{display:flex;align-items:center;overflow-x:auto;margin-top:20px}.comment_container .image_preview_wrapper .image_box{height:50px;width:50px;min-width:50px;margin-right:15px;border-radius:4px}.comment_container .image_preview_wrapper .image_box .image_thumbnail{width:100%;height:100%;object-fit:cover;border-radius:4px}.action_dropdown_container .dropdown_wrapper{width:125px;border-radius:8px;box-shadow:0 1px 4px .5px rgba(0,0,0,.15);background-color:#fff;position:relative}.action_dropdown_container .dropdown_wrapper .list_wrapper .list_item{display:flex;align-items:center;font-size:12px;font-weight:500;color:#00436d;padding:16px;border-bottom:1px solid #bdbdbd;cursor:pointer}.action_dropdown_container .dropdown_wrapper .list_wrapper .list_item:last-child{border:none}.action_dropdown_container .dropdown_wrapper .list_wrapper .list_item .icon{width:18px;height:18px;cursor:pointer;margin-right:12px}.action_dropdown_container .dropdown_wrapper .list_wrapper .list_item .icon.edit_icon{background-image:url(/icons/icon-edit.svg)}.action_dropdown_container .dropdown_wrapper .list_wrapper .list_item .icon.delete_icon{background-image:url(/icons/icon-delete.svg)}.custom_dialog_container{padding:24px}.custom_dialog_container .MuiDialog-paper{min-width:50%;border-radius:8px;background-color:#f6f6fa!important}.custom_dialog_container .MuiDialog-paper .MuiDialogTitle-root.dialog_title_wrapper .title_text{font-size:20px;font-weight:500;text-align:center;color:#212121}@media only screen and (max-width:960px){.custom_dialog_container .MuiDialog-paper .MuiDialogTitle-root.dialog_title_wrapper .title_text{font-size:18px}}.custom_dialog_container .MuiDialog-paper .MuiDialogTitle-root.dialog_title_wrapper .additional_label{position:absolute;left:24px;top:20px;min-width:60px;height:25px;border-radius:4px;padding:0 8px;font-size:10px;text-transform:uppercase;background-color:#c9cffc;color:#3e3f47;display:flex;align-items:center;justify-content:center}.custom_dialog_container .MuiDialog-paper .MuiDialogTitle-root.dialog_title_wrapper .sub_title{font-size:14px;text-align:center;color:#212121;font-weight:300}.custom_dialog_container .MuiDialog-paper .MuiDialogTitle-root .MuiIconButton-root.calendar_button,.custom_dialog_container .MuiDialog-paper .MuiDialogTitle-root .MuiIconButton-root.close_button{position:absolute;right:0;top:0;color:#00436d}.custom_dialog_container .MuiDialog-paper .MuiDialogTitle-root .MuiIconButton-root.calendar_button{right:40px}@media only screen and (max-width:960px){.custom_dialog_container .MuiDialog-paper .MuiDialogTitle-root .MuiIconButton-root.calendar_button{right:30px}}.custom_dialog_container .MuiDialog-paper .MuiDialogTitle-root .MuiIconButton-root .MuiSvgIcon-root.close_button_icon{width:24px;height:24px}.custom_dialog_container .MuiDialog-paper .MuiDialogTitle-root .MuiIconButton-root .MuiSvgIcon-root.calendar_button_icon{padding:3px;width:24px;height:24px}.custom_dialog_container .MuiDialog-paper .dialog_body_wrapper{text-align:center;padding:0 24px}.custom_dialog_container .MuiDialog-paper .dialog_body_wrapper .MuiAutocomplete-root{margin-bottom:35px}.custom_dialog_container .MuiDialog-paper .dialog_body_wrapper .MuiAutocomplete-root .MuiInputLabel-formControl{background-color:#fff;padding-right:10px}.custom_dialog_container .MuiDialog-paper .dialog_body_wrapper .MuiAutocomplete-root .MuiInputBase-root{width:100%}.custom_dialog_container .MuiDialog-paper .dialog_body_wrapper .MuiAutocomplete-root:last-child{margin-bottom:0;min-width:100%;height:55px;border-radius:8px;font-size:14px;color:hsla(0,0%,40%,.87)}@media only screen and (max-width:960px){.custom_dialog_container .MuiDialog-paper .dialog_body_wrapper .MuiAutocomplete-root:last-child{height:48px}}.custom_dialog_container .MuiDialog-paper .dialog_body_wrapper .MuiAutocomplete-root .MuiInputLabel-outlined{font-size:16px}@media only screen and (max-width:960px){.custom_dialog_container .MuiDialog-paper .dialog_body_wrapper .MuiAutocomplete-root .MuiInputLabel-outlined{font-size:14px}}.custom_dialog_container .MuiDialog-paper .dialog_body_wrapper .MuiAutocomplete-root .MuiAutocomplete-root{position:relative}.custom_dialog_container .MuiDialog-paper .dialog_body_wrapper .MuiAutocomplete-root .MuiAutocomplete-root .MuiInputLabel-formControl{background-color:#fff;padding-right:10px}.custom_dialog_container .MuiDialog-paper .dialog_body_wrapper .MuiAutocomplete-root .MuiAutocomplete-root .MuiInputBase-root{width:100%}.custom_dialog_container .MuiDialog-paper .dialog_body_wrapper .MuiAutocomplete-root .MuiAutocomplete-root:last-child{margin-bottom:0}@media only screen and (max-width:960px){.custom_dialog_container .MuiDialog-paper .dialog_body_wrapper{padding:0 16px}}.custom_dialog_container .MuiDialog-paper .dialog_action_btn_wrapper{justify-content:center;padding:28px 0}.custom_dialog_container .MuiDialog-paper .dialog_action_btn_wrapper .btn_area .trotm_btn{margin:0 8px}@media only screen and (max-width:960px){.custom_dialog_container .MuiDialog-paper .dialog_action_btn_wrapper{padding:16px 0}}.custom_dialog_container .MuiDialog-paper .MuiAutocomplete-popper{top:10px!important;width:100%!important}@media only screen and (max-width:960px){.custom_dialog_container .MuiDialog-paper{min-width:100%}}.custom_dialog_container .content_wrapper.info_container{padding-top:24px}@media only screen and (max-width:960px){.custom_dialog_container .content_wrapper.info_container{padding-top:16px}}.custom_dialog_container .content_wrapper .icon_container{margin-bottom:24px}.custom_dialog_container .content_wrapper .primary_text{font-size:18px;color:rgba(0,0,0,.87)}@media only screen and (max-width:960px){.custom_dialog_container .content_wrapper .primary_text{font-size:14px}}.custom_dialog_container .content_wrapper .secondary_text{font-size:14px;color:#666}@media only screen and (max-width:960px){.custom_dialog_container .content_wrapper .secondary_text{font-size:12px}}.custom_dialog_container .content_wrapper .info_text{font-size:14px;color:#666;margin-bottom:12px}@media only screen and (max-width:960px){.custom_dialog_container .content_wrapper .info_text{font-size:12px;margin-bottom:8px}}.custom_dialog_container .content_wrapper .sv_confirmation_container .recipient_form .MuiInputLabel-formControl{background-color:#f6f6fa;padding-right:10px}.custom_dialog_container .content_wrapper .sv_confirmation_container .recipient_form .MuiFormControl-fullWidth{width:auto}.custom_dialog_container .content_wrapper .sv_confirmation_container .info_message_view .recipient_conatiner{margin:35px 0 0}.custom_dialog_container .content_wrapper .sv_confirmation_container .info_message_view .recipient_conatiner .textfield_area .input_field{width:65%;margin:auto}@media only screen and (max-width:960px){.custom_dialog_container .content_wrapper .sv_confirmation_container .info_message_view .recipient_conatiner{margin:20px 0 0}}.custom_dialog_container .content_wrapper .sv_confirmation_container .selection_view{height:300px}.custom_dialog_container .content_wrapper .sv_confirmation_container .selection_view .list_selection_form{width:80%;margin:auto}.custom_dialog_container .content_wrapper .sv_confirmation_container .selection_view .list_selection_form .field_wrapper{position:relative}.custom_dialog_container .content_wrapper.form_fields_wrapper{background-color:#fff;padding:24px}.custom_dialog_container .content_wrapper.form_fields_wrapper.no_padding{padding:0}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form.list_selection_form,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form.list_selection_form,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form.list_selection_form{height:300px}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper{margin-bottom:35px;position:relative}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper .add_photo_container .comment_container,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper .add_photo_container .textarea_autosize_label_wrapper,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper .add_photo_container .comment_container,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper .add_photo_container .textarea_autosize_label_wrapper,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper .add_photo_container .comment_container,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper .add_photo_container .textarea_autosize_label_wrapper{text-align:left}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper .MuiInputBase-root,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper .MuiInputBase-root,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper .MuiInputBase-root{font-size:16px}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper:last-child,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper:last-child,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper:last-child{margin-bottom:0}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper .lbl,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper .lbl,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper .lbl{font-size:16px;color:#666;text-align:left}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper .lbl .asterisk,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper .lbl .asterisk,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper .lbl .asterisk{color:#f86868;font-size:12px}@media only screen and (max-width:960px){.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper .lbl,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper .lbl,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper .lbl{font-size:14px}}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.type_tabs_container .tabs_area .tabs,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.type_tabs_container .tabs_area .tabs,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.type_tabs_container .tabs_area .tabs{margin-bottom:0}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.type_tabs_container .tabs_component.segmented_tabs .segment_tab,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.type_tabs_container .tabs_component.segmented_tabs .segment_tab,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.type_tabs_container .tabs_component.segmented_tabs .segment_tab{text-transform:capitalize;min-height:56px}@media only screen and (max-width:960px){.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.type_tabs_container .tabs_component.segmented_tabs .segment_tab,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.type_tabs_container .tabs_component.segmented_tabs .segment_tab,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.type_tabs_container .tabs_component.segmented_tabs .segment_tab{min-height:48px}}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.type_tabs_container .lbl_with_help,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.type_tabs_container .lbl_with_help,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.type_tabs_container .lbl_with_help{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-bottom:6px}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.type_tabs_container .lbl_with_help .help_icon,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.type_tabs_container .lbl_with_help .help_icon,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.type_tabs_container .lbl_with_help .help_icon{width:20px;height:20px;margin-left:5px}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.priority_container,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.priority_container,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.priority_container{margin-bottom:12px}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.priority_container .priority_buttons_container,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.priority_container .priority_buttons_container,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.priority_container .priority_buttons_container{text-align:left}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .btn_wrapper,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .btn_wrapper,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .btn_wrapper{margin:0 -12px}@media only screen and (max-width:960px){.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .btn_wrapper,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .btn_wrapper,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .btn_wrapper{margin:0 -8px}}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button{width:calc(33.3% - 24px);height:56px;border-radius:8px;margin:0 12px 24px;font-size:16px;display:inline-flex;text-transform:capitalize}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.urgent,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.urgent,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.urgent{border:1px solid #ff5656;color:#ff5656}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.urgent.active,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.urgent.active,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.urgent.active{background-color:#ff5656;color:#fff}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.high,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.high,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.high{border:1px solid #ff5c00;color:#ff5c00}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.high.active,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.high.active,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.high.active{background-color:#ff5c00;color:#fff}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.medium,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.medium,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.medium{border:1px solid #50e3c2;color:#50e3c2}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.medium.active,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.medium.active,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.medium.active{background-color:#50e3c2;color:#fff}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.low,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.low,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.low{border:1px solid #017c1c;color:#017c1c}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.low.active,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.low.active,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.low.active{background-color:#017c1c;color:#fff}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.health_safety,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.health_safety,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.health_safety{border:1px solid #0096eb;color:#0096eb}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.health_safety.active,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.health_safety.active,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button.health_safety.active{background-color:#0096eb;color:#fff}@media only screen and (max-width:960px){.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button:last-child,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button:last-child,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button:last-child{width:calc(66.7% - 16px)}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.priority_container .priority_buttons_container .priority_button{width:calc(33.3% - 16px);height:48px;font-size:14px;margin:0 8px 16px}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.priority_container,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.priority_container,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.priority_container{margin-bottom:20px}}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.add_photo_container .added_photos_container,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.add_photo_container .added_photos_container,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.add_photo_container .added_photos_container{display:flex;overflow-x:auto}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.add_photo_container .added_photos_container .image_container,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.add_photo_container .added_photos_container .image_container,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.add_photo_container .added_photos_container .image_container{height:75px;width:75px;min-width:75px;margin-right:12px}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper.add_photo_container .added_photos_container .image_container .thumbnail_img,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper.add_photo_container .added_photos_container .image_container .thumbnail_img,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper.add_photo_container .added_photos_container .image_container .thumbnail_img{width:100%;height:100%;object-fit:cover}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper .MuiFormControl-root,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper .MuiFormControl-root,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper .MuiFormControl-root{display:flex}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper .MuiFormControl-root .MuiInputLabel-outlined,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper .MuiFormControl-root .MuiInputLabel-outlined,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper .MuiFormControl-root .MuiInputLabel-outlined{font-size:16px}@media only screen and (max-width:960px){.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper .MuiFormControl-root .MuiInputLabel-outlined,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper .MuiFormControl-root .MuiInputLabel-outlined,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper .MuiFormControl-root .MuiInputLabel-outlined{font-size:14px}}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper .MuiFormControl-root .MuiInputLabel-outlined.MuiInputLabel-shrink,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper .MuiFormControl-root .MuiInputLabel-outlined.MuiInputLabel-shrink,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper .MuiFormControl-root .MuiInputLabel-outlined.MuiInputLabel-shrink{background-color:#fff;padding-right:10px}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper .MuiFormControl-root .MuiInputLabel-asterisk,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper .MuiFormControl-root .MuiInputLabel-asterisk,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper .MuiFormControl-root .MuiInputLabel-asterisk{color:#f86868}@media only screen and (max-width:960px){.custom_dialog_container .content_wrapper.form_fields_wrapper .add_repair_container .repairs_form .field_wrapper,.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper,.custom_dialog_container .content_wrapper.form_fields_wrapper .new_repair_request_container .repairs_form .field_wrapper{margin-bottom:24px}}.custom_dialog_container .content_wrapper.form_fields_wrapper .add_store_visit_container .repairs_form .field_wrapper{margin-bottom:0}.custom_dialog_container .content_wrapper.form_fields_wrapper .resubmit_table_container .mui_table_container{max-height:290px}.custom_dialog_container .content_wrapper.form_fields_wrapper .resubmit_table_container .mui_table_container .MuiTableHead-root .MuiTableCell-stickyHeader{background-color:#fff;font-size:14px;font-weight:500;color:#616161}.custom_dialog_container .content_wrapper.form_fields_wrapper .resubmit_table_container .mui_table_container .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body{font-size:14px;color:#212121;max-width:110px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.custom_dialog_container .content_wrapper.form_fields_wrapper .resubmit_table_container .placeholder_label{font-style:italic}.custom_dialog_container .content_wrapper.form_fields_wrapper .export_brand_form{text-align:left;height:300px}.custom_dialog_container .content_wrapper.form_fields_wrapper .export_brand_form .custom_search_dropdown_container{margin:0;height:100%}.custom_dialog_container .content_wrapper.form_fields_wrapper .export_brand_form .custom_search_dropdown_container .common_dropdown_list_wrapper{top:0;box-shadow:none;height:100%}.custom_dialog_container .content_wrapper.form_fields_wrapper .export_brand_form .custom_search_dropdown_container .common_dropdown_list_wrapper .search_container{padding:15px 0}.custom_dialog_container .content_wrapper.form_fields_wrapper .export_brand_form .custom_search_dropdown_container .common_dropdown_list_wrapper .search_container .search_icon{margin-left:12px}.custom_dialog_container .content_wrapper.form_fields_wrapper .export_brand_form .custom_search_dropdown_container .common_dropdown_list_wrapper .list_wrapper{max-height:250px}.custom_dialog_container .content_wrapper.form_fields_wrapper .export_brand_form .custom_search_dropdown_container .common_dropdown_list_wrapper .list_wrapper .list_item{padding:20px 0}.custom_dialog_container .content_wrapper.form_fields_wrapper .export_brand_form .checkbox_wrapper{margin-bottom:10px}.custom_dialog_container .content_wrapper.form_fields_wrapper .export_brand_form .checkbox_wrapper:last-child{margin-bottom:0}.custom_dialog_container .content_wrapper.form_fields_wrapper .export_brand_form .checkbox_wrapper .MuiFormControlLabel-label{font-weight:400;font-size:16px;letter-spacing:.15px;color:#666}@media only screen and (max-width:960px){.custom_dialog_container .content_wrapper.form_fields_wrapper{padding:16px}}.custom_dialog_container .content_wrapper .repair_mark_completed_container{text-align:left}.custom_dialog_container .content_wrapper .repair_mark_completed_container .primary_text,.custom_dialog_container .content_wrapper .repair_mark_completed_container .secondary_text{text-align:center;font-weight:400}@media only screen and (max-width:960px){.custom_dialog_container .content_wrapper .repair_mark_completed_container .primary_text{font-size:16px}}.custom_dialog_container .content_wrapper .repair_mark_completed_container .form_wrapper{width:80%;margin:20px auto auto}.custom_dialog_container .content_wrapper .repair_mark_completed_container .form_wrapper .textarea_autosize_label_wrapper .comment_textarea{border:1px solid #b5b5b5!important;margin:25px auto auto}.custom_dialog_container .content_wrapper .repair_mark_completed_container .form_wrapper .add_photo_container .added_photos_container{display:flex;align-items:center;overflow:auto}.custom_dialog_container .content_wrapper .repair_mark_completed_container .form_wrapper .add_photo_container .added_photos_container .image_container{height:100px;width:100px;min-width:100px;margin-right:10px}.custom_dialog_container .content_wrapper .repair_mark_completed_container .form_wrapper .add_photo_container .added_photos_container .image_container:last-child{margin-right:0}@media only screen and (max-width:960px){.custom_dialog_container .content_wrapper .repair_mark_completed_container .form_wrapper{width:100%}}.custom_dialog_container.list_dialog.vendor_list .MuiDialog-paper{min-width:35%}.custom_dialog_container.list_dialog .MuiDialog-paper{background-color:#fff!important;max-height:400px}.custom_dialog_container.list_dialog .MuiDialog-paper .MuiDialogTitle-root{border-bottom:1px solid #eee}@media only screen and (max-width:960px){.custom_dialog_container.list_dialog .MuiDialog-paper{min-width:100%}}.custom_dialog_container.list_dialog .dialog_action_btn_wrapper{display:none}.custom_dialog_container.list_dialog .vendor_details_container .list_wrapper{padding:15px 0}.custom_dialog_container.list_dialog .vendor_details_container .list_wrapper .list_item{display:flex;align-items:center;justify-content:flex-start;margin-bottom:15px}.custom_dialog_container.list_dialog .vendor_details_container .list_wrapper .list_item:last-child{margin-bottom:0}.custom_dialog_container.list_dialog .vendor_details_container .list_wrapper .list_item .index{font-size:14px;font-weight:500;color:#9e9e9e;margin-right:12px}.custom_dialog_container.list_dialog .vendor_details_container .list_wrapper .list_item .value{font-size:14px;color:#002338}.custom_dialog_container.list_dialog .program_deatils_container{padding:24px 0;min-height:350px}.custom_dialog_container.list_dialog .program_deatils_container .program-details-card{padding:0 10px;background:#fff;border-radius:4px 8px 8px 4px;box-shadow:0 0 4px rgba(0,0,0,.15);border-left:3px solid #50a9b5;margin-bottom:10px;cursor:pointer;z-index:1}.custom_dialog_container.list_dialog .program_deatils_container .program-details-card.small{width:100%;height:30px}.custom_dialog_container.list_dialog .program_deatils_container .program-details-card.small .content-wrapper{width:100%;height:100%;display:flex;align-items:center}.custom_dialog_container.list_dialog .program_deatils_container .program-details-card.small .content-wrapper .info-area{width:100%}.custom_dialog_container.list_dialog .program_deatils_container .program-details-card.small .content-wrapper .info-area .prog-name{text-align:left;max-width:90%}.custom_dialog_container.list_dialog .program_deatils_container .program-details-card.active{border-left:5px solid #62b536}.custom_dialog_container.list_dialog .program_deatils_container .program-details-card.in-active{border-left:5px solid #f7a2a4}.custom_dialog_container.list_dialog .program_deatils_container .program-details-card.future{border-left:5px solid #fbba50}.custom_dialog_container.list_dialog .program_deatils_container .search_container{position:relative;margin-bottom:25px}.custom_dialog_container.list_dialog .program_deatils_container .search_container .search_input{width:100%;height:40px;background:#fff;border:1px solid #00436d;box-sizing:border-box;box-shadow:0 0 4px rgba(0,0,0,.15);border-radius:8px;padding-left:40px}.custom_dialog_container.list_dialog .program_deatils_container .search_container .search_icon{background-image:url(/icons/icon-search.svg);height:20px;width:20px;background-repeat:no-repeat;background-size:contain;position:absolute;margin-left:15px;cursor:pointer}.custom_dialog_container.list_dialog .sales_flash_container .MuiCard-root{box-shadow:none}.custom_dialog_container.table_dialog .MuiDialog-paper .MuiDialogTitle-root{padding:30px 40px}.custom_dialog_container.privacy_dialog .MuiDialog-paper{min-width:60%}@media only screen and (max-width:960px){.custom_dialog_container.privacy_dialog .MuiDialog-paper{min-width:100%}}.custom_dialog_container.privacy_dialog .content_wrapper{padding:0}.custom_dialog_container.privacy_dialog .content_wrapper iframe{width:100%;min-height:60vh}.custom_dialog_container.privacy_dialog .privacy_content{text-align:left;font-size:16px;color:#9e9e9e}.custom_dialog_container.privacy_dialog .privacy_content .media_document_wrapper .MuiCard-root{box-shadow:none}@media only screen and (max-width:960px){.custom_dialog_container.privacy_dialog .privacy_content{font-size:14px}}.custom_dialog_container.privacy_dialog .dialog_action_btn_wrapper{display:flex;flex-direction:column;padding:24px}.custom_dialog_container.privacy_dialog .dialog_action_btn_wrapper .privacy_instruction_wrapper{width:100%}.custom_dialog_container.privacy_dialog .dialog_action_btn_wrapper .privacy_instruction_wrapper .instruction_txt{font-size:16px;font-weight:500;color:#212121;margin-bottom:16px}@media only screen and (max-width:960px){.custom_dialog_container.privacy_dialog .dialog_action_btn_wrapper .privacy_instruction_wrapper .instruction_txt{font-size:14px}}.custom_dialog_container.privacy_dialog .dialog_action_btn_wrapper .privacy_instruction_wrapper .checkbox_wrapper:last-child{margin-bottom:24px}.custom_dialog_container.privacy_dialog .dialog_action_btn_wrapper .privacy_instruction_wrapper .checkbox_wrapper .MuiTypography-body1{font-size:14px;color:#212121;font-weight:400}@media only screen and (max-width:960px){.custom_dialog_container.privacy_dialog .dialog_action_btn_wrapper .privacy_instruction_wrapper .checkbox_wrapper .MuiTypography-body1{font-size:12px}.custom_dialog_container.privacy_dialog .dialog_action_btn_wrapper{padding:16px}}.custom_dialog_container.brand_store_dialog .MuiDialog-paper{width:720px;max-width:720px;height:545px}.custom_dialog_container.brand_store_dialog .MuiDialog-paper .content_wrapper.form_fields_wrapper{height:100%;text-align:left;overflow:auto}.custom_dialog_container.brand_store_dialog .MuiDialog-paper .dialog_action_btn_wrapper{padding:0 0 24px}.custom_dialog_container.brand_store_dialog .brand_store_sizes_popup{height:auto}.custom_dialog_container.brand_store_dialog .brand_store_sizes_popup .brand_name{font-size:18px;font-weight:500;margin-bottom:10px}@media only screen and (max-width:960px){.custom_dialog_container.brand_store_dialog .brand_store_sizes_popup .brand_name{font-size:16px}}.custom_dialog_container.brand_store_dialog .brand_store_sizes_popup .html_wrapper{padding-left:20px;margin-bottom:10px;font-size:14px}.custom_dialog_container.brand_store_dialog .brand_store_sizes_popup .seperator{border:.5px solid rgba(0,0,0,.08);margin:20px 0}.custom_dialog_container.brand_store_dialog .brand_store_sizes_popup ul li{list-style-type:disc}.custom_dialog_container.brand_store_dialog .brand_store_sizes_popup ul li ul{padding-left:20px}.custom_dialog_container.brand_store_dialog .brand_store_sizes_popup ul li:last-child{margin-bottom:0}.custom_dialog_container.brand_store_dialog .brand_store_sizes_popup .MuiCardMedia-media,.custom_dialog_container.brand_store_dialog .brand_store_sizes_popup .media_document_wrapper{height:100%}.custom_dialog_container.brand_store_dialog .brand_store_sizes_popup .card.MuiPaper-elevation1{box-shadow:none;height:100%}.custom_dialog_container.brand_store_dialog .brand_store_sizes_popup:last-child .seperator{display:none}.custom_dialog_container.on_boarding_dialog{padding:0}.custom_dialog_container.on_boarding_dialog .MuiDialog-paper{min-width:50%}@media only screen and (max-width:960px){.custom_dialog_container.on_boarding_dialog .MuiDialog-paper{min-width:70%}}@media only screen and (max-width:600px){.custom_dialog_container.on_boarding_dialog .MuiDialog-paper{min-width:95%}}.custom_dialog_container.on_boarding_dialog.hide_backdrop .MuiBackdrop-root{background-color:transparent}@media only screen and (max-width:960px){.custom_dialog_container.on_boarding_dialog .content_wrapper.form_fields_wrapper{padding:16px}}.custom_dialog_container.on_boarding_dialog .top_btns .tabs_section .tabs{margin:0 0 35px}.custom_dialog_container.on_boarding_dialog .top_btns .tabs_section .tabs .segment_tab{height:65px;margin:0 18px;text-transform:capitalize}@media only screen and (max-width:960px){.custom_dialog_container.on_boarding_dialog .top_btns .tabs_section .tabs .segment_tab{height:40px;min-height:40px;margin:0 5px}.custom_dialog_container.on_boarding_dialog .top_btns .tabs_section .tabs{margin-left:-5px;margin-right:-5px;margin-bottom:24px}}.custom_dialog_container.on_boarding_dialog .save_checkbox{color:#666;text-align:left;padding:0 18px}.custom_dialog_container.on_boarding_dialog .save_checkbox .MuiTypography-body1{font-size:14px}.custom_dialog_container.on_boarding_dialog .save_checkbox .MuiSvgIcon-root{width:18px;height:18px}@media only screen and (max-width:960px){.custom_dialog_container.on_boarding_dialog .save_checkbox{padding:0}}.custom_dialog_container.on_boarding_dialog .input_area{margin:0 18px}@media only screen and (max-width:960px){.custom_dialog_container.on_boarding_dialog .input_area{margin:0}}.custom_dialog_container.on_boarding_dialog .input_field{width:100%}.custom_dialog_container.on_boarding_dialog .input_field .MuiInputBase-input{cursor:pointer!important;font-size:16px}.custom_dialog_container.on_boarding_dialog .input_field.block_input .MuiInputBase-input{cursor:not-allowed!important}.custom_dialog_container.on_boarding_dialog .MuiDialog-paper .MuiDialogContent-root.dialog_body_wrapper .MuiInputBase-root{min-width:100%;margin-bottom:12px}@media only screen and (max-width:960px){.custom_dialog_container.on_boarding_dialog .MuiDialog-paper .MuiDialogContent-root.dialog_body_wrapper .MuiInputBase-root{margin-bottom:16px}}.custom_dialog_container.on_boarding_dialog .dialog_body_wrapper{padding:0 24px}@media only screen and (max-width:960px){.custom_dialog_container.on_boarding_dialog .dialog_body_wrapper{padding:0 16px}}.custom_dialog_container.on_boarding_dialog .dialog_action_btn_wrapper{flex-direction:column}.custom_dialog_container.on_boarding_dialog .dialog_action_btn_wrapper .btn_area{margin-top:0;margin-bottom:24px}@media only screen and (max-width:960px){.custom_dialog_container.on_boarding_dialog .dialog_action_btn_wrapper .btn_area{margin-bottom:16px}}.custom_dialog_container.on_boarding_dialog .dialog_action_btn_wrapper .lbl{font-size:14px;margin-bottom:0}@media only screen and (max-width:960px){.custom_dialog_container.on_boarding_dialog .dialog_action_btn_wrapper{padding:16px 0}}.custom_dialog_container.on_boarding_dialog .map_list_container{margin-bottom:24px}@media only screen and (max-width:1280px){.custom_dialog_container.on_boarding_dialog .map_list_container .image_text_container .square_image_container{width:110px;height:80px}}@media only screen and (max-width:600px){.custom_dialog_container.on_boarding_dialog .map_list_container .image_text_container .square_image_container{width:95%;height:45px}}@media only screen and (max-width:960px){.custom_dialog_container.on_boarding_dialog .map_list_container{margin-bottom:16px}}.custom_dialog_container.on_boarding_dialog .location_tab_icon{background-image:url(/images/img-location.svg);background-position:0;background-repeat:no-repeat}.custom_dialog_container.on_boarding_dialog .location_tab_icon.Mui-selected{background-image:url(/images/img-location-active.svg)}.custom_dialog_container.on_boarding_dialog .region_tab_icon{background-image:url(/images/img-region.svg);background-position:0;background-repeat:no-repeat}.custom_dialog_container.on_boarding_dialog .region_tab_icon.Mui-selected{background-image:url(/images/img-region-active.svg)}.custom_dialog_container.on_boarding_dialog .search_area{padding:35px 25px;height:520px}.custom_dialog_container.on_boarding_dialog .search_area .top_area{display:flex;flex-direction:row;align-items:center;margin-bottom:25px}.custom_dialog_container.on_boarding_dialog .search_area .top_area .back_icon{height:24px;width:24px;margin-right:12px;cursor:pointer}.custom_dialog_container.on_boarding_dialog .search_area .top_area .title{font-size:18px;letter-spacing:.15px}.custom_dialog_container.on_boarding_dialog .search_area .autocomplete_area{display:flex;flex-direction:column;align-items:center;width:360px;margin:0 auto}.custom_dialog_container.on_boarding_dialog .search_area .autocomplete_area .autocomplete{width:100%;height:35px;background-color:#fff;border-radius:4px}.custom_dialog_container.on_boarding_dialog .search_area .autocomplete_area .autocomplete .MuiFormControl-root,.custom_dialog_container.on_boarding_dialog .search_area .autocomplete_area .autocomplete .MuiInput-underline:after,.custom_dialog_container.on_boarding_dialog .search_area .autocomplete_area .autocomplete .MuiInput-underline:before,.custom_dialog_container.on_boarding_dialog .search_area .autocomplete_area .autocomplete .MuiInputBase-root{font-size:12px!important;border:0;outline:0;padding:0;height:100%;margin-bottom:0}.custom_dialog_container.on_boarding_dialog .search_area .autocomplete_area .autocomplete .MuiInputBase-root{padding:0 12px}@media only screen and (max-width:960px){.custom_dialog_container.on_boarding_dialog .search_area .autocomplete_area{width:100%}.custom_dialog_container.on_boarding_dialog .search_area{padding:35px 0}}.custom_dialog_container.MOB_popup .MuiDialog-paper{min-height:580px;width:735px;min-width:735px;background-color:#fff!important}.custom_dialog_container.MOB_popup .MuiDialog-paper .dialog_title_wrapper .title_text{text-align:left}.custom_dialog_container.MOB_popup .MuiDialog-paper .dialog_body_wrapper{text-align:left;padding:0}.custom_dialog_container.MOB_popup .MuiDialog-paper .dialog_body_wrapper .categoryname_text{display:flex;align-items:center;margin:0 15px 25px}.custom_dialog_container.MOB_popup .MuiDialog-paper .dialog_body_wrapper .categoryname_text .MuiSvgIcon-root{height:30px;width:30px;margin-right:10px;cursor:pointer}.custom_dialog_container.MOB_popup .MuiDialog-paper .dialog_body_wrapper .search_area{display:flex;position:relative;width:80%;margin:auto auto 25px}.custom_dialog_container.MOB_popup .MuiDialog-paper .dialog_body_wrapper .search_area .search_icon{position:absolute;left:10px;top:10px;bottom:5px}.custom_dialog_container.MOB_popup .MuiDialog-paper .dialog_body_wrapper .search_area .MuiInputBase-root{width:100%}.custom_dialog_container.MOB_popup .MuiDialog-paper .dialog_body_wrapper .search_area .MuiInputBase-input{width:100%;border:1px solid #ccc;font-size:14px;border-radius:4px;padding:15px 15px 15px 40px}.custom_dialog_container.MOB_popup .MuiDialog-paper .dialog_body_wrapper .MuiTabs-root{margin-bottom:20px}.custom_dialog_container.MOB_popup .MuiDialog-paper .dialog_body_wrapper .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer{padding:1px 24px;overflow-x:auto;margin:0 -4px}.custom_dialog_container.MOB_popup .MuiDialog-paper .dialog_body_wrapper .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer button{width:108px;height:50px;padding:8px 12px;border-radius:4px;box-shadow:0 0 4px 0 rgba(0,0,0,.2);background-color:#fff;text-transform:capitalize;min-width:108px;margin:0 4px;font-size:14px;color:#212121;text-align:left;line-height:inherit}.custom_dialog_container.MOB_popup .MuiDialog-paper .dialog_body_wrapper .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer button .MuiTab-wrapper{align-items:normal}.custom_dialog_container.MOB_popup .MuiDialog-paper .dialog_body_wrapper .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer button .sub_title{font-size:12px;color:#9e9e9e}@media only screen and (max-width:960px){.custom_dialog_container.MOB_popup .MuiDialog-paper .dialog_body_wrapper .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer button .sub_title{font-size:10px}}.custom_dialog_container.MOB_popup .MuiDialog-paper .dialog_body_wrapper .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer button.Mui-selected{background-color:#00436d;color:#fff}.custom_dialog_container.MOB_popup .MuiDialog-paper .dialog_body_wrapper .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer button.Mui-selected .sub_title{color:#fff}@media only screen and (max-width:960px){.custom_dialog_container.MOB_popup .MuiDialog-paper .dialog_body_wrapper .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer button{min-width:calc(33.3% - 8px);width:calc(33.3% - 8px);flex-grow:0;max-width:calc(33.3% - 8px);flex-basis:calc(33.3% - 8px);padding:8px;margin-bottom:8px}.custom_dialog_container.MOB_popup .MuiDialog-paper .dialog_body_wrapper .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainer{flex-wrap:wrap;overflow-x:hidden}}.custom_dialog_container.MOB_popup .MuiDialog-paper .dialog_body_wrapper .MuiTabs-root .MuiTabs-scroller .PrivateTabIndicator-root-2{display:none}.custom_dialog_container.MOB_popup .MuiDialog-paper .dialog_body_wrapper .tab_panel_area .MuiBox-root{padding:0}.custom_dialog_container.MOB_popup .MuiDialog-paper .listing_container .listing_header.left_spacing{padding-left:40px}@media only screen and (max-width:960px){.custom_dialog_container.MOB_popup .MuiDialog-paper{width:100%;min-width:100%}}@media(max-device-width:823px)and (orientation:landscape){.custom_dialog_container.MOB_popup .MuiDialog-paper{min-height:auto}}.custom_dialog_container.list_popup .listing_container .listing_header{height:60px;line-height:35px}.custom_dialog_container.list_popup .listing_container .inner_wrapper{max-height:455px}.custom_dialog_container.sales_popup .MuiDialog-paper{background-color:#fff!important}.custom_dialog_container.sales_popup .MuiDialog-paper.MuiDialog-paperScrollPaper{flex-direction:row;align-items:center}.custom_dialog_container.sales_popup .MuiDialog-paper .rotate{transform:rotate(90deg) scale(1.2)}@media(max-device-width:823px)and (orientation:landscape){.custom_dialog_container.sales_popup .MuiDialog-paper .rotate{transform:none;width:100%}}.custom_dialog_container.sales_popup .MuiDialog-paper .dialog_title_wrapper{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ccc}.custom_dialog_container.sales_popup .MuiDialog-paper .dialog_title_wrapper .title_text{text-align:left}.custom_dialog_container.sales_popup .MuiDialog-paper .dialog_title_wrapper .custom_toggle_button{margin-right:15px}.custom_dialog_container.sales_popup .MuiDialog-paper .dialog_body_wrapper .panal-chart-button-container{display:flex;justify-content:flex-end}.custom_dialog_container.sales_popup .MuiDialog-paper .dialog_body_wrapper .panal-chart-button-container .sales_wrapper{margin:10px}.custom_dialog_container.sales_popup .MuiDialog-paper .dialog_body_wrapper .panal-chart-button-container .panal-chart-button{width:120px;border-radius:4px;display:flex;margin-right:5px;font-size:10px;justify-content:left;align-items:center;cursor:pointer;text-align:left}@media only screen and (max-width:960px){.custom_dialog_container.sales_popup .MuiDialog-paper .dialog_body_wrapper .panal-chart-button-container .panal-chart-button{margin-bottom:10px;display:inline-flex;padding:4px 10px}}@media only screen and (max-width:600px){.custom_dialog_container.sales_popup .MuiDialog-paper .dialog_body_wrapper .panal-chart-button-container .panal-chart-button{width:112px;margin-right:15px;margin-bottom:10px;padding:4px 10px}}.custom_dialog_container.sales_popup .MuiDialog-paper .dialog_body_wrapper .panal-chart-button-container .panal-chart-button .grey-text{color:#9e9e9e;font-size:10px;display:flex;flex-direction:row;align-items:center}.custom_dialog_container.sales_popup .MuiDialog-paper .dialog_body_wrapper .panal-chart-button-container .panal-chart-button .grey-text .percentage_growth{display:flex;align-items:center}.custom_dialog_container.sales_popup .MuiDialog-paper .dialog_body_wrapper .panal-chart-button-container .panal-chart-button .grey-text .seperator{padding:0 4px}.custom_dialog_container.sales_popup .MuiDialog-paper .dialog_body_wrapper .panal-chart-button-container .panal-chart-button .legend-text-wrap{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:65px;color:#666;font-size:12px}@media only screen and (max-width:600px){.custom_dialog_container.sales_popup .MuiDialog-paper .dialog_body_wrapper .panal-chart-button-container .panal-chart-button .legend-text-wrap{width:60px;font-size:10px}}.custom_dialog_container.sales_popup .MuiDialog-paper .dialog_body_wrapper .panal-chart-button-container .panal-chart-button .darkBlue-sqaure{width:12px;height:12px;border-radius:1px;background-color:#373f51;margin-right:7px;margin-left:11px}.custom_dialog_container.sales_popup .MuiDialog-paper .dialog_body_wrapper .panal-chart-button-container .panal-chart-button-active{background:#f0f1f9}.custom_dialog_container.full_screen{padding:0}.custom_dialog_container.full_screen .MuiDialog-paper{border-radius:0}.custom_dialog_container.full_screen .MuiDialog-paper .MuiDialogContent-root{padding:0}.custom_dialog_container .map_list_container{margin-bottom:44px}@media only screen and (max-width:960px){.custom_dialog_container{padding:16px}}.autocomplete_searcharea_popper{width:100%;height:48px;border-radius:8px;background-color:#f6f6fa;top:10px!important;z-index:99999}.autocomplete_searcharea_popper .MuiPaper-elevation1{box-shadow:0 4px 4px 0 rgba(0,0,0,.25)}.autocomplete_searcharea_popper .MuiAutocomplete-listbox{padding:0}.autocomplete_searcharea_popper .MuiAutocomplete-listbox .MuiAutocomplete-option{height:48px;max-width:430px;justify-content:space-between}.autocomplete_searcharea_popper .MuiAutocomplete-listbox .MuiAutocomplete-option .MuiTypography-root{font-size:12px}.autocomplete_searcharea_popper .MuiAutocomplete-listbox .MuiAutocomplete-option .check_icon,.autocomplete_searcharea_popper .MuiAutocomplete-listbox .MuiAutocomplete-option .check_icon .MuiSvgIcon-root{width:20px;height:20px}.end_adornment{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;cursor:pointer}.end_adornment .adornment_text{font-size:12px;font-weight:500;line-height:2;letter-spacing:.15px}.end_adornment .adornment_icon{width:18px;height:18px;cursor:pointer;background-size:contain;background-image:url(/icons/icon-clear-all.svg)}.Toastify__toast-container{position:fixed;--toastify-toast-width:50%;--toastify-z-index:99999}.repair_details_container{padding:30px 0}.repair_details_container .page_inner_wrapper .section .white_box{border-radius:8px;box-shadow:0 1px 4px .5px rgba(0,0,0,.08);background-color:#fff;padding:24px}.repair_details_container .page_inner_wrapper .section .white_box.remarks_container .add_photo_field{display:inline-flex;margin-left:16px}.repair_details_container .page_inner_wrapper .section .white_box.remarks_container .add_photo_field .add_photo_input .upload_button_container input[type=file]{top:0}.repair_details_container .page_inner_wrapper .section .white_box.remarks_container .add_photo_field .add_photo_input .upload_button_container label{font-size:12px!important;margin:0}.repair_details_container .page_inner_wrapper .section .white_box.remarks_container .add_photo_field .add_photo_input .upload_button_container.outlined_btn{border:1px solid rgba(0,67,109,.5);padding:6px 16px}.repair_details_container .page_inner_wrapper .section .white_box.details_info_container{padding:24px 16px}.repair_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container{display:flex;flex-wrap:wrap}.repair_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper{width:25%;margin-bottom:60px;padding:0 8px;word-break:break-word}.repair_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .lbl{font-size:14px;font-weight:700;color:#9e9e9e;margin-bottom:5px}@media only screen and (max-width:960px){.repair_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .lbl{font-size:12px}}.repair_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .value{font-size:16px;color:#212121}@media only screen and (max-width:960px){.repair_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .value{font-size:14px}}.repair_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .added_photos_container{display:flex;overflow-x:auto}.repair_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .added_photos_container .image_container{height:125px;width:125px;min-width:125px;margin-right:18px}.repair_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .added_photos_container .image_container .thumbnail_img{width:100%;height:100%;object-fit:cover}@media only screen and (max-width:960px){.repair_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .added_photos_container .image_container{height:95px;width:95px;min-width:95px;margin-right:10px}}.repair_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper.full_width{width:100%}.repair_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .link_container{display:flex;align-items:center;justify-content:flex-start}.repair_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .link_container .seperator{margin:0 4px}@media only screen and (max-width:960px){.repair_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .link_container .seperator{margin:0 2px}}.repair_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .link_container .link{font-size:14px;font-weight:500;color:#00436d;cursor:pointer}.repair_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .link_container .link.disabled{color:#666;cursor:default}@media only screen and (max-width:960px){.repair_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .link_container .link{font-size:12px}.repair_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper{width:50%;margin-bottom:24px}.repair_details_container .page_inner_wrapper .section .white_box.details_info_container{padding:16px 8px}}.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .step_date{font-size:12px;font-weight:300;color:#616161}@media only screen and (max-width:960px){.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .step_date{text-align:left}}.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .horizontal_stepper_container .MuiStepper-root,.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .vertical_stepper_container .MuiStepper-root{padding:0}.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .horizontal_stepper_container .MuiStepLabel-labelContainer .MuiStepLabel-label.MuiStepLabel-alternativeLabel,.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .vertical_stepper_container .MuiStepLabel-labelContainer .MuiStepLabel-label.MuiStepLabel-alternativeLabel{margin-top:5px}.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .horizontal_stepper_container .MuiStepLabel-labelContainer .MuiTypography-body2,.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .vertical_stepper_container .MuiStepLabel-labelContainer .MuiTypography-body2{font-size:12px;text-align:center;color:#212121}@media only screen and (max-width:960px){.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .horizontal_stepper_container .MuiStepLabel-labelContainer .MuiTypography-body2,.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .vertical_stepper_container .MuiStepLabel-labelContainer .MuiTypography-body2{text-align:left}}.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .horizontal_stepper_container .MuiSvgIcon-root,.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .vertical_stepper_container .MuiSvgIcon-root{width:32px;height:32px}.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .horizontal_stepper_container .MuiSvgIcon-root .MuiStepIcon-text,.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .vertical_stepper_container .MuiSvgIcon-root .MuiStepIcon-text{display:none}@media only screen and (max-width:960px){.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .horizontal_stepper_container .MuiSvgIcon-root,.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .vertical_stepper_container .MuiSvgIcon-root{width:16px;height:16px}}.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .horizontal_stepper_container .MuiStepIcon-root,.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .vertical_stepper_container .MuiStepIcon-root{border-radius:50%;border:.5px solid #757575;color:#fff}.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .horizontal_stepper_container .MuiStepIcon-root.MuiStepIcon-completed,.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .vertical_stepper_container .MuiStepIcon-root.MuiStepIcon-completed{color:#017c1c;background-color:#017c1c;border:none}.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .horizontal_stepper_container .MuiStepConnector-lineHorizontal,.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .vertical_stepper_container .MuiStepConnector-lineHorizontal{border-top-style:dashed;border-top-width:.5px}.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .horizontal_stepper_container .MuiStepConnector-alternativeLabel,.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .vertical_stepper_container .MuiStepConnector-alternativeLabel{top:16px;left:calc(-50% + 16px);right:calc(50% + 16px)}.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .horizontal_stepper_container .MuiStep-completed .MuiStepConnector-line,.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .vertical_stepper_container .MuiStep-completed .MuiStepConnector-line{border-color:#00436d}@media only screen and (max-width:960px){.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .horizontal_stepper_container,.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .vertical_stepper_container{display:none}}.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .vertical_stepper_container{display:none}@media only screen and (max-width:960px){.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .vertical_stepper_container{display:block}.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .vertical_stepper_container .MuiStepper-root{padding:0;position:relative}.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .vertical_stepper_container .MuiStepLabel-labelContainer{width:auto}.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .vertical_stepper_container .MuiStepLabel-labelContainer .MuiTypography-body2{position:absolute}.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .vertical_stepper_container .MuiStepLabel-root{align-items:flex-start}.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .vertical_stepper_container .MuiStepConnector-vertical{padding:0;margin-left:8px}.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .vertical_stepper_container .MuiStepConnector-vertical.MuiStepConnector-completed .MuiStepConnector-line{border-color:#00436d}.repair_details_container .page_inner_wrapper .section .white_box.timeline_container .vertical_stepper_container .MuiStepConnector-lineVertical{min-height:70px;border-left-style:dashed}.repair_details_container .page_inner_wrapper .section .white_box{padding:16px}.repair_details_container{padding-top:55px}}.loading_backdrop{z-index:999999!important;color:#fff!important}.vm_details_container .title_bar{top:0}@media only screen and (max-width:960px){.vm_details_container .title_bar .back_btn_area .inner_wrapper .page_title{font-size:14px}.vm_details_container .title_bar .back_btn_area{width:100%}}.vm_details_container .page_inner_wrapper .vertical_tabpanel_container{width:100%;display:flex}.vm_details_container .page_inner_wrapper .vertical_tabpanel_container .MuiAccordionDetails-root,.vm_details_container .page_inner_wrapper .vertical_tabpanel_container .MuiAccordionSummary-root{padding:0}.vm_details_container .page_inner_wrapper .vertical_tabpanel_container .MuiTab-wrapper{display:inline-flex;align-items:center;flex-direction:row-reverse;justify-content:space-between;font-size:14px;color:#212121;word-break:break-all}.vm_details_container .page_inner_wrapper .vertical_tabpanel_container .MuiTabs-root{width:320px;height:100vh;background-color:#fff}@media only screen and (max-width:960px){.vm_details_container .page_inner_wrapper .vertical_tabpanel_container .MuiTabs-root .desktop_list{display:none}}.vm_details_container .page_inner_wrapper .vertical_tabpanel_container .MuiTabs-root .MuiTabs-scroller .MuiTab-root{min-width:100%;height:64px;font-size:14px;font-weight:400;color:#212121;text-transform:capitalize;padding:0 24px;margin-bottom:3px;border-left:3px solid #f86868;opacity:1}.vm_details_container .page_inner_wrapper .vertical_tabpanel_container .MuiTabs-root .MuiTabs-scroller .MuiTab-root.active{border-left:3px solid #009b3e}.vm_details_container .page_inner_wrapper .vertical_tabpanel_container .MuiTabs-root .MuiTabs-scroller .MuiTab-root .MuiTab-labelIcon{width:24px;height:24px;background-image:url(/icons/icon-arrow-right.svg)}@media only screen and (max-width:960px){.vm_details_container .page_inner_wrapper .vertical_tabpanel_container .MuiTabs-root .MuiTabs-scroller .MuiTab-root{height:45px;padding:0 16px}}.vm_details_container .page_inner_wrapper .vertical_tabpanel_container .MuiTabs-root .MuiTabs-scroller .MuiTab-textColorInherit.Mui-selected{background-color:#e7eef3}@media only screen and (max-width:960px){.vm_details_container .page_inner_wrapper .vertical_tabpanel_container .MuiTabs-root .MuiTabs-scroller .MuiTab-textColorInherit.Mui-selected{background-color:#fff}}.vm_details_container .page_inner_wrapper .vertical_tabpanel_container .MuiTabs-root .MuiTabs-scroller .MuiTabs-indicator{display:none}@media only screen and (max-width:960px){.vm_details_container .page_inner_wrapper .vertical_tabpanel_container .MuiTabs-root .MuiTabs-scroller .MuiTabs-flexContainerVertical{align-items:flex-start}.vm_details_container .page_inner_wrapper .vertical_tabpanel_container .MuiTabs-root{display:none}}.vm_details_container .page_inner_wrapper .vertical_tabpanel_container .tab_panel_view{width:100%}.vm_details_container .page_inner_wrapper .vertical_tabpanel_container .tab_panel_view .tabpanel_container{width:100%;height:100%;background-color:#f6f6fa;padding:30px}.vm_details_container .page_inner_wrapper .vertical_tabpanel_container .tab_panel_view .tabpanel_container .tab_panel_content{height:100%}@media only screen and (max-width:960px){.vm_details_container .page_inner_wrapper .vertical_tabpanel_container .tab_panel_view .tabpanel_container{padding:16px}.vm_details_container .page_inner_wrapper .vertical_tabpanel_container .tab_panel_view{height:100vh}}.vm_details_container .page_inner_wrapper .mob_list{display:none}@media only screen and (max-width:960px){.vm_details_container .page_inner_wrapper .mob_list{display:block;width:100%;height:100%;padding:16px}.vm_details_container .page_inner_wrapper .mob_list .cards_wrapper{display:flex;flex-wrap:wrap}}.vm_details_container .page_inner_wrapper .media_document_wrapper,.vm_details_container .page_inner_wrapper .media_document_wrapper .card{width:100%;height:100%;background-color:#fff}.vm_details_container .page_inner_wrapper .media_document_wrapper .card .card_media{height:100%}.vm_details_container .page_inner_wrapper .media_document_wrapper .card .card_media iframe{height:100%;width:100%}.photo_gallery_details .title_bar{top:0;padding-right:20px}@media only screen and (max-width:960px){.photo_gallery_details .title_bar .back_btn_area .inner_wrapper .page_title{max-width:230px;display:block}.photo_gallery_details .title_bar{width:100%!important}}.photo_gallery_details .image_carousel_wrapper{width:100%;height:100%;padding:40px 0 0;position:relative}.photo_gallery_details .image_carousel_wrapper .uploaded_date_container{padding:0 30px 0 60px;margin:0 auto 30px}.photo_gallery_details .image_carousel_wrapper .uploaded_date_container .date_text{font-size:16px;color:#212121}@media only screen and (max-width:1100px){.photo_gallery_details .image_carousel_wrapper .uploaded_date_container{width:520px}}@media only screen and (max-width:960px){.photo_gallery_details .image_carousel_wrapper .uploaded_date_container{width:100%;padding:16px;margin-bottom:0}}.photo_gallery_details .image_carousel_wrapper .mob_visible_title_container{display:none}@media only screen and (max-width:960px){.photo_gallery_details .image_carousel_wrapper .mob_visible_title_container{display:block;background-color:#fff;padding:20px 16px}.photo_gallery_details .image_carousel_wrapper .mob_visible_title_container .title_inner_wrapper .title_content .album_info{display:flex;margin-bottom:20px}.photo_gallery_details .image_carousel_wrapper .mob_visible_title_container .title_inner_wrapper .title_content .album_info .date_text{font-size:14px;color:#616161}.photo_gallery_details .image_carousel_wrapper .mob_visible_title_container .title_inner_wrapper .title_content .textarea_autosize_label_wrapper{margin-bottom:0}.photo_gallery_details .image_carousel_wrapper .mob_visible_title_container .title_inner_wrapper .title_content .textarea_autosize_label_wrapper .textarea_field{background-color:#fff;border:1px solid #b5b5b5;margin-bottom:0}.photo_gallery_details .image_carousel_wrapper .mob_visible_title_container .title_inner_wrapper .title_content .page_title{font-size:18px;color:#002338;display:flex;align-items:center;cursor:pointer}}.photo_gallery_details .image_carousel_wrapper .photo_gallery_wrapper{padding:0;margin-bottom:0;width:inherit}.photo_gallery_details .image_carousel_wrapper .photo_gallery_wrapper .carousel_main_container .carousel_wrapper .content_wrapper{width:100%}.photo_gallery_details .image_carousel_wrapper .photo_gallery_wrapper .carousel_main_container .carousel_wrapper .content_wrapper .image_wrapper{width:720px;height:470px}@media only screen and (max-width:1100px){.photo_gallery_details .image_carousel_wrapper .photo_gallery_wrapper .carousel_main_container .carousel_wrapper .content_wrapper .image_wrapper{width:520px;height:430px}}@media only screen and (max-width:960px){.photo_gallery_details .image_carousel_wrapper .photo_gallery_wrapper .carousel_main_container .carousel_wrapper .content_wrapper .image_wrapper{width:100%;height:280px}}.photo_gallery_details .image_carousel_wrapper .photo_gallery_wrapper .carousel_main_container .carousel_wrapper .content_wrapper .icon .MuiSvgIcon-root{width:42px;height:42px}@media only screen and (max-width:960px){.photo_gallery_details .image_carousel_wrapper .photo_gallery_wrapper .carousel_main_container .carousel_wrapper .content_wrapper .icon .MuiSvgIcon-root{width:30px;height:30px}.photo_gallery_details .image_carousel_wrapper .photo_gallery_wrapper .carousel_main_container .carousel_wrapper .content_wrapper .icon.chevron_left{left:10px}.photo_gallery_details .image_carousel_wrapper .photo_gallery_wrapper .carousel_main_container .carousel_wrapper .content_wrapper .icon.chevron_right{right:10px}.photo_gallery_details .image_carousel_wrapper .photo_gallery_wrapper .carousel_main_container .carousel_wrapper{height:calc(100vh - 180px);display:flex;align-items:center}.photo_gallery_details .image_carousel_wrapper .photo_gallery_wrapper .carousel_main_container{width:100%}}.photo_gallery_details .image_carousel_wrapper .photo_gallery_wrapper .thumbnail_container{background-color:#fff;padding:20px 24px}.photo_gallery_details .image_carousel_wrapper .photo_gallery_wrapper .thumbnail_container .thumbnail_inner_wrapper{width:85%}.photo_gallery_details .image_carousel_wrapper .photo_gallery_wrapper .thumbnail_container .thumbnail_inner_wrapper .thumbnail_img_card{min-width:180px;height:135px}.photo_gallery_details .image_carousel_wrapper .photo_gallery_wrapper .thumbnail_container .thumbnail_inner_wrapper .thumbnail_img_card .close_button_container{display:none}@media only screen and (max-width:960px){.photo_gallery_details .image_carousel_wrapper .photo_gallery_wrapper .thumbnail_container .thumbnail_inner_wrapper .thumbnail_img_card{min-width:125px;height:95px}.photo_gallery_details .image_carousel_wrapper .photo_gallery_wrapper .thumbnail_container .thumbnail_inner_wrapper{width:100%}.photo_gallery_details .image_carousel_wrapper .photo_gallery_wrapper .thumbnail_container{position:fixed;bottom:0}.photo_gallery_details .image_carousel_wrapper{padding:0}.photo_gallery_details{padding:0;width:100%!important}.photo_gallery_details.store_comments .title_bar .back_btn_area .page_title{display:none}.photo_gallery_details.store_comments .title_bar .back_btn_area{width:10%}.photo_gallery_details.store_comments .title_bar .action_btn_section{width:90%}.photo_gallery_details.store_comments .photo_gallery_wrapper .carousel_main_container .carousel_wrapper{height:calc(100vh - 355px)}}.photo_gallery_details.store_comments .photo_gallery_wrapper .thumbnail_container{position:relative}.photo_gallery_details.store_comments .photo_gallery_wrapper .thumbnail_container .thumbnail_inner_wrapper .thumbnail_img_card .checkbox_wrapper{position:absolute;left:8px;bottom:8px}.photo_gallery_details.store_comments .photo_gallery_wrapper .thumbnail_container .thumbnail_inner_wrapper .thumbnail_img_card .checkbox_wrapper .MuiIconButton-label{background-color:#fff}.photo_gallery_details.store_comments .photo_gallery_wrapper .thumbnail_container .thumbnail_inner_wrapper .thumbnail_img_card .checkbox_wrapper .MuiIconButton-root{padding:0}.photo_gallery_details.store_comments .photo_gallery_wrapper .thumbnail_container .thumbnail_inner_wrapper .thumbnail_img_card .checkbox_wrapper .MuiFormControlLabel-root{margin:0}.photo_gallery_details.store_comments .photo_gallery_wrapper .thumbnail_container .select_text{position:absolute;right:24px;top:40%;font-size:14px;font-weight:500;color:#00436d;cursor:pointer}@media only screen and (max-width:960px){.photo_gallery_details.store_comments .photo_gallery_wrapper .thumbnail_container .select_text{top:5px}.photo_gallery_details.store_comments .photo_gallery_wrapper .thumbnail_container{padding:30px 16px}}.mob_fab_btn_remark{display:none}@media only screen and (max-width:960px){.mob_fab_btn_remark{display:block;right:16px;position:absolute;bottom:135px}.mob_fab_btn_remark .icon.remark_white{width:20px;height:20px;background-image:url(/icons/icon-remark-white.svg)}.profile_details_container .title_bar{top:58px}}.profile_details_container .page_inner_wrapper{padding:30px}.profile_details_container .page_inner_wrapper .profile_info_wrapper .card.profile_card{display:flex;align-items:center;flex-direction:column;justify-content:center;box-shadow:0 1px 4px .5px rgba(0,0,0,.08)}.profile_details_container .page_inner_wrapper .profile_info_wrapper .card.profile_card .content_wrapper.profile_img{position:relative}.profile_details_container .page_inner_wrapper .profile_info_wrapper .card.profile_card .content_wrapper.profile_img .img{width:124px;height:124px;background-color:#c4c4c4}@media only screen and (max-width:960px){.profile_details_container .page_inner_wrapper .profile_info_wrapper .card.profile_card .content_wrapper.profile_img .img{width:100px;height:100px}}.profile_details_container .page_inner_wrapper .profile_info_wrapper .card.profile_card .content_wrapper.profile_img .add_photo_section{position:absolute;right:22px;bottom:22px}.profile_details_container .page_inner_wrapper .profile_info_wrapper .card.profile_card .content_wrapper.profile_img .add_photo_section .upload_button_container label{display:none!important}.profile_details_container .page_inner_wrapper .profile_info_wrapper .card.profile_card .content_wrapper.profile_img .add_photo_section .upload_button_container.file_btn{min-width:22px;width:22px;height:22px;padding:0;border-radius:100%;color:#fff;background-color:#00436d}.profile_details_container .page_inner_wrapper .profile_info_wrapper .card.profile_card .content_wrapper.profile_img .add_photo_section .upload_button_container .camera_icon{display:flex;align-items:center;justify-content:center;height:100%}.profile_details_container .page_inner_wrapper .profile_info_wrapper .card.profile_card .content_wrapper.profile_img .add_photo_section .upload_button_container .camera_icon .MuiSvgIcon-root{width:14px;height:14px}.profile_details_container .page_inner_wrapper .profile_info_wrapper .card.profile_card .content_wrapper.profile_info .designation,.profile_details_container .page_inner_wrapper .profile_info_wrapper .card.profile_card .content_wrapper.profile_info .name{font-size:16px;font-weight:500;color:#212121;margin-bottom:0}.profile_details_container .page_inner_wrapper .profile_info_wrapper .card.profile_card .content_wrapper.profile_info .designation{font-weight:400;color:#616161;min-width:110px;max-width:295px;text-align:center;padding-right:16px}@media only screen and (max-width:1280px){.profile_details_container .page_inner_wrapper .profile_info_wrapper .card.profile_card .content_wrapper.profile_info .designation{max-width:200px}}@media only screen and (max-width:960px){.profile_details_container .page_inner_wrapper .profile_info_wrapper .card.profile_card .content_wrapper.profile_info .designation{min-width:110px;max-width:110px}}.profile_details_container .page_inner_wrapper .profile_info_wrapper .card.profile_card .content_wrapper.profile_info .profile_edit_icon{position:relative;height:30px}.profile_details_container .page_inner_wrapper .profile_info_wrapper .card.profile_card .content_wrapper.profile_info .profile_edit_icon .edit_icon{position:absolute;right:0;margin:0 0 3px}@media only screen and (max-width:960px){.profile_details_container .page_inner_wrapper .profile_info_wrapper .card.profile_card .content_wrapper.profile_info .profile_edit_icon{justify-content:flex-start}}.profile_details_container .page_inner_wrapper .profile_info_wrapper .card.profile_card .content_wrapper.profile_info .edit_input{height:30px}@media only screen and (max-width:960px){.profile_details_container .page_inner_wrapper .profile_info_wrapper .card.profile_card{flex-direction:row;justify-content:flex-start}.profile_details_container .page_inner_wrapper .right_tabs_container{padding:12px 0}}.profile_details_container .page_inner_wrapper .right_tabs_area{background-color:#fff;padding:24px 20px}@media only screen and (max-width:960px){.profile_details_container .page_inner_wrapper .right_tabs_area .profile_store_comments .page_title_container{padding:0}.profile_details_container .page_inner_wrapper .right_tabs_area .profile_store_comments{padding:0 20px}}.profile_details_container .page_inner_wrapper .right_tabs_area .cards_area .card_container{width:calc(25% - 24px);min-width:calc(25% - 24px)}@media only screen and (max-width:1280px){.profile_details_container .page_inner_wrapper .right_tabs_area .cards_area .card_container{width:calc(33.3% - 24px);min-width:calc(33.3% - 24px)}}@media only screen and (max-width:960px){.profile_details_container .page_inner_wrapper .right_tabs_area .cards_area .card_container{width:calc(50% - 16px);min-width:calc(50% - 16px)}}.profile_details_container .page_inner_wrapper .right_tabs_area .repair_request_container .repair_cards_wrapper{margin-left:0;margin-right:0;width:100%}.profile_details_container .page_inner_wrapper .right_tabs_area .monthly_timeline_component{width:100%}.profile_details_container .page_inner_wrapper .right_tabs_area .monthly_timeline_component .month_section.pd_main{padding-left:12px;padding-right:12px}@media only screen and (max-width:960px){.profile_details_container .page_inner_wrapper .right_tabs_area .monthly_timeline_component .month_section.pd_main{padding-left:8px;padding-right:8px}.profile_details_container .page_inner_wrapper .right_tabs_area .monthly_timeline_component{width:100%}.profile_details_container .page_inner_wrapper .right_tabs_area .tabs_area .icon_container{display:none}}.profile_details_container .page_inner_wrapper .right_tabs_area .tabs_area .tabs{margin-bottom:15px}.profile_details_container .page_inner_wrapper .right_tabs_area .segment_tab_icon{width:24px;height:24px;background-position:50%;background-repeat:no-repeat;background-size:cover}.profile_details_container .page_inner_wrapper .right_tabs_area .store_visit_tab_icon{background-image:url(/icons/tab-icons/icon-store-visit.svg)}.profile_details_container .page_inner_wrapper .right_tabs_area .repair_request_tab_icon{background-image:url(/icons/tab-icons/icon-repairs.svg)}.profile_details_container .page_inner_wrapper .right_tabs_area .store_comments_tab_icon{background-image:url(/icons/tab-icons/icon-store-comments.svg)}.profile_details_container .page_inner_wrapper .right_tabs_area .Mui-selected .store_visit_tab_icon{background-image:url(/icons/tab-icons/icon-store-visit-active.svg)}.profile_details_container .page_inner_wrapper .right_tabs_area .Mui-selected .repair_request_tab_icon{background-image:url(/icons/tab-icons/icon-repairs-active.svg)}.profile_details_container .page_inner_wrapper .right_tabs_area .Mui-selected .store_comments_tab_icon{background-image:url(/icons/tab-icons/icon-store-comments-active.svg)}@media only screen and (max-width:960px){.profile_details_container .page_inner_wrapper .right_tabs_area .repair_request_container .repair_cards_wrapper .repair_card_container{margin-left:12px;margin-right:12px;margin-bottom:16px;padding-left:12px;padding-right:12px}.profile_details_container .page_inner_wrapper .right_tabs_area .page_title_container,.profile_details_container .page_inner_wrapper .right_tabs_area .tabs_section{padding:0 16px}.profile_details_container .page_inner_wrapper .right_tabs_area .monthly_timeline_component .month_section .title_view{padding:8px 16px 0}.profile_details_container .page_inner_wrapper .right_tabs_area .monthly_timeline_component .month_section .content .cards_area{padding:0 16px}.profile_details_container .page_inner_wrapper .right_tabs_area{padding:24px 0}.profile_details_container .page_inner_wrapper{padding:16px}}.ui-action-background .ui-repair-action-bg{width:100%;height:350px;background-image:linear-gradient(270deg,#00436d,#002338)}.ui-action-background .radio_btn_wrapper{margin-bottom:20px}.ui-action-background .radio_btn_wrapper .MuiSvgIcon-root{color:#00436d}@media only screen and (max-width:960px){.ui-action-background .radio_btn_wrapper .MuiSvgIcon-root{width:20px;height:20px}}.ui-action-background .radio_btn_wrapper .MuiFormControlLabel-label{color:#666;font-size:16px}@media only screen and (max-width:960px){.ui-action-background .radio_btn_wrapper .MuiFormControlLabel-label{font-size:14px}}.ui-action-background .ui-bottom-container{position:absolute;top:0;height:100%;width:100%}.ui-action-background .ui-bottom-container .ui-repair-action-container{width:800px;min-height:360px;margin:auto;border-radius:8px;box-shadow:0 -8px 16px 0 rgba(42,42,68,.1);background-color:#fff;padding:25px;position:relative}@media only screen and (max-width:1280px){.ui-action-background .ui-bottom-container .ui-repair-action-container{width:85%}}.ui-action-background .ui-bottom-container .ui-repair-action-image{width:275px;height:95px;object-fit:contain;margin:30px auto;display:grid;align-items:center}.ui-action-background .ui-bottom-container .ui-repair-action-image img{width:100%;height:100%;object-fit:contain}.ui-action-background .ui-bottom-container .ui-info-action-wrapper{width:100%;height:65px;min-height:60px;border-radius:7px;background-color:#f6f6f6;display:inline-flex;align-items:center;padding:12px}.ui-action-background .ui-bottom-container .ui-info-action-wrapper .info-icon{background-image:url(/images/info_icon.svg);width:25px;height:25px;display:inline-block;background-size:100%;background-repeat:no-repeat}.ui-action-background .ui-bottom-container .ui-info-action-wrapper .info-text{margin-left:13px;font-size:14px;width:100%}.ui-action-background .ui-bottom-container .ui-repair-action-title{font-size:22px;color:#3d3d3d;margin-bottom:24px}.ui-action-background .ui-bottom-container .ui-repair-action-title .span{color:#ff5368}@media only screen and (max-width:1280px){.ui-action-background .ui-bottom-container .ui-repair-action-title{font-size:18px}}.ui-action-background .button-container{display:flex;align-items:center;justify-content:center;border-top:1px solid rgba(0,0,0,.12);margin-top:20px;padding-top:20px}.footer{width:100%;margin:auto;position:absolute;bottom:0;font-size:16px;color:#999;text-align:center;bottom:10px}@media only screen and (max-width:600px){.footer{position:relative;bottom:-10px;font-size:12px}}.footer .footer-wrapper{width:800px;margin:auto}@media only screen and (max-width:1280px){.footer .footer-wrapper{width:85%}}.response-text{font-size:16px;width:100%;text-align:center;margin-top:42px}.sales_insight_main_container{margin:0 -12px}.sales_insight_main_container .card_container{padding:0 12px}@media only screen and (max-width:1024px){.sales_insight_main_container .card_container.brand_mix_container .white_box.box_lg{height:290px}}@media only screen and (max-width:960px){.sales_insight_main_container .card_container.brand_mix_container .white_box.box_lg{height:auto}}@media only screen and (max-width:1280px){.sales_insight_main_container .card_container.brand_mix_container .white_box .brand-table-container{overflow:auto}}@media only screen and (max-width:1024px){.sales_insight_main_container .card_container.retailer_mix .white_box.box_md{height:480px}}@media only screen and (max-width:960px){.sales_insight_main_container .card_container.retailer_mix .white_box.box_md{height:375px}.sales_insight_main_container .card_container{padding:0}}.sales_insight_main_container .white_box{position:relative;border-radius:8px;box-shadow:0 1px 4px .5px rgba(0,0,0,.08);background-color:#fff;padding:24px;margin-bottom:24px;overflow:hidden}.sales_insight_main_container .white_box.box_sm{height:290px;display:flex;align-items:center;justify-content:center}.sales_insight_main_container .white_box.box_lg{height:480px}@media only screen and (max-width:960px){.sales_insight_main_container .white_box.box_lg{height:auto}}.sales_insight_main_container .white_box.singles{height:162px}@media only screen and (max-width:1024px){.sales_insight_main_container .white_box.singles{height:258px}}.sales_insight_main_container .white_box.others{height:258px}.sales_insight_main_container .white_box.box_md{height:375px}@media only screen and (max-width:960px){.sales_insight_main_container .white_box.sales{height:400px}}.sales_insight_main_container .white_box.no_gutter{padding:0}.sales_insight_main_container .white_box .brand-table-container{display:flex;height:100%;overflow:hidden}.sales_insight_main_container .white_box .brand-table-container .inner-wrapper{width:100%;display:flex}.sales_insight_main_container .white_box .brand-table-container .tbl-width{min-width:50%;width:100%}@media only screen and (max-width:1280px){.sales_insight_main_container .white_box .brand-table-container .tbl-width{min-width:70%}}@media only screen and (max-width:600px){.sales_insight_main_container .white_box .brand-table-container .tbl-width{min-width:100%}}.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper{width:100%}.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper.no-border{border-left:none}.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper .header-row{height:54px;line-height:54px;font-size:16px;font-weight:500;text-align:left}.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper .header-row th{color:#00436d;padding:0 15px}.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper .header-row th:first-child{width:70%}.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper .header-row th:nth-child(2){width:30%;text-align:center}@media only screen and (max-width:960px){.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper .header-row{height:40px;line-height:40px}}.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper .tbl-body{padding:15px}.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper .tbl-body .tbl-row{width:100%;height:43px}.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper .tbl-body .tbl-row:nth-child(odd){background-color:#f0f0f0}.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper .tbl-body .tbl-row .tbl-cell{padding:0 15px;vertical-align:middle}.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper .tbl-body .tbl-row .tbl-cell:first-child{width:70%}.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper .tbl-body .tbl-row .tbl-cell:nth-child(2){width:30%}.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper .tbl-body .tbl-row .tbl-cell .inner-wrapper{display:flex;align-items:center}.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper .tbl-body .tbl-row .tbl-cell .inner-wrapper .color-sqaure{height:10px;width:10px;border-radius:2px;margin-right:10px}.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper .tbl-body .tbl-row .tbl-cell .inner-wrapper .brand-name{font-size:12px;font-weight:400;letter-spacing:.07px;color:#616161}.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper .tbl-body .tbl-row .tbl-cell .inner-wrapper .sales-value{font-size:10px;letter-spacing:.06px;color:#616161;display:flex;align-items:center}.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper .tbl-body .tbl-row .tbl-cell .inner-wrapper .sales-value .first-value{text-align:right;min-width:30px;display:flex;align-items:center}.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper .tbl-body .tbl-row .tbl-cell .inner-wrapper .sales-value .first-value .grey-text{color:#9b9b9b;font-size:9px}.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper .tbl-body .tbl-row .tbl-cell .inner-wrapper .sales-value .second-value{text-align:left;display:flex;align-items:center}.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper .tbl-body .tbl-row .tbl-cell .inner-wrapper .sales-value .seperator{padding:0 5px}.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper .tbl-body .tbl-row .tbl-cell .inner-wrapper .sales-value .percentage_growth .arrow_icon{top:2px}.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper .tbl-body .tbl-row .tbl-cell .inner-wrapper .sales-value .arrow-icon{width:9px;height:9px;background-image:url(/icons/arrow-gray.svg);background-repeat:no-repeat;background-size:contain;margin:0 4px}.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper .tbl-body .tbl-row .tbl-cell .inner-wrapper .sales-value .arrow-icon.down{transform:rotate(180deg)}@media only screen and (max-width:960px){.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper .tbl-body .tbl-row{height:35px}}@media only screen and (max-width:600px){.sales_insight_main_container .white_box .brand-table-container .tbl-wrapper{border:none}.sales_insight_main_container .white_box .brand-table-container{display:block}}.sales_insight_main_container .white_box .retailer-mix-container{position:relative}.sales_insight_main_container .white_box .retailer-mix-container .chartjs-render-monitor{height:400px!important;left:0;right:250;top:80}@media only screen and (max-width:960px){.sales_insight_main_container .white_box .retailer-mix-container .chartjs-render-monitor{height:390px!important;left:105px}}.sales_insight_main_container .white_box .retailer-mix-container .retailer-graph-container{width:180px;margin:0 10px;background-color:#fff}.sales_insight_main_container .white_box .retailer-mix-container .retailer-graph-container .graph-height{height:310px;border-bottom:1px solid #e2e2e2}.sales_insight_main_container .white_box .retailer-mix-container .retailer-graph-container .inner-wrapper{width:60px;height:100%;margin:0 auto}.sales_insight_main_container .white_box .retailer-mix-container .retailer-graph-container .inner-wrapper .stack-box{width:100%;height:100%;position:relative;display:flex;align-items:center}.sales_insight_main_container .white_box .retailer-mix-container .retailer-graph-container .inner-wrapper .stack-box.one{background-color:#d8e360;height:30%}.sales_insight_main_container .white_box .retailer-mix-container .retailer-graph-container .inner-wrapper .stack-box.two{background-color:#ee4b84;height:10%}.sales_insight_main_container .white_box .retailer-mix-container .retailer-graph-container .inner-wrapper .stack-box.three{background-color:#ff8432;height:20%}.sales_insight_main_container .white_box .retailer-mix-container .retailer-graph-container .inner-wrapper .stack-box.four{background-color:#8662c5;height:30%}.sales_insight_main_container .white_box .retailer-mix-container .retailer-graph-container .inner-wrapper .stack-box.five{background-color:#15bfce;height:10%}.sales_insight_main_container .white_box .retailer-mix-container .retailer-graph-container .inner-wrapper .stack-box .data-label-wrapper{min-width:55px;position:absolute;font-size:9px;letter-spacing:.06px;color:#a1a1a1;display:flex;align-items:center}.sales_insight_main_container .white_box .retailer-mix-container .retailer-graph-container .inner-wrapper .stack-box .data-label-wrapper.left-label{left:-55px;justify-content:flex-end}.sales_insight_main_container .white_box .retailer-mix-container .retailer-graph-container .inner-wrapper .stack-box .data-label-wrapper.right-label{right:-55px;justify-content:flex-start}.sales_insight_main_container .white_box .retailer-mix-container .retailer-graph-container .inner-wrapper .stack-box .data-label-wrapper .line{width:15px;height:1px;background-color:#d4d4d4}.sales_insight_main_container .white_box .retailer-mix-container .retailer-graph-container .inner-wrapper .stack-box .data-label-wrapper .percent{margin:0 5px}.sales_insight_main_container .white_box .retailer-mix-container .retailer-graph-container .x-axis-total{font-size:14px;color:#a1a1a1;text-align:center;margin-top:12px;display:flex;align-items:center;justify-content:center}.sales_insight_main_container .white_box .retailer-mix-container .retailer-graph-container .x-axis-total .light-text{font-size:12px;color:#a1a1a1;margin:0 5px}.sales_insight_main_container .white_box .franchise_sale_container{height:100%;display:flex;justify-content:center;flex-direction:column}.sales_insight_main_container .white_box .franchise_sale_container .chartjs-render-monitor{height:175px!important}.sales_insight_main_container .white_box .panal-chart-button-container{display:flex}.sales_insight_main_container .white_box .panal-chart-button-container .panal-chart-button{width:120px;border-radius:4px;display:flex;margin-right:5px;font-size:10px;justify-content:left;align-items:center;cursor:pointer;text-align:left}.sales_insight_main_container .white_box .panal-chart-button-container .panal-chart-button.sku_button{width:100%}.sales_insight_main_container .white_box .panal-chart-button-container .panal-chart-button.sm{margin-right:9px}@media only screen and (max-width:960px){.sales_insight_main_container .white_box .panal-chart-button-container .panal-chart-button.sm{width:70px}.sales_insight_main_container .white_box .panal-chart-button-container .panal-chart-button{margin-bottom:10px;display:inline-flex}}@media only screen and (max-width:600px){.sales_insight_main_container .white_box .panal-chart-button-container .panal-chart-button{width:112px;margin-right:5px;margin-bottom:10px}}.sales_insight_main_container .white_box .panal-chart-button-container .panal-chart-button .grey-text{color:#9e9e9e;font-size:10px;display:flex;flex-direction:row;align-items:center}.sales_insight_main_container .white_box .panal-chart-button-container .panal-chart-button .grey-text .percentage_growth{display:flex;align-items:center}.sales_insight_main_container .white_box .panal-chart-button-container .panal-chart-button .grey-text .seperator{padding:0 4px}.sales_insight_main_container .white_box .panal-chart-button-container .panal-chart-button .circle{border-radius:50px/50px;border:3px solid #202020;width:12px;height:12px;margin-right:7px;margin-left:10px}.sales_insight_main_container .white_box .panal-chart-button-container .panal-chart-button .legend-text-wrap{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:65px;color:#666;font-size:12px}.sales_insight_main_container .white_box .panal-chart-button-container .panal-chart-button .legend-text-wrap.lg{width:125px}@media only screen and (max-width:960px){.sales_insight_main_container .white_box .panal-chart-button-container .panal-chart-button .legend-text-wrap.lg{width:118px}.sales_insight_main_container .white_box .panal-chart-button-container .panal-chart-button .legend-text-wrap.sm{width:40px}}@media only screen and (max-width:600px){.sales_insight_main_container .white_box .panal-chart-button-container .panal-chart-button .legend-text-wrap{width:70px;font-size:10px}}.sales_insight_main_container .white_box .panal-chart-button-container .panal-chart-button .blue-sqaure{width:12px;height:12px;border-radius:1px;background-color:#1a70c7;margin-right:10px;margin-left:8px}.sales_insight_main_container .white_box .panal-chart-button-container .panal-chart-button .darkBlue-sqaure{width:12px;height:12px;border-radius:1px;background-color:#373f51;margin-right:7px;margin-left:11px}.sales_insight_main_container .white_box .panal-chart-button-container .panal-chart-button .sales-value{font-size:10px;letter-spacing:.06px;color:#9b9b9b;display:flex;align-items:center}.sales_insight_main_container .white_box .panal-chart-button-container .panal-chart-button .sales-value .first-value{display:flex;align-items:center;justify-content:flex-start}.sales_insight_main_container .white_box .panal-chart-button-container .panal-chart-button .sales-value .second-value{text-align:left;display:flex;align-items:center}.sales_insight_main_container .white_box .panal-chart-button-container .panal-chart-button .sales-value .seperator{padding:0 4px}.sales_insight_main_container .white_box .panal-chart-button-container .panal-chart-button .sales-value .percentage_growth{display:flex;align-items:center}.sales_insight_main_container .white_box .panal-chart-button-container .panal-chart-button-active{background:#f0f1f9}.sales_insight_main_container .white_box .panal-chart-button-container .arrow_icon{height:12px;width:12px;margin:0;top:2px}.sales_insight_main_container .white_box .panal-chart-button-container.terminal-legends-container{padding:25px 30px}.sales_insight_main_container .white_box .panal-chart-button-container.terminal-legends-container .column .inner-wrapper{display:flex}.sales_insight_main_container .white_box .panal-chart-button-container.terminal-legends-container .column .inner-wrapper .panal-chart-button{margin-bottom:20px}@media only screen and (max-width:960px){.sales_insight_main_container .white_box .panal-chart-button-container.terminal-legends-container .column .inner-wrapper .panal-chart-button{margin-bottom:10px}.sales_insight_main_container .white_box .panal-chart-button-container.terminal-legends-container{display:grid!important;position:absolute;right:0;top:30px;grid-row-gap:5px;bottom:20px;margin:auto 0 auto auto;padding:0}.sales_insight_main_container .white_box .panal-chart-button-container.terminal-legends-container .MuiGrid-container{display:block}}.sales_insight_main_container .white_box .retailer-legends-container{position:absolute;right:0;top:25px;grid-row-gap:5px;left:55%}.sales_insight_main_container .white_box .retailer-legends-container .column .inner-wrapper .panal-chart-button{border:0!important;width:150px;margin-bottom:17px}.sales_insight_main_container .white_box .retailer-legends-container .column .inner-wrapper .panal-chart-button .legend-text-wrap{font-size:12px;width:120px}@media only screen and (max-width:1280px){.sales_insight_main_container .white_box .retailer-legends-container .column .inner-wrapper .panal-chart-button .legend-text-wrap{width:90px}}@media only screen and (max-width:600px){.sales_insight_main_container .white_box .retailer-legends-container .column .inner-wrapper .panal-chart-button .legend-text-wrap{width:75px}}.sales_insight_main_container .white_box .retailer-legends-container .column .inner-wrapper .panal-chart-button .value-container .sales-value .arrow-icon{width:9px;height:9px;background-image:url(/icons/arrow-gray.svg);background-repeat:no-repeat;background-size:contain;margin:0 4px}.sales_insight_main_container .white_box .retailer-legends-container .column .inner-wrapper .panal-chart-button .value-container .sales-value .arrow-icon.down{transform:rotate(180deg)}.sales_insight_main_container .white_box .retailer-legends-container .column .inner-wrapper .panal-chart-button .value-container .sales-value .percentage_growth .arrow_icon{top:2px}@media only screen and (max-width:1918px){.sales_insight_main_container .white_box .retailer-legends-container .column .inner-wrapper .panal-chart-button{min-width:140px}}@media only screen and (max-width:1280px){.sales_insight_main_container .white_box .retailer-legends-container .column .inner-wrapper .panal-chart-button{min-width:120px}}@media only screen and (max-width:600px){.sales_insight_main_container .white_box .retailer-legends-container .column .inner-wrapper .panal-chart-button{min-width:130px}}@media only screen and (max-width:960px){.sales_insight_main_container .white_box .retailer-legends-container{left:65%}}.sales_insight_main_container .white_box .chart-sm-container{height:240px;position:relative}.sales_insight_main_container .white_box .chart-sm-container.mix-charts{height:420px;overflow:hidden}@media only screen and (max-width:1280px){.sales_insight_main_container .white_box .chart-sm-container.mix-charts{min-height:265px;height:auto}}.sales_insight_main_container .white_box .chart-sm-container.single-charts,.sales_insight_main_container .white_box .chart-sm-container.trex-charts{height:100%}.sales_insight_main_container .white_box .chart-sm-container.single-charts .single-sets-wrapper,.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .single-sets-wrapper,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper{width:100%;height:100%;padding:0 10px;display:flex;flex-direction:column;align-items:center;justify-content:center}.sales_insight_main_container .white_box .chart-sm-container.single-charts .single-sets-wrapper .graph-seperator,.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .graph-seperator,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .single-sets-wrapper .graph-seperator,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .graph-seperator{opacity:.1;height:180px;width:1px;background-color:#000;position:absolute;bottom:5px}.sales_insight_main_container .white_box .chart-sm-container.single-charts .single-sets-wrapper .total-text,.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .total-text,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .single-sets-wrapper .total-text,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .total-text{font-size:12px;color:#666;margin-bottom:12px}@media only screen and (max-width:960px){.sales_insight_main_container .white_box .chart-sm-container.single-charts .single-sets-wrapper .total-text,.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .total-text,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .single-sets-wrapper .total-text,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .total-text{margin-bottom:8px}}.sales_insight_main_container .white_box .chart-sm-container.single-charts .single-sets-wrapper .capsule-bar,.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .capsule-bar,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .single-sets-wrapper .capsule-bar,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .capsule-bar{width:92%;height:26px;overflow:hidden;border-radius:50px;display:flex;align-items:center;margin-bottom:5px;justify-content:center}.sales_insight_main_container .white_box .chart-sm-container.single-charts .single-sets-wrapper .capsule-bar .sets,.sales_insight_main_container .white_box .chart-sm-container.single-charts .single-sets-wrapper .capsule-bar .single,.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .capsule-bar .sets,.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .capsule-bar .single,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .single-sets-wrapper .capsule-bar .sets,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .single-sets-wrapper .capsule-bar .single,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .capsule-bar .sets,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .capsule-bar .single{height:100%;color:#fff;font-size:10px;display:flex;align-items:center;background-color:#fbba50;padding:0 10px;border-radius:inherit;border-bottom-right-radius:0;border-top-right-radius:0}.sales_insight_main_container .white_box .chart-sm-container.single-charts .single-sets-wrapper .capsule-bar .sets,.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .capsule-bar .sets,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .single-sets-wrapper .capsule-bar .sets,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .capsule-bar .sets{background-color:#343f51;justify-content:flex-end;border-radius:inherit;border-bottom-left-radius:0;border-top-left-radius:0}@media only screen and (max-width:1918px){.sales_insight_main_container .white_box .chart-sm-container.single-charts .single-sets-wrapper .capsule-bar,.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .capsule-bar,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .single-sets-wrapper .capsule-bar,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .capsule-bar{width:100%}}@media only screen and (max-width:960px){.sales_insight_main_container .white_box .chart-sm-container.single-charts .single-sets-wrapper .capsule-bar,.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .capsule-bar,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .single-sets-wrapper .capsule-bar,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .capsule-bar{width:100%}}.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .capsule-bar,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .capsule-bar{width:100%;border-radius:inherit}.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .capsule-bar .left-section,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .capsule-bar .left-section{width:100%;height:100%;display:flex;align-items:center;border-radius:50px;position:relative}.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .capsule-bar .left-section .sets,.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .capsule-bar .left-section .single,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .capsule-bar .left-section .sets,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .capsule-bar .left-section .single{height:100%;border-radius:inherit;border-bottom-right-radius:0;border-top-right-radius:0;position:absolute;padding:0 5px}.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .capsule-bar .left-section .sets,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .capsule-bar .left-section .sets{justify-content:flex-start}.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .capsule-bar .left-section .single,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .capsule-bar .left-section .single{padding:0;right:0;z-index:1}.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .capsule-bar .right-section,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .capsule-bar .right-section{width:100%;height:100%;display:flex;border-radius:50px;position:relative}.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .capsule-bar .right-section .sets,.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .capsule-bar .right-section .single,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .capsule-bar .right-section .sets,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .capsule-bar .right-section .single{border-radius:inherit;border-bottom-left-radius:0;border-top-left-radius:0;position:absolute}.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .capsule-bar .right-section .single,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .capsule-bar .right-section .single{left:0;z-index:1;justify-content:flex-end}.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .graph-value-wrapper,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .graph-value-wrapper{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:25px;margin-top:16px}.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .graph-value-wrapper .value,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .graph-value-wrapper .value{width:50%;padding-left:15px}.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .graph-value-wrapper .value .name,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .graph-value-wrapper .value .name{font-size:12px;color:#616161}.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .graph-value-wrapper .value .percent,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .graph-value-wrapper .value .percent{font-size:12px;color:#9e9e9e;display:flex;align-items:center}.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .graph-value-wrapper .value .percent .percentage_growth,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .graph-value-wrapper .value .percent .percentage_growth{margin-left:3px}@media only screen and (max-width:960px){.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .graph-value-wrapper,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .graph-value-wrapper{margin-top:10px}}.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .legends-wrapper,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .legends-wrapper{display:flex;align-items:center;width:100%}.sales_insight_main_container .white_box .chart-sm-container.single-charts .trex-others-wrapper .legends-wrapper .panal-chart-button-container,.sales_insight_main_container .white_box .chart-sm-container.trex-charts .trex-others-wrapper .legends-wrapper .panal-chart-button-container{width:100%}.sales_insight_main_container .white_box .chart-sm-container.sales-chart,.sales_insight_main_container .white_box .chart-sm-container.sales-chart.retailers{height:490px}@media only screen and (max-width:600px){.sales_insight_main_container .white_box .chart-sm-container.sales-chart.retailers{height:auto}}@media only screen and (max-width:960px){.sales_insight_main_container .white_box .chart-sm-container{height:300px}}@media only screen and (max-width:600px){.sales_insight_main_container .white_box .chart-sm-container{height:auto}}.sales_insight_main_container .white_box .chart-sm-container .chartjs-render-monitor{height:200px!important;padding:15px}@media only screen and (max-width:960px){.sales_insight_main_container .white_box .chart-sm-container .chartjs-render-monitor{height:240px!important}}@media only screen and (max-width:600px){.sales_insight_main_container .white_box .chart-sm-container .chartjs-render-monitor{height:180px!important;position:relative;top:0;right:0;left:50px;padding:0}}.sales_insight_main_container .white_box .single-trex-legends-container{display:inline-flex;justify-content:center;margin:16px 0 0}.sales_insight_main_container .white_box .single-trex-legends-container.trex-others{margin:0 auto}.sales_insight_main_container .white_box .single-trex-legends-container.trex-others.right{margin-left:15px}.sales_insight_main_container .white_box .single-trex-legends-container .column .inner-wrapper{display:inline-flex;flex-wrap:wrap}.sales_insight_main_container .white_box .single-trex-legends-container .column .inner-wrapper .panal-chart-button{width:135px;margin-bottom:5px}.sales_insight_main_container .white_box .single-trex-legends-container .column .inner-wrapper .panal-chart-button .value-container{display:flex;align-items:flex-end;font-size:8px}.sales_insight_main_container .white_box .single-trex-legends-container .column .inner-wrapper .panal-chart-button .value-container .seperator{color:#9b9b9b;padding:0 3px}@media only screen and (max-width:960px){.sales_insight_main_container .white_box .single-trex-legends-container .column .inner-wrapper .panal-chart-button{margin-top:0;width:125px}.sales_insight_main_container{margin:0}}.skubar-chart-container{display:grid!important;position:absolute;right:0;top:30px;grid-row-gap:5px;left:0;bottom:20px;margin:auto 24px auto auto;width:130px}.skubar-chart-container.sm{width:95px}.skubar-chart-container.sm .panal-chart-button{width:100%}@media only screen and (max-width:960px){.skubar-chart-container.sm .panal-chart-button .legend-text-wrap{width:60px}.skubar-chart-container.sm{width:80px}}.skubar-chart-container.lg{width:115px}.skubar-chart-container.lg .panal-chart-button{width:100%}.skubar-chart-container.lg .panal-chart-button .legend-text-wrap,.skubar-chart-container.lg .panal-chart-button .legend-text-wrap.lg{width:98px!important}@media only screen and (max-width:960px){.skubar-chart-container.lg .panal-chart-button .legend-text-wrap{width:90px!important}.skubar-chart-container.lg{width:90px}}.country_mix_canvas{position:relative}.country_mix_canvas canvas{height:225px!important;position:relative}@media only screen and (max-width:960px){.country_mix_canvas canvas{left:0}}.sales-legends-container{flex-direction:column}.sales-legends-container .sales_wrapper{display:flex;align-items:center;justify-content:flex-end;margin-bottom:20px}.sales-legends-container .sales_wrapper .panal-chart-button{border-radius:5px;box-shadow:0 0 4px 0 rgba(0,0,0,.2);background-color:#fff;padding:4px 10px;margin-right:9px}@media only screen and (max-width:960px){.sales-legends-container .sales_wrapper .panal-chart-button{width:70px;padding:0;margin-right:2px}.sales-legends-container .sales_wrapper .panal-chart-button .legend-text-wrap{width:40px}.sales-legends-container .sales_wrapper .custom_toggle_button{position:absolute;bottom:30px;left:0;right:0;display:flex;align-items:center;justify-content:center}.sales-legends-container .sales_wrapper{justify-content:space-between;margin-bottom:20px;margin-left:-10px;margin-right:-10px}}.sales-legends-container canvas{height:250px!important}.mob_mix_canvas canvas{height:190px!important;position:relative;right:48px}@media only screen and (min-width:1441px)and (max-width:2732px){.mob_mix_canvas canvas{right:38px}}.top_section{position:absolute;right:0;top:0}.top_section .search_section .search_icon{height:20px;width:20px}.top_skus_popup .MuiPopover-paper{width:250px;min-height:225px;overflow-y:hidden}.top_skus_popup .inner_wrapper .popup_header{padding:7px 11px;border-bottom:.5px solid #e8e8e8}.top_skus_popup .inner_wrapper .popup_header .search_area .MuiInputBase-root{width:100%}.top_skus_popup .inner_wrapper .popup_header .search_area .MuiInputBase-input{width:100%;border:1px solid #ccc;font-size:12px;border-radius:4px;padding:6px 15px}.top_skus_popup .inner_wrapper .details_container{position:relative;height:100%;width:100%}.top_skus_popup .inner_wrapper .details_container .small_loader.MuiCircularProgress-root{width:32px!important;height:32px!important;position:absolute;left:0;right:0;top:0;margin:60px auto auto}.top_skus_popup .inner_wrapper .details_container .show_text{font-size:12px;font-weight:400;color:#a1a1a1;padding:15px 15px 0;display:flex;align-items:center}.top_skus_popup .inner_wrapper .details_container .show_text.back{width:auto;padding-left:5px;cursor:pointer}.top_skus_popup .inner_wrapper .details_container .empty_text{display:flex;align-items:center;justify-items:center;height:170px;padding:30px 0;font-size:14px}.top_skus_popup .inner_wrapper .details_container .list{list-style:none;overflow-y:auto;max-height:150px;cursor:pointer;padding:10px 0 15px}.top_skus_popup .inner_wrapper .details_container .list li{margin-bottom:3px;list-style:none;border-bottom:1px solid #ddd;font-size:12px;padding:10px 15px}.top_skus_popup .inner_wrapper .details_container .list li:last-child{border-bottom:none}.top_skus_popup .inner_wrapper .details_container .list li .value{display:flex;align-items:center}.top_skus_popup .inner_wrapper .details_container .list li .value .percentage_growth{display:flex;align-items:center;margin-left:4px}.top_skus_popup .inner_wrapper .details_container .list li .value .percentage_growth .arrow_icon{width:15px;height:15px}.percentage_growth{display:flex;align-items:center;justify-content:flex-end}.percentage_growth .arrow_icon{height:15px;width:15px;margin:0 3px;top:1px;position:relative}.percentage_growth .arrow_icon.small{height:12px;width:12px;margin:0}.percentage_growth .right_chevron_icon{width:23px;height:23px;margin-left:5px}.custom_toggle_button{margin-left:15px;margin-bottom:2px}.custom_toggle_button .MuiToggleButtonGroup-root{border-radius:40px;border:1px solid #00436d}.custom_toggle_button .MuiToggleButtonGroup-root .MuiToggleButton-root{border-radius:40px;padding:2px 0;font-size:12px;color:#757575;width:64px}.custom_toggle_button .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label .MuiTypography-body1{font-size:12px}@media only screen and (max-width:960px){.custom_toggle_button .MuiToggleButtonGroup-root .MuiToggleButton-root{width:46px}}.custom_toggle_button .MuiToggleButtonGroup-root .MuiToggleButton-root.Mui-selected{background-color:#00436d;color:#fff}.custom_toggle_button .MuiToggleButtonGroup-root .MuiToggleButtonGroup-groupedHorizontal:not(:last-child){border-radius:40px;border-top-right-radius:0;border-bottom-right-radius:0}.custom_toggle_button .MuiToggleButtonGroup-root .MuiToggleButtonGroup-groupedHorizontal:not(:first-child){border-radius:40px;border-left:1px solid transparent;margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.empty_text{display:flex;align-items:center;justify-content:center;height:300px}.empty_text.large{height:480px}.empty_text.medium{height:200px}.empty_text.small{height:100px}.dashboard-filter-wrapper{width:354px;max-height:410px;box-shadow:0 1px 4px 0 rgba(0,0,0,.08);background-color:#fff;position:relative;overflow:auto}.dashboard-filter-wrapper .inner-wrapper{margin:37px 24px 0;position:relative}.dashboard-filter-wrapper .inner-wrapper .term-section{height:72px;margin-bottom:24px}.dashboard-filter-wrapper .inner-wrapper .term-section .section-items-row{display:flex;justify-content:space-between}.dashboard-filter-wrapper .inner-wrapper .year-section{height:72px;width:199px;margin-bottom:24px}.dashboard-filter-wrapper .inner-wrapper .year-section .section-items-row{display:flex;justify-content:space-between}.dashboard-filter-wrapper .inner-wrapper .month-section{height:240px;margin-bottom:30px}@media only screen and (max-width:960px){.dashboard-filter-wrapper .inner-wrapper .month-section{margin-bottom:20px}}.dashboard-filter-wrapper .inner-wrapper .section-label{margin-bottom:16px;font-size:14px;font-weight:500;line-height:1.14;letter-spacing:.4px;color:#000;text-transform:uppercase}.dashboard-filter-wrapper .inner-wrapper .section-item.MuiButton-root{width:91px;height:40px;border-radius:8px;font-size:14px;font-weight:500;letter-spacing:.4px}.dashboard-filter-wrapper .inner-wrapper .section-items-wrapper{display:flex;height:208px;flex-direction:column;justify-content:space-between}.dashboard-filter-wrapper .inner-wrapper .section-items-wrapper .section-items-row{display:flex;justify-content:space-between}@media only screen and (max-width:960px){.dashboard-filter-wrapper .inner-wrapper{padding-bottom:70px}}.dashboard-filter-wrapper .reset-button{position:absolute;right:23px;top:32px}.dashboard-filter-wrapper .reset-button.MuiButton-root{padding:0;text-transform:none}.dashboard-filter-wrapper .reset-button.MuiButton-root .MuiButton-label{font-size:14px;letter-spacing:.5px}.dashboard-filter-wrapper .apply-button{width:100%;height:60px;position:-webkit-sticky;position:sticky;bottom:0;border-top:1px solid #e9e9e9;background-color:#fff;z-index:1}.dashboard-filter-wrapper .apply-button.MuiButtonBase-root{border-radius:0}.dashboard-filter-wrapper .apply-button.MuiButtonBase-root .MuiButton-label{letter-spacing:.5px}.dashboard-filter-wrapper .apply-button.MuiButton-textPrimary:hover{background-color:#fff}@media only screen and (max-width:960px){.dashboard-filter-wrapper .apply-button{position:fixed;right:0;left:0;background-color:#fff}.dashboard-filter-wrapper{width:100%;max-height:100%;height:100%}}.coarchmarks_section{position:fixed;z-index:1203;width:100%;height:100vh;color:#fff;font-size:14px;background-color:rgba(0,35,56,.85)}.coarchmarks_section .lbl{font-size:28px;margin-bottom:20px;text-align:center;font-weight:600}@media only screen and (max-width:960px){.coarchmarks_section .lbl{font-size:22px}}.coarchmarks_section .txt_lg{font-size:42px;font-weight:500;line-height:1.14;margin-bottom:30px}.coarchmarks_section .sub_txt{font-size:18px;margin-bottom:40px}@media only screen and (max-width:960px){.coarchmarks_section .btn_area button{width:145px}}.coarchmarks_section.welcome_coachmarks .welcome_screen{width:500px;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;text-align:center}.coarchmarks_section.welcome_coachmarks .welcome_screen .lbl{font-weight:400}.coarchmarks_section.welcome_coachmarks .welcome_screen .btn_area{margin-bottom:36px}.coarchmarks_section.welcome_coachmarks .welcome_screen .skip_link{margin-bottom:8px}.coarchmarks_section.welcome_coachmarks .welcome_screen .skip_link a{text-decoration:underline;cursor:pointer;font-size:14px}@media only screen and (max-width:960px){.coarchmarks_section.welcome_coachmarks .welcome_screen .info{font-size:12px}.coarchmarks_section.welcome_coachmarks .welcome_screen{width:100%;padding:0 16px}}.coarchmarks_section.header_coachmarks{position:fixed;z-index:1201;padding-top:260px}.coarchmarks_section.header_coachmarks .inner_wrapper{text-align:center}.coarchmarks_section.header_coachmarks .inner_wrapper .up_arrow{width:40px;height:125px;margin:0 auto 30px;background-image:url(/coachmarks/up_arrow_white.svg);background-repeat:no-repeat;background-size:contain}.coarchmarks_section.header_coachmarks .inner_wrapper .lbl{margin-bottom:60px}.coarchmarks_section.header_tabs_coachmarks{position:fixed;z-index:1202;top:130px}.coarchmarks_section.header_tabs_coachmarks .inner_wrapper{text-align:center;padding-top:125px}.coarchmarks_section.header_tabs_coachmarks .lbl{margin-bottom:60px}.coarchmarks_section.header_location_coachmarks{z-index:1202;text-align:center;top:80px}.coarchmarks_section.header_location_coachmarks .inner_wrapper{padding-top:60px}.coarchmarks_section.header_location_coachmarks .inner_wrapper .up_arrow{width:25px;height:185px;margin:0 auto 35px;background-image:url(/coachmarks/up_arrow_slim.svg);background-repeat:no-repeat;background-size:contain}@media only screen and (max-width:960px){.coarchmarks_section.header_location_coachmarks .inner_wrapper .up_arrow{width:13px;height:95px}}.coarchmarks_section.header_location_coachmarks .inner_wrapper .lbl{margin-bottom:60px}@media only screen and (max-width:960px){.coarchmarks_section.header_location_coachmarks .inner_wrapper .lbl{display:none}}.coarchmarks_section.header_location_coachmarks .inner_wrapper .lbl_mb{display:none}@media only screen and (max-width:960px){.coarchmarks_section.header_location_coachmarks .inner_wrapper .lbl_mb{display:block}.coarchmarks_section.header_location_coachmarks .inner_wrapper{padding:60px 16px 0}}.coarchmarks_section.header_button_coachmarks{z-index:1201;text-align:center;top:200px;padding-top:65px}.coarchmarks_section.header_button_coachmarks .inner_wrapper .arrow_section{width:285px;height:60px;display:inline-block}.coarchmarks_section.header_button_coachmarks .inner_wrapper .arrow_section .txt{display:none}@media only screen and (max-width:960px){.coarchmarks_section.header_button_coachmarks .inner_wrapper .arrow_section .txt{display:block;font-weight:500;font-size:14px}.coarchmarks_section.header_button_coachmarks .inner_wrapper .arrow_section{width:112px}}.coarchmarks_section.header_button_coachmarks .inner_wrapper .up_arrow,.coarchmarks_section.header_button_coachmarks .inner_wrapper .up_arrow_curved_left,.coarchmarks_section.header_button_coachmarks .inner_wrapper .up_arrow_curved_right{width:35px;height:60px;display:inline-block;margin:0 auto 35px;background-repeat:no-repeat;background-size:contain}@media only screen and (max-width:960px){.coarchmarks_section.header_button_coachmarks .inner_wrapper .up_arrow,.coarchmarks_section.header_button_coachmarks .inner_wrapper .up_arrow_curved_left,.coarchmarks_section.header_button_coachmarks .inner_wrapper .up_arrow_curved_right{margin-bottom:10px}}.coarchmarks_section.header_button_coachmarks .inner_wrapper .up_arrow_curved_right{background-image:url(/coachmarks/right_curved_up_arrow.svg)}.coarchmarks_section.header_button_coachmarks .inner_wrapper .up_arrow_curved_left{background-image:url(/coachmarks/left_curved_up_arrow.svg)}.coarchmarks_section.header_button_coachmarks .inner_wrapper .up_arrow{background-image:url(/coachmarks/up_arrow.svg)}@media only screen and (max-width:960px){.coarchmarks_section.header_button_coachmarks .inner_wrapper .up_arrow{width:21px}}.coarchmarks_section.header_button_coachmarks .inner_wrapper .lbl{margin-bottom:60px}@media only screen and (max-width:960px){.coarchmarks_section.header_button_coachmarks .inner_wrapper .lbl{font-size:22px;width:300px;margin:0 auto 60px;padding-top:100px}.coarchmarks_section.header_button_coachmarks{top:120px;padding:65px 16px 0}}.coarchmarks_section.side_nav_coachmarks{position:fixed;z-index:1202;display:flex;align-items:center;right:55px}.coarchmarks_section.side_nav_coachmarks .inner_wrapper{width:525px;position:relative;left:250px;text-align:center}.coarchmarks_section.side_nav_coachmarks .inner_wrapper .lbl{text-align:center;font-weight:600;margin-bottom:70px}.coarchmarks_section.side_nav_coachmarks .inner_wrapper .right_arrow{width:200px;height:40px;background-image:url(/coachmarks/right_arrow_white.svg);background-repeat:no-repeat;background-size:contain;position:absolute;top:0;bottom:0;left:0;right:0;margin:0 -40% auto auto}@media only screen and (max-width:1280px){.coarchmarks_section.side_nav_coachmarks .inner_wrapper .right_arrow{margin-right:-250px}.coarchmarks_section.side_nav_coachmarks .inner_wrapper{width:315px;left:110px}}.coarchmarks_section.side_nav_coachmarks .nav_details{position:absolute;right:85px;top:120px;font-size:20px;text-align:right;bottom:0;display:flex;flex-direction:column;justify-content:space-between}.coarchmarks_section.side_nav_coachmarks .nav_details ul li{height:56px;line-height:56px}.coarchmarks_section.bottom_nav_coachmark_mb,.coarchmarks_section.bottom_nav_expanded_coachmark_mb{display:none}@media only screen and (max-width:960px){.coarchmarks_section.bottom_nav_coachmark_mb,.coarchmarks_section.bottom_nav_expanded_coachmark_mb{position:fixed;z-index:1200;display:flex;align-items:flex-end;padding-bottom:100px;text-align:center}.coarchmarks_section.bottom_nav_coachmark_mb .inner_wrapper,.coarchmarks_section.bottom_nav_expanded_coachmark_mb .inner_wrapper{width:235px;margin:0 auto}.coarchmarks_section.bottom_nav_coachmark_mb .inner_wrapper .btn_area,.coarchmarks_section.bottom_nav_expanded_coachmark_mb .inner_wrapper .btn_area{margin-bottom:35px}.coarchmarks_section.bottom_nav_coachmark_mb .inner_wrapper .btn_area button,.coarchmarks_section.bottom_nav_expanded_coachmark_mb .inner_wrapper .btn_area button{width:155px}.coarchmarks_section.bottom_nav_coachmark_mb .inner_wrapper .lbl,.coarchmarks_section.bottom_nav_expanded_coachmark_mb .inner_wrapper .lbl{font-size:22px;margin-bottom:55px}.coarchmarks_section.bottom_nav_coachmark_mb .inner_wrapper .up_arrow,.coarchmarks_section.bottom_nav_expanded_coachmark_mb .inner_wrapper .up_arrow{width:13px;height:100px;margin:0 auto 35px;background-image:url(/coachmarks/up_arrow_slim.svg);background-repeat:no-repeat;background-size:contain}}.coarchmarks_section.bottom_nav_expanded_coachmark_mb{display:none}@media only screen and (max-width:960px){.coarchmarks_section.bottom_nav_expanded_coachmark_mb{padding-bottom:150px;display:flex}.coarchmarks_section.bottom_nav_expanded_coachmark_mb .inner_wrapper .down_arrow{width:120px;height:120px;margin:0 auto;background-image:url(/coachmarks/down-arrow-white.svg)}}.coarchmarks_section.saved_view_coachmarks{z-index:1202;top:340px}.coarchmarks_section.saved_view_coachmarks .inner_wrapper{width:625px;margin:0 auto;text-align:center}.coarchmarks_section.saved_view_coachmarks .inner_wrapper .lbl{text-align:center;font-weight:600;margin-bottom:70px}@media only screen and (max-width:960px){.coarchmarks_section.saved_view_coachmarks .inner_wrapper{width:100%;padding:0 16px}.coarchmarks_section.saved_view_coachmarks{top:360px}}.coarchmarks_section.all_set_coachmarks{z-index:1201;text-align:center;top:120px;padding-top:140px}.coarchmarks_section.all_set_coachmarks .inner_wrapper{width:888px;margin:0 auto}.coarchmarks_section.all_set_coachmarks .inner_wrapper .txt_lg{margin-bottom:50px}.coarchmarks_section.all_set_coachmarks .inner_wrapper .thumb_icon{width:70px;height:70px;margin:0 auto 50px;background-image:url(/coachmarks/thumb_icon.svg);background-repeat:no-repeat;background-size:contain}.coarchmarks_section.all_set_coachmarks .inner_wrapper .btn_area{margin-bottom:50px}.coarchmarks_section.all_set_coachmarks .inner_wrapper .btn_area button{margin:0 10px}.coarchmarks_section.all_set_coachmarks .inner_wrapper .info{font-size:18px}@media only screen and (max-width:960px){.coarchmarks_section.all_set_coachmarks .inner_wrapper .info{font-size:16px;line-height:1.8}.coarchmarks_section.all_set_coachmarks .inner_wrapper{width:100%;padding:0 16px}.coarchmarks_section.all_set_coachmarks{z-index:1202;top:0;display:flex;align-items:center;padding-top:0}}.coachmarks_area .extra_overlay,.coachmarks_area .extra_overlay_left_patch{position:fixed;z-index:1202;background-color:rgba(0,35,56,.85)}.coachmarks_area .extra_overlay{width:100%;height:170px;top:0}@media only screen and (max-width:960px){.coachmarks_area .extra_overlay.extra_overlay_header_mb{height:150px}.coachmarks_area .extra_overlay{height:80px}}.coachmarks_area .extra_overlay_left_patch{top:170px;height:40px;height:30px;width:255px}@media only screen and (max-width:1280px){.coachmarks_area .extra_overlay_left_patch{display:none}}.coachmarks_area .right_patch{position:fixed;z-index:1217;top:0;right:0;width:165px;height:60px;background-color:rgba(0,35,56,.85)}@media only screen and (max-width:960px){.coachmarks_area .right_patch{height:35px}}.transparent_coach_marks_overlay{position:fixed;top:0;bottom:0;left:0;right:0;z-index:1250;width:100%;height:340px}.transparent_coach_marks_overlay.side_nav_overlay{height:100vh;width:55px;right:0;left:auto}@media only screen and (max-width:960px){.transparent_coach_marks_overlay.side_nav_overlay{top:auto;left:0;width:100%;height:245px}.transparent_coach_marks_overlay{height:200px}}.marketing_calendar_page .page_title_container .right_container{display:flex;align-items:center;justify-content:space-between}.marketing_calendar_page .page_title_container .right_container .filter_icon_container{margin-right:16px}.marketing_calendar_page .page_title_container .right_container .filter_icon_container:last-child{margin-right:0}.marketing_calendar_page .page_title_container .right_container .filter_icon_container.disabled{background-color:#d8d8dc}.marketing_calendar_page .marketing-calendar-dashboard .page-subheader{width:100%;height:50px;display:flex;align-items:center;border-bottom:1px solid #ddd}.marketing_calendar_page .marketing-calendar-dashboard .page-subheader .inner-wrapper{justify-content:center;position:relative}.marketing_calendar_page .marketing-calendar-dashboard .page-subheader .inner-wrapper .left-panel,.marketing_calendar_page .marketing-calendar-dashboard .page-subheader .inner-wrapper .right-panel{display:flex;align-items:center;position:absolute;left:0}.marketing_calendar_page .marketing-calendar-dashboard .page-subheader .inner-wrapper .right-panel{right:0}.marketing_calendar_page .marketing-calendar-dashboard .page-subheader .inner-wrapper .page-title{font-size:18px;font-weight:700}.marketing_calendar_page .marketing-calendar-dashboard .page-subheader .inner-wrapper .dropdown-wrapper{display:flex;align-items:center;position:relative}.marketing_calendar_page .marketing-calendar-dashboard .page-subheader .inner-wrapper .dropdown-wrapper .label-text{font-size:14px;color:#666}.marketing_calendar_page .marketing-calendar-dashboard .page-subheader .inner-wrapper .dropdown-wrapper .dropdown-input{height:30px;width:150px;border:1px solid #ddd;border-radius:4px;margin:0 10px;padding:2px 40px 2px 10px;position:relative;display:flex;align-items:center;cursor:pointer}.marketing_calendar_page .marketing-calendar-dashboard .page-subheader .inner-wrapper .dropdown-wrapper .dropdown-input .caret-icon{position:absolute;right:10px}.marketing_calendar_page .marketing-calendar-dashboard .page-subheader .inner-wrapper .dropdown-wrapper .dropdown-list-wrapper{width:89%;position:absolute;top:30px;left:8px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;background-clip:padding-box;padding:10px 15px;z-index:2}.marketing_calendar_page .marketing-calendar-dashboard .page-subheader .inner-wrapper .dropdown-wrapper .dropdown-list-wrapper .list-item{width:100%;height:30px;line-height:30px;font-size:12px;font-weight:400;color:#333;cursor:pointer}.marketing_calendar_page .calendar-main-view-container{padding-right:56px}.marketing_calendar_page .calendar-main-view-container .table-wrapper{width:100%;overflow:hidden}.marketing_calendar_page .calendar-main-view-container .table-wrapper .category-row,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row{height:60px;box-shadow:0 2px 4px rgba(0,0,0,.204)}.marketing_calendar_page .calendar-main-view-container .table-wrapper .category-row.holiday-row,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row.holiday-row{height:60px}.marketing_calendar_page .calendar-main-view-container .table-wrapper .category-row.holiday-row-max-height,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row.holiday-row-max-height{height:85px}.marketing_calendar_page .calendar-main-view-container .table-wrapper .category-row .category-col,.marketing_calendar_page .calendar-main-view-container .table-wrapper .category-row .col,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .category-col,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .col{text-align:center;height:100%;background-color:#fff;color:#000;font-size:14px;font-weight:500;vertical-align:middle;border:1px solid #b6b6b6}.marketing_calendar_page .calendar-main-view-container .table-wrapper .category-row .category-col:first-child,.marketing_calendar_page .calendar-main-view-container .table-wrapper .category-row .col:first-child,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .category-col:first-child,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .col:first-child{border-left:none}.marketing_calendar_page .calendar-main-view-container .table-wrapper .category-row .category-col:last-child,.marketing_calendar_page .calendar-main-view-container .table-wrapper .category-row .col:last-child,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .category-col:last-child,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .col:last-child{border-right:none}.marketing_calendar_page .calendar-main-view-container .table-wrapper .category-row .category-col.holiday-col,.marketing_calendar_page .calendar-main-view-container .table-wrapper .category-row .col.holiday-col,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .category-col.holiday-col,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .col.holiday-col{position:relative;background-color:#fff;height:60px;border-bottom:1px solid #ababab;box-shadow:0 0 4px rgba(0,0,0,.25);font-size:12px;color:#646f79;font-weight:700;padding:0 10px}.marketing_calendar_page .calendar-main-view-container .table-wrapper .category-row .category-col.holiday-col:first-child,.marketing_calendar_page .calendar-main-view-container .table-wrapper .category-row .col.holiday-col:first-child,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .category-col.holiday-col:first-child,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .col.holiday-col:first-child{background-color:#f6f6fa}.marketing_calendar_page .calendar-main-view-container .table-wrapper .category-row .category-col,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .category-col{background-color:#f6f6fa;font-size:12px;font-weight:300;z-index:2}.marketing_calendar_page .calendar-main-view-container .table-wrapper .category-row .category-col:first-child,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .category-col:first-child{text-transform:uppercase}.marketing_calendar_page .calendar-main-view-container .table-wrapper .category-row .category-col .category-details,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .category-col .category-details{text-align:center;margin:auto}.marketing_calendar_page .calendar-main-view-container .table-wrapper .category-row .category-col .category-details .category-icon,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .category-col .category-details .category-icon{height:44px;width:40px;margin:auto auto 8px}.marketing_calendar_page .calendar-main-view-container .table-wrapper .category-row .category-col .category-details .category-icon img,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .category-col .category-details .category-icon img{height:100%;width:100%;object-fit:contain}.marketing_calendar_page .calendar-main-view-container .table-wrapper .category-row .category-col .category-details .name,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .category-col .category-details .name{font-size:12px;color:#646f79;font-weight:700}.marketing_calendar_page .calendar-main-view-container .table-wrapper .category-row .category-col .category-details.brand-details,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .category-col .category-details.brand-details{text-align:center;margin:auto}.marketing_calendar_page .calendar-main-view-container .table-wrapper .category-row .category-col .category-details.brand-details .brand-icon,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .category-col .category-details.brand-details .brand-icon{max-height:90px;width:95%;margin:auto auto 8px}.marketing_calendar_page .calendar-main-view-container .table-wrapper .category-row .category-col .category-details.brand-details .brand-icon img,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .category-col .category-details.brand-details .brand-icon img{height:100%;width:100%;object-fit:contain}.marketing_calendar_page .calendar-main-view-container .table-wrapper .category-row .category-col .category-details.brand-details .name,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .category-col .category-details.brand-details .name{font-size:18px;font-weight:500;color:#00436d;text-transform:uppercase}@media only screen and (max-width:1280px){.marketing_calendar_page .calendar-main-view-container .table-wrapper .category-row .category-col .category-details.brand-details .name,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .category-col .category-details.brand-details .name{font-size:16px}}@media only screen and (max-width:960px){.marketing_calendar_page .calendar-main-view-container .table-wrapper .category-row .category-col .category-details.brand-details .name,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .category-col .category-details.brand-details .name{font-size:12px}}.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row{text-transform:uppercase}.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .category-col,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .col{border-top:0;font-size:16px;font-weight:500;height:60px}@media only screen and (max-width:960px){.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .category-col,.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .col{font-size:12px}}.marketing_calendar_page .calendar-main-view-container .table-wrapper .header-row .category-col{background-color:#dbecf8;color:#00436d;font-weight:500;border:none;box-shadow:0 4px 4px 1px rgba(0,0,0,.15)}.marketing_calendar_page .calendar-main-view-container .table-wrapper .body-wrapper{overflow:hidden}.marketing_calendar_page .calendar-main-view-container .table-wrapper .body-wrapper .category-row{height:205px}.marketing_calendar_page .calendar-main-view-container .table-wrapper .body-wrapper .category-row .category-col,.marketing_calendar_page .calendar-main-view-container .table-wrapper .body-wrapper .category-row .col{background-color:#fff;position:relative;height:205px}.marketing_calendar_page .calendar-main-view-container .table-wrapper .body-wrapper .category-row .category-col .expand-icon-area,.marketing_calendar_page .calendar-main-view-container .table-wrapper .body-wrapper .category-row .col .expand-icon-area{position:absolute;right:10px;bottom:10px;cursor:pointer}.marketing_calendar_page .calendar-main-view-container .table-wrapper .body-wrapper .category-row .category-col .expand-icon-area .expand-icon,.marketing_calendar_page .calendar-main-view-container .table-wrapper .body-wrapper .category-row .col .expand-icon-area .expand-icon{height:14px;width:14px;background-repeat:no-repeat;background-size:contain;display:inline-block;cursor:pointer;background-image:url(/icons/icon-expand.svg);margin:0 10px}.marketing_calendar_page .calendar-main-view-container .table-wrapper .body-wrapper .category-row .category-col .expand-icon-area .align-middle,.marketing_calendar_page .calendar-main-view-container .table-wrapper .body-wrapper .category-row .col .expand-icon-area .align-middle{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.marketing_calendar_page .calendar-main-view-container .table-wrapper .body-wrapper .category-row .category-col{background-color:#f6f6fa;color:#00436d;font-weight:500;text-transform:uppercase}.marketing_calendar_page .calendar-main-view-container .error_state_container{position:absolute}@media only screen and (max-width:960px){.marketing_calendar_page .calendar-main-view-container{padding-right:0}}.marketing_calendar_page .program-details-card{height:130px;padding:0 10px;background:#fff;border-radius:4px 8px 8px 4px;box-shadow:0 0 4px rgba(0,0,0,.15);position:absolute;top:10px;border-left:3px solid #50a9b5;margin-bottom:10px;cursor:pointer;z-index:1}.marketing_calendar_page .program-details-card.active{border-left:5px solid #62b536}.marketing_calendar_page .program-details-card.in-active{border-left:5px solid #f7a2a4}.marketing_calendar_page .program-details-card.future{border-left:5px solid #fbba50}.marketing_calendar_page .program-details-card.first-row-card .middle-section{width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start;padding-bottom:20px}.marketing_calendar_page .program-details-card .content-wrapper{height:100%;display:flex;position:relative}.marketing_calendar_page .program-details-card .content-wrapper .notification-area{position:absolute;top:10px;right:0;cursor:pointer}.marketing_calendar_page .program-details-card .content-wrapper .notification-area .notification-icon{width:13px;height:15px;background-image:url(/icons/notification-icon.svg);position:relative}.marketing_calendar_page .program-details-card .content-wrapper .notification-area .notification-icon .count{width:6px;height:6px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#00436d;position:absolute;right:0;top:1px;color:#fff;font-size:3px;text-align:center}.marketing_calendar_page .program-details-card .content-wrapper .img-area{width:50px;height:50px;margin-right:15px}.marketing_calendar_page .program-details-card .content-wrapper .img-area img{height:100%;width:100%}.marketing_calendar_page .program-details-card .content-wrapper .info-area{width:calc(100% - 75px);text-align:left}.marketing_calendar_page .program-details-card .content-wrapper .info-area .dot{width:2px;height:2px;background-color:#646f79;margin:0 5px}.marketing_calendar_page .program-details-card .content-wrapper .info-area .prog-id-status{display:flex;align-items:center;font-size:12px;color:#646f79;margin-bottom:2px;text-transform:uppercase}.marketing_calendar_page .program-details-card .content-wrapper .info-area .prog-id-status .status{text-transform:capitalize}.marketing_calendar_page .program-details-card .content-wrapper .info-area .prog-name{font-size:15px;font-weight:700;color:#212121;margin-bottom:4px;max-height:45px;overflow-y:hidden;text-transform:capitalize}@media only screen and (max-width:960px){.marketing_calendar_page .program-details-card .content-wrapper .info-area .prog-name{max-height:none;font-size:12px;margin-bottom:0}}.marketing_calendar_page .program-details-card .content-wrapper .info-area .region-holiday-wrapper{font-size:12px}.marketing_calendar_page .program-details-card .content-wrapper .info-area .region-holiday-wrapper .region-names{color:#0a7908;text-transform:uppercase}.marketing_calendar_page .program-details-card .content-wrapper .info-area .region-holiday-wrapper{display:flex;align-items:center;font-size:10px;max-height:14px;overflow:hidden}.marketing_calendar_page .program-details-card .content-wrapper .info-area .region-holiday-wrapper .region-names-container{display:flex;align-items:center;text-transform:uppercase}.marketing_calendar_page .program-details-card .content-wrapper .info-area .region-holiday-wrapper .region-names-container .region.in-active{color:#fb4e4e;text-decoration:line-through}.marketing_calendar_page .program-details-card .content-wrapper .info-area .region-holiday-wrapper .region-names-container .region.active{color:#0a7908}.marketing_calendar_page .program-details-card .content-wrapper .info-area .region-holiday-wrapper .region-names-container .seperator_line_icon{width:1px;height:10px;margin:0 4px;background-image:url(/icons/icon-seperator-line.svg);color:#646f79}.marketing_calendar_page .program-details-card .content-wrapper .info-area .region-holiday-wrapper .holiday{color:#646f79;font-weight:700;text-transform:capitalize}.marketing_calendar_page .program-details-card .content-wrapper .sticky-bottom-details{width:100%;position:absolute;bottom:0;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #ddd;padding:4px;text-transform:none}.marketing_calendar_page .program-details-card .content-wrapper .sticky-bottom-details .item-details{display:flex}.marketing_calendar_page .program-details-card .content-wrapper .sticky-bottom-details .item-details .lbl,.marketing_calendar_page .program-details-card .content-wrapper .sticky-bottom-details .item-details .value{font-size:12px;color:#9e9e9e}.marketing_calendar_page .program-details-card .content-wrapper .sticky-bottom-details .item-details .value{font-weight:700}.marketing_calendar_page .program-details-card.medium{height:80px;padding-top:0;top:10px}.marketing_calendar_page .program-details-card.medium .content-wrapper{align-items:center}.marketing_calendar_page .program-details-card.medium .content-wrapper .info-area .prog-id-status,.marketing_calendar_page .program-details-card.medium .content-wrapper .notification-area,.marketing_calendar_page .program-details-card.medium .content-wrapper .sticky-bottom-details{display:none}.marketing_calendar_page .program-details-card.medium:nth-child(2n){top:100px}.marketing_calendar_page .program-details-card.small{height:30px;padding-top:0}.marketing_calendar_page .program-details-card.small .content-wrapper{align-items:center}.marketing_calendar_page .program-details-card.small .content-wrapper .img-area,.marketing_calendar_page .program-details-card.small .content-wrapper .notification-area,.marketing_calendar_page .program-details-card.small .content-wrapper .sticky-bottom-details{display:none}.marketing_calendar_page .program-details-card.small .content-wrapper .info-area{width:100%}.marketing_calendar_page .program-details-card.small .content-wrapper .info-area .prog-name{max-width:130px}.marketing_calendar_page .program-details-card.small:nth-child(2){top:55px}.marketing_calendar_page .program-details-card.small:nth-child(3){top:100px}.marketing_calendar_page .program-details-card.small:nth-child(4){top:145px}@media only screen and (max-width:960px){.marketing_calendar_page .program-details-card{height:auto;padding:8px 15px;background:rgba(0,67,109,.1);border:.5px solid #00436d;box-sizing:border-box;border-radius:6px;font-size:12px;line-height:14px;text-align:center;text-transform:capitalize;color:#00436d}.marketing_calendar_page .program-details-card .content-wrapper .middle-section{padding-bottom:0}.marketing_calendar_page .program-details-card .content-wrapper .middle-section .img-area{display:none}.marketing_calendar_page .program-details-card .content-wrapper .middle-section .info-area{width:100%}.marketing_calendar_page .program-details-card .content-wrapper .middle-section .info-area .prog-id-status,.marketing_calendar_page .program-details-card .content-wrapper .middle-section .info-area .region-holiday-wrapper,.marketing_calendar_page .program-details-card .content-wrapper .sticky-bottom-details{display:none}.marketing_calendar_page .program-details-card.medium{height:auto;padding:8px 15px}.marketing_calendar_page .program-details-card.medium .content-wrapper .img-area{display:none}.marketing_calendar_page .program-details-card.medium .content-wrapper .info-area{width:100%}.marketing_calendar_page .program-details-card.medium .content-wrapper .info-area .prog-id-status,.marketing_calendar_page .program-details-card.medium .content-wrapper .info-area .region-holiday-wrapper{display:none}.marketing_calendar_page .program-details-card.small{height:auto;padding:8px 15px}}.marketing_calendar_page .program-details-card.align_middle{position:absolute;top:0;bottom:0;margin:auto}.marketing_calendar_page .program-details-page-wrapper .page-subheader{background-color:#fff;border-bottom:1px solid #ddd;border-top-right-radius:4px;border-top-left-radius:4px}.marketing_calendar_page .program-details-page-wrapper .form_fields_container{border-radius:4px;border-top:0}.marketing_calendar_page .program-details-page-wrapper .form_fields_container .form_header{padding:20px 25px}.marketing_calendar_page .program-details-page-wrapper .form_fields_container .form_header .action_btn_wrapper{cursor:pointer}.marketing_calendar_page .program-details-page-wrapper .form_fields_container .form_header .action_btn_wrapper .add-attachment-text{font-size:14px;font-weight:500;color:#00436d;margin-left:10px}.marketing_calendar_page .program-details-page-wrapper .form_fields_container .tab-view-wrapper{margin-bottom:10px}.marketing_calendar_page .program-details-page-wrapper .white_box{padding:0;box-shadow:0 -8px 16px rgba(42,42,68,.1);border-radius:4px}.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper{display:flex;align-items:center;padding:30px 40px 50px}.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper .image-browse-area{width:40%;padding-right:45px}.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper .image-browse-area .upload-files-container{margin-bottom:0!important;padding:0 20px!important}.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper .image-browse-area .upload-files-container .image-browse{height:280px;width:260px;margin:auto;position:relative}.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper .image-browse-area .upload-files-container .image-browse .image-browse-text{display:flex;align-items:center;height:100%}.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper .image-browse-area .upload-files-container .image-browse .image-browse-text .browse-txt{padding-top:40px}.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper .image-browse-area .upload-files-container .image-browse .browse-image-icon{position:absolute;left:0;right:0;top:35%}.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper .image-browse-area .upload-files-container .display-file-container .image-wrapper{display:flex;width:100%}.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper .image-browse-area .upload-files-container .display-file-container .image-wrapper.first .thumbnail-img{margin:0 10px 10px 0}.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper .image-browse-area .upload-files-container .display-file-container .image-wrapper.first .thumbnail-img img{width:100%}.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper .image-browse-area .upload-files-container .display-file-container .image-wrapper.first .thumbnail-img:first-child,.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper .image-browse-area .upload-files-container .display-file-container .image-wrapper.first .thumbnail-img:nth-child(2){width:50%;height:100%}.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper .image-browse-area .upload-files-container .display-file-container .image-wrapper.second{display:block}.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper .info-area{width:60%}.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper .info-area .prog-info-wrapper{margin-bottom:15px}.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper .info-area .prog-info-wrapper .prog-name{font-weight:700;font-size:18px;color:#333;margin-bottom:8px}.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper .info-area .prog-info-wrapper .prog-description{font-weight:400;font-size:14px;color:#333}.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper .info-area .release-help-text{color:#00436d;font-weight:700;font-size:14px;cursor:pointer}.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper .info-area .associated-region-wrapper{margin-bottom:20px}.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper .info-area .associated-region-wrapper .label-text{font-size:14px;font-weight:700;color:#343434;margin-bottom:8px;display:flex;align-items:center}.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper .info-area .associated-region-wrapper .label-text .region-text{font-weight:700;margin-left:10px;display:flex;align-items:center}.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper .info-area .associated-region-wrapper .region-box-wrapper{display:flex}.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper .info-area .associated-region-wrapper .region-box-wrapper .region-box{display:flex;align-items:center;justify-content:center;font-size:14px;color:#343434;text-transform:uppercase;border:.5px solid #b4b4b4;box-sizing:border-box;border-radius:8px;margin-right:10px;padding:5px 10px}.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper .info-area .associated-region-wrapper .action-btn-wrapper{display:flex}.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper .info-area .region-fields-wrapper{margin-bottom:20px;padding-left:0}.marketing_calendar_page .program-details-page-wrapper .program-details-area .image-name-wrapper .info-area .region-fields-wrapper .form-group{padding-left:0}.marketing_calendar_page .program-details-page-wrapper .program-details-area .details-fields-wrapper{display:flex;flex-grow:1;padding:25px}.marketing_calendar_page .program-details-page-wrapper .program-details-area .details-fields-wrapper .field-column{width:100%;padding:0 15px;border-right:1px dashed #ddd}.marketing_calendar_page .program-details-page-wrapper .program-details-area .details-fields-wrapper .field-column:first-child{padding-left:0}.marketing_calendar_page .program-details-page-wrapper .program-details-area .details-fields-wrapper .field-column:last-child{border:none;padding-right:0}.marketing_calendar_page .program-details-page-wrapper .program-details-area .details-fields-wrapper .field-wrapper{width:100%;display:flex;font-size:14px;margin-bottom:8px}.marketing_calendar_page .program-details-page-wrapper .program-details-area .details-fields-wrapper .field-wrapper .lbl{width:50%;color:#999}.marketing_calendar_page .program-details-page-wrapper .program-details-area .details-fields-wrapper .field-wrapper .value{width:50%;color:#333}.marketing_calendar_page .program-details-page-wrapper .program-details-area .attachments-wrapper,.marketing_calendar_page .program-details-page-wrapper .program-details-area .comments-wrapper{padding:25px}.marketing_calendar_page .program-details-page-wrapper .program-details-area .comments-wrapper .repair-text-comment .loggedin-user-comment{background:#f9fbff}.marketing_calendar_page .program-details-page-wrapper .program-details-area .attachments-wrapper .upload-files-container{padding:0!important}.marketing_calendar_page .program-details-page-wrapper .program-details-area .attachments-wrapper .upload-files-container .display-file-container .image-wrapper{display:flex;overflow-x:auto}.marketing_calendar_page .program-details-page-wrapper .program-details-area .attachments-wrapper .upload-files-container .display-file-container .image-wrapper .thumbnail-img{min-width:75px;width:75px;height:75px;margin-right:10px}.marketing_calendar_page .program-details-page-wrapper .program-details-area .attachments-wrapper .upload-files-container .display-file-container .image-wrapper .thumbnail-img:last-child{margin-right:0}.marketing_calendar_page .program-details-page-wrapper .program-details-area .attachments-wrapper .upload-files-container .display-file-container .image-wrapper .thumbnail-img img{height:100%;width:100%}.marketing_calendar_page .program-details-page-wrapper .region-container{margin-bottom:0!important;padding-bottom:0!important}.marketing_calendar_page .program-details-page-wrapper .more-param-section{background-color:#f6f9ff;border-top:1px solid #00436d;padding:35px 20px;margin-top:-3px;position:relative;height:350px}.marketing_calendar_page .program-details-page-wrapper .more-param-section .notch-icon{background-image:url(/icons/notch-blue.svg);width:42px;height:20px;background-repeat:no-repeat;background-size:contain;cursor:pointer;position:absolute;top:-19px}.marketing_calendar_page .expanded-view-calendar .page-subheader{width:100%;height:70px;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.204);position:fixed;top:0;left:0;right:0;z-index:2}.marketing_calendar_page .expanded-view-calendar .page-subheader .inner-wrapper .left-panel .page-title .left-chevron-icon{margin-right:20px}.marketing_calendar_page .expanded-view-calendar .page-subheader .inner-wrapper .left-panel .page-title.expanded-hedaer-text{display:flex;align-items:center;color:#00436d;font-weight:600;font-size:14px;text-transform:uppercase}.marketing_calendar_page .expanded-view-calendar .page-subheader .inner-wrapper .right-panel .action-items-container .export-btn{height:30px;border:1px solid #ddd;border-radius:4px;margin:0 10px;padding:2px 10px;position:relative;display:flex;align-items:center;cursor:pointer}.marketing_calendar_page .expanded-view-calendar .page-subheader .inner-wrapper .right-panel .action-items-container .export-btn .export-icon{margin-left:10px}.marketing_calendar_page .expanded-view-calendar .calendar-view-page-container{padding-top:70px}.marketing_calendar_page .monthly_view_wrapper{padding-right:56px;background-color:#fff}@media only screen and (max-width:960px){.marketing_calendar_page .monthly_view_wrapper .pd_main{padding:0}}.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper.view_all_wrapper{max-height:455px;height:455px;background-color:#fff;overflow-y:auto}.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper .program_header{padding:15px 30px;width:100%;height:55px;display:flex;align-items:center;justify-content:space-between;background-color:#c3ebe5;font-size:20px;color:#00436d}@media only screen and (max-width:1280px){.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper .program_header{padding:15px 25px;font-size:16px;font-weight:600}}@media only screen and (max-width:960px){.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper .program_header{padding:15px 25px;font-size:16px;font-weight:600}}.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper .card_wrapper{height:320px;max-height:320px;overflow:auto;background-color:#fff}.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper .card_wrapper.large_height{height:400px;max-height:400px}.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper .card_wrapper .card{padding:16px 25px}.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper .card_wrapper .card .inner_wrapper{display:flex;align-items:center}.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper .card_wrapper .card .inner_wrapper .img_area{height:55px;width:55px;margin-right:30px;border-radius:8px}.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper .card_wrapper .card .inner_wrapper .img_area img{height:100%;width:100%;border-radius:8px}@media only screen and (max-width:1280px){.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper .card_wrapper .card .inner_wrapper .img_area{margin-right:10px}}.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper .card_wrapper .card .inner_wrapper .info_area{width:calc(100% - 85px)}.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper .card_wrapper .card .inner_wrapper .info_area .title{font-size:16px;color:#3b3d3f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width:960px){.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper .card_wrapper .card .inner_wrapper .info_area .title{font-size:14px}}.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper .card_wrapper .card .inner_wrapper .info_area .date{font-size:12px;color:#646f79;display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:1100px){.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper .card_wrapper .card .inner_wrapper .info_area .date{font-size:10px}}@media only screen and (max-width:960px){.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper .card_wrapper .card .inner_wrapper .info_area .date{font-size:12px}}@media only screen and (max-width:1280px){.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper .card_wrapper .card .inner_wrapper .info_area{width:calc(100% - 65px)}}.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper .card_wrapper .card:nth-child(odd){background-color:#fff}.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper .card_wrapper .card:nth-child(2n){background-color:#f4f7fc}@media only screen and (max-width:1280px){.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper .card_wrapper .card{padding:15px}}.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper .holiday_wrapper{padding:15px 25px}.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper .holiday_wrapper .holiday_pill{background-color:#fff;border:1px solid #3f8cff;color:#3f8cff;font-weight:700;font-size:14px;padding:10px;border-radius:8px;margin-bottom:10px}.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper .holiday_wrapper .holiday_pill:last-child{margin-bottom:0}@media only screen and (max-width:960px){.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper .holiday_wrapper .holiday_pill{margin-bottom:4px}.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper .holiday_wrapper{display:block;padding:0}.marketing_calendar_page .monthly_view_wrapper .program_list_wrapper{margin:0}.marketing_calendar_page .monthly_view_wrapper{padding:0}}.program_details_container .title_bar .action_btn_section .pin_icon{height:24px;width:24px;background-image:url(/icons/icon-pin.svg);cursor:pointer}.program_details_container .title_bar .action_btn_section .pin_icon.active{background-image:url(/icons/icon-pin-active.svg)}.program_details_container .title_bar .action_btn_section .heart_icon{height:22px;width:25px;background-image:url(/icons/icon-heart-inactive.svg);cursor:pointer}.program_details_container .title_bar .action_btn_section .heart_icon.active{background-image:url(/icons/icon-heart-active.svg)}.program_details_container .page_inner_wrapper.location_page{position:relative;z-index:0}.program_details_container .page_inner_wrapper .section .title.page_title{font-size:20px;padding:40px 12px 0}.program_details_container .page_inner_wrapper .section .white_box{border-radius:8px;box-shadow:0 1px 4px .5px rgba(0,0,0,.08);background-color:#fff;padding:24px}.program_details_container .page_inner_wrapper .section .white_box.image_view_container{padding-right:80px}.program_details_container .page_inner_wrapper .section .white_box.image_view_container .img_wrapper{display:flex;align-items:center;overflow-x:auto}.program_details_container .page_inner_wrapper .section .white_box.image_view_container .img_wrapper .img_box{min-width:300px;max-width:300px;height:300px;border-radius:8px;margin-right:30px;margin-bottom:10px}.program_details_container .page_inner_wrapper .section .white_box.image_view_container .img_wrapper .img_box img{height:100%;width:100%;border-radius:8px;object-fit:contain}@media only screen and (max-width:960px){.program_details_container .page_inner_wrapper .section .white_box.image_view_container .img_wrapper{display:none}.program_details_container .page_inner_wrapper .section .white_box.image_view_container{padding:0}}.program_details_container .page_inner_wrapper .section .white_box.details_info_container{padding:24px 16px}.program_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container{display:flex;flex-wrap:wrap}.program_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper{width:25%;margin-bottom:35px;padding:0 8px;word-break:break-word}.program_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper:last-child{margin-bottom:0}.program_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .lbl{font-size:14px;font-weight:700;color:#9e9e9e;margin-bottom:5px}@media only screen and (max-width:960px){.program_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .lbl{font-size:12px}}.program_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .value{font-size:16px;color:#212121}@media only screen and (max-width:960px){.program_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .value{font-size:14px}}.program_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .added_photos_container{display:flex;overflow-x:auto}.program_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .added_photos_container .image_container{height:125px;width:125px;min-width:125px;margin-right:18px}.program_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .added_photos_container .image_container .thumbnail_img{width:100%;height:100%;object-fit:cover}@media only screen and (max-width:960px){.program_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .added_photos_container .image_container{height:95px;width:95px;min-width:95px;margin-right:10px}}.program_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper.full_width{width:100%}.program_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .link_container{display:flex;align-items:center;justify-content:flex-start}.program_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .link_container .seperator{margin:0 4px}@media only screen and (max-width:960px){.program_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .link_container .seperator{margin:0 2px}}.program_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .link_container .link{font-size:14px;font-weight:500;color:#00436d;cursor:pointer}.program_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .link_container .link.disabled{color:#666;cursor:default}@media only screen and (max-width:960px){.program_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper .link_container .link{font-size:12px}.program_details_container .page_inner_wrapper .section .white_box.details_info_container .inner_wrapper .fields_wrap_container .field_wrapper{width:50%;margin-bottom:24px}.program_details_container .page_inner_wrapper .section .white_box.details_info_container{padding:16px 8px}}.program_details_container .page_inner_wrapper .section .white_box.details_info_container.basic_details .inner_wrapper .fields_wrap_container .field_wrapper{width:20%}.program_details_container .page_inner_wrapper .section .white_box.details_info_container.basic_details .inner_wrapper .fields_wrap_container .field_wrapper.full_width{width:100%}@media only screen and (max-width:960px){.program_details_container .page_inner_wrapper .section .white_box.details_info_container.basic_details .inner_wrapper .fields_wrap_container .field_wrapper{width:50%;margin-bottom:24px}}.program_details_container .page_inner_wrapper .section .white_box.details_info_container.sku_details .inner_wrapper .fields_wrap_container .field_wrapper{width:20%}.program_details_container .page_inner_wrapper .section .white_box.details_info_container.sku_details .inner_wrapper .fields_wrap_container .field_wrapper.full_width{width:100%}@media only screen and (max-width:960px){.program_details_container .page_inner_wrapper .section .white_box.details_info_container.sku_details .inner_wrapper .fields_wrap_container .field_wrapper{width:50%;margin-bottom:24px}}.program_details_container .page_inner_wrapper .section .white_box.attachments_container{overflow-x:auto}.program_details_container .page_inner_wrapper .section .white_box.attachments_container .inner_wrapper{display:flex;align-items:center}.program_details_container .page_inner_wrapper .section .white_box.attachments_container .inner_wrapper .attachment_box{display:flex;min-width:35%;margin-right:24px}.program_details_container .page_inner_wrapper .section .white_box.attachments_container .inner_wrapper .attachment_box .content_wrapper{display:flex;align-items:center}.program_details_container .page_inner_wrapper .section .white_box.attachments_container .inner_wrapper .attachment_box .content_wrapper .thumbnail_img_area{width:60px;height:60px;border:1px solid #4b4b4b;padding:8px;border-radius:6px;margin-right:24px}.program_details_container .page_inner_wrapper .section .white_box.attachments_container .inner_wrapper .attachment_box .content_wrapper .thumbnail_img_area.file-img-area{padding:0;border:none;border-radius:6px}.program_details_container .page_inner_wrapper .section .white_box.attachments_container .inner_wrapper .attachment_box .content_wrapper .thumbnail_img_area .thumbnail-icon{width:100%;height:100%;object-fit:contain}.program_details_container .page_inner_wrapper .section .white_box.attachments_container .inner_wrapper .attachment_box .content_wrapper .thumbnail_img_area .file-img{width:100%;height:100%;object-fit:cover;border-radius:6px}.program_details_container .page_inner_wrapper .section .white_box.attachments_container .inner_wrapper .attachment_box .content_wrapper .info_area{width:calc(100% - 90px);color:#212121}.program_details_container .page_inner_wrapper .section .white_box.attachments_container .inner_wrapper .attachment_box .content_wrapper .info_area .name{font-weight:700;font-size:14px}.program_details_container .page_inner_wrapper .section .white_box.attachments_container .inner_wrapper .attachment_box .content_wrapper .info_area .size{font-weight:300;font-size:14px}@media only screen and (max-width:960px){.program_details_container .page_inner_wrapper .section .white_box.attachments_container .inner_wrapper .attachment_box{padding:15px 0;border-bottom:1px solid rgba(33,33,33,.2)}.program_details_container .page_inner_wrapper .section .white_box.attachments_container .inner_wrapper .attachment_box:last-child{border:none}}.program_details_container .page_inner_wrapper .section .white_box.attachments_container .inner_wrapper .empty_text_attachment{width:100%;text-align:center}@media only screen and (max-width:960px){.program_details_container .page_inner_wrapper .section .white_box.attachments_container .inner_wrapper{display:block}.program_details_container .page_inner_wrapper .section .white_box.attachments_container{padding:0;background-color:#f6f6fa;box-shadow:none}}.program_details_container .page_inner_wrapper .section.image_section .mobile_image_carousel_view{display:none}@media only screen and (max-width:960px){.program_details_container .page_inner_wrapper .section.image_section .mobile_image_carousel_view{height:400px;display:initial}.program_details_container .page_inner_wrapper .section.image_section .mobile_image_carousel_view .slider_container{height:340px;background-color:#fff}.program_details_container .page_inner_wrapper .section.image_section .mobile_image_carousel_view .slider_container .img_box{height:300px;width:100%}.program_details_container .page_inner_wrapper .section.image_section .mobile_image_carousel_view .slider_container .img_box img{height:100%;width:100%;object-fit:contain}.program_details_container .page_inner_wrapper .section.image_section .mobile_image_carousel_view .slick-dots{bottom:15px}}.program_details_container .page_inner_wrapper .section.image_section .mobile_image_carousel_view .info_container{font-weight:400;font-size:18px;color:#212121;margin:16px 0}.program_details_container .page_inner_wrapper .section.image_section .mobile_image_carousel_view .info_container .brand_name{font-weight:700;font-size:18px}@media only screen and (max-width:960px){.program_details_container .page_inner_wrapper .section.image_section{padding-top:40px}.program_details_container .saved_view_container .saved_view_cards_container{display:none}}.program_details_container .saved_view_container .mobile_saved_view_cards_container{display:none}@media only screen and (max-width:960px){.program_details_container .saved_view_container .mobile_saved_view_cards_container{display:block;padding:37px 24px 0}}.marketing_calendar_card_wrapper{min-height:265px;height:265px}.marketing_calendar_card_wrapper.MuiPaper-elevation1{box-shadow:0 1px 4px .5px rgba(0,0,0,.08)}@media only screen and (max-width:960px){.marketing_calendar_card_wrapper{height:225px;min-height:225px}}.marketing_calendar_card_container{background:linear-gradient(180deg,rgba(26,26,26,0),rgba(26,26,26,0) 50%,rgba(26,26,26,.8) 75.6%);box-shadow:0 1px 4px .5px rgba(0,0,0,.08);min-height:265px;height:265px;position:relative;cursor:pointer}.marketing_calendar_card_container.hasNoAction{cursor:not-allowed}.marketing_calendar_card_container .thumbnail-bg-img{height:100%;width:100%;background-repeat:no-repeat;background-size:cover;position:absolute;left:0;right:0;top:0;bottom:0}.marketing_calendar_card_container .overlay{position:absolute;bottom:0;background:linear-gradient(180deg,rgba(26,26,26,0),rgba(26,26,26,0) 50%,rgba(26,26,26,.8) 75.6%);z-index:0}.marketing_calendar_card_container .overlay_text_container{font-size:12px;color:#fff;padding:20px 12px}.marketing_calendar_card_container .overlay_text_container .top_text{width:100%;position:absolute;right:0;left:0;top:0;padding:4px 12px;color:#000;background-color:hsla(0,0%,100%,.45);text-transform:uppercase}.marketing_calendar_card_container .overlay_text_container .top_text .heading_txt{font-size:15px;font-weight:500;color:#00436d;letter-spacing:.75px}.marketing_calendar_card_container .overlay_text_container .bottom_text_container{position:absolute;bottom:50px;padding-right:12px}.marketing_calendar_card_container .overlay_text_container .bottom_text_container .head_text{font-size:18px;margin-bottom:8px;max-height:105px;overflow:hidden}.marketing_calendar_card_container .overlay_text_container .bottom_text_container .head_text.error_message_bottom{margin-bottom:-30px}.marketing_calendar_card_container .overlay_text_container .bottom_text_container .head_text.error_message_bottom .error_message{font-weight:600}.marketing_calendar_card_container .overlay_text_container .bottom_text_container .info_details_container{display:flex;align-items:center}.marketing_calendar_card_container .overlay_text_container .bottom_text_container .info_details_container .seperator_line_icon{width:2px;height:15px;background-image:url(/icons/icon-seperator-grey.svg);margin:0 15px}.marketing_calendar_card_container .overlay_text_container .bottom_text_container .info_details_container .info_box{display:flex;align-items:center;font-weight:300;font-size:12px;letter-spacing:.5px;color:#fff}.marketing_calendar_card_container .overlay_text_container .bottom_text_container .info_details_container .info_box .time_icon{width:15px;height:15px;background-image:url(/icons/icon-time-grey.svg);margin-right:10px}.marketing_calendar_card_container .overlay_text_container .bottom_text_container .info_details_container .info_box .location_icon{width:12px;height:15px;background-image:url(/icons/icon-location-grey.svg);margin-right:10px}.marketing_calendar_card_container .overlay_text_container .bottom_text_container .info_details_container .info_box .location_info .region-names-container{display:flex;align-items:center;text-transform:uppercase}.marketing_calendar_card_container .overlay_text_container .bottom_text_container .info_details_container .info_box .location_info .region-names-container .region.in-active{color:#fb4e4e;text-decoration:line-through}.marketing_calendar_card_container .overlay_text_container .bottom_text_container .info_details_container .info_box .location_info .region-names-container .region.active{color:#0a7908}.marketing_calendar_card_container .overlay_text_container .bottom_text_container .info_details_container .info_box .location_info .region-names-container .seperator_line_icon{margin:0 5px;background-color:#fff}@media only screen and (max-width:960px){.marketing_calendar_card_container{height:225px;min-height:225px}}.calendar_filter_container .custom-filter-wrapper{width:390px}.calendar_filter_container .custom-filter-wrapper .inner-wrapper{margin:37px 24px 0}.calendar_filter_container .custom-filter-wrapper .inner-wrapper .field-section{width:100%;margin-bottom:24px}.calendar_filter_container .custom-filter-wrapper .inner-wrapper .field-section .section-label{font-weight:500;font-size:14px;margin-bottom:16px}.calendar_filter_container .custom-filter-wrapper .inner-wrapper .field-section .form_contorl{height:50px}.calendar_filter_container .custom-filter-wrapper .inner-wrapper .field-section .section-items-row .section-item{width:95px;padding:0 10px;margin-right:10px;margin-bottom:15px;font-size:12px}.calendar_filter_container .custom-filter-wrapper .inner-wrapper .field-section.custom-brand-dropdown{position:relative}.calendar_filter_container .custom-filter-wrapper .inner-wrapper .field-section.custom-brand-dropdown .textfield_area{margin-bottom:0;height:42px;position:relative}.calendar_filter_container .custom-filter-wrapper .inner-wrapper .field-section.custom-brand-dropdown .textfield_area .input_field{height:100%;border:1px solid rgba(0,0,0,.23);border-radius:4px;color:rgba(0,0,0,.87);position:relative;padding:9.5px 70px 9.5px 8px}.calendar_filter_container .custom-filter-wrapper .inner-wrapper .field-section.custom-brand-dropdown .textfield_area .action_icon_wrapper{height:26px;display:flex;align-items:center;justify-content:flex-end;position:absolute;right:8px;bottom:0;top:0;margin:auto}.calendar_filter_container .custom-filter-wrapper .inner-wrapper .field-section.custom-brand-dropdown .textfield_area .action_icon_wrapper .MuiIconButton-root{padding:2px}.calendar_filter_container .custom-filter-wrapper .inner-wrapper .field-section.custom-brand-dropdown .textfield_area .action_icon_wrapper .MuiIconButton-root .MuiSvgIcon-root{color:rgba(0,0,0,.54)}.calendar_filter_container .custom-filter-wrapper .inner-wrapper .field-section.custom-brand-dropdown .textfield_area .action_icon_wrapper .close_button{padding:5px}.calendar_filter_container .custom-filter-wrapper .inner-wrapper .field-section.custom-brand-dropdown .custom_dropdown_container{top:85px}.calendar_filter_container .custom-filter-wrapper .apply-button{position:-webkit-sticky;position:sticky;bottom:0}.calendar_filter_container .custom-filter-wrapper .apply-button.disabled{pointer-events:none;opacity:1;cursor:not-allowed;color:#568fa8}.calendar_filter_container .custom-filter-wrapper .apply-button:hover{background-color:#fff}.calendar_filter_container .MuiAutocomplete-inputRoot[class*=MuiOutlinedInput-root]{padding:3px!important;font-size:14px!important}.calendar_filter_container .MuiAutocomplete-popper{top:0!important;left:0!important}.calendar_filter_container .MuiAutocomplete-input{padding-right:65px!important}.location_inputbox_container{width:100%;min-height:55px;height:auto;display:flex;align-items:center;background:#fff;box-shadow:0 1px 4px .5px rgba(0,0,0,.08);border-radius:8px;position:relative;padding:10px 130px 10px 20px}.location_inputbox_container .selected_text{font-size:12px;text-transform:uppercase;color:#212121}.location_inputbox_container .change_btn{width:110px;height:100%;display:flex;align-items:center;justify-content:center;position:absolute;right:0;border-top-right-radius:8px;border-bottom-right-radius:8px;background-color:#00436d;cursor:pointer;color:#fff}@media only screen and (max-width:1280px){.location_inputbox_container .change_btn{height:30px;top:-40px;border-radius:8px;font-size:14px}}@media only screen and (max-width:960px){.location_inputbox_container .change_btn{width:80px;font-size:12px}}@media only screen and (max-width:1280px){.location_inputbox_container{min-height:40px;height:auto;padding-right:20px}}@media only screen and (max-width:960px){.location_inputbox_container{min-height:40px;height:auto;padding:10px 8px}}.custom_search_dropdown_container{position:relative;margin-bottom:24px}.custom_search_dropdown_container .input_box{height:42px;display:flex;align-items:center;padding:0 50px 0 15px;border:1px solid #dbdde0;box-sizing:border-box;border-radius:8px;cursor:pointer}.custom_search_dropdown_container .input_box .text{font-size:16px;color:#343434}.custom_search_dropdown_container .input_box .chevron-down{width:15px;height:10px;background-image:url(/icons/icon-chevron-down.svg);margin-right:15px}.custom_search_dropdown_container .common_dropdown_list_wrapper{width:100%;position:absolute;top:44px;background-color:#fff;box-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:8px}.custom_search_dropdown_container .common_dropdown_list_wrapper .search_container{position:relative;padding:15px}.custom_search_dropdown_container .common_dropdown_list_wrapper .search_container .search_input{width:100%;height:40px;background:#fff;border:1px solid #00436d;box-sizing:border-box;box-shadow:0 0 4px rgba(0,0,0,.15);border-radius:8px;padding-left:40px}.custom_search_dropdown_container .common_dropdown_list_wrapper .search_container .search_icon{background-image:url(/icons/icon-search.svg);height:20px;width:20px;background-repeat:no-repeat;background-size:contain;position:absolute;margin-left:25px;cursor:pointer}.custom_search_dropdown_container .common_dropdown_list_wrapper .list_wrapper{max-height:200px;overflow-y:auto}.custom_search_dropdown_container .common_dropdown_list_wrapper .list_wrapper .list_item{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:#9b9b9b;height:50px;padding:20px 15px;cursor:pointer}.custom_search_dropdown_container .common_dropdown_list_wrapper .list_wrapper .list_item .item_text{font-size:14px;color:#9b9b9b}.custom_search_dropdown_container .common_dropdown_list_wrapper .list_wrapper .list_item:hover{background:rgba(79,97,188,.1)}.custom_search_dropdown_container .common_dropdown_list_wrapper .list_wrapper .list_item .action_text{font-size:12px;color:#00436d;cursor:pointer}.program_attachement_gallery{position:relative}.program_attachement_gallery .image_carousel_wrapper,.program_attachement_gallery .image_carousel_wrapper .photo_gallery_wrapper{height:100%}.program_attachement_gallery .image_carousel_wrapper .photo_gallery_wrapper .thumbnail_container{position:fixed;bottom:0;left:0;right:0}.program_attachement_gallery .image_carousel_wrapper .photo_gallery_wrapper .thumbnail_container .thumbnail_inner_wrapper .thumbnail_img_card{min-width:90px;width:90px;height:90px}.program_attachement_gallery .image_carousel_wrapper .photo_gallery_wrapper .thumbnail_container .thumbnail_inner_wrapper .thumbnail_img_card.thumbnail_icon_card{padding:15px}.program_attachement_gallery .image_carousel_wrapper .photo_gallery_wrapper .thumbnail_container .thumbnail_inner_wrapper .thumbnail_img.thumbnail_icon{object-fit:contain}.holiday-line-container{width:100%;height:1px;background-color:#00436d;top:25px;left:0;right:0}.holiday-line-container,.holiday-line-container .holiday-capsule{position:absolute;display:flex;align-items:center;justify-content:center}.holiday-line-container .holiday-capsule{top:-10px;padding:2px 10px;background:#eaf6f8;border:1px solid #00436d;color:#787878;font-size:11px;font-weight:500;border-radius:40px;word-break:break-all}.holiday-line-container .holiday-capsule .name{max-width:70px}@media only screen and (max-width:1280px){.holiday-line-container .holiday-capsule .name{max-width:60px}}@media only screen and (max-width:960px){.holiday-line-container .holiday-capsule .name{display:none}}.holiday-line-container .holiday-capsule .count{margin-left:2px;cursor:pointer}@media only screen and (max-width:960px){.holiday-line-container .holiday-capsule .count{display:none}}.holiday-line-container .holiday-capsule .holiday-icon{display:none}@media only screen and (max-width:960px){.holiday-line-container .holiday-capsule .holiday-icon{display:flex;align-items:center;justify-content:center;width:13px;height:11px;background-image:url(/icons/icon-holiday.svg)}}.holiday-line-container .holiday-capsule .holiday-icon.active{background-image:url(/icons/icon-holiday-active.svg)}@media only screen and (max-width:960px){.holiday-line-container .holiday-capsule{top:-12px;border-radius:50%;width:24px;height:24px;padding:0;background:#fff;border:1px solid #00436d}.holiday-line-container .holiday-capsule.mob-active{background:#00436d}}.holiday-line-container .holiday_icon_container{position:relative}.holiday-line-container:nth-child(2){top:58px}@media only screen and (max-width:960px){.holiday-line-container{background-color:#00436d}}.export_details_icon{background-image:url(/icons/mobile-icons/icon-mob-export.svg);background-position:50%;background-repeat:no-repeat;cursor:pointer;width:24px;height:24px;position:relative;margin-right:24px}@media only screen and (max-width:960px){.export_details_icon{background-image:url(/icons/mobile-icons/icon-mob-export.svg)}}.expand-circle{width:35px;height:35px;border:2px solid #00436d;border-radius:27px;cursor:pointer}.expand-circle .count{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;color:#00436d;padding-top:2px}.calendar_holiday_container{background-color:transparent!important}.calendar_holiday_container .holiday_UI{min-height:180px}.calendar_holiday_container .holiday_list_container{width:170px;min-height:170px;max-height:195px;overflow-y:auto;background:#fff;box-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:8px;padding:10px}.calendar_holiday_container .holiday_list_container .holiday_box{background:rgba(80,169,181,.1);border:.5px solid #50a9b5;border-radius:4px;padding:10px;margin-bottom:8px}.calendar_holiday_container .holiday_list_container .holiday_box .name{font-weight:600;font-size:12px;line-height:16px;text-transform:capitalize;color:#00436d}.calendar_holiday_container .holiday_list_container .holiday_box .duration{font-weight:400;font-size:10px;line-height:14px;text-transform:capitalize;color:#00436d}.calendar_holiday_container .holiday_list_container .holiday_box:last-child{margin-bottom:0}:root{--main-color:#1a8fff;--text-color:#777;--text-color-light:#ccc;--border-color:#eee;--bg-color:#f9f9f9;--neutral-color:#fff}.row{margin:0;padding:0;display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.month_calendar_container{display:block;position:relative;background:var(--neutral-color);border:1px solid var(--border-color)}.month_calendar_container .days{text-transform:uppercase;font-weight:400;color:#00436d;font-weight:700;font-size:16px;padding:.75em 0;border-bottom:1px solid var(--border-color);border-top:1px solid var(--border-color)}.month_calendar_container .days.row .col{flex-grow:1;flex-basis:0;max-width:100%}.month_calendar_container .days.row .col.col_start{justify-content:flex-start;text-align:left}.month_calendar_container .days.row .col.col_center{justify-content:center;text-align:center}.month_calendar_container .days.row .col.col_end{justify-content:flex-end;text-align:right}@media only screen and (max-width:960px){.month_calendar_container .days{background-color:#f6f6fa}}.month_calendar_container .body_wrapper .row{border-bottom:1px solid var(--border-color)}.month_calendar_container .body_wrapper .row:last-child{border-bottom:none}.month_calendar_container .body_wrapper .row .col{flex-grow:0;flex-basis:14.2857142857%;width:14.2857142857%;display:flex;justify-content:center;align-items:center}.month_calendar_container .body_wrapper .row .col.cell{position:relative;height:5em;border-right:1px solid var(--border-color);overflow:hidden;cursor:pointer;background:var(--neutral-color);transition:.25s ease-out;text-align:center}.month_calendar_container .body_wrapper .row .col.cell:last-child{border-right:none}.month_calendar_container .body_wrapper .row .col.cell:hover{background-color:#f4f7fc;transition:.5s ease-in}.month_calendar_container .body_wrapper .row .col.cell .number{font-size:20px;line-height:1;font-weight:400}@media only screen and (max-width:960px){.month_calendar_container .body_wrapper .row .col.cell .number{font-size:18px;font-weight:700}}.month_calendar_container .body_wrapper .row .col.cell .cell_current{display:flex;align-items:center;justify-content:center;width:65px;height:65px;border-radius:50%;background:#3f8cff;color:#fff}@media only screen and (max-width:960px){.month_calendar_container .body_wrapper .row .col.cell .cell_current{width:40px;height:40px;border-radius:12px}}.month_calendar_container .body_wrapper .row .col.cell .cell_selected{width:65px;height:65px;line-height:65px;border-radius:50%;background:#fff;border:1px solid #3f8cff;color:#3f8cff}@media only screen and (max-width:960px){.month_calendar_container .body_wrapper .row .col.cell .cell_selected{width:40px;height:40px;line-height:40px;border-radius:12px}}.month_calendar_container .body_wrapper .row .col.cell .dots_container{display:flex;align-items:center;justify-content:center;margin:10px 0;position:absolute;bottom:10px;left:0;right:0;text-align:center}.month_calendar_container .body_wrapper .row .col.cell .dots_container .dot{height:8px;width:8px;border-radius:50%;background-color:#3f8cff;margin:0 2px}@media only screen and (max-width:960px){.month_calendar_container .body_wrapper .row .col.cell .dots_container{bottom:12px}.month_calendar_container .body_wrapper .row .col.cell{border:none}}.month_calendar_container .body_wrapper .row .col.disabled{color:var(--text-color-light);pointer-events:none}@media only screen and (max-width:960px){.month_calendar_container .body_wrapper .row{border:none}.month_calendar_container{margin:0}}.store_visit_history_page .container{padding:0 30px}.dashboard_container .news_feed_container{min-height:265px;height:265px;padding:24px;position:relative}.dashboard_container .news_feed_container .mb_stepper{position:absolute;bottom:0;width:100%;background:#fff}.dashboard_container .news_feed_container .mb_stepper .MuiMobileStepper-dots{width:30px;height:4px;margin:0 2px;border-radius:0;display:none}.dashboard_container .news_feed_container .slick-slider{height:100%}.dashboard_container .news_feed_container .slick-slide{height:265px;position:relative}.dashboard_container .news_feed_container .slick-slide .MuiGrid-container{display:flex!important}.dashboard_container .news_feed_container .slick-slide .left_section{border-left:1px solid transparent;padding-right:24px}.dashboard_container .news_feed_container .slick-slide .left_section .product_name{font-size:18px;font-weight:500;margin-bottom:20px;line-height:1.56;letter-spacing:.25px;color:#212121;max-height:85px;overflow:hidden}.dashboard_container .news_feed_container .slick-slide .left_section .product_name.product_name_only{max-height:none;height:100%;display:flex;align-items:center;margin-bottom:0;font-size:32px;letter-spacing:.25px;line-height:normal}@media only screen and (max-width:960px){.dashboard_container .news_feed_container .slick-slide .left_section .product_name.product_name_only{font-size:22px}.dashboard_container .news_feed_container .slick-slide .left_section .product_name{font-size:14px}}.dashboard_container .news_feed_container .slick-slide .left_section .desc{font-size:11px;font-style:italic;line-height:1.45;letter-spacing:.4px;color:#616161;margin-bottom:24px;max-height:75px;overflow:hidden}@media only screen and (max-width:960px){.dashboard_container .news_feed_container .slick-slide .left_section .desc{font-size:11px}}.dashboard_container .news_feed_container .slick-slide .left_section .time{font-size:12px;font-weight:300;color:#212121;letter-spacing:.4px;position:absolute;bottom:0}@media only screen and (max-width:960px){.dashboard_container .news_feed_container .slick-slide .left_section.left_section_product_name{padding-right:0}.dashboard_container .news_feed_container .slick-slide .left_section{padding-right:35px}}.dashboard_container .news_feed_container .slick-slide .right_section{border-radius:8px;height:217px;max-width:217px}.dashboard_container .news_feed_container .slick-slide .right_section img{width:100%;height:100%;object-fit:cover;border-radius:8px}@media only screen and (max-width:960px){.dashboard_container .news_feed_container .slick-slide .right_section{height:175px;max-width:175px}}.dashboard_container .news_feed_container .slick-dots{height:8px;bottom:35px}.dashboard_container .news_feed_container .slick-dots li{width:8px;height:8px}.dashboard_container .news_feed_container .slick-dots li.slick-active button:before{opacity:1;background-color:#757575;border-radius:50px}.dashboard_container .news_feed_container .slick-dots li button{width:100%;height:100%;border-radius:50px;padding:0;border:1px solid #757575}.dashboard_container .news_feed_container .slick-dots li button:before{content:" ";width:100%;height:100%}@media only screen and (max-width:960px){.dashboard_container .news_feed_container .slick-dots{bottom:12px}}.dashboard_container .news_feed_container.MuiPaper-elevation1{box-shadow:0 1px 4px .5px rgba(0,0,0,.08)}@media only screen and (max-width:960px){.dashboard_container .news_feed_container{padding:16px;height:225px;min-height:225px}}.dashboard_container .news_feed_container.updated_news_feed_container{position:relative;padding:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.dashboard_container .news_feed_container.updated_news_feed_container .image_wrapper{height:265px;width:100%}.dashboard_container .news_feed_container.updated_news_feed_container .image_wrapper .background_image{height:100%;width:100%;object-fit:cover}.dashboard_container .news_feed_container.updated_news_feed_container .sticky_bottom_details{width:100%;position:absolute;bottom:0;left:0;right:0;background:#fff;border-top-left-radius:24px;border-top-right-radius:24px;min-height:80px;padding:15px 15px 50px}.dashboard_container .news_feed_container.updated_news_feed_container .sticky_bottom_details .title_text{font-weight:700;font-size:16px;letter-spacing:.25px;color:#000;max-height:25px;overflow:hidden}@media only screen and (max-width:960px){.dashboard_container .news_feed_container.updated_news_feed_container .sticky_bottom_details .title_text{font-size:14px;max-height:45px}}.dashboard_container .news_feed_container.updated_news_feed_container .sticky_bottom_details .info_details_container{display:flex;align-items:center}.dashboard_container .news_feed_container.updated_news_feed_container .sticky_bottom_details .info_details_container .info_box{font-weight:300;font-size:12px;letter-spacing:.5px;color:#000;max-height:35px;overflow:hidden}.dashboard_container .news_feed_container.updated_news_feed_container .sticky_bottom_details .info_details_container .info_box .time_icon{width:15px;height:15px;background-image:url(/icons/icon-time-grey.svg);margin-right:10px}.dashboard_container .marketing_calendar_card .slick-dots{display:flex;justify-content:center;margin:0;padding:1rem 0;bottom:-5px;list-style-type:none}.dashboard_container .marketing_calendar_card .slick-dots li{margin:0}.dashboard_container .marketing_calendar_card .slick-dots button{display:block;width:8px;height:8px;padding:0;border:none;border-radius:100%;background-color:#757575;text-indent:-9999px}.dashboard_container .marketing_calendar_card .slick-dots li.slick-active button{background-color:#e0e0e0}.dashboard_container .bottom_tabs_area{background-color:#fff;padding-top:24px;padding-bottom:30px}@media only screen and (max-width:960px){.dashboard_container .bottom_tabs_area .tabs_area .icon_container{display:none}}.dashboard_container .bottom_tabs_area .tabs_area .tabs{margin-bottom:15px}.dashboard_container .bottom_tabs_area .segment_tab_icon{width:24px;height:24px;background-position:50%;background-repeat:no-repeat;background-size:cover}.dashboard_container .bottom_tabs_area .store_visit_tab_icon{background-image:url(/icons/tab-icons/icon-store-visit.svg)}.dashboard_container .bottom_tabs_area .repair_request_tab_icon{background-image:url(/icons/tab-icons/icon-repairs.svg)}.dashboard_container .bottom_tabs_area .photo_gallery_tab_icon{background-image:url(/icons/tab-icons/icon-gallery.svg)}.dashboard_container .bottom_tabs_area .vm_tab_icon{background-image:url(/icons/tab-icons/icon-vm.svg)}.dashboard_container .bottom_tabs_area .Mui-selected .store_visit_tab_icon{background-image:url(/icons/tab-icons/icon-store-visit-active.svg)}.dashboard_container .bottom_tabs_area .Mui-selected .repair_request_tab_icon{background-image:url(/icons/tab-icons/icon-repairs-active.svg)}.dashboard_container .bottom_tabs_area .Mui-selected .photo_gallery_tab_icon{background-image:url(/icons/tab-icons/icon-gallery-active.svg)}.dashboard_container .bottom_tabs_area .Mui-selected .vm_tab_icon{background-image:url(/icons/tab-icons/icon-vm-active.svg)}.dashboard_container .center_loader{display:flex;justify-content:center;align-items:center}.on_boarding_container{width:100%;height:100%;background-image:url(/images/img-app-background.svg);background-repeat:no-repeat;background-size:cover;padding:150px 0}.repair_request_container .repair_cards_wrapper{display:flex;flex-direction:row;flex-wrap:wrap;height:100%;margin-left:-12px;margin-right:-12px}.repair_request_container .repair_cards_wrapper .repair_card_container{cursor:pointer;margin-left:12px;margin-right:12px;margin-bottom:24px}@media only screen and (max-width:600px){.repair_request_container .repair_cards_wrapper .repair_card_container{margin-left:0;margin-right:0;margin-bottom:16px}.repair_request_container .repair_cards_wrapper{margin-left:0;margin-right:0}}.login_page{background-image:url(/images/img-app-background.svg);background-repeat:no-repeat;background-size:cover}.login_page .card_container{display:flex;align-items:center;justify-content:center;border-radius:8px;background-color:#f6f6fa;z-index:1;position:relative}.login_page .card_container .inner_wrapper{display:flex;flex-direction:column;align-items:center}.login_page .card_container .inner_wrapper .app_logo_wrapper{width:300px;height:100px;margin-bottom:70px}.login_page .card_container .inner_wrapper .app_logo_wrapper .app_logo{width:100%;height:100%}.login_page .card_container .inner_wrapper .login_button{width:150px;border-radius:22px}.photo_gallery_page .MuiBox-root{width:100%}.photo_gallery_page .image_cards_wrapper{display:flex;flex-direction:row;flex-wrap:wrap;margin:0 -12px}.photo_gallery_page .image_cards_wrapper .image_card_container{margin:0 12px 24px;width:calc(20% - 24px)}.photo_gallery_page .image_cards_wrapper .image_card_container img{width:100%;height:100%;object-fit:cover}@media only screen and (max-width:1280px){.photo_gallery_page .image_cards_wrapper .image_card_container{width:calc(33.3% - 24px)}}@media only screen and (max-width:960px){.photo_gallery_page .image_cards_wrapper .image_card_container{width:calc(50% - 24px)}.photo_gallery_page .image_cards_wrapper .image_card_container img{object-fit:contain}}.image_container{width:231px;height:233px;border-radius:8px;overflow:hidden;position:relative}@media only screen and (max-width:1280px){.image_container{width:208px;height:208px}}@media only screen and (max-width:960px){.image_container{width:100%;height:215px;text-align:center}}.login_error_page_container{width:100vw;height:100vh}.login_error_page_container .login_error_page{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}.login_error_page_container .login_error_page .main_message{font-size:18px;margin-bottom:24px;text-align:center}.login_error_page_container .login_error_page .sub_message{font-size:14px;text-align:center}.help_container .cards_main_container{margin:0 -12px}.help_container .cards_main_container .card_container{padding:0 12px;margin-bottom:24px}.help_container .cards_main_container .card_container .media_card_wrapper .card_wrapper .card .card_img{height:175px}.help_container .cards_main_container .card_container .media_card_wrapper .card_wrapper .card .card_img.tour_img{height:242px}.help_container .cards_main_container .card_container .tour_txt{display:flex;align-items:center;justify-content:center;position:absolute;top:0;bottom:0;left:0;right:0;color:#fff;font-size:20px;font-weight:500}.help_container .cards_main_container .card_container .media_card_wrapper .card_wrapper .card .card_content{padding:12px 16px}.help_container .footer_txt{font-size:18px;font-weight:500;color:#333;text-align:center;margin-top:10px}.help_container .footer_txt .link{text-decoration:underline;color:#333}@media only screen and (max-width:960px){.help_container .footer_txt{font-size:14px;margin-bottom:20px}}.help_dialog_area .arrows{display:flex;align-items:center;justify-content:center;position:fixed;height:585px;width:600px}.help_dialog_area .arrows .left_gray_icon,.help_dialog_area .arrows .right_gray_icon{width:95px;height:95px;cursor:pointer;position:absolute}@media only screen and (max-width:960px){.help_dialog_area .arrows .left_gray_icon,.help_dialog_area .arrows .right_gray_icon{width:35px;height:35px}}.help_dialog_area .arrows .left_gray_icon{background-image:url(/icons/left-gray-icon.svg);left:-180px}@media only screen and (max-width:960px){.help_dialog_area .arrows .left_gray_icon{left:-45px}}.help_dialog_area .arrows .right_gray_icon{background-image:url(/icons/right-gray-icon.svg);right:-180px}@media only screen and (max-width:960px){.help_dialog_area .arrows .right_gray_icon{right:-45px}.help_dialog_area .arrows{width:300px}}.help_dialog_area .dialog_title_wrapper .title{font-size:20px;font-weight:500;text-align:center}@media only screen and (max-width:960px){.help_dialog_area .dialog_title_wrapper .title{font-size:16px;line-height:normal}}.help_dialog_area .inner_wrapper{padding:24px;height:470px}.help_dialog_area .inner_wrapper .slide_img_container{height:255px;display:block;overflow:hidden;width:100%;border-radius:8px;margin-bottom:20px}.help_dialog_area .inner_wrapper .slide_img_container .slide_img{height:100%;width:100%;object-fit:contain;border-radius:8px}.help_dialog_area .inner_wrapper.slide_img_only{display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative}.help_dialog_area .inner_wrapper.slide_img_only .slide_img_container{height:300px;margin-bottom:0}.help_dialog_area .inner_wrapper .details{font-size:18px;line-height:normal}.help_dialog_area .inner_wrapper .details .step_count{font-weight:500;margin-bottom:16px}@media only screen and (max-width:960px){.help_dialog_area .inner_wrapper .details{font-size:16px}.help_dialog_area .inner_wrapper{height:450px}}.help_dialog_area .onboarding_help{z-index:10;cursor:pointer}.help_dialog_area .MuiDialog-paper{width:805px;height:585px;border-radius:8px;box-shadow:0 1px 4px .5px rgba(0,0,0,.08);background-color:#fff}.help_dialog_area .MuiDialog-paper .dialog_title_wrapper{position:relative;padding-right:40px}.help_dialog_area .MuiDialog-paper .dialog_title_wrapper .close_button{position:absolute;right:0;top:0;cursor:pointer}@media only screen and (max-width:960px){.help_dialog_area .MuiDialog-paper{width:300px}}.help_dialog_area .mb_stepper{position:absolute;bottom:0;width:100%;background:#fff}.help_dialog_area .mb_stepper .MuiMobileStepper-dots{display:none}.reference_document_page .title_bar{top:0;padding-right:20px}.reference_document_page .title_bar .back_btn_area .inner_wrapper .title_back{margin-right:7px}@media only screen and (max-width:960px){.reference_document_page .title_bar .back_btn_area .inner_wrapper .page_title{max-width:230px;display:block}.reference_document_page .title_bar{width:100%!important}}.reference_document_page .reference_document_container{margin:70px 5px;padding:15px}.reference_document_page .reference_document_container .image_cards_wrapper{display:flex;flex-direction:row;flex-wrap:wrap;margin:0 -12px}.reference_document_page .reference_document_container .image_cards_wrapper .image_card_container{margin:0 12px 24px;width:calc(20% - 24px)}.reference_document_page .reference_document_container .image_cards_wrapper .image_card_container img{width:100%;height:100%;object-fit:cover}@media only screen and (max-width:1280px){.reference_document_page .reference_document_container .image_cards_wrapper .image_card_container{width:calc(33.3% - 24px)}}@media only screen and (max-width:960px){.reference_document_page .reference_document_container .image_cards_wrapper .image_card_container{width:calc(50% - 24px)}.reference_document_page .reference_document_container .image_cards_wrapper .image_card_container img{object-fit:contain}}.link{color:#00436d;font-weight:500;cursor:pointer}.pd_main{padding-left:30px;padding-right:85px}@media only screen and (min-width:1441px)and (max-width:2732px){.pd_main{padding-left:240px;padding-right:240px}}@media only screen and (max-width:960px){.pd_main{padding-left:24px;padding-left:20px;padding-right:20px}}.tabs{margin-bottom:24px}.tabs .MuiTab-labelIcon{min-height:64px}.textfield_area .input_field{width:100%;display:block}.textfield_area .MuiInputBase-formControl{height:55px;border-radius:8px;font-size:14px;margin-bottom:35px;width:100%}.textfield_area .MuiFormLabel-root{font-size:16px}.save_checkbox{color:#666;text-align:left;padding:0 18px}.save_checkbox .MuiTypography-body1{font-size:14px}.save_checkbox .MuiSvgIcon-root{width:18px;height:18px}@media only screen and (max-width:960px){.save_checkbox{padding:0}}.save_checkbox.gutter_space{margin:20px 0}.layout_container{display:flex;flex-direction:column}.layout_container .main_container{display:flex;flex-direction:row;justify-content:space-between;width:100%;padding:260px 0 60px}.layout_container .main_container.mini_header_spacing{padding-top:120px}.layout_container .main_container .middle_area{width:100%}.layout_container .main_container .middle_area .section:not(:last-child){margin-bottom:24px}.layout_container .main_container.photo_gallery_details_main_container,.layout_container .main_container.store_comments_main_container,.layout_container .main_container.vm_details_main_container{padding-top:56px;padding-bottom:0}.layout_container .main_container.profile_main_container{padding-top:120px;padding-bottom:0}@media only screen and (max-width:960px){.layout_container .main_container{padding:165px 0 70px}}.side_navigation{width:55px;height:100vh;position:fixed;right:0;z-index:1200}@media only screen and (max-width:960px){.side_navigation{width:0}}.large_header_right_section,.page_title_container{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.page_title_container{margin-bottom:24px}.page_title_container .page_title{font-size:22px;font-weight:500;letter-spacing:.15px;color:#002338}@media only screen and (max-width:960px){.page_title_container .page_title{font-size:16px}}.page_title_container .page_title.filter_action_container .action_text{display:flex;align-items:baseline;cursor:pointer}.page_title_container .page_title.filter_action_container .action_text .primary_text{font-weight:500;font-size:20px;margin-right:7px}.page_title_container .page_title.filter_action_container .action_text .secondary_text{font-weight:400;font-size:16px;margin-right:7px}.page_title_container .page_title.filter_action_container .action_text .down_arrow{background-image:url(/icons/icon-down-arrow.svg);width:21px;height:11px}.page_title_container .page_title.filter_action_container .popover_header_container{position:relative}.page_title_container .page_title.filter_action_container .popover_header_container .abbreviation_text{font-weight:500;font-size:16px;color:#00436d;color:#002338}@media only screen and (max-width:1280px){.page_title_container .page_title.filter_action_container .popover_header_container .abbreviation_text{font-size:14px}}@media only screen and (max-width:960px){.page_title_container .page_title.filter_action_container .popover_header_container .abbreviation_text{font-size:12px}}.page_title_container .help_icon_area{width:24px;height:24px}.page_title_container .help_icon_area .MuiSvgIcon-root{color:#002338;width:100%;height:100%;cursor:pointer}@media only screen and (max-width:960px){.page_title_container .help_icon_area{width:20px;height:20px}}.page_title_container .filter_icon_container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:46px;height:46px;border-radius:23px;background-color:#00436d}.page_title_container .filter_icon_container:hover{cursor:pointer}.page_title_container .filter_icon_container .export_icon{background-image:url(/icons/icon-export.svg);background-position:50%;background-repeat:no-repeat;width:22px;height:24px;position:relative}@media only screen and (max-width:960px){.page_title_container .filter_icon_container .export_icon{background-image:url(/icons/mobile-icons/icon-mob-export.svg)}}.page_title_container .filter_icon_container .calendar_icon{background-image:url(/icons/icon-white-calendar.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:20px;height:20px;position:relative}@media only screen and (max-width:960px){.page_title_container .filter_icon_container .calendar_icon{background-image:url(/icons/mobile-icons/icon-mob-calendar.svg)}}.page_title_container .filter_icon_container .filter_icon{background-image:url(/icons/icon-filter.svg);background-position:50%;background-repeat:no-repeat;width:24px;height:24px;position:relative}@media only screen and (max-width:960px){.page_title_container .filter_icon_container .filter_icon{background-image:url(/icons/icon-mob-filter.svg)}}.page_title_container .filter_icon_container .filter_icon .active{width:6px;height:6px;border-radius:100%;flex-grow:0;background-color:#f86868;position:absolute;top:0;right:-5px}@media only screen and (max-width:960px){.page_title_container .filter_icon_container{width:20px;height:20px;background-color:transparent}}.page_title_container .right_toggle_filter{display:flex;align-items:center}.page_title_container .right_toggle_filter .custom_toggle_button{margin-right:20px;margin-bottom:0}.page_title_container .right_toggle_filter .custom_toggle_button .MuiToggleButton-root{width:56px}@media only screen and (max-width:960px){.page_title_container .right_toggle_filter .custom_toggle_button .MuiToggleButton-root{width:36px}}.page_title_container .capitalized_month{text-transform:capitalize}.page_title_container.sticky_bar{position:-webkit-sticky;position:sticky;top:120px;padding:0 10px 12px;background-color:#f6f6fa;z-index:1199;margin:0 -10px;height:78px}@media only screen and (max-width:960px){.page_title_container.sticky_bar{height:110px}}.title_bar{width:100%;height:56px;flex-grow:0;box-shadow:0 1px 4px .5px rgba(0,0,0,.08);background-color:#fff;position:fixed;left:0;top:64px;z-index:1202;display:flex;align-items:center;padding:14px 85px 14px 30px}.title_bar .back_btn_area{justify-content:flex-start;width:50%;height:18px}.title_bar .back_btn_area,.title_bar .back_btn_area .inner_wrapper{display:flex;align-items:center}.title_bar .back_btn_area .inner_wrapper .back_btn{background-image:url(/icons/icon-back.svg);width:13px;height:15px;margin-right:15px;cursor:pointer}@media only screen and (max-width:960px){.title_bar .back_btn_area .inner_wrapper .back_btn{width:10px;height:13px}}.title_bar .back_btn_area .inner_wrapper .cross_icon .MuiSvgIcon-root{width:24px;height:24px}.title_bar .back_btn_area .inner_wrapper .page_title{font-size:18px;color:#002338;display:flex;align-items:center;cursor:pointer}.title_bar .back_btn_area .inner_wrapper .page_title .status{min-width:105px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:3px;font-size:12px;font-weight:500;margin-left:15px}.title_bar .back_btn_area .inner_wrapper .page_title .status.in_progress{background-color:#fff2d8;color:#f90}@media only screen and (max-width:960px){.title_bar .back_btn_area .inner_wrapper .page_title .status.in_progress{background-color:#f90}}.title_bar .back_btn_area .inner_wrapper .page_title .status.submitted{background-color:#ddefbf;color:#017c1c}@media only screen and (max-width:960px){.title_bar .back_btn_area .inner_wrapper .page_title .status.submitted{background-color:#017c1c}}.title_bar .back_btn_area .inner_wrapper .page_title .status.new{background-color:#bfd2ef;color:#4e61c9}@media only screen and (max-width:960px){.title_bar .back_btn_area .inner_wrapper .page_title .status.new{background-color:#4e61c9}.title_bar .back_btn_area .inner_wrapper .page_title .status{min-width:8px;width:8px;height:8px;font-size:0;padding:0}.title_bar .back_btn_area .inner_wrapper .page_title{font-size:16px}}.title_bar .back_btn_area .inner_wrapper .date_text{font-size:14px;color:#616161}.title_bar .action_btn_section{justify-content:flex-end;width:50%}.title_bar .action_btn_section,.title_bar .action_btn_section .btn_area{display:flex;align-items:center}@media only screen and (max-width:960px){.title_bar .action_btn_section .btn_area .MuiIconButton-root{padding:8px}}.title_bar .action_btn_section .btn_area .download_icon{width:24px;height:24px;background-image:url(/icons/icon-download.svg);cursor:pointer}.title_bar .action_btn_section .btn_area .remark_icon{width:24px;height:24px;background-image:url(/icons/icon-remark.svg);cursor:pointer}.title_bar .action_btn_section .btn_area .trotm_btn{padding:3px 24px}.title_bar .action_btn_section .btn_area .trotm_btn:last-child{margin-left:20px}@media only screen and (max-width:960px){.title_bar .action_btn_section .btn_area .trotm_btn{min-width:85px}.title_bar{top:105px;padding-left:15px;padding-right:15px}}.download_icon{background-image:url(/icons/icon-download.svg)}.download_icon,.remark_icon{width:24px;height:24px;cursor:pointer}.remark_icon{background-image:url(/icons/icon-remark.svg)}.remark_icon.grey{background-image:url(/icons/icon-remark-grey.svg)}.customized_tabs .MuiTabs-root{box-shadow:0 1px 4px .5px rgba(0,0,0,.08);background-color:#fff;margin-bottom:24px}.customized_tabs .MuiTabs-root .MuiTab-root.Mui-selected{font-weight:500;color:#00436d}.customized_tabs .MuiTabs-root .MuiTabs-scroller .MuiTabs-indicator{background-color:#00436d}.customized_tabs .MuiTab-root{text-transform:capitalize;color:#757575;font-weight:300;font-size:14px;letter-spacing:.15px}.customized_tabs .title_bar_xs{display:none}@media only screen and (max-width:960px){.customized_tabs .title_bar_xs{display:flex;margin-bottom:16px}.customized_tabs .title_bar_xs .tab_title{display:flex;width:50%}.customized_tabs .title_bar_xs .view_all{position:static;float:right;width:50%;text-align:right;display:block}}.tabs_area .tabs{margin-bottom:12px}.view_all{position:absolute;right:20px;top:0;bottom:0;margin:auto;height:26px;cursor:pointer;color:#00436d;font-size:14px;font-weight:500;letter-spacing:.5px}.view_all_link{position:relative;height:20px;margin-bottom:15px}.view_all_link .view_all{right:3px;height:auto}.page_align_middle{width:100%;height:100vh;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:960px){.filter_UI_container .filter_UI{max-width:100%;max-height:90%;bottom:0;left:0!important;right:0;border-top-left-radius:35px;border-top-right-radius:35px;min-height:455px}.filter_UI_container .filter_UI .custom-filter-wrapper{width:100%;height:100%}}@media(max-device-width:823px)and (orientation:landscape){.filter_UI_container .filter_UI{min-height:340px}}.filter_UI_container .filter_UI.location_list_container{display:none;padding:24px}.filter_UI_container .filter_UI.location_list_container .title{font-weight:500;font-size:20px;color:#212121}.filter_UI_container .filter_UI.location_list_container .card_holder{margin-bottom:12px}.filter_UI_container .filter_UI.location_list_container .card_holder .media_card_wrapper .card_wrapper .card.saved_view{width:100%;height:235px;font-size:14px}@media only screen and (max-width:960px){.filter_UI_container .filter_UI.location_list_container{display:block}.filter_UI_container{background-color:rgba(0,0,0,.5)}}.add_photo_section .upload_button_container{position:relative;color:#00436d;border:1px solid #00436d;padding:3px 16px}.add_photo_section .upload_button_container input{display:none}.add_photo_section .upload_button_container>div{margin-top:0!important}.add_photo_section .upload_button_container label{color:#00436d!important;font-size:12px!important}.add_photo_section .upload_button_container button{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;text-indent:-9000px;border-radius:22px;cursor:pointer;border:0;color:#00436d}.add_photo_section .upload_button_container button:focus{outline:0}.add_photo_section .upload_button_container button:hover{background-color:transparent}.add_photo_section .upload_button_container .upload_button{font-size:14px;font-weight:500;color:#00436d}@media only screen and (max-width:960px){.add_photo_section .upload_button_container .upload_button{font-size:12px}}.add_photo_section .upload_button_container .MuiSvgIcon-root{height:18px;width:18px}@media only screen and (max-width:960px){.add_photo_section .upload_button_container .MuiSvgIcon-root{height:16px;width:16px}.add_photo_section .upload_button_container{text-align:right}}.MuiFormControl-root{display:flex}.MuiFormControl-root .MuiInputLabel-outlined{font-size:16px}@media only screen and (max-width:960px){.MuiFormControl-root .MuiInputLabel-outlined{font-size:14px}}.MuiFormControl-root .MuiInputLabel-outlined.MuiInputLabel-shrink{background-color:#fff;padding-right:5px}.MuiFormControl-root .MuiInputLabel-asterisk{color:#f86868}.custom_dropdown_container{width:100%;max-height:220px;border-radius:8px;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);background-color:#fff;position:absolute;top:60px;z-index:2}.custom_dropdown_container.store_comment_dropdown{top:35px}.custom_dropdown_container .list_wrapper{max-height:195px;overflow-y:auto;padding:0 12px}.custom_dropdown_container .list_wrapper .list_item{width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(33,33,33,.08);font-size:12px;color:rgba(0,0,0,.87);cursor:pointer}.custom_dropdown_container .list_wrapper .list_item .item_text{font-size:14px}.custom_dropdown_container .list_wrapper .list_item .icon .MuiSvgIcon-root{width:20px;height:20px}.custom_dropdown_container .list_wrapper .list_item .date_text{color:#9e9e9e}.custom_dropdown_container .list_wrapper .list_item.active{color:#00436d}.is_error .no_content,.is_loading .no_content{height:340px;display:flex;align-items:center;justify-content:center}.loader{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.center_loader{display:flex!important;margin:auto}.error_state_container{display:flex;flex-direction:column;justify-content:center;align-items:center}.error_state_container .error_img{width:155px;height:150px;margin-bottom:30px;background-image:url(/images/img-empty-no-files.svg);background-repeat:no-repeat;background-size:contain}.error_state_container .lbl{color:#666;font-size:16px;font-weight:400}.error_state_container.full_page{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;height:400px;padding-right:55px;background-color:#fff}.error_state_container.full_page .error_img{width:180px;height:175px;margin-bottom:40px}.error_state_container.full_page .lbl{font-size:20px;font-weight:500}@media only screen and (max-width:960px){.error_state_container.full_page .lbl{padding:0 16px;font-size:18px}.error_state_container.full_page{padding-right:0}}.error_state_container.component_section{padding-right:0}.error_state_container.component_section .lbl{font-size:16px}.center_loader{display:flex;justify-content:center;align-items:center}.remarks_right_section{width:30%;height:100%;position:fixed;right:0;top:0;background-color:#fff}.remarks_right_section .title_bar{width:inherit;top:0;right:0;left:auto;background-color:#f6f6fa;justify-content:space-between;font-size:18px;color:#616161;padding:0 15px}@media only screen and (max-width:960px){.remarks_right_section .title_bar .back_btn_area .action_button.remark{display:none}}.remarks_right_section .title_bar .back_btn_area .action_button.back{display:none}@media only screen and (max-width:960px){.remarks_right_section .title_bar .back_btn_area .action_button.back{display:block;padding-left:0}.remarks_right_section .title_bar .action_btn_section{display:none}}.remarks_right_section .remarks_wrapper{width:100%;height:100%;padding:80px 24px 30px;overflow-y:auto}.remarks_right_section .remarks_wrapper .image_thumbnail_container{display:none}@media only screen and (max-width:960px){.remarks_right_section .remarks_wrapper .image_thumbnail_container{width:240px;height:160px;display:flex;margin:0 auto 24px}.remarks_right_section .remarks_wrapper .image_thumbnail_container .thumbnail_img{height:100%;width:100%}.remarks_right_section{width:100%}}.edit_text_wrapper{display:flex;align-items:center}.edit_text_wrapper.profile_edit_icon{justify-content:center}.edit_text_wrapper.profile_edit_icon .icon{margin-bottom:3px}.edit_text_wrapper.store_comment_input{position:relative}.edit_text_wrapper .edit_input{width:130px;height:18px;border-bottom:1px solid #212121;font-size:12px;padding:0}.edit_text_wrapper .icon{width:12px;height:12px;cursor:pointer;margin:0 12px}.edit_text_wrapper .icon.edit_icon{background-image:url(/icons/icon-edit.svg)}.edit_text_wrapper .icon.tick_icon{width:14px;height:14px;background-image:url(/icons/icon-tick.svg)}.image_container .close_button_container{height:19px;width:19px;position:absolute;top:8px;right:8px;cursor:pointer;overflow:hidden}.image_container .close_button_container .mui_icon_cancel{height:19px;width:19px}.image_text_container .circle_image_container .MuiAvatar-fallback{width:100%;height:100%;padding:5px}.MuiAutocomplete-noOptions{font-size:12px}.add_photo_field{text-align:left;display:flex;align-items:center;margin-bottom:10px}.add_photo_field .add_photo_input{position:relative}.add_photo_field .add_photo_input .upload_button_container{margin-bottom:0}.add_photo_field .add_photo_input .upload_button_container .upload_button_container_required{position:absolute;top:0;right:8px;color:#f86868}.add_photo_field .add_photo_input .upload_button_container .upload_button{padding-left:0}.add_photo_field .add_photo_input .upload_button_container.store_comment{border-radius:8px;background-color:hsla(0,0%,100%,.1)}.add_photo_field .add_photo_input .upload_button_container label{justify-content:flex-end;cursor:pointer;top:0;margin:20px 16px 0 0;color:#00436d;font-weight:500}.add_photo_field .add_photo_input .upload_button_container div{margin-top:0!important}.add_photo_field .add_photo_input .upload_button_container input[type=file]{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;opacity:0;display:block!important;top:-6px;cursor:pointer;font-size:0}.add_photo_field .add_photo_input .upload_button_container button{display:none!important}.add_photo_field .add_photo_input .upload_button_container.outlined_btn{border:1px solid #00436d;border-radius:20px;padding:5px 15px;text-transform:uppercase;font-size:12px}@media only screen and (max-width:960px){.add_photo_field .add_photo_input .upload_button_container{text-align:left}}.add_photo_field .validation_text{font-size:14px;color:#9e9e9e}@media only screen and (max-width:960px){.add_photo_field .validation_text{font-size:11px}}.react-autocomplete-input{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.15);bottom:auto;box-shadow:0 6px 12px rgba(0,0,0,.175);display:block;font-size:14px;list-style:none;padding:1px;position:absolute;text-align:left;z-index:20000;max-height:200px;overflow:auto}.react-autocomplete-input>li{cursor:pointer;padding:10px;min-width:100px}.react-autocomplete-input>li.active{background-color:#337ab7;color:#fff}.listing_container{width:100%}.listing_container .listing_header{height:80px;min-height:45px;position:relative;background-color:#f5f5f5;padding:12px 35px;font-size:14px;font-weight:500;color:#212121}.listing_container .listing_header .top_bar{font-size:12px;color:#616161;font-weight:400;margin-bottom:10px}@media only screen and (max-width:960px){.listing_container .listing_header .top_bar{font-size:10px;margin-bottom:14px}}.listing_container .listing_header .switch_area{margin-right:16px}.listing_container .listing_header .switch_area .MuiSwitch-switchBase{color:#616161}@media only screen and (max-width:960px){.listing_container .listing_header .switch_area .MuiSwitch-root{width:54px;padding:13px}.listing_container .listing_header .switch_area .MuiSwitch-thumb{width:18px;height:18px}}.listing_container .listing_header .switch_area .MuiTypography-body1{font-size:14px;color:#616161}@media only screen and (max-width:960px){.listing_container .listing_header .switch_area .MuiTypography-body1{font-size:10px;font-weight:400}.listing_container .listing_header .switch_area .MuiFormControlLabel-labelPlacementStart{font-size:10px;margin-left:10px;height:12px}.listing_container .listing_header .switch_area{margin-right:0}}.listing_container .listing_header .right_lbl{color:#616161}@media only screen and (max-width:960px){.listing_container .listing_header .right_lbl{font-size:10px;margin-left:5px}}.listing_container .listing_header .back_btn{position:absolute;width:25px;background-color:#00436d;left:0;top:0;height:100%;cursor:pointer}.listing_container .listing_header .back_btn .left_arrow{color:#fff;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}@media only screen and (max-width:960px){.listing_container .listing_header{padding:12px 16px;height:auto}}.listing_container .error_state_container{height:250px;display:flex;justify-content:center;align-items:center}.listing_container .inner_wrapper{max-height:365px;overflow-y:auto}.listing_container .inner_wrapper.franchise .percentage_growth .arrow_icon{top:3px}.listing_container .inner_wrapper ul li{position:relative;height:60px;padding:0 30px 0 35px;font-size:14px;color:#002338;border-bottom:1px solid #eee}.listing_container .inner_wrapper ul li:last-child{border-bottom:none}.listing_container .inner_wrapper ul li .MuiGrid-container{align-items:center;height:100%}@media only screen and (max-width:960px){.listing_container .inner_wrapper ul li{padding:0 16px}}.listing_container .left_col .serial_no{position:absolute;font-size:14px;font-weight:500;color:#9e9e9e}.listing_container .left_col .product_details{padding-left:30px}.listing_container .left_col .product_details .name{font-size:14px;color:#002338}.listing_container .left_col .product_details .count{font-size:12px;color:#9e9e9e;display:flex;align-items:center}.listing_container .left_col .product_details .count .arrow_icon{height:15px;width:15px;margin:0 3px}@media only screen and (max-width:960px){.listing_container .left_col .lbl_txt{font-size:12px}}.listing_container .right_col{text-align:right}.listing_container .right_col .growth_area .percentage{display:flex;align-items:center;justify-content:flex-end}.listing_container .right_col .growth_area .percentage .right_arrow_icon{color:gray}.listing_container .right_col .growth_area .percentage .arrow_icon{width:15px;height:15px;margin-left:5px}.listing_container .right_col .growth_area .percentage .arrow_icon .MuiSvgIcon-root{width:15px;height:15px}.listing_container .right_col .growth_area.upwards{color:#2ebe34}.listing_container .right_col .growth_area.downwards{color:#f86868}@media only screen and (max-width:960px){.listing_container .right_col .lbl_txt{font-size:12px}}.MuiPaper-root .MuiCard-root{overflow:auto}.MuiInputBase-root .MuiInputBase-input{color:#000}.autocomplete_searcharea_popper.multiselect_popper .action_btn_container{display:flex;align-items:center;justify-content:space-between;padding:5px 15px}.autocomplete_searcharea_popper.multiselect_popper .action_btn_container .btn_text{font-size:12px;color:#00436d;cursor:pointer}.autocomplete_searcharea_popper.multiselect_popper .chips_wrapper{padding:5px 15px;max-height:100px;overflow-y:auto}.autocomplete_searcharea_popper.multiselect_popper .chips_wrapper.my_view{max-height:70px}.autocomplete_searcharea_popper.multiselect_popper .MuiChip-root{height:auto;padding:3px 0}.autocomplete_searcharea_popper.multiselect_popper .MuiChip-outlined{background-color:#00436d;color:#fff;font-size:10px;margin-right:8px;margin-bottom:8px}.autocomplete_searcharea_popper.multiselect_popper .MuiChip-deleteIconOutlinedColorPrimary{height:16px;width:16px;color:#fff}.autocomplete_searcharea_popper.multiselect_popper .MuiChip-deleteIconOutlinedColorPrimary:active,.autocomplete_searcharea_popper.multiselect_popper .MuiChip-deleteIconOutlinedColorPrimary:hover{color:#fff}.autocomplete_searcharea_popper.calendar_filter_popper .MuiAutocomplete-option{padding:15px;font-size:12px;border-bottom:1px solid rgba(33,33,33,.08)}.autocomplete_multiple_container{width:405px;min-height:230px;border-radius:8px;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);background-color:#fff}.autocomplete_multiple_container ul li{display:flex;justify-content:space-between}.form_control_autocomplete_multiple{font-size:12px;color:#9e9e9e}.MuiDialog-paper.MuiPaper-root{min-width:30%}.MuiDialog-paper.MuiPaper-root .location-group-dialog-btn-wrapper.dialog_action_btn_wrapper{padding:20px 0}.disabled{pointer-events:none;opacity:.6;cursor:not-allowed}.asterisk{color:#f86868;font-size:16px}.profile_store_visit_cards{min-height:70vh}.store_visit_cards_containter{width:100%;min-height:70vh;display:flex;align-items:center;justify-content:center}
/*# sourceMappingURL=3985df5adada4ee8.css.map*/