@import"https://fonts.googleapis.com/css2?family=Open+Sans:wdth,wght@75..100,300..800&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-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( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;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:translate(-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:translate(-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-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.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 #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.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--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height: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:initial;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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform: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--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}body{font-family:Open Sans,sans-serif!important;font-style:normal}a{text-decoration:none}.modal-lg{width:auto!important}.modal-lg .react-pdf__Page__canvas{max-width:100%!important}.modal-lg .react-pdf__Page{min-width:100%!important;min-height:100%!important}.modal-lg .react-pdf__Page__textContent{width:100%!important;height:100%!important}.globle-button{width:100%;height:36px;margin-bottom:20px;border:0;outline:none;font-size:16px;font-weight:600;line-height:21.79px;color:#fff;box-shadow:0 5px 12px #0c0c0c1a;background:linear-gradient(86.78deg,#efb71e -107.43%,#c72b30 231.47%);display:flex;align-items:center;justify-content:center;transition:all .3s linear;border-radius:8px;padding:10px}.globle-button:hover{border:0px;background:linear-gradient(-45deg,#c62830,#d97e2e) no-repeat center}.globle-button:active{transform:scale(.95)}.checkbox-content .form-check .form-check-input{border:1px solid #000000;border-radius:0}.checkbox-content .form-check .form-check-input:focus{box-shadow:none}.checkbox-content .form-check .form-check-input:checked{background-color:#d67b24!important;border:1px solid #D67B24!important}.checkbox-content .form-check .form-check-label{font-size:12px;font-weight:300;line-height:16.34px;color:#000}.dropdown-content{position:relative}.dropdown-content .dropdown-button{padding:1px 10px;height:35px;border-radius:50px;border:1px solid #7d84a8;color:#726f6f;background-color:transparent;font-size:12px;font-style:normal;font-weight:400;line-height:22px;min-width:121px;display:flex;justify-content:space-between;align-items:center}.dropdown-content .dropdon-inner-content{border-radius:12px;border:1px solid #7d84a8;background:#fff;width:130px;height:auto;padding:10px;position:absolute;z-index:999;left:0;top:40px;box-shadow:0 17px 40px 4px #7090b01c}.dropdown-content .dropdon-inner-content button{width:100%;text-align:left;border:0px;background-color:transparent;color:#726f6f;padding:0 5px;font-size:12px;font-style:normal;font-weight:400;line-height:31px}.dropdown-content .dropdon-inner-content button:hover{color:#726f6f}.search-form form{display:flex;align-items:center;background:transparent;padding:10px 14px;color:#9ba6b1;border-radius:10px;border:.5px solid rgba(0,0,0,.4)}.search-form form svg{font-size:15px;color:#00000091}.search-form form .icon-button{border:.5px solid rgba(0,0,0,.2588235294);border-radius:5px;height:31.49px;width:31.49px;display:flex;align-items:center;justify-content:center}.search-form form input{border:0;background-color:transparent;width:calc(100% - 25px);font-size:14px;font-weight:400;line-height:19.07px;text-align:left}.search-form form input::placeholder{color:#00000091}.search-form form input:focus{outline:0px;box-shadow:none}@media (max-width: 991px){.search-form form{padding:5px 8px}}.select-lebal{margin-top:20px}.select-lebal .form-select{border:1px solid #43525A;background:#fff;border-radius:0;height:37px;font-size:14px;font-weight:500;line-height:15.4px;color:gray;background-repeat:no-repeat;background-position:right .75rem center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M11.178 19.569a.998.998 0 0 0 1.644 0l9-13A.999.999 0 0 0 21 5H3a1.002 1.002 0 0 0-.822 1.569z'/%3E%3C/svg%3E")}.select-lebal .form-select:focus{box-shadow:none}.selector-content{display:flex;gap:10px}.selector-content .selector-content-inner{width:20%}.voice-maintenance .responsive-table .table{border-color:#c3c3c3}.voice-maintenance .responsive-table .table thead tr th{color:#43525a}.voice-maintenance .voice-maintenance-details{box-shadow:0 4px 20px #0000001a inset;padding:20px;background:#00000001;position:relative}.voice-maintenance .voice-maintenance-details h1{font-size:24px;font-weight:700;line-height:32.68px;color:#43525a;margin-bottom:10px;text-align:center}.voice-maintenance .voice-maintenance-details .edit-outline{position:absolute;right:20px;top:20px}.voice-maintenance .voice-maintenance-details h4{font-size:15px;font-weight:700;line-height:20.43px;text-align:left;color:#43525a}.voice-maintenance .voice-maintenance-details p{font-size:15px;font-weight:400;line-height:20.43px;color:#5b5b5b;margin-bottom:0}.voice-maintenance .voice-maintenance-details .globle-button{width:auto;padding:10px 30px}.voice-maintenance .voice-maintenance-details .input-field{margin-top:0}.voice-maintenance .voice-maintenance-details .voice-content{border:1px solid rgba(0,0,0,.568627451);padding:10px;display:flex;align-items:center;gap:10px}.voice-maintenance .voice-maintenance-details .voice-content p{font-size:15px;font-weight:400;line-height:20.43px;text-align:center;color:#000}.voice-maintenance .voice-maintenance-details .voice-content .play-button{width:35px;height:35px;border-radius:50%;background:linear-gradient(45deg,#d67b24,#d67b24);display:flex;align-items:center;justify-content:center}.voice-maintenance .voice-maintenance-details .Text-Transcript{background:#fff;padding:10px;height:200px;overflow-y:scroll}.voice-maintenance .voice-maintenance-details .Text-Transcript p{font-size:12px;font-weight:400;line-height:16.34px;color:#747272}.voice-maintenance .voice-maintenance-details .Text-Transcript ul li{font-size:12px;font-weight:400;line-height:16.34px;color:#747272;margin-top:5px}.responsive-table{position:relative;border-radius:5px;display:grid;background-color:#fff!important;margin-top:20px}@media (max-width: 868px){.responsive-table{overflow:hidden;overflow-x:scroll}}.responsive-table .loader:after,.responsive-table .loader:before{content:"";border:3px solid #fff}.responsive-table .table>:not(caption)>*>*{padding:10px 22px}.responsive-table .table{margin-bottom:0;--bs-body-bg: #fff !important;vertical-align:middle;border-width:1px;border-color:#0003;--bs-table-hover-bg: #D67B2433}@media (max-width: 868px){.responsive-table .table{width:990px}}.responsive-table .table thead tr th{color:#000;font-size:16px;font-weight:600;line-height:17.6px;text-align:left;position:sticky;top:0;z-index:6;background:#d67b241a}.responsive-table .table tbody tr td{color:#5b5b5b;font-size:15px;font-weight:400;line-height:20.43px;text-align:left}.responsive-table .table tbody tr td .delete-button{border:.5px solid rgba(0,0,0,.2588235294);width:34px;height:34px;border-radius:5px;display:flex;align-items:center;justify-content:center}.Filter-component{position:relative}.Filter-component .Filter-content{border:1px solid #43525A;background:#f5f5f5;padding:7px;height:37px;display:flex;align-items:center;justify-content:center;cursor:pointer}.Filter-component .Filter-content p{color:gray;font-size:18px;font-weight:500;line-height:19.8px;text-align:left;margin-left:10px;margin-bottom:0}.Filter-component .filter-outer-content{border:1px solid #43525A;background:#f5f5f5;position:absolute;top:41px;width:100%;padding:10px;z-index:99}.file-input{background-color:#f8f9fa;border-radius:5px;padding:10px;margin-bottom:15px}.error-message{background-color:#dc3545;padding:10px;border-radius:5px;margin-top:10px;text-align:center}.preview-container img,.preview-container video{max-width:100%;border-radius:10px;margin-top:15px}.progress-bar-container{margin-top:15px}.cancel-button{background-color:#ffc107;border:none;color:#fff;padding:10px 20px;margin-top:15px;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.cancel-button:hover{background-color:#e0a800}.progress-content .progress{height:10px}.progress-content .progress .progress-bar{background-color:#d67b24}.active>.page-link,.page-link.active{background-color:#d67b24;border:0px;border-radius:50%;color:#fff!important}.editableContentMessage{background:#d67b241a;border:1px solid rgba(214,123,36,.1019607843);width:100%;border-radius:10px;padding:15px 50px 15px 15px;max-height:100px;overflow-y:scroll}.editableContentMessage::placeholder{color:#718096}.editableContentMessage:hover{border:1px solid #D67B24}.editableContentMessage:focus{box-shadow:none;outline:none;border:1px solid #D67B24}.editableContentMessage:disabled{border:1px solid #e1e1e1;background-color:transparent;cursor:not-allowed}.editableContentMessage input{font-size:14px;font-weight:500;line-height:14px;text-align:left}.submit-input .sent-btn{border-radius:10px;background:var(--BaseBackground, #D67B24);width:50px;height:50px;position:absolute;right:3px;top:3px;display:flex;align-items:center;justify-content:center;border:0px}.submit-input .sent-btn svg{color:#fff}.filter-button{position:fixed;right:0;top:50%;transition:transform .3s ease;z-index:9999;cursor:pointer;display:none;transform:translate(0)}@media (max-width: 991px){.filter-button{display:block}}.filter-button.collapsed{transform:translate(-266px)}.filter-button svg{transform:rotate(180deg)}.pagination{justify-content:center;margin-top:10px}.pagination .page-item .page-link{border:0px;color:#5b5b5b;margin:0 5px}.pagination .page-item .page-link:hover{border-radius:50%}.pagination .page-item .page-link.active{color:#fff;background-color:#d67b24}.document-modal .modal-dialog{width:800px}.document-modal .modal-dialog .input-field{margin-top:20px}.document-modal .modal-dialog .input-field label{font-size:15px;font-weight:700;line-height:20.43px;color:#43525a;display:block}.document-modal .modal-dialog .input-field input,.document-modal .modal-dialog .input-field textarea{font-size:15px;font-weight:400;line-height:20.43px;text-align:left;color:#000;border:0px;resize:none}.document-modal .modal-dialog .input-field input:focus,.document-modal .modal-dialog .input-field textarea:focus{box-shadow:none;outline:none}.document-modal .modal-dialog .input-field input::placeholder,.document-modal .modal-dialog .input-field textarea::placeholder{color:#5b5b5b}.document-modal .modal-dialog .input-field.client-location .location-search{margin-top:5px;border-top:.5px solid rgba(0,0,0,.2);display:flex;align-items:center}.document-modal .modal-dialog .input-field.client-location .location-search input{border:0px;padding:5px}.document-modal .modal-dialog .input-field .form-select{padding:0;border:0px;font-size:15px;font-weight:400;line-height:20.43px;text-align:left;color:#5b5b5b}.document-modal .modal-dialog .input-field .form-select:focus{box-shadow:none}.document-modal .modal-dialog .modal-header{justify-content:center}.document-modal .modal-dialog .modal-header .modal-title{font-size:24px;font-weight:700;line-height:32.68px;text-align:center}.header-content{display:flex;align-items:center;justify-content:space-between;padding:20px}@media (max-width: 991px){.header-content{display:none}}.profile-content{display:flex;align-items:center;gap:5px}.profile-content figure{width:40px;height:40px}@media (max-width: 991px){.profile-content figure{margin-right:10px}}.profile-content figure img{object-fit:cover;width:100%;height:100%;border-radius:50%}.profile-content .dropdown-toggle:after{color:gray}.profile-content .btn-primary{border:0;background:transparent}.profile-content .btn-primary:hover{background-color:transparent}.profile-content .btn-primary:focus{background-color:transparent;box-shadow:none}.main-page{margin-right:0!important;display:flex;width:calc(100% - 292px);margin-top:0!important;position:relative;padding:20px;transform:translate(0);transition:transform .3s ease}.main-page.collapsed{margin:auto;width:auto;transform:translate(0)}@media (max-width: 991px){.main-page{width:100%}}.damy-messages{display:flex;gap:40px;justify-content:center}.damy-messages .message-card{margin-top:40px;border-radius:14px;background:#fafafa;padding:16px;width:280px}.damy-messages .message-card .icon{display:flex;gap:5px;align-items:center}.damy-messages .message-card .icon h6{margin-bottom:0;color:#494949;font-size:16px;font-style:normal;font-weight:600;line-height:20px}.damy-messages .message-card p{color:#919191;font-size:12px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:0;margin-top:8px}.chat-box{display:flex;justify-content:center}.chat-box form{position:fixed;bottom:20px;width:60%}@media (max-width: 768px){.chat-box form{width:100%}}.chat-box form p{color:#718096;text-align:center;font-size:8px;font-style:normal;font-weight:500;line-height:100%;margin-top:8px}.chat-bot{overflow:hidden;height:calc(100vh - 135px);width:100%}.chat-bot .first-content{text-align:center;width:370px;margin:auto}@media (max-width: 768px){.chat-bot .first-content{width:100%}}.chat-bot .first-content .figure{height:calc(100vh - 172px);display:flex;justify-content:center;align-items:center}.chat-bot .first-content h3{font-size:20px;font-weight:700;line-height:27px;text-align:center;color:#726d6d}.chat-bot .first-content p{color:#726d6d;font-size:14px;font-weight:400;line-height:27px;text-align:center;margin-bottom:0}.main-chat-bot{overflow-y:scroll;max-height:calc(100% - 110px);padding:10px 0}.form-check-label{margin-left:5px;color:#919191;font-size:12px;font-style:normal;font-weight:500;line-height:20px}.form-check-input:checked{background-color:#7b5aff!important;border-color:#7b5aff!important}.right-chat{margin-top:20px}.right-chat .header-chatbox{display:flex;align-items:center;gap:20px;width:100%}.right-chat .header-chatbox figure{margin-bottom:0;width:40px;height:40px}.right-chat .header-chatbox figure img{width:100%;border-radius:50%}.right-chat .header-chatbox .sent-message{width:100%;border-bottom:1px solid #E2E8F0;padding:15px 22px}.right-chat .header-chatbox .sent-message p{color:#000;font-size:16px;font-style:normal;font-weight:600;line-height:100%;margin-bottom:0;text-align:end}.received-message p{color:#111;margin-bottom:0;font-size:14px}.received-message .continue-btn{display:flex;flex-direction:row;align-items:center;justify-content:end;padding:6px 16px;margin-left:auto;gap:6px;position:relative;height:36px;color:#fff;font-size:14px;font-weight:400;border-radius:10000px;border:0px;background-color:#1543cd}.received-message{display:flex;gap:20px;width:100%;margin-top:20px}.received-message .body-content{border-radius:14px;background:#fff;width:100%;margin-bottom:16px}.received-message .body-content p{color:#32538b;margin:bottom 40px;font-size:14px;font-style:normal;font-weight:500;line-height:24px}.received-message .body-content .pdf-content p{font-size:11px;font-weight:400;line-height:12px;text-align:left;color:#000}.received-message .body-content .pdf-content span{font-size:10px;font-weight:400;line-height:12px;text-align:left;color:#1e27f2}.received-message .body-content .pdf-content .page-number{padding:0 20px;border-left:1px solid rgba(35,51,133,.1019607843)}.received-message .body-content .pdf-content .page-number p{font-size:9px;color:#0000004d}.received-message .body-content .pdf-content .page-number span{font-size:20px;font-weight:400;line-height:10px;text-align:center;color:#0000004d}.sent-message p{color:#fff;margin-bottom:0}.messages-container{overflow-y:scroll;scroll-behavior:smooth}::-webkit-scrollbar{width:0}::-webkit-scrollbar-thumb{background:transparent}::-webkit-scrollbar-track{background:transparent}.typing{position:absolute;bottom:70px}.typing span{content:"";-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-fill-mode:both;animation-fill-mode:both;height:10px;width:10px;background:#d67b24;position:absolute;left:0;top:0;border-radius:50%}.typing span:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s;margin-left:15px}.typing span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s;margin-left:30px}@-webkit-keyframes blink{0%{opacity:.1}20%{opacity:1}to{opacity:.1}}@keyframes blink{0%{opacity:.1}20%{opacity:1}to{opacity:.1}}.file-upload{border-radius:20px;background:#fff;box-shadow:0 17px 40px #7090b01c;min-height:calc(100vh - 140px);width:300px;position:fixed;right:50px;top:50px;height:calc(100vh - 140px)}.file-upload .file-upload-content{border-radius:20px;background:#fff;box-shadow:0 17px 40px #7090b01c;min-height:calc(100vh - 140px);width:300px;height:calc(100vh - 140px)}.file-upload .file-upload-content .Responses-content{display:flex;justify-content:end;gap:10px}.file-upload .file-upload-content .Responses-content p{color:#000;font-size:12px;font-weight:400;line-height:30px}.file-upload .file-upload-content .Responses-content input{border:1px solid rgba(0,0,0,.0509803922);color:#000;font-size:12px;font-weight:400;line-height:30px;text-align:left;width:31px;height:30px;padding:3px;border-radius:0}.file-upload .powered-by-ekkel{font-size:16px;font-weight:400;line-height:20px;text-align:center;margin-bottom:0;margin-top:20px;color:#00000080}.file-upload.import-question-content{transition:max-height .3s ease-out,opacity .3s ease-out;overflow:hidden;max-height:100vh;opacity:1}.file-upload.import-question-content.mycollapsed{max-height:0;opacity:0}.file-upload.import-question-content .file-header{margin-top:0;padding:20px}.file-upload.import-question-content .file-header h5{padding:2px 10px;display:inline;border-radius:10px;font-size:8px;font-weight:300;line-height:9.68px;color:var(--BaseColor1, #233385);background:#2333851a}.file-upload.import-question-content .file-header .cross-button{background:var(--BaseBackground, rgba(35, 51, 133, .1019607843));width:30px;height:30px;border-radius:5px;display:flex;align-items:center;justify-content:center;cursor:pointer}.file-upload .file-header{padding:10px 15px;margin-top:20px}.file-upload .file-header h1{display:flex;align-items:center;justify-content:end;font-size:12px;font-weight:400;line-height:12px;text-align:left;margin-bottom:0;color:#000}.file-upload .file-header h1 span{font-weight:400}.file-upload .file-body{padding:5px 15px}.file-upload .file-body h1{font-size:16px;font-weight:700;line-height:30px;color:#1b2559;margin-bottom:0}.file-upload .file-body h2{color:#1b2559;margin-bottom:0;font-size:16px;font-style:normal;font-weight:700;line-height:30px}hr{margin:9px 0}.see-btn{border:0px;padding:0;color:gray;font-size:10px;background-color:transparent}.form-control:focus{box-shadow:none!important}.custom-file-upload{border-radius:6px;background:#fff;padding:16px;margin-top:8px;width:100%;text-align:center}.custom-file-upload .file-icon{width:150px;height:150px;margin:auto;display:flex;align-items:center;justify-content:center}.custom-file-upload .file-icon img{width:100%}.custom-file-upload h3{font-size:16px;font-weight:600;line-height:17.6px;color:#030303}.custom-file-upload .click-file{font-size:16px;font-weight:400;line-height:17.6px;color:#757575}.custom-file-upload .file-size{color:#353535;font-size:12px;font-weight:400;line-height:19.21px;text-align:center}.custom-file-upload input[type=file]{display:none}.file-list{margin-top:0;border-radius:6px;padding:0 0 16px}.file-list .pdf-main-content{display:flex;gap:10px}.file-list .pdf-main-content .pdf-content{width:52px;min-width:52px;height:52px;border-radius:4px;padding:10px;background:#0000000d}.file-list .page-content{border-left:1px solid var(--BaseBackground, rgba(35, 51, 133, .1019607843));width:49px;padding:10px;min-width:49px}.file-list .page-content h2{font-size:20px;font-weight:400;line-height:10px;text-align:center;color:#0000004d}.file-list .page-content span{font-size:9px;font-weight:400;line-height:10px;text-align:center;color:#0000004d;padding-right:0}.file-list ul{list-style:none;padding:0}.file-list ul.upload-file-list{overflow-y:scroll;overflow-x:hidden;scroll-behavior:smooth;height:calc(100vh - 328px);margin-bottom:0}.file-list ul.upload-file-list.less-than-3{height:calc(100vh - 521px)}.file-list ul.upload-file-list .loader-content{background:#ffffffe3;width:calc(100% - 58px);height:96%;position:absolute;margin-left:58px;top:0}.file-list ul.upload-file-list .spinner-border{position:absolute;top:12px}.file-list ul li{margin-top:15px;margin-bottom:10px;position:relative;padding:16px;border-radius:6px;border:1px solid #CACACA}.file-list ul li span{font-size:11px;font-weight:400;line-height:20px;text-align:left;color:#989692}.file-list ul li p{font-size:12px;font-weight:500;line-height:20px;text-align:left;color:#000;word-break:break-all;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:0;width:177px}.file-list ul li .page-information{min-width:45px;margin-left:5px;font-size:9px;font-weight:400;line-height:20px;color:#000c;padding-right:0}.prgress-content{margin-top:10px}.prgress-content label{color:#000;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:10px}.prgress-content .progress{border-radius:4px;height:6px;background:var(--BaseBackground, rgba(35, 51, 133, .1019607843))}.prgress-content .progress .progress-bar{border-radius:4px;background:var(--BaseColor1, #50C878)}.loader{width:12px;height:12px;border-radius:50%;display:block;margin:50px auto 0;position:relative;color:#fff;box-sizing:border-box;animation:animloader 1s linear infinite alternate}.upload-file{font-size:12px;font-weight:400;color:green;margin-top:30px;text-align:center}@keyframes animloader{0%{box-shadow:-38px -12px,-14px 0,14px 0,38px 0}33%{box-shadow:-38px 0,-14px -12px,14px 0,38px 0}66%{box-shadow:-38px 0,-14px 0,14px -12px,38px 0}to{box-shadow:-38px 0,-14px 0,14px 0,38px -12px}}.upload-btn{background:#676767;font-size:14px;font-weight:500;line-height:22.41px;width:100%;padding:10px;color:#fff;border:0px;text-align:center;border-radius:5px}button:disabled{border-radius:10px;opacity:.2;background:#d67b24!important;box-shadow:0 21px 27px -10px #603cff7a;cursor:not-allowed}button:disabled svg{color:#fff!important}.pointer{cursor:pointer}.tooltip{--bs-tooltip-bg: #1b2559 !important}.tooltip .tooltip-inner{text-align:left;color:#fff;width:100%;font-size:11px;font-style:normal;font-weight:500;line-height:20px;max-width:fit-content}.tooltip .tooltip-inner span{font-weight:600}.document-management .header-content{position:fixed;left:100px;width:calc(100% - 100px);top:0;z-index:999;background-color:#fff}@media (max-width: 991px){.document-management .header-content{display:none}}.document-management .header-content h1{color:#43525a;font-size:24px;font-weight:700;line-height:32.68px;text-align:start;margin-bottom:0}.document-management .header-content p{font-size:13px;font-weight:400;line-height:17.7px;color:#5b5b5b;margin-bottom:0}.document-management .document-main-content{margin-left:100px;padding:20px;margin-top:76px}@media (max-width: 991px){.document-management .document-main-content{margin-left:0}}.document-management .document-main-content .table-header-content{display:flex;align-items:center;gap:5px}@media (max-width: 678px){.document-management .document-main-content .table-header-content{margin-bottom:10px}}.document-management .document-main-content .table-header-content h3{font-size:19px;font-weight:500;line-height:33.25px;text-align:left;color:#232d42;margin-bottom:0}@media (max-width: 678px){.document-management .document-main-content .table-header-content h3{font-size:15px}}.document-management .document-main-content .table-header-content .globle-button{width:121px;font-size:14px;font-weight:400;line-height:20px;text-align:left;margin-bottom:0;border-radius:8px}.Widgets-component{background:#43525a;padding:10px 20px;border-radius:20px;height:95%;align-items:center;margin:auto;display:flex}.Widgets-component .flex-shrink-0{width:56px;height:56px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.Widgets-component .flex-grow-1 p{font-size:14px;font-weight:500;line-height:24px;letter-spacing:-.02em;color:#a3aed0;margin-bottom:0}.Widgets-component .flex-grow-1 p span{color:#05cd99}.Widgets-component .flex-grow-1 h2{font-size:24px;font-weight:700;line-height:32px;letter-spacing:-.02em;color:#fff;margin-bottom:0}.line-chart{box-shadow:0 4px 4px #00000040;background:#f9f9f9;border-radius:20px;padding:20px;margin-top:30px}.line-chart .chart-header{display:flex;align-items:center;justify-content:space-between}.line-chart .chart-header ::-webkit-calendar-picker-indicator{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 24 24'%3E%3Cpath fill='%23A3AED0' d='M19 4h-2V3a1 1 0 0 0-2 0v1H9V3a1 1 0 0 0-2 0v1H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3m1 15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-7h16Zm0-9H4V7a1 1 0 0 1 1-1h2v1a1 1 0 0 0 2 0V6h6v1a1 1 0 0 0 2 0V6h2a1 1 0 0 1 1 1Z'/%3E%3C/svg%3E")}.line-chart .chart-header input{border:0px;background:#f4f7fe;font-size:14px;font-weight:500;line-height:24px;letter-spacing:-.02em;color:#a3aed0;padding:10px;border-radius:50px}.line-chart .chart-header input:focus{outline:none}.line-chart .chart-header .line-voice{background:#f4f7fe;width:33px;height:33px;border-radius:50%;padding:5px 4px 4px 5px}.line-chart h1{color:#2b3674;font-size:34px;font-weight:700;line-height:42px;margin-bottom:0;letter-spacing:-.02em}.line-chart p{color:#a3aed0;font-size:14px;font-weight:500;line-height:24px;letter-spacing:-.02em;display:flex;align-items:center}.line-chart sub{color:#a3aed0;font-size:14px;font-weight:500;line-height:24px;letter-spacing:-.02em}.line-chart .span{padding-left:30px;font-size:12px;font-weight:700;line-height:20px;letter-spacing:-.02em;text-align:center;color:#05cd99;position:relative}.line-chart .span:before{content:"";position:absolute;left:9px;top:4px;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 24 24'%3E%3Cpath fill='%2305CD99' fill-rule='evenodd' d='M7 9a1 1 0 0 0-.707 1.707l5 5a1 1 0 0 0 1.414 0l5-5A1 1 0 0 0 17 9z' clip-rule='evenodd'/%3E%3C/svg%3E")}.line-chart h3{font-size:16px;font-weight:700;line-height:28px;letter-spacing:-.02em;text-align:left;color:#05cd99}.add-user{box-shadow:0 5px 12px #0c0c0c1a;padding:15px;position:relative;border-radius:8px;border:.5px solid #D9D9D9}.add-user h2{font-size:24px;font-weight:700;line-height:32.68px;text-align:center;color:#43525a}@media (max-width: 567px){.add-user h2{font-size:20px}}.add-user .custom-file-upload{border:none;padding:0}.add-user h4{font-size:15px;font-weight:700;line-height:20.43px;text-align:left;color:#43525a}@media (max-width: 567px){.add-user h4{font-size:14px}}.add-user p{font-size:12px;font-weight:400;line-height:16.34px;color:#747272}.add-user .input-field{margin-top:20px}.add-user .input-field label{font-size:15px;font-weight:700;line-height:20.43px;color:#43525a;display:block}@media (max-width: 567px){.add-user .input-field label{font-size:13px}}.add-user .input-field input,.add-user .input-field textarea{font-size:15px;font-weight:400;line-height:20.43px;text-align:left;color:#000;border:0px;resize:none}@media (max-width: 991px){.add-user .input-field input,.add-user .input-field textarea{font-size:14px}}.add-user .input-field input:focus,.add-user .input-field textarea:focus{box-shadow:none;outline:none}.add-user .input-field input::placeholder,.add-user .input-field textarea::placeholder{color:#5b5b5b}.add-user .input-field.client-location .location-search{margin-top:5px;border-top:.5px solid rgba(0,0,0,.2);display:flex;align-items:center}.add-user .input-field.client-location .location-search input{border:0px;padding:5px}.add-user .input-field .form-select{padding:0;border:0px;font-size:15px;font-weight:400;line-height:20.43px;text-align:left;color:#5b5b5b}.add-user .input-field .form-select:focus{box-shadow:none}.add-user .globle-button{height:36px;font-size:14px}.add-user .edit-content figure{height:161px;width:161px;margin:10px auto}.add-user .edit-content figure img{width:100%;border-radius:4px;height:100%}.add-user .edit-content .edit-outline{position:absolute;right:20px;top:20px}.modal-dialog{width:315px}.modal-dialog p{font-size:18px;font-weight:600;line-height:23.4px;letter-spacing:-.01em;text-align:center;color:#000;margin:20px 0}.modal-dialog p span{font-size:18px;font-weight:600;line-height:23.4px;letter-spacing:-.01em;text-align:center;color:#d67b24}.modal-dialog button{border-radius:5px;margin-bottom:0}.modal-dialog button.yes-button{color:#d67b24;border:.5px solid rgba(0,0,0,.568627451);background:transparent}.modal-dialog img{margin:auto}.setting-content{padding:20px}.setting-content .color-div{background:linear-gradient(90.96deg,#d67b2491 .82%,#fff 102.32%);height:110px;border-radius:10px;width:100%}.setting-content .profile-inner-content{margin-top:10px;display:flex;justify-content:space-between}.setting-content .profile-inner-content figure{width:161px;height:161px}.setting-content .profile-inner-content figure img{width:100%;border-radius:5px}.setting-content .profile-inner-content p{text-align:center;font-size:12px;font-weight:400;line-height:14.52px;color:#000}.setting-content .profile-inner-content h1{font-size:20px;font-weight:700;line-height:32.68px;text-align:left;color:#43525a}.setting-content .field-input{margin-top:30px}.setting-content .field-input label{font-size:15px;font-weight:700;line-height:20.43px;text-align:left;color:#43525a;display:block}.setting-content .field-input input{border:none;color:#000;font-size:15px;font-weight:400;line-height:20.43px;text-align:left}.setting-content .field-input input::placeholder{color:#5b5b5b}@media (max-width: 678px){.setting-content .field-input input{width:100%}}.setting-content .globle-button{width:103px;height:38px;margin-top:20px}.admin-SideBar{background:#fff;position:fixed;top:0;left:0;bottom:0;height:100vh;width:100px;padding:20px 0 20px 24px}.admin-SideBar .logo{display:flex;justify-content:center}.admin-SideBar ul{position:relative;list-style:none;margin-top:20px;padding:10px 0;background:linear-gradient(86.78deg,#efb71e -107.43%,#c72b30 231.47%);box-shadow:0 5px 12px #0c0c0c1a;border-radius:10px;height:80vh}.admin-SideBar ul .log-out{border:0px;position:absolute;bottom:20px;background-color:transparent;color:#fff;font-size:14px}.admin-SideBar ul .edit-document li{color:#9197b3;font-size:14px;font-weight:500;line-height:normal;letter-spacing:-.14px;position:relative;padding:11px;display:flex;align-items:center;justify-content:center;height:44px;width:44px;border-radius:10px;margin:10px auto}.admin-SideBar ul .edit-document li svg{color:#fff;font-size:25px;min-width:25px}.admin-SideBar ul .edit-document.active li{background:#0003}.toggle-btn,.nav-menu{display:none!important}.mobile-sidebar{display:none}@media (max-width: 991px){.admin-SideBar{display:none}.mobile-sidebar{position:fixed;top:0;background:#fff;padding:20px;width:100%;display:flex;z-index:9999;justify-content:space-between}.mobile-sidebar .logo figure{height:49px;margin-bottom:0}.mobile-sidebar .logo figure img{width:100%;height:100%}.toggle-btn{display:flex!important;align-items:center}.nav-menu{display:block!important}.logo svg{max-width:150px}.btn-toggle{width:26px;padding:0;margin-left:10px}.btn-toggle span{width:100%;height:3px;display:block;background-color:#000}.btn-toggle span:not(:last-child){margin-bottom:5px}nav{position:fixed;top:0;left:0;height:100vh;width:100vw;opacity:0;visibility:hidden;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;z-index:9999}nav ul{position:relative;list-style:none;margin-top:20px;padding:10px 0;border-radius:10px;height:80vh}nav ul .log-out{border:0px;position:absolute;bottom:20px;background-color:transparent;color:#fff;font-size:14px}nav ul .edit-document li{color:#fff;font-size:14px;font-weight:500;line-height:normal;letter-spacing:-.14px;position:relative;padding:11px;display:flex;align-items:center;justify-content:center;height:44px;width:44px;border-radius:10px;margin:10px auto}nav ul .edit-document li svg{color:#fff;font-size:25px;min-width:25px}nav ul .edit-document.active li{background:#0003}nav .navbar-menu{display:grid;align-items:end;background:linear-gradient(86.78deg,#efb71e -107.43%,#c72b30 231.47%);box-shadow:0 5px 12px #0c0c0c1a;max-width:100px;width:100%;padding:40px 20px 20px;height:100%;top:0;left:0;position:absolute;transform:translate(calc(100% - 600px));transition:.4s;border-radius:0 8px 8px 0}nav.mobile-menu{opacity:1;visibility:visible}nav.mobile-menu .overlay{background-color:#0006;content:"";position:absolute;left:0;top:0;height:100%;width:100%}nav.mobile-menu .dropdown{position:absolute;bottom:70px;display:flex;align-items:center}nav.mobile-menu .dropdown .dropdown-menu{width:150px}nav.mobile-menu .dropdown figure{width:42px;height:42px;margin-bottom:0;border-radius:50%}nav.mobile-menu .dropdown figure img{width:100%;height:100%;border-radius:50%}nav.mobile-menu .dropdown figure svg{font-size:45px;color:#fff}nav.mobile-menu .dropdown .dropdown-toggle:before{right:-10px;height:20px;width:20px;border:0px;top:6px}nav.mobile-menu .dropdown .btn-primary{background-color:transparent;border:0px;color:#fff;font-size:12px;font-weight:400;line-height:normal;letter-spacing:.12px;display:flex;align-items:center;position:relative}nav.mobile-menu .dropdown .btn-primary:hover{background-color:transparent}nav.mobile-menu .navbar-menu{transform:none}nav.mobile-menu .close-btn{position:absolute;right:0;top:0;height:36px;width:36px;background-color:#fff;border-radius:8px;color:#000;border:none}nav.mobile-menu ul{flex-direction:column;max-height:80%;min-height:400px;overflow-y:auto;align-items:flex-start;list-style:none;padding-left:0}}@media (max-width: 991px){#overlay-button{display:inline-block!important}}.overlap-group-wrapper{padding-left:20px}@media (max-width: 568px){.overlap-group-wrapper{padding-left:0}}.chevron-right{height:16px;right:0;position:absolute;top:14px;width:16px}::-webkit-scrollbar-track{border-radius:10px;background-color:transparent}::-webkit-scrollbar{width:12px;background-color:transparent}::-webkit-scrollbar-thumb{border-radius:10px;background-color:transparent}/*!
* Cropper.js v1.6.2
* https://fengyuanchen.github.io/cropperjs
*
* Copyright 2015-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2024-04-21T07:43:02.731Z
*/.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-wrap-box,.cropper-canvas{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:calc(100% / 3);left:0;top:calc(100% / 3);width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:calc(100% / 3);top:0;width:calc(100% / 3)}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:before,.cropper-center:after{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width: 768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width: 992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width: 1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}
