@import"https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,500,600,700,800,900|Barlow:300,400,500,600,700,800,900&display=swap";.about{position:fixed;z-index:10;bottom:10px;right:10px;width:40px;height:40px;display:flex;justify-content:flex-end;align-items:flex-end;transition:all .2s ease}.about .bg_links{width:40px;height:40px;display:flex;justify-content:center;align-items:center;background-color:#0003;border-radius:100%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);position:absolute}.about .logo{width:40px;height:40px;z-index:9;background-image:url(https://rafaelavlucas.github.io/assets/codepen/logo_white.svg);background-size:50%;background-repeat:no-repeat;background-position:10px 7px;opacity:.9;transition:all 1s .2s ease;bottom:0;right:0}.about .social{opacity:0;right:0;bottom:0}.about .social .icon{width:100%;height:100%;background-size:20px;background-repeat:no-repeat;background-position:center;background-color:transparent;display:flex;transition:all .2s ease,background-color .4s ease;opacity:0;border-radius:100%}.about .social.portfolio{transition:all .8s ease}.about .social.portfolio .icon{background-image:url(https://rafaelavlucas.github.io/assets/codepen/link.svg)}.about .social.dribbble{transition:all .3s ease}.about .social.dribbble .icon{background-image:url(https://rafaelavlucas.github.io/assets/codepen/dribbble.svg)}.about .social.linkedin{transition:all .8s ease}.about .social.linkedin .icon{background-image:url(https://rafaelavlucas.github.io/assets/codepen/linkedin.svg)}.about:hover{width:105px;height:105px;transition:all .6s cubic-bezier(.64,.01,.07,1.65)}.about:hover .logo{opacity:1;transition:all .6s ease}.about:hover .social{opacity:1}.about:hover .social .icon{opacity:.9}.about:hover .social:hover{background-size:28px}.about:hover .social:hover .icon{background-size:65%;opacity:1}.about:hover .social.portfolio{right:0;bottom:calc(100% - 40px);transition:all .3s 0s cubic-bezier(.64,.01,.07,1.65)}.about:hover .social.portfolio .icon:hover{background-color:#698fb7}.about:hover .social.dribbble{bottom:45%;right:45%;transition:all .3s .15s cubic-bezier(.64,.01,.07,1.65)}.about:hover .social.dribbble .icon:hover{background-color:#ea4c89}.about:hover .social.linkedin{bottom:0;right:calc(100% - 40px);transition:all .3s .25s cubic-bezier(.64,.01,.07,1.65)}.about:hover .social.linkedin .icon:hover{background-color:#0077b5}h1,h2,h3,h4,h5,h6,button,input,body{margin:0;padding:0;list-style:none;border:0;-webkit-tap-highlight-color:transparent;text-decoration:none;color:inherit}h1:focus,h2:focus,h3:focus,h4:focus,h5:focus,h6:focus,button:focus,input:focus,body:focus{outline:0}nav .menu{width:100%;height:80px;position:absolute;display:flex;align-items:center;justify-content:space-between;padding:0 5%;box-sizing:border-box;z-index:3}nav .menu .website_name{color:#b3dce4;font-weight:600;font-size:20px;letter-spacing:1px;background:white;padding:4px 8px;border-radius:2px;opacity:.5;transition:all .4s ease;cursor:pointer}nav .menu .website_name:hover{opacity:1}nav .menu .menu_links{transition:all .4s ease;opacity:.5}nav .menu .menu_links:hover{opacity:1}@media screen and (max-width: 799px){nav .menu .menu_links{display:none}}nav .menu .menu_links .link{color:#fff;text-transform:uppercase;font-weight:500;margin-right:50px;letter-spacing:2px;position:relative;transition:all .3s .2s ease}nav .menu .menu_links .link:last-child{margin-right:0}nav .menu .menu_links .link:before{content:"";position:absolute;width:0px;height:4px;background:linear-gradient(90deg,#FFEDC0 0%,#FF9D87 100%);bottom:-10px;border-radius:4px;transition:all .4s cubic-bezier(.82,.02,.13,1.26);left:100%}nav .menu .menu_links .link:hover{opacity:1;color:#fb8a8a}nav .menu .menu_links .link:hover:before{width:40px;left:0}nav .menu .menu_icon{width:40px;height:40px;position:relative;display:none;justify-content:center;align-items:center;cursor:pointer}@media screen and (max-width: 799px){nav .menu .menu_icon{display:flex}}nav .menu .menu_icon .icon{width:24px;height:2px;background:white;position:absolute}nav .menu .menu_icon .icon:before,nav .menu .menu_icon .icon:after{content:"";width:100%;height:100%;background:inherit;position:absolute;transition:all .3s cubic-bezier(.49,.04,0,1.55)}nav .menu .menu_icon .icon:before{transform:translateY(-8px)}nav .menu .menu_icon .icon:after{transform:translateY(8px)}nav .menu .menu_icon:hover .icon{background:#FFEDC0}nav .menu .menu_icon:hover .icon:before{transform:translateY(-10px)}nav .menu .menu_icon:hover .icon:after{transform:translateY(10px)}.wrapper{display:grid;grid-template-columns:1fr;justify-content:center;align-items:center;height:100vh;overflow-x:hidden}.wrapper .container{margin:0 auto;transition:all .4s ease;display:flex;justify-content:center;align-items:center;position:relative}.wrapper .container .scene{position:absolute;width:100vw;height:100vh;vertical-align:middle}.wrapper .container .one,.wrapper .container .two,.wrapper .container .three,.wrapper .container .circle,.wrapper .container .p404{width:60%;height:60%;top:20%!important;left:20%!important;min-width:400px;min-height:400px}.wrapper .container .one .content,.wrapper .container .two .content,.wrapper .container .three .content,.wrapper .container .circle .content,.wrapper .container .p404 .content{width:600px;height:600px;display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);animation:content .8s cubic-bezier(1,.06,.25,1) backwards}@keyframes content{0%{width:0}}.wrapper .container .one .content .piece,.wrapper .container .two .content .piece,.wrapper .container .three .content .piece,.wrapper .container .circle .content .piece,.wrapper .container .p404 .content .piece{width:200px;height:80px;display:flex;position:absolute;border-radius:80px;z-index:1;animation:pieceLeft 8s cubic-bezier(1,.06,.25,1) infinite both}@keyframes pieceLeft{50%{left:80%;width:10%}}@keyframes pieceRight{50%{right:80%;width:10%}}@media screen and (max-width: 799px){.wrapper .container .one,.wrapper .container .two,.wrapper .container .three,.wrapper .container .circle,.wrapper .container .p404{width:90%;height:90%;top:5%!important;left:5%!important;min-width:280px;min-height:280px}}@media screen and (max-height: 660px){.wrapper .container .one,.wrapper .container .two,.wrapper .container .three,.wrapper .container .circle,.wrapper .container .p404{min-width:280px;min-height:280px;width:60%;height:60%;top:20%!important;left:20%!important}}.wrapper .container .text{width:60%;height:40%;min-width:400px;min-height:500px;position:absolute;margin:40px 0;animation:text .6s 1.8s ease backwards}@keyframes text{0%{opacity:0;transform:translateY(40px)}}@media screen and (max-width: 799px){.wrapper .container .text{min-height:400px;height:80%}}.wrapper .container .text article{width:400px;position:absolute;z-index:4;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;bottom:0;left:50%;transform:translate(-50%)}@media screen and (max-width: 799px){.wrapper .container .text article{width:100%}}.wrapper .container .text article p{color:#fff;font-size:18px;letter-spacing:.6px;margin-bottom:40px;text-shadow:6px 6px 10px #32243E}.wrapper .container .text article button{height:40px;padding:0 30px;border-radius:50px;cursor:pointer;box-shadow:0 15px 20px #0189a580;z-index:3;color:#b3dce4;background-color:#fff;text-transform:uppercase;font-weight:600;font-size:12px;transition:all .3s ease}.wrapper .container .text article button:hover{box-shadow:0 10px 10px -10px #0189a580;transform:translateY(5px);background:#FB8A8A;color:#fff}.wrapper .container .p404{font-size:200px;font-weight:700;letter-spacing:4px;color:#fff;display:flex!important;justify-content:center;align-items:center;position:absolute;z-index:2;animation:anime404 .6s cubic-bezier(.3,.8,1,1.05) both;animation-delay:1.2s}@media screen and (max-width: 799px){.wrapper .container .p404{font-size:100px}}@keyframes anime404{0%{opacity:0;transform:scale(10) skew(20deg,20deg)}}.wrapper .container .p404:nth-of-type(2){color:#0189a5;z-index:1;animation-delay:1s;filter:blur(10px);opacity:.8}.wrapper .container .circle{position:absolute}.wrapper .container .circle:before{content:"";position:absolute;width:800px;height:800px;background-color:#0189a533;border-radius:100%;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 5px 20px 40px #0189a540,inset 5px 0 5px #32243e4d,inset 5px 5px 20px #32243e40,2px 2px 5px #fff3;animation:circle .8s cubic-bezier(1,.06,.25,1) backwards}@keyframes circle{0%{width:0;height:0}}@media screen and (max-width: 799px){.wrapper .container .circle:before{width:400px;height:400px}}.wrapper .container .one .content:before{content:"";position:absolute;width:600px;height:600px;background-color:#0189a54d;border-radius:100%;box-shadow:inset 5px 20px 40px #0189a540,inset 5px 0 5px #32243e4d,inset 5px 5px 20px #32243e40,2px 2px 5px #fff3;animation:circle .8s .4s cubic-bezier(1,.06,.25,1) backwards}@media screen and (max-width: 799px){.wrapper .container .one .content:before{width:300px;height:300px}}.wrapper .container .one .content .piece{background:linear-gradient(90deg,#8077EA 13.7%,#EB73FF 94.65%)}.wrapper .container .one .content .piece:nth-child(1){right:15%;top:18%;height:30px;width:120px;animation-delay:.5s;animation-name:pieceRight}.wrapper .container .one .content .piece:nth-child(2){left:15%;top:45%;width:150px;height:50px;animation-delay:1s;animation-name:pieceLeft}.wrapper .container .one .content .piece:nth-child(3){left:10%;top:75%;height:20px;width:70px;animation-delay:1.5s;animation-name:pieceLeft}.wrapper .container .two .content .piece{background:linear-gradient(90deg,#FFEDC0 0%,#FF9D87 100%)}.wrapper .container .two .content .piece:nth-child(1){left:0%;top:25%;height:40px;width:120px;animation-delay:2s;animation-name:pieceLeft}.wrapper .container .two .content .piece:nth-child(2){right:15%;top:35%;width:180px;height:50px;animation-delay:2.5s;animation-name:pieceRight}.wrapper .container .two .content .piece:nth-child(3){right:10%;top:80%;height:20px;width:160px;animation-delay:3s;animation-name:pieceRight}.wrapper .container .three .content .piece{background:#FB8A8A}.wrapper .container .three .content .piece:nth-child(1){left:25%;top:35%;height:20px;width:80px;animation-name:pieceLeft;animation-delay:3.5s}.wrapper .container .three .content .piece:nth-child(2){right:10%;top:55%;width:140px;height:40px;animation-name:pieceRight;animation-delay:4s}.wrapper .container .three .content .piece:nth-child(3){left:40%;top:68%;height:20px;width:80px;animation-name:pieceLeft;animation-delay:4.5s}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{border-radius:10px;background-color:#fff}::-webkit-scrollbar-thumb{border-radius:10px;background-color:#99999984}body{font-family:Poppins,sans-serif!important;margin:0}div,span,article,input,textarea{font-family:Poppins,sans-serif!important}.scroll-y .ant-card-body{overflow-y:scroll;max-height:calc(100vh - 200px)}.login-page-wrapper{align-items:center;background-size:cover;display:flex;height:100vh;width:100vw;overflow:hidden;justify-content:center}.login-page-wrapper .login-card-wrapper{display:flex!important;flex-direction:column;justify-content:center;overflow-y:hidden;overflow-x:hidden}.login-page-wrapper .login-card-wrapper .login-card{min-width:485px}.login-page-wrapper .login-card-wrapper .login-card .ant-card-body{border-radius:10px;padding:45px 40px}.login-page-wrapper .login-card-wrapper .login-card .ant-card-body .logo-container{display:flex;justify-content:center;padding:2rem 0}.login-page-wrapper .login-card-wrapper .login-card .ant-card-body .logo-container .logo{border-radius:10px;margin:0 auto;height:50px;width:100px;object-fit:contain;background:rgb(255,255,255)}.login-page-wrapper .login-card-wrapper .login-card .ant-card-body .card-header{align-items:flex-end;display:flex;justify-content:space-between}.login-page-wrapper .login-card-wrapper .login-card .ant-card-body .card-header h2{font-size:20px;margin-inline:auto;font-weight:600;color:#1677ff}.login-page-wrapper .login-card-wrapper .signup-logo{border-radius:10px;display:flex;justify-content:center;margin:0 auto;height:80px;width:230px;object-fit:contain;background:rgb(255,255,255)}.login-page-wrapper .login-particular-option{width:50vw;overflow-y:hidden}.login-page-wrapper .login-image{height:101vh;width:50vw}.mb{margin-bottom:10px}.login-form-button{align-items:center;border:none;border-radius:12px;color:#fff;display:flex;font-weight:700;height:55px;justify-content:center;text-transform:uppercase;width:100%}.login-form-button:hover{opacity:.8!important}form.ant-form .ant-form-item{margin-bottom:15px!important}form.ant-form .ant-form-item .ant-form-item-label{font-size:18px!important;margin:0;padding:0!important;text-transform:capitalize}form.ant-form .ant-form-item .ant-form-item-label label{font-size:14px!important;font-weight:600;height:auto;padding:5px 0;position:relative;color:#000;opacity:.5}form.ant-form .ant-form-item .ant-form-item-label label.ant-form-item-required:before{font-size:12px!important;position:absolute;right:-12px;top:0}form.ant-form .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-affix-wrapper .ant-input-prefix{margin-inline-start:10px;margin-inline-end:0}form.ant-form .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-select-selector,form.ant-form .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-number,form.ant-form .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input{background-color:#f5f5f5;border:transparent;border-radius:10px!important;min-height:48px;width:100%!important}form.ant-form .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-select-selector:focus,form.ant-form .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-number:focus,form.ant-form .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input:focus{box-shadow:none}form.ant-form .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-select-selector:disabled,form.ant-form .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-select-selector .ant-input-number-input:disabled,form.ant-form .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-number:disabled,form.ant-form .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-number .ant-input-number-input:disabled,form.ant-form .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input:disabled,form.ant-form .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input .ant-input-number-input:disabled{color:#00000080!important}form.ant-form .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-affix-wrapper{background-color:#f5f5f5!important;border:transparent!important;border-radius:10px!important;padding:0}form.ant-form .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-affix-wrapper input.ant-input{padding:0 10px}form.ant-form .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-affix-wrapper .ant-input-suffix{padding-right:10px}form.ant-form .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input:is(textarea){padding-block:12px}form.ant-form .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-number:not(.initial-input) .ant-input-number-handler-wrap{display:none}form.ant-form .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-number:not(.initial-input) .ant-input-number-input{height:48px!important}form.ant-form .ant-form-item .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-number-focused{box-shadow:none!important}form.ant-form .ant-form-item .ant-form-item-control .ant-form-item-explain{padding-left:10px}form.ant-form .ant-form-item .ant-form-item-control .ant-form-item-explain .ant-form-item-explain-error{font-size:13px!important;padding-bottom:10px!important}form.ant-form .ant-picker,form.ant-form .ant-select-selector{background-color:#f5f5f5!important;border:transparent!important;border-radius:10px!important;min-height:48px!important;width:100%}.signup-card form.ant-form .ant-form-item{margin-bottom:0!important}.signup-form .signup-card{max-width:700px}.signup-form form.ant-form{display:grid;column-gap:16px;grid-template-columns:1fr 1fr}.signup-form .submit-button{margin:10px auto;grid-column:1/3;width:325px}.signup-form .signup-stall-address{grid-column:1/3}.sidebar-wrapper{background-color:#fff!important}.sidebar-wrapper .sidebar-logo{display:flex;justify-content:center;height:75px;padding:5px;align-items:center;object-fit:contain}.sidebar-wrapper .sidebar-logo img{width:80%;height:80%;object-fit:contain}.sidebar-wrapper h5{color:#a5a5a5!important;text-transform:uppercase;font-size:15px;font-weight:600;margin-left:24px;padding:15px 0 6px;margin-bottom:0}.sidebar-wrapper .sidebar-menu-wrap{display:flex;flex-direction:column;justify-content:space-between;height:87vh}.sidebar-wrapper .sidebar-menu-wrap ul.ant-menu li.ant-menu-item span.anticon{font-size:24px}.sidebar-wrapper .sidebar-menu-wrap ul.ant-menu-inline-collapsed li.ant-menu-item{padding-inline:calc(50% - 20px)}.sidebar-wrapper .sidebar-menu-wrap ul.ant-menu-inline-collapsed li.ant-menu-item span.ant-menu-item-icon{margin:0;font-size:24px;line-height:40px}.sidebar-wrapper .sidebar-menu-wrap ul.ant-menu-inline-collapsed li.ant-menu-item-selected{inset-inline-start:0;padding-inline:calc(50% - 20px);text-overflow:clip}.sidebar-wrapper .sidebar-menu-wrap ul.ant-menu-inline-collapsed li.ant-menu-item-selected span.ant-menu-item-icon{margin:0;font-size:24px;line-height:40px}.sidebar-wrapper .sidebar-menu-wrap footer.sidebar-footer{color:#a5a5a5;font-size:11px;text-align:center;margin-bottom:15px;width:100%}.site-layout-background{background:transparent}.sidemenu{margin-top:20px;margin-left:20px}.logo img{width:32px;margin-right:10px}.drawer-column{display:flex;flex-direction:column;justify-content:center;align-items:center}.ant-drawer .ant-drawer-header-title{display:flex;align-items:flex-start}.ant-drawer .ant-drawer-header-title button{margin-top:4px}.logo span{font-size:16px;font-weight:600}header.ant-layout-header.subheader{background:transparent}.text-center{text-align:center}.sign-out-btn.ant-btn-link{font-size:16px!important;display:flex;flex-direction:row;gap:10px;font-weight:500;justify-content:center;align-items:center;border:none;color:#fff;padding:20px;transition:2s;box-shadow:none;background-color:transparent}.sign-out-btn.ant-btn-link:hover{outline:#fff 1px solid}.sign-out-btn.ant-btn-link svg{font-size:18px!important}.sign-out-btn.ant-btn-link svg path{stroke-width:10}.sign-out-btn.ant-btn-link:not(:disabled):hover{color:#fff}.ant-btn-link{box-shadow:none}.avatar:hover{cursor:pointer}.add-btn{background-color:#1677ff;color:#fff;font-weight:700;height:45px;gap:8px;justify-content:center;border:none;border-radius:8px;padding:4px 20px;display:flex;align-items:center}.add-btn span{display:flex;align-items:center}.add-btn span i{font-size:18px;margin-right:15px}.add-btn i{margin-right:10px;font-size:12px}.add-btn:hover,.add-btn:focus{color:#fff!important;background-color:#1677ff!important;opacity:.8!important}.dashboard-card .ant-card .ant-card-body{display:flex;justify-content:center;text-align:center;gap:20px}.dashboard-card .ant-card .ant-card-body svg{font-size:36px;color:#1677ff}.dashboard-card .ant-card .ant-card-body .card-heading{margin-top:8px;font-size:16px;font-weight:600}.dashboard-card .ant-card-bordered{box-shadow:1px 1px 1px #e4e4e4}.listing-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:10px}.listing-header .listing-header-left{width:58%;overflow-x:auto;padding-bottom:4px}.listing-header .listing-header-left button{height:40px;border-radius:40px;background-color:#cef584;border:none;font-weight:500;color:#797979}.listing-header .listing-header-left button:hover{background-color:#1677ff!important}.listing-header .listing-header-left.slim-scrollbar{scrollbar-width:thin}.listing-header .listing-header-left.slim-scrollbar::-webkit-scrollbar{width:8px;height:5px}.listing-header .listing-header-left.slim-scrollbar::-webkit-scrollbar-track{border-radius:10px;background-color:#fff;height:5px}.listing-header .listing-header-left.slim-scrollbar::-webkit-scrollbar-thumb{border-radius:10px;background-color:#cef584;height:5px}.listing-header .listing-header-right,.listing-header .listing-header-left{display:flex;align-items:center}.listing-header .status-filter{margin-right:25px}.listing-header .status-filter .ant-select-selector{border-radius:40px;height:55px;width:170px;align-items:center;justify-content:center;box-shadow:0 0 5px 1px #0000000f;border:1px solid #f1f1f1;padding:5px 15px}.listing-header .status-filter .ant-select-selector .ant-select-selection-item{display:flex;justify-content:center}.listing-header .status-filter .ant-select-selector:hover{border-color:#f1f1f1}.listing-header .status-filter i{color:#1677ff;font-size:20px}.listing-header .status-filter .ant-select-arrow{display:flex;align-items:center;margin-right:10px}.listing-header .status-filter .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector{box-shadow:0 0 5px 1px #0000000f;border:1px solid #f1f1f1}.listing-header .listing-search{margin-right:25px}.listing-header .listing-search span.ant-input-affix-wrapper{height:45px;border-radius:40px;box-shadow:0 0 5px 1px #0000000f;border:1px solid #f1f1f1;max-width:310px;width:450px!important;padding:1px 12px}.listing-header .listing-search span.ant-input-affix-wrapper span.ant-input-suffix{margin-right:3px}.listing-header .listing-search span.ant-input-affix-wrapper span.ant-input-suffix svg{fill:#1677ff;font-size:20px}.listing-header .listing-search span.ant-input-affix-wrapper span.ant-input-suffix .anticon-search{margin-left:6px}.btn-standard{background-color:#1677ff;color:#fff;text-transform:uppercase;font-weight:700;height:45px;display:flex;justify-content:center;align-items:center;border:none;border-radius:12px;min-width:140px}.btn-standard:hover,.btn-standard:focus{opacity:.8!important}.view-profile-btn{background-color:#1677ff;width:-webkit-fill-available;font-weight:600;height:45px;font-size:16px}.ghost-btn{height:45px;display:flex;justify-content:center;align-items:center;box-shadow:none;text-transform:uppercase;font-weight:700;color:#9b9b9b!important;background-color:transparent;margin-left:20px;padding:10px 20px;letter-spacing:1px;min-width:140px;border-radius:12px;border:#9b9b9b 1px solid}.ghost-btn:hover{border-color:#1677ff!important;color:#1677ff!important}.delete-btn{height:45px;display:flex;justify-content:center;align-items:center;box-shadow:none;text-transform:uppercase;font-weight:700;color:#ff7879!important;background-color:transparent;letter-spacing:1px;min-width:100px;border-radius:12px;border:#ff7879 1px solid}.delete-btn:hover{color:#fff!important;border-color:#ff7879!important;background-color:#ff7879}.modified-btn{min-width:100px!important;margin-left:0!important}.ant-card.criclebox table th{padding:14px 24px}.ant-card.criclebox{box-shadow:0 20px 27px #0000000d;border-radius:12px}.ant-breadcrumb a{display:revert}.header-menu-icon{margin-left:20px}.header-menu-icon .anticon[tabindex]{font-size:24px;color:#000000b4}.category-select .ant-select-selector{border-radius:40px;height:55px;width:170px;align-items:center;justify-content:center;box-shadow:0 0 5px 1px #0000000f;padding:5px 15px}.category-select .ant-select-selector .ant-select-selection-item{text-overflow:ellipsis}.category-select .ant-select-selector:hover{border-color:#f1f1f1}.category-select .ant-select-arrow{display:flex;align-items:center;margin-right:10px}.category-select .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector{box-shadow:0 0 5px 1px #0000000f;border:1px solid #f1f1f1}.category-select .ant-input:not(textarea),.category-select .ant-select-selector,.category-select .ant-picker{min-height:48px!important;background-color:#f5f5f5!important;border:transparent!important;border-radius:10px!important;width:100%}.category-select .ant-input:not(textarea):focus,.category-select .ant-select-selector:focus,.category-select .ant-picker:focus{box-shadow:none!important;background-color:#e3e3e3!important}.category-select .ant-input:not(textarea) span.ant-select-selection-placeholder,.category-select .ant-select-selector span.ant-select-selection-placeholder,.category-select .ant-picker span.ant-select-selection-placeholder{line-height:50px!important}.category-select .ant-select-selector{border:none;box-shadow:none!important;background-color:#e3e3e3!important}.category-select .ant-select-selector input{padding-top:15px!important}.category-select .ant-select.ant-select-in-form-item{padding-bottom:8px}.ant-checkbox+span{margin-bottom:8px}.date-select .ant-form-item-control-input-content{padding-bottom:8px}.select-clear .ant-select-arrow{display:flex;align-items:center;margin-right:0}.add-item-btn{color:#1677ff;border-color:#1677ff}.action-btn{font-size:25px;color:#1677ff}.tag{font-size:14px;padding:8px;border-radius:10px}.mt{margin-top:12px}.item-btn{width:-webkit-fill-available}.item-table .ant-table-tbody .ant-table-row .ant-table-cell{background-color:#fafafa}.item-table .ant-table-tbody .ant-table-row .ant-table-cell:nth-child(6){background-color:#fff}.add-on-item-table .ant-table-tbody .ant-table-row .ant-table-cell{background-color:#fafafa}.add-on-item-table .ant-table-tbody .ant-table-row .ant-table-cell:nth-child(5),.add-on-item-table .ant-table-tbody .ant-table-row .ant-table-cell:nth-child(6){background-color:#fff}.custom-tree{background-color:#fafafa;padding:10px}.custom-tree .ant-tree-title{font-size:16px;font-weight:600}.custom-tree .ant-tree-treenode{margin-bottom:8px}.custom-tree .ant-tree-node-selected{background-color:#e1e1e1;font-weight:600}.custom-divider{position:absolute;top:50%;left:0;right:0;height:1px;background-color:#e8e8e8;transform:translateY(-50%)}.custom-tree-node{display:flex;align-items:center}.custom-tree-node .custom-icon{width:12px;height:12px;background-color:#d2d2d2;border-radius:50%;margin-right:8px}.custom-tree-node-title{font-weight:600}.setting-icon{font-size:25px;color:#1677ff}.setting-panel-header{font-size:18px;font-weight:600}.setting-main-div{background-color:transparent}.setting-main-div .ant-collapse-expand-icon,.setting-main-div .ant-collapse-header-text{color:#0009}.setting-main-div .ant-collapse-header{align-items:center!important}.setting-panel{margin-bottom:18px;background-color:#e6f6fc;border-radius:10px!important;position:relative}.setting-panel .ant-table-tbody tr{background-color:#ffffff46!important}.slick-prev:before,.slick-next:before{color:#1890ff!important}.order-slider{padding:0 10px}.slick-list{display:flex!important;justify-content:flex-start!important}.slick-list>.slick-track{display:flex}.selected-btn{font-size:16px;background-color:#80a7c2;color:#fff;font-weight:600;height:45px;display:flex;justify-content:center;align-items:center;border:none;border-radius:12px;min-width:140px}.selected-btn:focus{background-color:#80a7c2!important;color:#fff;opacity:.9!important}.selected-btn:hover{color:#fff!important;background-color:#80a7c2!important}.slider-btn{font-size:16px;background-color:#2b6d99;color:#fff;font-weight:600;height:45px;display:flex;justify-content:center;align-items:center;border:none;border-radius:12px;min-width:140px}.slider-btn:focus{background-color:#2b6d99!important;color:#fff;opacity:.9!important}.slider-btn:hover{color:#fff!important;background-color:#2b6d99!important}.order-item-list{height:152px;cursor:pointer}.order-item-list .ant-card-body{padding:0 0 5px 4px!important;background:rgba(241,241,241,.5058823529)}.subcategory-list{cursor:pointer}.subcategory-list .ant-card-body{padding:0 0 10px!important}.order-list-divider{margin:0 0 10px}.customize-table .ant-table-tbody .ant-table-row .ant-table-cell{font-size:14px;padding:10px 12px!important}.cursor-pointer{cursor:pointer}.order-card{width:400px;height:330px}.order-card .order-list{height:120px;overflow:auto}.order-card .ant-card{height:330px;position:relative}.order-card .ant-card .ant-card-actions{position:absolute!important;bottom:0%;width:-webkit-fill-available}.order-card .card-heading{font-size:18px;font-weight:600}.order-tag{font-size:14px;padding:4px;min-width:120px;text-align:center}.bcolor-blue .ant-select-selector,.bcolor-blue .ant-input{background:#e6f4ff!important;color:#2180e6!important;border:1px solid #2180e6!important}.bcolor-yellow .ant-select-selector,.bcolor-yellow .ant-input{background:#feffe6!important;color:#d8b75b!important;border:1px solid #d8b75b!important}.bcolor-green .ant-select-selector,.bcolor-green .ant-input{background:#f6ffed!important;color:#71cf42!important;border:1px solid #71cf42!important}.bcolor-cyan .ant-select-selector,.bcolor-cyan .ant-input{background:#e6fffb!important;color:#31aaae!important;border:1px solid #31aaae!important}.order-dropdown{display:flex;align-items:center;gap:10px}.order-dropdown .ant-menu-submenu-title{position:fixed!important;bottom:7%!important;justify-content:flex-end;gap:10px;width:-webkit-fill-available!important}.order-dropdown .ant-menu-submenu-title .ant-menu-title-content{display:contents!important}.order-dropdown .ant-menu,.order-dropdown .ant-menu-root,.order-dropdown .ant-menu-inline,.order-dropdown .ant-menu-light{margin-bottom:10px!important}.order-dropdown .ant-menu-item{padding-top:0!important;margin-top:0!important;padding-bottom:0!important;margin-bottom:0!important}.discount{color:red}.receipt-container{text-align:center}.receipt-container .receipt-img{width:100px;height:100px;border-radius:100%}.receipt-container .receipt-name{color:#380909;font-family:Montserrat Alternates,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:46px}.receipt-container .receipt-address{padding:10px 0;color:#452928;text-align:center;font-family:Montserrat Alternates,sans-serif;font-size:16px;font-style:italic;font-weight:400;line-height:26px}.receipt-container .receipt-uen{color:#452928;text-align:center;font-family:Montserrat Alternates,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:26px}.receipt-container .receipt-uen-number{color:#452928;text-align:center;font-family:Montserrat Alternates,sans-serif;font-size:16px;font-style:italic;font-weight:700;line-height:26px}.receipt-container .receipt-queue-div{display:flex;justify-content:center;margin:14px auto;border-radius:12px;background:#fff6e8;height:80px}.receipt-container .receipt-queue-number{color:#f9a319;margin-top:10px;text-align:center;font-family:Montserrat Alternates,sans-serif;font-size:50px;font-style:normal;font-weight:700;line-height:60px}.receipt-container .receipt-flex{display:flex;justify-content:space-between}.receipt-container .receipt-header-secondary{color:#452928;font-family:Montserrat Alternates,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:26px}.receipt-container .receipt-header-primary{color:#452928;font-family:Montserrat Alternates,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:26px}.receipt-container .receipt-data-qty{color:#f9a319;font-family:Montserrat Alternates,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:26px}.receipt-container .receipt-data-name{color:#452928;font-family:Montserrat Alternates,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:26px}.receipt-container .receipt-data-price{color:#f04955;font-family:Montserrat Alternates,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:26px}.receipt-container .receipt-addon{color:#452928;font-family:Montserrat Alternates,sans-serif;font-size:16px;font-style:italic;font-weight:400;line-height:24px}.receipt-container .receipt-subtotal{color:#452928;font-family:Montserrat Alternates,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:26px}.receipt-container .receipt-group-name,.receipt-container .receipt-group-qty{color:#452928;font-family:Montserrat Alternates,sans-serif;font-size:14px;font-style:italic;font-weight:400;line-height:24px}.receipt-container .receipt-order-card{margin:20px 0;border-radius:12px;background:#fff;box-shadow:0 5px 15px #c0c0c05e}.action-btn-disabled{opacity:.5;cursor:not-allowed}.menu-card-display-none .ant-card-body,.menu-card-display-none .menu-collapsed-text{display:none}.menu-transition{transition:ease .5s}.kitchen-card-text{font-weight:600}.kitchen-card-primary .ant-card-head{background-color:#f33}.kitchen-card-primary .kitchen-time-text,.kitchen-card-primary .stopwatch-container{color:#fff}.red-comments{color:red}.edit-permission-card{min-height:calc(100vh - 130px)}.edit-permission-card .ant-collapse-header-text{font-weight:600}.iod-setting-div{display:flex;justify-content:flex-end;gap:10px}li[data-menu-id$=deletedStudy][class~=ant-menu-item-selected]>svg{color:#fff!important}.study-quick-filter-form .ant-picker{background-color:#fff!important}.ck-content .table table td,.ck-content .table table th{height:fit-content!important}.custom-file-input::-webkit-file-upload-button{visibility:hidden}.custom-file-input:before{content:"Select Doc File";display:inline-block;background:linear-gradient(top,#f9f9f9,#e3e3e3);border:1px solid #999;border-radius:3px;padding:5px 8px;outline:none;white-space:nowrap;-webkit-user-select:none;cursor:pointer;text-shadow:1px 1px #fff;font-weight:700;font-size:10pt}.custom-file-input:hover:before{border-color:#000}.custom-file-input:active:before{background:-webkit-linear-gradient(top,#e3e3e3,#f9f9f9)}.study-manual-image-panel-header{padding-left:10px}.study-manual-image-panel-close-button,.direct-report-button,.manual-image-active{background:linear-gradient(45deg,rgb(24,144,255),rgb(114,46,209))!important}.manual-image-active .anticon-picture{color:#fff!important}.ohif-viewer-active{background:linear-gradient(45deg,rgb(24,144,255),rgb(114,46,209))!important}.menu-image-slider .slider{width:95%!important}.menu-image-slider .slick-list{border-radius:10px!important}.voice-handler-splitter-panel{max-width:275px!important}.study-editor-splitter-panel{max-width:100%!important}.report-option-div{background-color:#e0e0e0!important;border:1px solid #d4d4d4!important;margin-top:5px!important;padding-top:7px!important;padding-bottom:7px!important}.view-all-contact-option-button{margin-top:auto!important;margin-bottom:auto!important}.support-information-model .ant-modal-header{background:linear-gradient(45deg,rgb(24,144,255),rgb(114,46,209))!important;padding:14px!important}.support-information-model .ant-table-thead .ant-table-cell{background-color:#eee!important;color:#000!important}.support-information-model .ant-table-tbody .ant-table-cell{padding-top:10px!important;padding-bottom:10px!important}.study-report-view-option-button-div{display:flex;justify-content:flex-end;gap:10px;margin-bottom:10px;margin-top:-15px;padding-bottom:12px;border-bottom:1px solid #bebebe}.ant-table-cell{color:#000!important;text-align:center}.ant-btn{height:34px!important}.ant-btn-primary{background-color:#33b3e9!important;font-size:14px;font-weight:500;color:#fff!important;border:none!important;transition:all .3s ease}.ant-btn-primary:hover{background-color:#179bd2!important}.header-secondary-option-button{background-color:#147fb8!important;padding-top:0!important;transition:all .3s ease}.secondary-table .ant-table-row .ant-input{background-color:#fff!important;min-height:30px!important;border:1px solid rgba(0,0,0,.15)!important;border-radius:4px!important}.chat-list-main-div{width:30%;max-height:86vh!important;height:86vh!important;border-radius:5px;box-shadow:0 0 13px 1px #00000026;overflow:hidden}:where(.css-dev-only-do-not-override-15rg2km) .ant-tag-success,:where(.css-15rg2km) .ant-tag-success{color:#fff!important;background-color:#59b32c!important}:where(.css-dev-only-do-not-override-15rg2km) .ant-tag-blue,:where(.css-15rg2km) .ant-tag-blue{background-color:#33b3e9!important;color:#fff!important}@media only screen and (max-width: 600px){*{font-size:.9rem}.report-summary-header{flex-direction:column;width:91%!important}}@media print{.a4-page{page-break-after:always;width:100%;height:auto}.a4-preview-container{box-shadow:none}}.display-flex-between{display:flex;justify-content:space-between;align-items:center}.login-text-link{color:#33b3e9;cursor:pointer}.company-logo{width:120px;height:40px}.vertical-divider{height:3.9em;margin:0;border-inline-start:1px solid rgba(0,0,0,.5)}.down-icon{font-size:12px}.justify-end{text-align:end}.display-flex{display:flex;gap:10px}.header-breadcrumb .ant-breadcrumb-link{color:#000000b4!important;font-weight:600}.header-breadcrumb .ant-breadcrumb-link a{color:#000000b4!important;opacity:.7;font-weight:600}.header-breadcrumb .ant-breadcrumb-separator{color:#111315!important;opacity:.7}.editable-row .ant-table-cell-row-hover{background-color:#e6f6fc!important}.edit-permission-btn-div{display:flex;justify-content:flex-end;margin-top:10px}.action-icon{font-size:20px;color:#00a0e3;cursor:pointer}.ant-table-thead .ant-table-cell{background:#33b3e9!important;color:#fff!important}.ant-table-row .ant-input{min-height:36px!important}.ant-table-row:nth-child(2n) .ant-input{height:30px!important}.secondary-table .ant-table-row .ant-input{background-color:#fff!important;min-height:30px!important;border:1px solid rgba(0,0,0,.1450980392)!important;border-radius:4px!important}.secondary-table .ant-table-row:nth-child(2n) .ant-input{background-color:#fff!important;height:30px!important}.secondary-table .ant-table-row:nth-child(2n) .ant-table-cell{background-color:#fff!important}.secondary-table .editable-row .ant-table-cell-row-hover{background-color:#fff!important}.breadcrumb-div{margin-top:10px;padding:5px 35px 10px;display:flex;justify-content:flex-end}.study-counter{font-weight:600;font-size:16px;background-color:#147fb8;opacity:.7;color:#fff;border-radius:50px;padding:0 10px;text-align:center;box-shadow:4px 4px 10px #0505051a}.study-typography-primary{display:flex;gap:4px;font-weight:600}.study-typography-secondary{font-weight:400}.study-typography{color:#eea47f;font-weight:600}.typography-primary{color:#33b3e9}.container-fluid{display:flex;align-items:center;justify-content:space-between}.header-user>img{border-radius:50%;width:40px;height:40px}.header-user{display:flex;position:absolute;left:30px;gap:15px;align-items:center}.header-user .header-user-info{font-weight:600;font-size:14px;line-height:10px;color:#000000b4;gap:0px;display:flex;flex-direction:column}.chat-drawer .ant-drawer-header{display:none}.chat-drawer .ant-drawer-body{padding:0}.chat-drawer{width:700px}.ant-drawer-content-wrapper{min-width:430px}.wrap_tabbing{overflow:hidden}.chatfilewrap{display:block;background-color:#fff;max-width:414px;margin:0 auto}.modal-chat-issue{height:82vh;position:fixed;margin-top:5px;width:70%}.userchat-main{padding:15px 15px 30px 30px;position:relative!important;overflow-y:auto;height:calc(100vh - 139px);overflow-x:hidden}.chatfile-style{height:auto}.userchat-date{text-align:center;padding-bottom:16px;font-weight:400;font-size:14px;line-height:14px;letter-spacing:.0354545em;padding-top:10px;color:#6d7993}.userchat-container{display:flex;flex-direction:column;gap:4px;font-weight:400;font-size:14px;line-height:17px;color:#fff;padding:12px;border-radius:5px;background:#33b3e9;width:50%;float:right;margin-bottom:16px;position:relative}.black-color{background-color:#000!important}.color-test{background-color:"none"}.userchat-reply{background:white!important;color:#000!important;float:left}.userchat-data .showcard-containerimg{width:100%!important}.userchat-data{display:flex;align-items:start;justify-content:space-between;word-break:break-all;font-weight:500}.userchat-time{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:500}.group-chat-user-chat{flex-wrap:wrap;flex-direction:column}.social-chatmessanger{position:absolute;bottom:0;width:-webkit-fill-available;display:flex;flex-direction:column;padding-left:130px}.emoji-chatmessanger{bottom:30%!important}.social-chatmessanger-wrap>textarea{border:none;width:100%;margin-left:7px;font-size:15px;background:white;color:#000000c3}.social-chatmessanger-wrap>textarea::placeholder{color:#00000050}.social-chatmessanger-wrap{display:flex;align-items:center;padding:15px;background:white;z-index:999;gap:5px;border-top:1px solid rgba(0,0,0,.1882352941)}.chat-camera-module>input[type=file]{opacity:0;color:transparent}.chat-camera-module>input{width:6%;position:absolute}.chat-camera-module>img{width:40px;height:auto}.chat-camera-module>input{width:8%;position:absolute;left:74%}.chat-camera-module>img{width:28px!important;height:28px}.send-chat-button{border-radius:50%;display:flex;justify-content:center;padding:10px;background:#33b3e9;margin-left:15px;margin-right:15px}.chat-upload-images{display:flex;flex-wrap:wrap;bottom:60px;gap:25px;background:#ffffff;box-shadow:0 5px 15px #8cadb433;border-radius:12px;height:auto;right:0;left:0;padding:10px 10px 10px 12px}.handle-scroll{height:29vh;overflow:scroll;width:auto}.wrap_img_collection{margin-top:5px;width:30.3%;height:85px;background:#ffffff;border:1.5px dashed #99d3df;box-sizing:border-box;box-shadow:0 5px 15px #99d3df33;border-radius:20px}.collection_img{width:120px!important}.collectionNameAddBtnContainer .video-part{border-radius:20px!important;height:85px}.collectionNameAddBtnContainer{display:flex!important;align-items:center!important;justify-content:center!important}.pos_rel{position:relative!important;margin:5px}.collectionNameCrossBtn{position:absolute;top:4px;right:5px;color:#fff;background-color:#99d3df!important;border-radius:50%;border:none;cursor:pointer}.fileChat-cross-icon{z-index:9999;top:-10px;left:70px;right:0}.filecross-btn{right:auto;top:auto}.pdf-issue-fix-cross-btn{position:relative}.icon-chat-center,.align-text-pdf-data{display:flex;justify-content:center;align-items:center}.text-pdf-data{text-decoration:underline;color:#99d3df}.fileChat-cross-icon-direct{z-index:9999;top:-10px;left:40px;right:0}.emoji-container{position:fixed;width:-webkit-fill-available;overflow-y:auto;margin-left:.5rem;margin-right:1.5rem;margin-bottom:12vh;box-shadow:1px 1px 15px #d0d0d0;border-radius:8px}.emoji-chatmessanger{bottom:47%!important}.Img_store{width:100%;height:83px;object-fit:cover;border-radius:8px}.chatList-searchBox{position:absolute;left:16%}.search-box-outer{border:1px solid #efefef;border-radius:10px;position:relative;padding-right:60px}.search-box-inner{padding:11px 9px 9px 38px;font-size:15px;color:#989da6}.search-box-inner img{position:absolute;left:10px;top:10px}.search-box-outer svg{position:absolute;right:15px;top:10px}.search-box-outer svg.active path{fill:#99d3df}.search-box-outer2 .search-box-inner{padding-top:0;padding-bottom:0}.search-box-outer2 .search-box-inner input{border:none;width:100%;padding:10px 0}.search-box-outer svg,.search-box-inner img{width:18px}.search-box-outer.search-box-outer2{position:sticky;top:64px;z-index:9999;background:#fff;padding-right:0}.search-box-inner{font-size:14px}.search-box-inner img{top:10px}.search-box-inner .base-inner{display:flex;align-items:center;gap:10px}.search-box-inner .base-inner .ant-input{width:90%!important;height:30px!important;border:none!important}.search-box-inner .base-inner .ant-input-affix-wrapper,.search-box-inner .base-inner .ant-input-affix-wrapper-focused{border-width:0px!important;border-inline-end-width:0px!important;padding:4px 0!important;border-color:#fff!important;box-shadow:none!important}.searchicon{width:26px;height:26px}.chat-search-dropDown{position:absolute;right:4%;display:flex;gap:2px}.setting-handle{position:absolute;display:flex;background:#6d7993;box-shadow:0 5px 15px #8cadb433;border-radius:12px;flex-direction:column;color:#fff;top:1px;right:5px;z-index:2}.setting-handle-container{padding:6px 10px 5px 14px;font-weight:400;font-size:14px;white-space:nowrap;right:5px;z-index:99}.chat-group-dropdown>img{height:20px;width:28px}.chat-setting{position:absolute;background:#6d7993;box-shadow:0 5px 15px #8cadb433;border-radius:12px;right:0;top:33px;z-index:999}.chat-setting-pop{color:#fff;gap:13px;position:absolute;top:0;right:0;background-color:#efefef;z-index:100}.chat-setting-pop-span{cursor:pointer;padding:12px;text-align:center}.chat-setting-pop>hr{margin:0!important}.quotedMessage-container{width:-webkit-fill-available;background:#fff;background:#ffffff;border:2px solid #efefef;border-radius:12px;display:flex!important;flex-direction:row!important;padding:7px 15px;position:sticky;bottom:59px;display:flex;flex-direction:inherit;justify-content:space-between;align-items:center;z-index:999}.quotedMessage-container-position{margin:0 7px 65px}.quoted-details{width:95%;word-break:break-all}.quotedMessage-name{font-weight:400;font-size:18px;line-height:100%;color:#323b4d;margin-bottom:0!important}.quotedMessage-message{font-weight:400;font-size:14px;line-height:17px;color:#6d7993}.showcard-containerimg{display:flex;background:#000;position:relative}.showcard-containerimg>img{height:29vh;border-radius:10px;object-fit:contain}.showcard-containerimg>video{height:29vh}.showcard-containerimg>div>video{height:29vh}.chat-doc-image{height:50px}.chat-file-name-size{flex-direction:column;margin-top:10px}.number_text_data{font-weight:400;font-size:14px}.forwardChat-data{display:flex;color:#000;background-color:#fff!important;border-radius:5px;align-items:flex-start;justify-content:space-between;border-left:.3rem solid #d7d7d7}.forwardChat-data>span>i{font-size:14px}.forwardChat-data>div>p{padding-left:1rem}.forwardChat-data>img{width:10px;height:20px;top:0%;position:relative}.ant-table-tbody>tr>td{padding:6px 10px!important}.ant-table-tbody>tr>td:first-child{padding:0 10px 6px!important}.ant-space-item .ant-menu-submenu-title{margin-block:0px!important;background:transparent!important;padding-inline-end:0px!important}.chat-module-div{display:flex}.chat-list-main-div{margin:0;width:300px;background-color:#fff;padding:10px;height:calc(100vh - 65px);overflow-y:auto;overflow-x:hidden;border-right:1px solid rgba(0,0,0,.1882352941)}.chat-data-div{width:-webkit-fill-available}.chat-list-div{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.chat-list-div img{height:40px;width:40px}.chat-module-width{width:-webkit-fill-available!important;background-color:transparent}.modal-chat-position{left:16.5%}.chat-list-name{font-weight:600;color:#000000b4}.empty-chat-div{background-color:#fff;padding-top:300px;height:calc(100vh - 65px)}.empty-chat-div .chat-empty .ant-empty-description{font-weight:600;color:#000000b4}.chat-list-div-active{background-color:#f8f9fd;margin:0 -10px;padding:4px 10px}.billing-main-div{margin-top:20px}.billing-main-div .billing-sub-div{display:grid;justify-content:space-evenly;text-align:center;grid-template-columns:1fr 1fr}.billing-main-div .billing-header{font-weight:600}@media (max-width: 1000px){.billing-main-div{width:100%}}.card-heading{font-size:24px;font-weight:600}.report-text-primary{font-size:16px;font-weight:500}.report-main-div{display:flex;gap:10px;align-items:center}.report-details-div{height:calc(100vh - 120px);overflow-y:auto}.btn-div{position:absolute;bottom:0%;right:0%}.report-card{position:relative;margin-top:-10px}.report-card .ant-card-body{padding-top:.6rem;padding-bottom:0;padding-left:.7rem!important;padding-right:.7rem!important}.report-card .ant-card-body{min-height:calc(100vh - 185px)}.menu-image-slider{display:flex;flex-direction:column;margin:20px 0;padding:0 10px;position:relative;border-radius:30px;align-items:center}.menu-image-slider .slider{border-radius:30px;width:80%}.menu-image-slider .slick-list{border-radius:30px}.menu-image-slider .slider-image{border-radius:30px;width:-webkit-fill-available;height:350px}.menu-image-slider .slick-prev:before,.menu-image-slider .slick-next:before{color:#fff!important;position:absolute}.menu-image-slider .slick-next{right:20px;width:36px;height:36px}.menu-image-slider .slick-prev{left:5px;width:36px!important;height:36px!important;z-index:1}.report-template-card{position:relative;height:calc(100vh - 120px);overflow:auto}.report-template-card .btn-div{z-index:9999;position:absolute;bottom:0;right:10px}.report-template-card .btn-div .ant-form-item-control-input-content{display:flex;gap:10px}.column-display-none{display:none}.ant-layout-header{color:#000!important;background-color:#fff!important}.ant-menu,.ant-menu-item-active{color:#33b3e9!important;background-color:#fff!important;font-weight:500}.ant-btn-primary{background-color:#33b3e9!important;font-size:15px;font-weight:500}.ant-menu-submenu-active,.ant-menu-submenu-active:hover{color:#fff!important}.ant-menu-light .ant-menu-submenu-selected>.ant-menu-submenu-title{color:#00a0e3}.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title{color:#019a9d!important}.ant-menu-submenu{background-color:#fff!important;color:#00a0e3!important}.ant-modal-content{padding:0!important}.ant-modal-body,.ant-modal-footer{padding:10px 24px!important}.ant-modal-header{padding-top:10px!important;background-color:#33b3e9!important;padding-left:10px!important;padding-bottom:10px!important;border-bottom:1px solid #33b3e9!important}.ant-modal-close{top:10px!important;color:#fff!important}.ant-modal-title{color:#fff!important}.ant-steps .ant-steps-item-process .ant-steps-item-icon{background-color:#00a0e3;border-color:#00a0e3}.ant-drawer-header{background-color:#33b3e9!important;border-bottom:1px solid #33b3e9}.ant-drawer-close,.ant-drawer-title{color:#fff!important}.event-type-tag{font-weight:500;font-size:12px}.ant-switch.ant-switch-checked{background-color:#33b3e9!important}.btn-icon-div{display:flex;gap:6px;align-items:center}.ant-collapse-content-box .ant-table-wrapper .ant-table-tbody>tr>td{padding:10px!important}.forward-chat-message hr{color:#fff;border-color:#fff;border-style:solid}.queue-status-list .ant-row div:last-child,.queue-status-list .ant-row div:nth-last-child(-n+2){width:100%!important;max-width:100%!important}.queue-status-list .ant-row div,.assign-queue-status-list .ant-row div{height:max-content}.queue-status-list{overflow-x:hidden;overflow-y:auto}.ant-modal-body{max-height:calc(100vh - 200px);overflow-y:auto}.error-btn{border-color:#ff6b6d}.error-btn span{color:#ff6b6d}.error-btn-primary{background-color:#ff6b6d!important}.filter-selected{background-color:#00405b!important}.share-study-modal .ant-modal-close{top:14px!important}.study-image-slider{padding:0 10px}.action-icon-primary{color:#00405b!important}.secondary-btn{background-color:#147fb8!important;color:#fff!important;border:none!important;padding:8px 16px;font-size:14px;font-weight:500;border-radius:5px;transition:all .3s ease;display:flex;align-items:center;gap:8px}.secondary-btn:hover{background-color:#1b85be!important;color:#fff!important}.secondary-btn .anticon{font-size:16px}.filter-menu .ant-menu-overflow-item{background-color:#33b3e9!important;color:#fff!important;display:flex;justify-content:flex-start;align-items:center;border-radius:6px!important}.filter-menu .ant-menu-overflow-item svg,.filter-menu .ant-menu-overflow-item span{color:#fff!important;font-size:14px!important}.filter-menu .ant-menu-overflow-item:after{border-bottom-width:0px!important}.filter-menu .ant-menu-overflow-item .ant-menu-title-content{font-size:14px}.ant-menu-submenu .ant-menu-item,.mb-0{margin-bottom:0!important}.mb-0 .ant-collapse-content-box{background-color:#fff!important}.mb-0 .ant-collapse-header{background-color:#70caf0!important}.mb-0 .ant-collapse-header .ant-collapse-expand-icon,.mb-0 .ant-collapse-header .ant-collapse-header-text{color:#fff!important;font-weight:500}.ant-popover-content{min-width:250px!important}.report-editor-div .ck-editor__main{max-height:53vh!important;overflow-y:auto!important}.report-editor-div ::-webkit-scrollbar{width:3px!important;height:3px!important}.report-editor-div ::-webkit-scrollbar-track{border-radius:10px;background-color:#fff}.report-editor-div ::-webkit-scrollbar-thumb{border-radius:10px;background-color:#99999984}.assign-study-modal .ant-modal-body{max-height:calc(100vh - 150px)!important;overflow-y:hidden}.assign-study-modal.lock-study-modal .ant-modal-body{max-height:calc(100vh - 170px)!important;overflow-y:hidden}.ant-menu-item-icon{margin-left:8px!important}.ant-menu-submenu-vertical{margin-left:-13px!important}.ant-menu-submenu:hover{background-color:transparent!important}.input-option-layout{height:60vh!important}.Report-setting-modal{width:90%!important}.Report-setting-option{display:flex;flex-direction:row}.Report-setting-particular-option-div{width:50%}.ant-modal-body{padding-top:0!important}.ant-modal-header{margin-bottom:0!important}.Assign-study-info-tag{max-width:80%!important;white-space:initial!important}.study-modal-patient-info-layout{height:69vh;overflow-y:auto;overflow-x:hidden}.Assign-study-upload-option-input-layout{display:flex;flex-direction:column;overflow-x:hidden}.Assign-study-reports-option-input-layout{display:flex;flex-direction:row;overflow-x:hidden;overflow-y:auto}.Assign-study-specific-option{width:95%;padding-left:.8rem;padding-right:.8rem}.study-modal-patient-audit-info-layout{height:12rem;overflow-y:auto;overflow-x:hidden}.edit-study-id-input-layout{display:flex;flex-direction:column}.Study-modal-input-option-division{border-left:1px solid #c4c4c4;margin-top:1rem;overflow-x:auto;height:69vh!important;overflow-y:auto}.Study-edit-series-id-division{padding-top:1rem;border-top:1px solid #c4c4c4;margin-top:1rem;overflow-x:auto}.assign-study-modal{height:95vh!important}.Report-modal-all-option-div{width:18vw;border-right:1px solid #00a0e3}.Report-modal-option-button{width:80%;margin:1rem auto .5rem;padding:8px 16px;display:flex;justify-content:center;align-items:center;gap:8px;border-radius:5px;box-shadow:0 2px 4px #0000001a;transition:all .2s ease-in-out}.Report-modal-option-button:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.Report-modal-option-button .anticon{margin-right:4px}.Report-modal-option-button span{font-size:.9rem}.Report-modal-patient-data{padding-left:1rem;border-left:1px solid #f6f6f6;width:80vw;overflow-x:hidden}.Study-report-modal .ant-modal-body{padding-left:0rem!important;padding-right:0rem!important}.Study-report-modal .ant-modal-body{max-height:70vh!important;overflow-y:hidden!important}.Study-report-modal .report-submission-info-div{padding-left:8px;padding-right:8px;margin-top:15px;text-align:center}.Study-report-modal .report-submission-info-div span{font-size:13px;color:red}.study-auditing-modal .ant-modal-content{height:93vh!important;overflow-y:hidden!important}.study-auditing-modal .ant-modal-body{max-height:93vh!important;overflow-y:hidden}.Study-auditing-modal .study-modal-patient-info-layout{height:25vh!important}.Study-auditing-modal-table-data{height:53vh!important;overflow-y:auto!important;margin-top:1rem;border-top:1px solid #c4c4c4}.Study-count-column,.Study-table table td{text-align:center}.Study-table .ant-table-row{background-color:#fefefe!important;cursor:pointer}.Study-table .ant-table-thead .ant-table-cell{text-align:center!important}.Study-table .ant-table,.Study-table .ant-statistic-content-value{font-size:13px!important}.Study-table .study-table-chat-option{font-size:18px!important}.Study-table .ant-table-row:nth-child(odd){background-color:#eee!important}.Study-table .ant-table-tbody>tr:hover>td{background-color:transparent!important}.Study-table .ant-table-tbody>tr:hover{background-color:transparent!important}.action-icon{margin-left:.2rem!important;margin-right:.2rem!important;font-size:17px}.chat-module-div{padding:1rem}.chat-list-main-div{width:30%;max-height:86vh!important;height:86vh!important;border-radius:5px;box-shadow:3px 3px 8px #d2d2d280;overflow:hidden}.chat-data-div{height:85vh!important;max-height:86vh!important;background-color:transparent!important}.empty-chat-div{height:86vh!important;background-color:transparent!important}.chat-list-title-div{border-bottom:1px solid #C4C4C4;padding:10px 14px;background-color:#00a0e3}.empty-chat-div{padding-top:200px!important}.all-chat-list{height:80vh!important;overflow-y:auto;overflow-x:hidden}.study-chat-userdata{display:flex;flex-direction:row;padding:12px 8px;border-bottom:1px solid #e8e8e8;width:100%;overflow-x:hidden}.study-chat-image{height:24px;width:24px;border-radius:50px}.study-chat-data{margin-left:8px}.particular-study-chat-description{font-weight:700;margin-top:5px}.Chatbox-container{margin-left:2%}.Chatbox-header{background-color:#fff;display:flex;flex-direction:row;width:100%;padding-top:.5rem;padding-bottom:.5rem;padding-right:1rem;border-bottom-width:0px!important;border-top-left-radius:10px!important;border-top-right-radius:10px}.Chat-user-image{height:36px;width:36px}.header-user-info{margin-left:10px;margin-top:auto;margin-bottom:auto;font-weight:500}.User-chat-messages-division{overflow-y:hidden;background-color:#f5f5f5;height:calc(100vh - 130px)}.Main-chat-data-division{padding:.2rem .2rem 0rem;background-color:#fff;border-radius:5px}.userchat-date{color:#212121;font-weight:600}.userchat-container{background-color:#00a0e3}.Latest-timestamp-info-layout{background-color:#f5f5f5;padding:.1rem .8rem .4rem;margin-top:.4rem;border-radius:5px}.social-chatmessanger-wrap{padding:.7rem 1rem}.social-chatmessanger-wrap textarea{overflow-y:hidden!important}.Chat-message-input{padding-top:.5rem;padding-bottom:.5rem;background-color:#f5f5f5!important}.Smiley-option-image{height:24px;width:24px;cursor:pointer;margin-left:5px;margin-right:5px}.Send-option-image{height:24px;width:24px}.send-chat-button{background-color:#fff}.wrap_img_collection{border-width:0px;box-shadow:0}.collectionNameCrossBtn{margin-left:8px}.userchat-container{padding:.2rem .4rem .1rem}.Chat-username-information{font-size:13px;font-weight:700;background-color:#d7d7d7;color:#212121;padding:5px 8px;border-radius:3px;border-left:.2rem solid black}.userchat-data{margin-top:15px}.option-menu-image{height:12px;width:12px}.userchat-time{margin-top:0}.Billing-table table td,.Billing-table table thead th{text-align:center}.Billing-information-div{width:100%;border-top:1px solid #d0d0d0;margin-top:1rem;padding-top:1rem}.Billing-report-information{margin-bottom:.8rem}.Billing-sub-total-info-div{padding:1rem;background-color:#efefef;border-radius:5px}.custom-header-wrapper{height:100%;width:100%;position:absolute;top:0;z-index:999;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#00000080}.custom-header-inner{height:750;width:80%;background-color:#efefef;overflow-y:auto}.pop-up-icons{width:max-content;display:flex;align-items:flex-end;flex-direction:row}.pop-up-icons>button{margin-left:.3rem}.pop-up-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.5rem 1rem;background-color:#33b3e9}.Report-setting-option-header-info{color:#fff!important;margin-top:auto!important;margin-bottom:auto!important}.Billing-search-modal{width:80%!important}.Billing-search-modal .ant-modal-body{padding-top:1rem!important}.Billing-search-modal .ant-btn-default{display:none}.Study-export-option-modal .ant-form-item-control-input-content{width:95%!important;margin-left:1rem}.Study-export-option-modal .ant-picker{width:90%!important}.Advance-search-modal{width:80%!important}.Advance-search-modal .ant-modal-body{padding-top:1rem!important}.Quick-filter-modal{width:75%!important}.Quick-filter-modal .ant-modal-body{padding-top:1rem!important}.Quick-filter-modal-button{background-color:#064f32!important}.setting-main-div{border:0px!important;border-radius:0!important}.normal-filter-option-list .ant-collapse-header{border-radius:5px!important;margin-top:.4rem}.normal-filter-option-list .ant-collapse-header-text{font-weight:700!important}.admin-panel-filter-option-list .ant-collapse-header{border-radius:5px!important}.admin-panel-filter-option-list{border-bottom-width:0px!important}.admin-panel-filter-option-list .ant-collapse-header-text{font-weight:700!important}.Report-info-table{border:1px solid #c4c4c4;border-collapse:collapse;margin-top:1rem;table-layout:fixed;width:95%!important;word-wrap:break-word}.Report-info-table th,.Report-info-table td{border:1px solid #c4c4c4;padding:.5rem 1rem}.report-details-div{border-right:1px solid #c4c4c4}.insert-report-details-option{margin-right:20px}.ck-widget_with-resizer img{height:100px!important}.edit-permission-card{height:86vh;overflow-y:auto;border-radius:0;padding-top:.2rem;padding-bottom:.2rem}.ant-drawer-content-wrapper{width:600px}.ant-steps-item-title{font-weight:600!important}.user-profile-div-first{font-size:1.4rem;font-weight:600;display:flex;flex-direction:row;justify-content:space-around;width:100%}.user-profile-div-second{font-size:1rem;font-weight:400;display:flex;flex-direction:row;justify-content:space-around;width:fit-content;background-color:#f3f1f1;color:#000;margin-top:1rem;border-radius:10px;margin-left:auto;margin-right:auto;padding:.6rem 1.5rem}.user-profile-information-span{margin-left:.8rem;font-weight:600;color:#2e2e2e}.Logout-option-button{background-color:#ff4e4e!important}.report-summary-wrapper{width:100%;height:98vh;max-height:98vh;background-color:#eeeeeee0;border-radius:10px;box-shadow:0 0 13px 1px #00000026;display:flex;flex-direction:column;align-items:center;overflow-y:auto;overflow-x:hidden;padding-bottom:.5rem}.report-summary-wrapper>div{margin-top:.5rem}.report-summary-header{width:97%;background-color:#fff;font-size:1.3rem;border-radius:5px;margin-top:1rem!important;padding:.6rem}.report-summary-header>button{color:transparent;color:white I!important}.report-summary-buttons button{margin-left:14px;margin-top:10px}.report-summary-patient-details{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;width:100%;height:max-content;margin-top:-10px}.report-patient-details-card .ant-card-body{padding:.5rem 1rem!important}.report-summary-patient-details>div{width:50%}.report-summary-table-res .ant-card-body{overflow-x:scroll;padding:0!important;border-radius:5px}.report-info-patient-title{font-size:1rem;margin-top:auto;margin-bottom:auto;padding:.7rem .8rem}.report-info-title{font-size:1.1rem;font-weight:600;margin-bottom:.6rem}.report-info-title span{font-size:1rem}.report-download-button{margin-top:6px;background-color:#3eb31b;gap:5px;padding:5px 7px;border-radius:5px;cursor:pointer}.report-download-button:hover{color:#000;font-weight:600}.patient-details-div{width:98%;margin-top:20px!important}@media only screen and (max-width: 960px){.report-summary-patient-details{flex-direction:column;justify-content:flex-start;align-items:flex-start}}@media only screen and (max-width: 600px){*{font-size:.9rem}.report-summary-header{flex-direction:column;width:91%!important}.report-summary-header>div{width:100%}.report-summary-buttons{display:flex;flex-direction:row;justify-content:space-between}.report-summary-buttons button{margin-top:10px;margin-left:0!important}.report-info-patient-title,.report-info-patient-title span{font-size:1.1rem}.report-summary-table-res{width:96%!important}.report-download-button{font-weight:600}.patient-details-div{width:96%}.patient-report-info-table{width:100%}.patient-report-info-table tr{width:100%!important}}.w-95{width:90vw}.bold-text{font-weight:600;font-size:.95rem;width:35%;padding-top:.7rem}.report-patient-data{font-size:.95rem;padding-top:.7rem}.red-color-button{background-color:#da0000!important}.primary-thin-button{border-color:#1677ff;color:#1677ff;border-width:1px}.Green-option-add-button{border-color:#01c20e;color:#14c201;border-width:2px}.Green-option-add-button:hover{background-color:#0f9700;border-color:#01c20e!important;color:#000!important}.Danger-button{border-color:#e30000;color:#e30000;border-width:1px}.Danger-button:hover{background-color:#e30000;border-color:#e30000!important;color:#000!important}.Reset-button{border-color:#e38c00;color:#e38c00;border-width:1px}.Reset-button:hover{background-color:#e38c00;border-color:#e38c00!important;color:#000!important}thead>tr>th{text-align:center!important}.pt-1{padding-top:1rem}.Institution-logs-table .ant-table-cell,.ant-table-cell{text-align:center}.ant-table-thead>tr:last-child>td:last-child{opacity:0}.ant-alert-important div{color:#ff2323!important}.ant-alert-important span{color:#ff9090!important}.ant-alert-important{background-color:#fff!important}.update-button-option{background-color:#f3f3f3!important;color:#212121!important;transition:background-color .2 ease-in}.update-button-option:hover{background-color:#eaeaea!important}.message-option-division{display:flex;flex-direction:row;color:#fff!important}.message-option-image-division{margin-left:8px;margin-right:8px;cursor:pointer}.message-option-image{height:16px;width:16px}.quoted_message_media_image{height:24px;width:24px}.quoted-document-option-division{display:flex;flex-direction:row}.reply-user-information-media{display:flex;flex-direction:row;padding-left:1rem}.reply-user-span{margin-top:auto;margin-bottom:auto}.reply-chat-option-image{height:50px;width:50px;margin-left:10px;margin-top:auto;margin-bottom:auto}.quick-assign-study-division label{margin-top:auto;margin-bottom:auto}.assign_studies_all_id_list{display:flex;flex-direction:row}.particular_assign_study_id_information{background-color:#efefef;padding:.2rem .8rem;border-radius:5px;margin-right:10px;font-weight:600}.Filter-delete-option{background-color:#fff!important}.Report-modal-patient-data{height:min-content;max-height:70vh}.message-option-division{opacity:0;height:0}.message-option-division>div{height:26px;width:26px;text-align:center}.userchat-container:hover .message-option-division{opacity:100;height:max-content;transition:.1s ease-in,.1s height;margin-top:12px}.hw-100{height:100%;width:100%}.hw-90{height:90%;width:90%}.hw-80{height:80%;width:80%}.w-100{width:100%}.urgent-case-information-data{color:red}.reply-chat-option-image{padding:.5rem 0}.chats-modality-status{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.chats-study-id{background-color:#00a0e3!important;color:#fff;width:fit-content;padding:.3rem;border-radius:.2rem}.chats-study-modality{background-color:transparent;color:#000!important;width:fit-content;padding:.3rem;border-radius:.2rem}.Normal-report-view-option-modal .ant-modal-body{padding-top:1rem!important}.h-10{height:10rem}.h-15{height:15rem}.h-20{height:20rem}.overflow-x-auto{overflow-x:auto;overflow-y:hidden}.overflow-y-auto{overflow-y:auto;overflow-x:hidden}.mt-1{margin-top:.5rem}.ant-select-selector .ant-select-selection-placeholder{line-height:45px!important}#report_study_description{margin-top:8px!important}.h-21{height:21rem}.h-9{height:13rem}.ohif-viwer-option-icon{height:14px;width:14px}.Weasis-viewer-option-icon{height:17px;width:17px;margin-left:4px}.Advance-view-report-layout .ant-card-body{height:calc(100vh - 140px);overflow-y:auto;padding-left:.4rem;padding-right:.4rem}label[for=study_description]{margin-top:9px}.iod-setting-div .ant-select-selector .ant-select-selection-placeholder{line-height:33px!important}.report-option-div{position:absolute;top:0;left:50%;transform:translate(-50%);z-index:1000;background-color:#74747490;box-shadow:0 2px 5px #0000001a;padding:.7rem .7rem .7rem .4rem;border-radius:5px;cursor:pointer}.modality-card-wrapper{flex-wrap:wrap;overflow-y:auto;height:58vh;justify-content:space-between;align-items:center;justify-content:center;margin-top:.3rem;margin-left:auto;margin-right:auto;width:100%;background-color:#fcfcfc;padding-left:1%;padding-right:1%}.clinical-history-modal .ant-modal-content{height:95vh}.simplified-report-modal .ant-modal-content{height:90vh}.simplified-report-modal .simplied-report-input{height:auto}#download-page-main{border-radius:8;overflow:hidden;width:100%;max-width:100%;height:100vh;max-height:max-content}.download-page-advertise{width:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.download-page-advertise>div{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.download-typography{font-size:1.4rem;font-weight:500;text-align:center;justify-content:center;margin-top:1rem}.download-description{margin-top:1rem;font-size:1rem;justify-content:center;text-align:center;width:80%;margin-left:auto;margin-right:auto}.Download-instruction-steps .ant-steps-item{margin-top:.6rem}.Download-instruction-steps .particular-steps-instruction{font-size:.9rem}.header-logo-downloads a{height:2.8rem!important}.custom-select-email .ant-select-single.ant-select-show-arrow .ant-select-selection-item{line-height:45px}.upload-list-inline .ant-upload-list-item{float:left;margin-inline-end:8px}.ant-upload-rtl.upload-list-inline .ant-upload-list-item{float:right}.upload-list-inline{display:flex;flex-direction:row;gap:1rem;justify-content:space-evenly;align-items:center}:where(.css-dev-only-do-not-override-15rg2km).ant-table-wrapper .ant-table{color:#000!important}form.ant-form .ant-form-item .ant-form-item-label label{opacity:1!important}.form-step-0 :where(.css-dev-only-do-not-override-15rg2km).ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload.ant-upload-select{height:5rem;width:10rem;padding:.4rem!important}.studyrow-option-icon{gap:1.5rem!important;padding-left:2rem}:where(.css-15rg2km).ant-table-wrapper .ant-table{color:#000!important}:where(.css-dev-only-do-not-override-15rg2km).ant-tag-success{color:#fff!important;background-color:#59b32c!important}:where(.css-15rg2km).ant-tag-success{color:#fff!important;background-color:#59b32c!important}:where(.css-dev-only-do-not-override-15rg2km).ant-tag-blue{background-color:#33b3e9!important;color:#fff!important}:where(.css-15rg2km).ant-tag-blue{background-color:#33b3e9!important;color:#fff!important}:where(.css-dev-only-do-not-override-15rg2km).ant-tag-lime{background-color:#7cb305!important;color:#fff!important}:where(.css-15rg2km).ant-tag-lime{background-color:#7cb305!important;color:#fff!important}:where(.css-dev-only-do-not-override-15rg2km).ant-tag-cyan{background-color:#08979c!important;color:#fff!important}:where(.css-15rg2km).ant-tag-cyan{background-color:#08979c!important;color:#fff!important}:where(.css-dev-only-do-not-override-15rg2km).ant-tag-magenta{background-color:#c41d7f!important;color:#fff!important}:where(.css-15rg2km).ant-tag-magenta{background-color:#c41d7f!important;color:#fff!important}:where(.css-dev-only-do-not-override-15rg2km).ant-tag-red{background-color:#cf1322!important;color:#fff!important}:where(.css-15rg2km).ant-tag-red{background-color:#cf1322!important;color:#fff!important}:where(.css-dev-only-do-not-override-15rg2km).ant-statistic .ant-statistic-content{font-size:15px!important}:where(.css-15rg2km).ant-statistic .ant-statistic-content{font-size:15px!important}.ant-btn-export{background-color:#00ad68!important;color:#fff!important;font-weight:500!important;font-size:.9rem}.ant-btn-export:hover{border-color:#00ad68!important;background-color:#fff!important;color:#00ad68!important}.ant-tag{border-radius:10px!important}.skip-to-last-option{font-size:.9rem;cursor:pointer}.skip-to-last-option:hover{color:#003b55}.study-more-details .ant-modal-content{height:93vh!important}.clinical-history-division{display:flex;flex-direction:row;height:90vh}.Add_institution_charge_input_layout{display:flex;flex-direction:row;padding-top:.8rem;padding-bottom:.8rem}.quick-assign-study-modal .ant-modal-body{height:40vh!important;overflow-y:hidden!important}.Reference-option-button-layout{justify-content:right;text-align:right;margin-bottom:-1.2rem;z-index:100}.Reference-download-option-button{margin-bottom:.7rem;margin-left:auto;margin-left:.5rem;z-index:100}.study-more-details .ant-modal-body{max-height:87vh!important}.user-creation-card{max-height:87vh!important;overflow-y:hidden}.ant-table-row-expand-icon{display:none!important}.study-quick-filter-form .ant-input{background-color:#fff!important;min-height:49px!important;border-radius:0!important}.study-quick-filter-form .ant-input::placeholder{color:#626262!important}.study-quick-filter-form .ant-select .ant-select-selector{background-color:#fff!important}.study-quick-filter-form .ant-select-selection-placeholder{color:#626262!important}.study-quick-filter-form .quick-filter-date-picker .ant-picker{background-color:#fff!important}.study-quick-filter-form #created_at__startswith::placeholder{color:#626262!important}.study-quick-filter-form .quick-filter-input{margin-right:.8rem!important}.quick-filter-selected{background-color:#ff4a4a!important;color:#fff!important}.header-secondary-option-button{background-color:#147fb8!important}.header-secondary-option-button:hover{background-color:#1b85be!important}.study-quick-filter-form :where(.css-dev-only-do-not-override-15rg2km).ant-select-single .ant-select-selector .ant-select-selection-item,.study-quick-filter-form :where(.css-dev-only-do-not-override-15rg2km).ant-select-single .ant-select-selector .ant-select-selection-placeholder{line-height:45px;transition:all .3s,visibility 0s}.patient_name_row{background-color:#d1f4ff!important}.ant-table-measure-row{height:0px}.chat-message-notification-layout .chat-notification{cursor:pointer;padding-top:.5rem;padding-bottom:.5rem;border-radius:5px}.chat-message-notification-layout .chat-notification .ant-list-item-meta-content{margin-top:auto;margin-bottom:auto}.chat-message-notification-layout .chat-notification .ant-list-item-meta-description{color:#494949!important;font-weight:600;justify-content:center;margin-top:auto;margin-bottom:auto}.chat-message-notification-layout .chat-notification:hover{background-color:#f4f4f4}.breadcumb-option-icon{height:1rem;width:1rem}.billing-card-layout .ant-card-body{padding:10px 5px 0!important}.study-report-icon{height:18px}.selected-profile-image{height:4rem!important;width:9rem!important}.user-creation-card{overflow-y:hidden}.user-creation-card .ant-form{overflow-y:auto!important;overflow-x:hidden;max-height:78vh}.user-update-option-button{background-color:#3d5a80!important}.user-update-option-button:hover{background-color:#4d76ad!important}.user-details-update-conformation-modal .ant-modal-header{background-color:#ff6767!important;border-bottom:0px!important}.user-details-update-conformation-modal .ant-btn-primary{background-color:#ff6767!important}.user-details-update-conformation-modal .ant-btn-primary:hover{background-color:#ff3e3e!important}.user-details-update-conformation-modal .conformation-description{font-size:.95rem}.ant-table-wrapper .ant-select-selection-item{margin-top:3px!important}.add-template-option-editor .ck-editor__main{height:60vh;overflow-y:auto;width:100%}.add-template-option-editor .ck-editor__editable{height:59vh}.advance-report-file-option-editor .ck-editor__main{height:100vh;overflow-y:auto;width:100%;max-height:72vh!important}.advance-report-file-option-editor .ck-editor__editable{height:70vh}.ohif-option-image{height:16px;width:16px;margin-top:auto;margin-bottom:auto}.viewer-option-layout{display:flex;flex-direction:row}.viewer-option-text{margin-left:8px;font-size:.8rem!important;margin-top:auto;margin-bottom:auto}.kiware-viewer-option{background-color:#fff!important}.kiware-viewer-option span{color:#000!important}.kiware-viewer-option:hover{background-color:#3d5a80!important}.kiware-viewer-option:hover span{color:#fff!important}.delete-record-option-button:hover{border-color:red!important}.delete-record-option-button:hover span{color:red!important}.patient-details-title{font-size:.95rem}.patient-report-info-table{width:100%}.patient-report-info-table tr{padding-top:1rem}.report-back-option-button{background-color:#3d5a80!important}.report-back-option-button:hover{background-color:#0e386e!important}.upload-image-selection-division{max-height:200px;overflow-y:auto}.all-upload-document-list-div{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:left;text-align:left;gap:2px}.Report-reference-document{margin-bottom:.8rem;margin-top:1rem;margin-right:.8rem;margin-left:auto;margin-right:auto;width:20%}.Reference-image{height:4rem!important;width:90%;margin-left:auto;margin-right:auto;background-color:#efefef;padding-top:.2rem;padding-bottom:.2rem}.upload-directory-option-button{background-color:#3d5a80!important;color:#fff!important;margin-bottom:.6rem}.upload-directory-option-button:hover{background-color:#3769ab!important}.upload-directory-upload-option{display:flex;flex-direction:row}.dicom-upload-image-drawer .ant-upload{padding-top:0!important;padding-bottom:0!important}.dicom-upload-image-drawer .ant-upload-list-item{height:auto!important;padding:.6rem;margin-top:.2rem;background-color:#fff!important;border-radius:8px;transition:.2s ease background-color}.dicom-upload-image-drawer .anticon-paper-clip,.dicom-upload-image-drawer .ant-upload-list-item-name{color:#000!important}.dicom-upload-image-drawer .ant-tooltip{display:none!important}.dicom-upload-image-drawer .ant-upload-list{height:76vh!important;overflow-y:auto}.dicom-upload-image-drawer .ant-upload-list-item:hover{background-color:#3d5a80!important;border:1px solid #c5c5c5}.dicom-upload-image-drawer .ant-upload-list-item:hover .anticon-paper-clip,.dicom-upload-image-drawer .ant-upload-list-item:hover .ant-upload-list-item-name{color:#fff!important}.anticon-cloud-upload{font-size:16px!important}.anticon-history{font-size:15px!important}.total_page_info_title{font-size:1rem;font-weight:600;color:#000;margin-top:2px;margin-right:10px}.download-information-title{font-size:.9rem;font-weight:600;color:red}.download-instruction-tab .ant-tabs-content-holder{height:70vh;overflow-y:auto;overflow-x:hidden;padding-left:1rem}.download-instruction-tab .download-instruction-image-text-div{margin-top:1rem;display:flex;flex-direction:row}.download-instruction-tab .download-instruction-image{height:30rem!important;width:30rem!important}.download-instruction-tab .download-instruction-text{font-family:1rem;padding-left:.6rem;padding-right:1rem;padding-top:1rem;text-align:left}.clear-all-image-option-button{background-color:#ff6f6f!important}.clear-all-image-option-button:hover{background-color:#ff3e3e!important}.ck-content .table table{width:80%!important;margin-left:auto!important;margin-right:auto!important}.ck-content .table table td{padding:.1rem .1rem .1rem .4rem!important}.ck-table-bogus-paragraph span{font-size:.8rem!important}.template-selection-option-division .ant-select-selection-item{margin-top:2px!important}.reupload-option-icon{height:22px;width:22px;cursor:pointer;margin-top:2px;margin-left:5px;margin-bottom:auto}.ant-select-arrow{margin-top:0!important}.manual-entry-wrapper{display:flex;width:100%;height:100%;overflow-x:auto;justify-content:center;align-items:center;overflow-y:hidden}.manual-entry{width:85%;height:calc(100vh - 100px);overflow-y:auto;border:2px dotted gray;border-radius:1rem}.header{font-size:1.4rem}.p-2{padding:1rem}.add-image-series{min-height:20rem!important}.institution-checkbox .ant-checkbox-inner{background-color:#ededed!important;border-color:transparent!important}.institution-checkbox .ant-checkbox-checked .ant-checkbox-inner:after{border-color:#33b3e9!important}.institution-modality-table .ant-table-tbody .ant-table-row{border-left:1px solid red}.divider{cursor:col-resize;background-color:#d9d9d9;width:5px;height:100%;position:relative}.report-description-selection{margin-bottom:0!important}.reporting-study-description-selection .ant-select-selection-item{font-weight:600}.report-preview-model .ant-modal-body{padding:0!important}.report-preview-model .html_preview{background-color:#fff;padding:15px}.patient-info-drawer .ant-drawer-body{padding:0!important;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);scrollbar-color:#444 #d2d2d2}.patient-info-drawer .ant-drawer-body::-webkit-scrollbar{width:10px;height:10px}.patient-info-drawer .ant-drawer-body::-webkit-scrollbar-thumb{background:#444;border-radius:6px}.patient-info-drawer .ant-drawer-body::-webkit-scrollbar-track{background:#1f1f1f}.patient-info-drawer .anticon-close{color:#fff!important;margin-top:-5px!important}.patient-info-drawer .ant-drawer-header{background-color:#1890ff!important;box-shadow:0 4px 12px #1890ff26;padding-top:14px!important;padding-bottom:14px!important}.patient-info-drawer .drawer-header .drawer-header-title{display:flex;align-items:center;font-size:18px;font-weight:600;color:#fff}.patient-info-drawer .drawer-tab-navigation{display:flex;background:#ffffff;border-radius:12px;margin:16px;padding:4px;box-shadow:0 2px 8px #0000000f;border:1px solid #f0f0f0}.patient-info-drawer .drawer-tab-navigation .drawer-tab{flex:1;display:flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:6px;cursor:pointer;transition:all .3s ease;font-weight:500;color:#666;position:relative;font-size:13px}.patient-info-drawer .drawer-tab-navigation .drawer-tab .tab-icon{margin-right:6px;font-size:14px}.patient-info-drawer .drawer-tab-navigation .drawer-tab:hover{background:#f8f9fa;color:#1890ff}.patient-info-drawer .drawer-tab-navigation .drawer-tab.active{background:linear-gradient(135deg,#1890ff,#722ed1);color:#fff;box-shadow:0 2px 8px #1890ff4d;transform:translateY(-1px)}.patient-info-drawer .drawer-tab-navigation .drawer-tab.active .tab-icon{color:#fff}.patient-info-drawer .patient-drawer-info-container{padding:0 16px 16px;overflow-y:auto;max-height:calc(100vh - 151px)}.patient-info-drawer .patient-info-content{display:flex;flex-direction:column}.patient-info-drawer .info-card{background:#ffffff;border-radius:12px;box-shadow:0 2px 8px #0000000f;border:1px solid #f0f0f0;transition:all .3s ease;padding:14px}.patient-info-drawer .info-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.patient-info-drawer .info-card .card-header{display:flex;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #f0f0f0}.patient-info-drawer .info-card .card-header .card-icon{font-size:20px;margin-right:12px;color:#1890ff}.patient-info-drawer .info-card .card-header h3{margin:0;font-size:16px;font-weight:600;color:#262626}.patient-info-drawer .info-card.patient-basic-info .card-header .card-icon{color:#52c41a}.patient-info-drawer .info-card.medical-info .card-header .card-icon{color:#fa8c16}.patient-info-drawer .info-card.study-info .card-header .card-icon{color:#722ed1}.patient-info-drawer .info-card.documents-info .card-header .card-icon{color:#eb2f96}.patient-info-drawer .info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.patient-info-drawer .info-grid .info-item{display:flex;flex-direction:column;gap:4px}.patient-info-drawer .info-grid .info-item.full-width{grid-column:1/-1}.patient-info-drawer .info-grid .info-item label{font-size:12px;font-weight:600;color:#8c8c8c;text-transform:uppercase;letter-spacing:.5px;margin:0}.patient-info-drawer .info-grid .info-item .info-value{font-size:14px;color:#262626;font-weight:500;word-break:break-word}.patient-info-drawer .info-grid .info-item .info-value.primary{color:#1890ff;font-weight:600}.patient-info-drawer .info-grid .info-item .info-value.highlight{color:#52c41a;font-weight:600}.patient-info-drawer .info-grid .info-item .info-value.modality-badge{background:linear-gradient(135deg,#722ed1,#1890ff);color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;display:inline-block;text-align:center}.patient-info-drawer .info-grid .info-item .info-value.clinical-history{background:#f8f9fa;padding:12px;border-radius:8px;border-left:4px solid #1890ff;font-style:italic;line-height:1.5}.patient-info-drawer .documents-section{margin-top:16px}.patient-info-drawer .documents-section .documents-section-title{display:flex;align-items:center;font-size:14px;font-weight:600;color:#262626;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}.patient-info-drawer .documents-section .images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px}.patient-info-drawer .documents-section .images-grid .image-thumbnail{aspect-ratio:1;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.patient-info-drawer .documents-section .images-grid .image-thumbnail:hover{transform:scale(1.05);box-shadow:0 4px 16px #0003}.patient-info-drawer .documents-section .images-grid .image-thumbnail .thumbnail-image{width:100%;height:100%;object-fit:cover}.patient-info-drawer .documents-section .documents-list{display:flex;flex-direction:column;gap:8px}.patient-info-drawer .documents-section .documents-list .document-item{display:flex;align-items:center;padding:12px;background:#f8f9fa;border-radius:8px;cursor:pointer;transition:all .3s ease;border:1px solid #f0f0f0}.patient-info-drawer .documents-section .documents-list .document-item:hover{background:#e6f7ff;border-color:#1890ff;transform:translate(4px)}.patient-info-drawer .documents-section .documents-list .document-item .document-icon{width:40px;height:40px;background:#1890ff;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;margin-right:12px;font-size:18px}.patient-info-drawer .documents-section .documents-list .document-item .document-info{flex:1;display:flex;flex-direction:column;gap:2px}.patient-info-drawer .documents-section .documents-list .document-item .document-info .document-name{font-size:14px;font-weight:500;color:#262626;word-break:break-word}.patient-info-drawer .documents-section .documents-list .document-item .document-info .document-size{font-size:12px;color:#8c8c8c}.patient-info-drawer .documents-section .documents-list .document-item .document-action{color:#1890ff;font-size:16px;transition:all .3s ease}.patient-info-drawer .documents-section .documents-list .document-item .document-action:hover{transform:scale(1.1)}.patient-info-drawer .reports-content .reports-header{display:flex;align-items:center;background:#ffffff;padding:16px 20px;border-radius:12px;margin-bottom:16px;box-shadow:0 2px 8px #0000000f;border:1px solid #f0f0f0}.patient-info-drawer .reports-content .reports-header .reports-icon{font-size:20px;color:#1890ff;margin-right:12px}.patient-info-drawer .reports-content .reports-header h3{margin:0;font-size:16px;font-weight:600;color:#262626;flex:1}.patient-info-drawer .reports-content .reports-header .reports-count{background:#e6f7ff;color:#1890ff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}.patient-info-drawer .reports-content .reports-table-container{background:#ffffff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f;border:1px solid #f0f0f0}.patient-info-drawer .reports-content .reports-table-container .reports-table .ant-table-thead>tr>th{background:#f8f9fa;border-bottom:2px solid #f0f0f0;font-weight:600;color:#262626}.patient-info-drawer .reports-content .reports-table-container .reports-table .report-row{transition:all .3s ease}.patient-info-drawer .reports-content .reports-table-container .reports-table .report-row:hover{background:#f8f9fa}.patient-info-drawer .horizontal-row{display:flex;gap:16px;align-items:stretch;margin-bottom:16px}.patient-info-drawer .horizontal-row>.info-card{flex:1}@media (max-width: 1200px){.patient-info-drawer .horizontal-row{flex-direction:column}}.support-details-particular-div{cursor:pointer}.support-details-particular-div:hover span{color:#000!important;font-weight:600!important}.support-information-icon{margin-top:auto!important;margin-bottom:auto!important}.report-preview-modal .ant-modal-header,.voice-to-text-modal .ant-modal-header{background:linear-gradient(45deg,#1890ff,#722ed1)!important;padding-top:.8rem!important;padding-bottom:.8rem!important}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.suggesstion-info-div{height:calc(100vh - 180px);width:220px;max-width:220px;background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;padding:12px;font-size:14px;color:#222;cursor:pointer;z-index:1000;transition:all .2s ease-in-out;overflow-y:hidden;animation:fadeSlideIn .2s ease-out}.suggesstion-info-div-collapsed{width:50px;background-color:#f7f7f7;border:1px solid rgba(51,179,233,.3764705882)}.suggestion-info-div-content{overflow-y:auto;height:calc(100vh - 380px)}.suggesstion-info-title-div-container{border-bottom:1px solid #acacac;padding-bottom:.1rem;margin-bottom:.5rem}.suggesstion-info-title-div{margin-bottom:.5rem;gap:10px}.suggestion-info-title{margin-top:auto;margin-bottom:auto;font-weight:600;color:#1890ff}.hide-suggesstion-div-image{height:25px;width:25px;padding:4px;border-radius:4px;transition:background-color .3s ease,transform .2s ease,box-shadow .2s ease}.hide-suggesstion-div-image:hover{cursor:pointer;background-color:#f0f0f0;transform:scale(1.1);box-shadow:0 2px 6px #00000026}.suggestion-info-div-content-item{font-size:13px}.suggestion-info-div-content-item:hover{background-color:#f0f0f0!important;font-weight:600!important}.suggestion-search-input{background-color:#f7f7f7!important;width:100%!important;padding:.5rem!important;border-radius:.5rem!important;border:1px solid #e0e0e0!important;margin-bottom:.5rem!important}.highlight-suggestion-word{background-color:#90ffd370!important;color:#000!important;font-weight:600!important}.login-form-button{height:45px!important}.assign-study-option-button{background-color:green!important;transition:all .3s ease}.assign-study-option-button:hover{background-color:#004d00!important}.highlight-chat-icon{color:#ff0000 green!important}.lock-study-option-icon{height:18px;width:18px;margin-top:auto;margin-bottom:auto}
