: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:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100vh;margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{height:5px;width:5px}::-webkit-scrollbar-track{background:#eef0f6cc}::-webkit-scrollbar-thumb{background:#285ff7;border-radius:5px}@font-face{font-family:Onest;font-style:normal;font-weight:400;src:url(/static/media/Onest-Regular.2f8180f95c9c4f66c68c.ttf) format("ttf")}@font-face{font-family:Onest;font-style:normal;font-weight:500;src:url(/static/media/Onest-Medium.fbd1029ceefc29dbe253.ttf) format("ttf")}@font-face{font-family:Onest;font-style:normal;font-weight:600;src:url(/static/media/Onest-SemiBold.e1ec913c539798d6a173.ttf) format("ttf")}@font-face{font-family:Onest;font-style:normal;font-weight:700;src:url(/static/media/Onest-Bold.e6f62dc971ba457a32e0.ttf) format("ttf")}@font-face{font-family:Onest;font-style:normal;font-weight:800;src:url(/static/media/Onest-ExtraBold.c56df5657b0aae6a56fb.ttf) format("ttf")}*{font-family:Onest,sans-serif}body,html{font-weight:400}.ant-layout{background:#eef0f6;background-size:cover;height:100%;margin-left:0!important;min-height:100vh}.h-full{height:100%}.aiml-modal-dialog{animation-duration:.3s;animation-fill-mode:both}.aiml-modal-dialog-appear,.aiml-modal-dialog-enter{animation-name:modalOpen}.aiml-modal-dialog-leave{animation-name:modalClose}@keyframes modalOpen{0%{opacity:0;transform:translateY(-10%)}to{opacity:1;transform:translateY(0)}}@keyframes modalClose{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10%)}}.aiml-modal-dialog .ant-modal-content{border-radius:20px;padding:20px}.aiml-modal-dialog .ant-modal-content .ant-modal-title{color:#060216;font-size:18px;font-weight:600;line-height:24px;margin-bottom:15px}.aiml-modal-dialog .ant-modal-content .ant-modal-footer .ant-btn.ant-btn-default{background-color:#fff;border:1px solid #06021638;border-radius:12px;color:#06021685;cursor:pointer;font-size:14px;font-weight:600;height:38px;line-height:20px;outline:0;padding:5px 15px}.aiml-modal-dialog .ant-modal-content .ant-modal-footer .ant-btn.ant-btn-primary{background-color:#285ff7;border:1px solid #285ff7;border-radius:12px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;height:38px;line-height:20px;outline:0;padding:5px 15px}.aiml-modal-dialog .date-modal .ant-modal-content .ant-modal-body .ant-picker{width:100%}.aiml-modal-dialog .date-modal .ant-modal-content .ant-modal-body .ant-picker .ant-picker-input input{text-align:center}.aiml-modal-dialog{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.col-lg-6,.col-md-3,.col-md-6,.col-xl-3{min-height:1px;padding-left:15px;padding-right:15px;position:relative;width:100%}@media (min-width:768px){.col-md-6{flex:0 0 50%;max-width:50%}.col-md-3{flex:0 0 25%;max-width:25%}}@media (min-width:967px){.col-lg-6{flex:0 0 50%;max-width:50%}}@media (min-width:1200px){.col-xl-3{flex:0 0 25%;max-width:25%}}.aiml-card{word-wrap:break-word;background-clip:initial;background-color:#fff;display:flex;flex-direction:column;min-width:0;position:relative;transition:all .3s ease}.aiml-card .ailm-card-header{align-items:center;border-bottom:1px solid rgba(7,3,23,.078);display:flex;justify-content:space-between;margin-bottom:0;padding:15px 20px}.aiml-card .aiml-card-body{flex:1 1 auto;height:100%;padding:1rem 20px}.aiml-card .card-footer{padding:1rem;position:relative}.fInput-group{margin-bottom:20px}.fInput-group .form-input{border:1px solid #0602161f;border-radius:12px;color:#060216;display:block;font-size:14px;font-weight:500;height:42px;line-height:20px;width:100%}.fInput-group .input-label{color:#060216b8;font-size:12px;font-weight:500;line-height:20px;margin-bottom:5px}.fInput-group .ant-select{height:42px!important}.fInput-group .ant-select-selector{border:1px solid #0602161f!important;border-radius:12px;color:#060216;font-size:14px;font-weight:500;height:42px!important;line-height:20px;width:100%!important}.aiml-primary-btn{background-color:#285ff7;border:1px solid #285ff7;border-radius:12px;color:#fff}.aiml-btn,.aiml-primary-btn{cursor:pointer;font-size:14px;font-weight:600;height:38px;line-height:20px;outline:0;padding:5px 15px}.aiml-btn{background-color:#fff;border:1px solid #06021638;border-radius:12px;color:#06021685}.flex{display:flex}.items-end{align-items:end}.header-wrapper{align-items:center;background-color:#fafcff;border-bottom:1px solid #06021614;display:flex;height:60px;justify-content:space-between;padding-left:20px;padding-right:20px;width:100%}.header-wrapper .header-logo{width:85px}.header-wrapper ul{align-items:center;display:flex;list-style:none;margin-bottom:0}.header-wrapper ul .footer_sider_bar{color:#060216b8;font-size:16px;font-weight:400;line-height:24px;margin-bottom:0;margin-right:25px;padding:18px 0;position:relative}.header-wrapper ul .footer_sider_bar.active{font-weight:600}.header-wrapper ul .footer_sider_bar.active:after{background-color:#285ff7;bottom:0;content:"";height:100%;height:4px;left:0;position:absolute;width:100%}.header-wrapper .user-settings-main{align-items:center;display:flex}.header-wrapper .user-settings-main .docs-cum{color:#060216b8;cursor:pointer;font-size:16px;font-weight:400;line-height:24px;margin-bottom:0;margin-right:30px;padding:15px 0;position:relative}.header-wrapper .user-settings-main .logout-wrap{position:relative}.drop-backDrop{height:100%;left:0;position:fixed;top:0;width:100%;z-index:99}.header-wrapper .user-settings-main .logout-wrap .drop-list{background-color:#fff;border:1px solid #0602161f;border-radius:8px;box-shadow:0 4px 14.7px 0 #0000000d;display:flex;flex-direction:column;position:absolute;right:0;top:60px;width:253px;z-index:999}.header-wrapper .user-settings-main .logout-wrap .drop-list .drop-header{align-items:start;display:flex;padding:10px 15px}.header-wrapper .user-settings-main .logout-wrap .drop-list .drop-header img{margin-right:10px}.header-wrapper .user-settings-main .logout-wrap .drop-list .drop-header .drop-title{color:#060216;font-size:14px;font-weight:600;line-height:18px;margin-bottom:0}.header-wrapper .user-settings-main .logout-wrap .drop-list .drop-header .drop-text{color:#060216;font-size:14px;font-weight:400;line-height:24px;margin-bottom:0}.header-wrapper .user-settings-main .logout-wrap .drop-list .drop-body{border-bottom:1px solid #06021614;border-top:1px solid #06021614;flex:1 1 auto;padding-bottom:10px;padding-top:10px}.header-wrapper .user-settings-main .logout-wrap .drop-list .drop-item{align-items:center;color:#060216;cursor:pointer;display:flex;font-size:14px;font-weight:400;line-height:24px;margin-bottom:0;padding:10px 15px;transition:all .3s ease}.header-wrapper .user-settings-main .logout-wrap .drop-list .drop-item img{margin-right:10px}.header-wrapper .user-settings-main .logout-wrap .drop-list .drop-item.logout{color:#db1919}.header-wrapper .user-settings-main .logout-wrap .drop-list .drop-item:hover{background-color:#0000000f}.header-wrapper .user-settings-main .logout-wrap .logout-icon{cursor:pointer;height:35px;width:35px}@media (max-width:768px){.mobile-header-active{align-items:start;background-color:initial;border:0;height:135px;padding-top:15px;position:relative}.mobile-header-active .nav-links{bottom:0;left:0;position:absolute;width:100%}.mobile-header-active .nav-links ul{justify-content:center;padding-left:0}.mobile-header-active .nav-links ul .footer_sider_bar{border:1px solid #0000001f;border-radius:8px;font-weight:400;margin-right:0;padding:5px 15px}.mobile-header-active .nav-links ul li:nth-child(2) .footer_sider_bar{margin-left:10px;margin-right:10px}.mobile-header-active .nav-links ul .footer_sider_bar.active{background-color:#e1e9ff;border-color:#285ff7;font-weight:600}.mobile-header-active .nav-links ul .footer_sider_bar.active:after,.mobile-header-active .user-settings-main{display:none}}.sub-header-wrapper{margin:20px 0;padding-left:20px;padding-right:20px}.sub-header-wrapper .menu-items-main{align-items:center;background-color:#fff;border:1px solid #06021614;border-radius:16px;display:flex;justify-content:space-between;padding-left:20px;padding-right:20px}.sub-header-wrapper .ant-menu{align-items:center;border-inline-end:0!important;display:flex;list-style:none;margin-bottom:0;padding-left:0;width:auto}.sub-header-wrapper .ant-menu .ant-menu-item{background-color:initial;border-radius:0;color:#060216b8;font-size:14px;font-weight:400;height:auto;margin:0;overflow:visible;padding:10px 15px!important;position:relative;width:auto}.sub-header-wrapper .ant-menu .ant-menu-item.ant-menu-item-selected{font-weight:600}.sub-header-wrapper .ant-menu .ant-menu-item.ant-menu-item-selected:after{background-color:#285ff7;bottom:0;content:"";height:4px;left:50%;inset-block:95%;position:absolute;transform:translateX(-50%);width:calc(100% - 30px)}.btn-main{align-items:center;display:flex}.sub-header-wrapper .menu-items-main .btn-main .side-btn{align-items:center;background-color:#fff;border:1px solid #fff;border-radius:12px;color:#285ff7;cursor:pointer;display:flex;font-size:14px;font-weight:600;justify-content:center;line-height:20px;margin-right:15px;outline:0;padding:10px 20px}.sub-header-wrapper .menu-items-main .side-btn.outlined{border-color:#285ff7}.sub-header-wrapper .menu-items-main .side-btn.filled{background-color:#285ff7;border-color:#285ff7;color:#fff}.sub-header-wrapper .menu-items-main .btn-main .side-btn img{margin-right:5px;width:16px}.dropDown .drop-btn{align-items:center;background-color:#eef0f6;border:1px solid #eef0f6;border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;outline:0;width:36px}.dropDown .drop-btn img{width:20px}.ant-menu-title-content a{text-decoration:none}.plaground-header-description{align-items:center;border-radius:10px;display:flex;margin:4px 14px -6px;padding-left:10px;width:70%}.footer_sider_bar{color:#a6adb4;cursor:pointer;font-size:15px;margin-bottom:8px;padding:8px 16px;text-decoration:none;transition:color .4s}.footer_sider_bar:hover{color:#fff}.modal-container-Wrapper{height:calc(100vh - 165px);padding-bottom:20px;padding-left:20px;padding-right:36px;position:relative}.modal-container-Wrapper .setting-toggle-btn{border:1px solid #06021614;border-radius:36px 0 0 36px;height:40px;padding-left:10px;padding-right:8px;position:absolute;right:0;top:0;z-index:10}.modal-container-Wrapper .setting-toggle-btn:hover{border-color:#06021614!important}.model-container{display:flex;flex-wrap:wrap;height:100%;margin-left:-15px;margin-right:-15px;overflow:hidden}.content-col-12,.content-col-4,.content-col-8{min-height:1px;padding-left:15px;padding-right:15px;position:relative;width:100%}.content-col-12{flex:0 0 100%;height:100%;max-width:100%;padding-right:0}.content-col-8{flex:0 0 75%;max-width:75%}.content-col-4,.content-col-8{height:100%;transition:all .3s ease}.content-col-4{flex:0 0 25%;max-width:25%;padding-left:0;padding-right:0}.right-0{right:0}.right-100{right:-100%}.main-collapsed-siderbar-footer{bottom:46px;left:12px;position:absolute}.main-siderbar-footer{bottom:46px;left:25px;position:absolute}.profile-balance{background-color:#f0f2f5;border-radius:10px;cursor:pointer;margin:50px;padding:5px}.comp-logo{margin:30px}.balance-main,.comp-logo{display:flex;justify-content:center}.balance-main{align-items:center}.balance-fontsize{color:#896acb;font-size:20px;font-weight:700}.expand-collapse-button{font-size:16px;height:64px;width:64px}.aiml-modal-dialog .copy-code-modal .ant-modal-content,.aiml-modal-dialog .copy-code-modal .ant-modal-header{background-color:#eef0f6}.aiml-modal-dialog .copy-code-tabs-main{background-color:#fff;border-radius:10px}.aiml-modal-dialog .copy-code-tabs-main .ant-tabs-nav-list{border-bottom:1px solid #06021614;padding:5px 15px;width:100%}.aiml-modal-dialog .copy-code-tabs-main .ant-tabs-nav-list .ant-tabs-tab{border-radius:10px;color:#060216!important;font-size:16px;font-weight:400;height:36px;justify-content:center;line-height:24px;margin:0;padding:0;width:33.3333333333%}.aiml-modal-dialog .copy-code-tabs-main .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active{background-color:#f1f5ff;font-weight:600}.aiml-modal-dialog .copy-code-tabs-main .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#060216!important}.aiml-modal-dialog .copy-code-tabs-main .ant-tabs-ink-bar{display:none}.aiml-modal-dialog .copy-code-tabs-main .ant-tabs-content{height:400px}.aiml-modal-dialog .copy-code-tabs-main .ant-tabs-tabpane{height:100%;overflow-y:hidden}.aiml-modal-dialog .copy-code-tabs-main .tab-code-body{height:100%;overflow-y:scroll;padding:0 15px;position:relative}.aiml-modal-dialog .copy-code-tabs-main .tab-code-body::-webkit-scrollbar{width:0}.aiml-modal-dialog .copy-code-tabs-main .tab-code-body>pre{margin-bottom:0}.aiml-modal-dialog .copy-code-tabs-main .tab-code-body .code-block code{text-wrap:wrap}.aiml-modal-dialog .copy-code-tabs-main .tab-code-body .copy-btn{border:0;border-radius:50%;padding:0;position:absolute;right:20px;top:5px;width:35px}.aiml-modal-dialog .copy-code-tabs-main .tab-code-body .copy-btn img{width:35px}.aiml-modal-dialog .copy-code-tabs-main .tab-code-body .copied{background-color:#e5ebfe;border-radius:93px;color:#285ff7;display:flex;font-size:14px;font-weight:600;line-height:24px;padding:5px 12px;position:absolute;right:20px;top:5px}.aiml-modal-dialog .copy-code-tabs-main .tab-code-body .copied img{margin-left:10px;width:20px}.aiml-modal-dialog .welcome-modal .ant-modal-content{background:#fff;background-image:url(/static/media/Pattern.c898df8f982d5eae7791.svg);background-position:100%;background-repeat:no-repeat;overflow:hidden;padding:30px}.aiml-modal-dialog .welcome-modal .ant-modal-content:after{background:linear-gradient(145deg,#fff 34%,#474fff4d);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.aiml-modal-dialog .welcome-modal .ant-modal-body{position:relative;z-index:10}.aiml-modal-dialog .welcome-modal .ant-modal-content .ant-modal-close{display:none}.aiml-modal-dialog .welcome-modal .welcome-header{margin-bottom:20px}.aiml-modal-dialog .welcome-modal .modal-title{color:#060216;font-size:16px;font-weight:600;line-height:24px}.aiml-modal-dialog .welcome-modal .w-text{color:#06021685;font-size:14px;font-weight:500;line-height:20px}.aiml-modal-dialog .welcome-modal .w-text a,.aiml-modal-dialog .welcome-modal .w-text span{color:#285ff7;text-decoration:none}.aiml-modal-dialog .welcome-modal .body-subtitle{color:#060216;font-size:14px;font-weight:600;line-height:20px;margin-bottom:15px}.aiml-modal-dialog .welcome-modal .text-icon-wrap{align-items:center;display:flex;margin-bottom:15px}.aiml-modal-dialog .welcome-modal .text-icon-wrap .w-text{margin-bottom:0}.aiml-modal-dialog .welcome-modal .text-icon-wrap img{margin-right:10px;width:20px}.aiml-modal-dialog .welcome-modal .ant-modal-footer{margin-top:30px;position:relative;z-index:10}.aiml-modal-dialog .welcome-modal .ant-btn.ant-btn-default{display:none}.dashboard-wrapper,.privacy-n-termCondition{min-height:calc(100vh - 60px)}.dashboard-wrapper .dash-container,.privacy-n-termCondition .termCondition-container{background-color:#eef0f6;padding-left:20px;padding-right:20px}.dashboard-wrapper .dash-header{padding-bottom:40px;padding-top:30px}@media (max-width:768px){.dashboard-wrapper .dash-header{border:1px solid #285ff71f;border-radius:12px;margin-bottom:30px;margin-top:30px;padding:20px}}.dashboard-wrapper .page-title{color:#060216;font-size:16px;font-weight:400;line-height:24px;margin-bottom:5px}.dashboard-wrapper .dash-header .page-subtitle{color:#060216;font-size:32px;font-weight:600;line-height:40px;margin-bottom:0}.dashboard-wrapper .dash-header .page-subtitle span{color:#285ff7}.dashboard-wrapper .dash-btn{align-items:center;border-color:#285ff7;color:#285ff7;display:flex;justify-content:center;transition:all .3s ease;width:100%}.dashboard-wrapper .dash-btn:after{border-right:1.5px solid #285ff7;border-top:1.5px solid #285ff7;content:"";display:inline-block;height:6px;margin-left:5px;transform:rotate(45deg);width:6px}.dashboard-wrapper .explore-module{padding-bottom:50px}.dashboard-wrapper .explore-module .page-title,.dashboard-wrapper .getMore-aiml .page-title{color:#060216b8;margin-bottom:10px;padding-right:10px;position:relative;text-transform:uppercase}.dashboard-wrapper .explore-module .page-title:after,.dashboard-wrapper .getMore-aiml .page-title:after{border-top:1px solid #06021614;content:"";display:block;height:1px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:1}.dashboard-wrapper .explore-module .page-title span,.dashboard-wrapper .getMore-aiml .page-title span{background-color:#eef0f6;padding-right:10px;position:relative;z-index:9}.dashboard-wrapper .explore-module .col-md-3:last-child{padding-right:20px}.dashboard-wrapper .explore-module .explore-card{border-radius:16px;min-height:460px;padding:0}.dashboard-wrapper .explore-module .explore-card:hover{background:#fff;background:linear-gradient(140deg,#fff 40%,#bdd3ff)}.dashboard-wrapper .explore-module .explore-card .ex-header{border:0;padding-bottom:0}.dashboard-wrapper .explore-module .explore-card .card-title{align-items:end;color:#060216;display:flex;font-size:20px;font-weight:600;line-height:24px}.dashboard-wrapper .explore-module .explore-card .card-title span{background-color:#8906f61f;border:1px solid #8906f652;border-radius:6px;color:#8906f6;font-size:12px;font-weight:600;line-height:20px;margin-left:5px;padding:0 4px}.dashboard-wrapper .explore-module .explore-card .card-text{color:#060216b8;font-size:14px;font-weight:400;line-height:20px}.dashboard-wrapper .explore-module .explore-card .card-text .showMoreBtn{background:none;border:0;border-bottom:1px solid #060216b8;color:#060216;cursor:pointer;font-size:14px;font-weight:400;line-height:20px;margin-left:5px;outline:0;padding:0}.dashboard-wrapper .explore-module .explore-card:hover .dash-btn{background-color:#285ff7;color:#fff}.dashboard-wrapper .explore-module .explore-card:hover .dash-btn:after{border-color:#fff;color:#fff}.dashboard-wrapper .explore-module .explore-card .tags-box{align-content:flex-start;display:flex;flex-wrap:wrap;margin-top:20px}.dashboard-wrapper .explore-module .explore-card .tags-box .tags{align-items:center;background-color:#fff;border:1px solid #06021614;border-radius:8px;color:#060216;display:flex;font-size:12px;font-weight:600;height:24px;line-height:20px;margin-bottom:10px;margin-right:10px;padding:2px 8px}.dashboard-wrapper .explore-module .explore-card .tags-box .tags img{margin-right:5px;width:15px}.dashboard-wrapper .explore-module .explore-card .aiml-card-footer{bottom:0;left:0;opacity:0;position:absolute;transition:all .3s ease;visibility:hidden;width:100%;z-index:10}.dashboard-wrapper .explore-module .explore-card:hover .aiml-card-footer{opacity:1;visibility:visible}.dashboard-wrapper .explore-module .explore-card .scroll-text-box{align-items:center;display:flex;overflow:hidden;width:100%}.dashboard-wrapper .explore-module .explore-card .scroll-text{animation:marquee 7s linear infinite;color:#285ff7;font-size:40px;font-weight:400;line-height:50px;margin-right:20px;white-space:nowrap}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-105%)}}.dashboard-wrapper .getMore-aiml{padding-bottom:100px}.dashboard-wrapper .getMore-aiml .col-md-6{margin-bottom:15px}@media (min-width:768px){.dashboard-wrapper .getMore-aiml .col-md-6:nth-child(2n){padding-right:20px}}.dashboard-wrapper .getMore-aiml .getMore-card{align-items:center;border:1px solid #06021614;border-radius:16px;flex-direction:row}@media (min-width:968px) and (max-width:1200px){.dashboard-wrapper .getMore-aiml .getMore-card{min-height:170px}}@media (min-width:1200px) and (max-width:1490px){.dashboard-wrapper .getMore-aiml .getMore-card{min-height:135px}}@media (max-width:567px){.dashboard-wrapper .getMore-aiml .getMore-card{flex-direction:column}}.dashboard-wrapper .getMore-aiml .getMore-card .card-title{color:#060216;font-size:20px;font-weight:600;line-height:24px;margin-bottom:10px}.dashboard-wrapper .getMore-aiml .getMore-card .card-text{color:#060216b8;font-size:14px;font-weight:400;line-height:20px;width:80%}.dashboard-wrapper .getMore-aiml .getMore-card .btn-wrapper{padding-right:20px}.dashboard-wrapper .getMore-aiml .getMore-card .dash-btn:hover{background-color:#285ff7;color:#fff}.dashboard-wrapper .getMore-aiml .getMore-card .dash-btn:hover:after{border-color:#fff;color:#fff}@media (max-width:567px){.dashboard-wrapper .getMore-aiml .getMore-card .btn-wrapper{padding-bottom:15px;padding-left:20px;width:100%}}.dashboard-wrapper .dash-footer{padding-bottom:40px}.dashboard-wrapper .dash-footer .footer-title{color:#1d243452;font-size:35px;font-weight:600;line-height:40px;margin-bottom:20px}@media (min-width:768px){.dashboard-wrapper .dash-footer .footer-title{font-size:48px;line-height:58px}}.dashboard-wrapper .dash-footer .footer-btn-box{align-items:center;display:flex}@media (max-width:768px){.dashboard-wrapper .dash-footer .footer-btn-box{align-items:flex-start;flex-direction:column}}.dashboard-wrapper .dash-footer .footer-copy-text{color:#1d243452;font-size:16px;font-weight:600;line-height:22px;margin-bottom:0;margin-right:30px}@media (max-width:768px){.dashboard-wrapper .dash-footer .footer-copy-text{margin-bottom:15px}}.dashboard-wrapper .dash-footer .footer-btn{background-color:initial;border:0;border-bottom:1px solid #1d243452;color:#1d243452;font-size:16px;font-weight:600;line-height:22px;outline:0;padding:0}.dashboard-wrapper .dash-footer .footer-btn:first-child{margin-right:30px}.privacy-n-termCondition .termCondition-container{padding-bottom:35px;padding-top:25px}.privacy-n-termCondition .aiml-card{border-radius:16px;box-shadow:0 2px 22px 0 #06021612}.privacy-n-termCondition .page-title{color:#060216;font-size:32px;font-weight:600;line-height:30px}.privacy-n-termCondition .content-title{color:#060216;font-size:20px;font-weight:600;line-height:24px}.privacy-n-termCondition .content-subtitle{color:#060216;font-size:18px;font-weight:500;line-height:24px;margin-bottom:0}.privacy-n-termCondition .content-text,.privacy-n-termCondition ul li{color:#060216;font-size:14px;font-weight:400;line-height:24px}.privacy-n-termCondition .content-text span{font-weight:600}.privacy-n-termCondition .aiml-primary-btn{align-items:center;display:flex}.privacy-n-termCondition .aiml-primary-btn img{margin-right:5px}.message{transition:transform .5s ease-in-out}.chat-container{word-wrap:break-word;background-clip:initial;background-color:#fff;border:1px solid rgba(6,2,22,.078);border-radius:16px;display:flex;flex-direction:column;height:100%;min-width:0;position:relative}.prompt-header{align-items:center;border-bottom:1px solid rgba(7,3,23,.078);display:flex;justify-content:space-between;margin-bottom:0;padding:15px 20px}.prompt-header .chat-title{color:#060216;font-size:16px;font-weight:500;line-height:24px;margin-bottom:0}.prompt-header .clear-chat-container{cursor:pointer}.prompt-header .clear-chat-container .clear-chat{color:#060216;display:inline-block;font-family:Onest,sans-serif;font-size:14px;font-weight:500;line-height:20px}.chats-body-container{flex:1 1 auto;height:100%;overflow-y:hidden;padding:1rem 90px 0}.chats-body-container .welcome-body{align-items:center;display:flex;height:100%;justify-content:center}.chats-body-container .welcome-body .welcome-text{color:#060216;font-size:32px;font-weight:600;line-height:40px;text-align:center}.chats-body-container .welcome-body .welcome-text span{color:#285ff7}.chats-body-container .chat-body{height:100%;overflow-y:auto;padding-right:15px}.chats-body-container .bot-message,.chats-body-container .user-message{align-items:start;display:flex;margin-bottom:45px}.chats-body-container .bot-message .user-logo,.chats-body-container .user-logo{align-items:center;border:1px solid #060216;border-radius:50%;display:flex;height:30px;justify-content:center;text-align:center;width:30px}.chats-body-container .bot-message .user-logo{background-color:#8906f61f;border-color:#bf57ff52;height:35px;width:35px}.chats-body-container .bot-message .user-logo img,.chats-body-container .user-logo img{width:30px}.chats-body-container .bot-message .user-logo img{width:35px}.chats-body-container .bot-message .user-name-main,.chats-body-container .user-name-main{flex-grow:1;margin-left:15px}.chats-body-container .bot-message .user-name-main .user-name,.chats-body-container .user-name-main .user-name{color:#06021685;font-size:14px;font-weight:600;line-height:20px}.chats-body-container .bot-message .user-name-main .bot-msg-container,.chats-body-container .user-message .user-name-main p{background-color:#eef0f6cc;border-radius:0 12px 12px 12px;color:#060216;font-size:14px;font-weight:400;line-height:20px;margin-bottom:0;padding:15px}.chats-body-container .bot-message .user-name-main .bot-msg-container{background-color:#285ff714}.input-container-footer{padding:1rem 90px}.input-container-footer .input-text-area{background:#fff;border:1px solid #06021614;border-radius:12px 0 0 0;height:90px;margin-top:auto;opacity:0;width:100%}.input-container-footer .Chat-text-field{border:1px solid rgba(6,2,22,.078);border-radius:12px;box-shadow:0 1px 8px 0 #00000014;height:95px;outline:0;padding:15px;resize:none;width:100%}.input-container-footer .Chat-text-field:focus{border:1px solid rgba(6,2,22,.078)}.input-container-footer .textarea-wrapper{position:relative}.input-container-footer .textarea-wrapper .listen-text-box{display:flex;left:15px;position:absolute;top:15px;width:calc(100% - 190px)}.input-container-footer .textarea-wrapper .listening-text{align-items:end;background-color:#edf4ff;border-radius:26px;color:#06021685;display:flex;font-size:14px;font-weight:500;line-height:20px;margin-bottom:0;padding:5px 10px}.input-container-footer .textarea-wrapper .listening-text img{margin-left:10px;width:15px}.input-container-footer .textarea-wrapper .query-button-container{bottom:20px;display:flex;flex-direction:row;position:absolute;right:20px}.input-container-footer .textarea-wrapper .query-button-container .mic-logo{background:#0000;border:0;border-radius:50%;height:30px;outline:0;padding:0;position:absolute;right:-5px;top:-20px;width:30px}.query-button-container .mic-logo.listening:after{animation:zoomIn 1s linear infinite;background:#0000;border:1.5px solid #285ff7;border-radius:50%;content:"";height:30px;left:0;position:absolute;top:0;transform:scale(1);width:30px}@keyframes zoomIn{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.query-button-container .mic-logo img{width:20px}.query-button-container .btn-text-box{align-items:flex-end;display:flex}.query-button-container .btn-text-box .word-limit{margin-right:20px}.query-button-container .btn-text-box .chat-send-tooltip{align-items:center;background-color:#285ff7;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-family:Onest,sans-serif;font-size:14px;font-weight:600;line-height:20px;margin-top:15px;padding:18px 14px;text-align:center}.query-button-container .btn-text-box .chat-send-tooltip img{margin-left:8px}.delete-chat{margin-right:4px;margin-top:-4px}.horizontal-line{border:1px solid #06021614;opacity:0;width:1013px}.user-message-container{display:flex;justify-content:flex-end}.user-message-container .user-message{margin-left:10px}.user-icon{background-color:#1890ff;border-radius:50%;color:#fff;display:inline-block;font-size:14px;height:24px;line-height:24px;margin-right:5px;position:relative;text-align:center;width:24px}.chat-message{word-wrap:break-word;border-radius:8px;display:inline-block;margin:2px;max-width:80%}.chat-response{border-radius:8px;margin:5px;overflow:hidden;padding:10px}.chat-box-reset{align-items:center;background-color:#fff;border:2px solid #3498db;border-radius:50%;box-shadow:0 0 10px #0000001a;display:flex;height:40px;justify-content:center;margin-left:7px;margin-top:4px;transition:transform .3s ease;width:40px}.chat-box-reset:hover{border-color:#e74c3c;transform:scale(1.1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.loader-container{align-items:center;display:flex;justify-content:center;margin-top:10px}.loader{animation:spin 1s linear infinite;border:4px solid #0000001a;border-left-color:#3498db;border-radius:50%;height:20px;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.streaming-switch-container{background-color:#fff;border-radius:27px;display:flex;padding:8px;position:fixed}.custom-span{cursor:pointer;display:inline-block;margin-left:10px}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#282c34;color:#abb2bf}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#c678dd}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#98c379}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#d19a66}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#61aeee}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#e6c07b}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}.authenticated{height:100%}.model-setting{word-wrap:break-word;background-clip:initial;background-color:#fff;border:1px solid rgba(6,2,22,.078);border-radius:16px;display:flex;flex-direction:column;height:100%;min-width:0;position:relative}.model-setting .model-setting-header{align-items:center;border-bottom:1px solid rgba(7,3,23,.078);display:flex;justify-content:space-between;margin-bottom:0;padding:15px 20px}.model-setting .model-setting-header .model-heading{font-family:Onest,sans-serif;font-size:16px;font-weight:500;margin-bottom:0}.model-setting .model-setting-header .accordian-image{cursor:pointer;z-index:10}.model-setting .modal-setting-body{flex:1 1 auto;height:100%;overflow:hidden;padding:10px 0}.model-setting-innerBody{height:100%;overflow-y:auto;padding:0 20px}.model-setting .modal-setting-body .model-selection-subheader{align-items:center;color:#06021685;display:flex;font-family:Onest,sans-serif;font-size:14px;font-weight:500;margin-bottom:8px;padding-top:15px}.model-setting .modal-setting-body .model-selection-subheader img{margin-left:10px}.model-setting .modal-setting-body .modelSelection{height:48px;width:100%}.model-setting .modal-setting-body .modelSelection .ant-select-selector{background:#fff;border:1px solid #0602161f;border-radius:12px!important}.system-prompt-title{align-items:center;color:#06021685;display:flex;font-family:Onest,sans-serif;font-size:14px;font-weight:500;line-height:20px;margin-bottom:20px;text-align:left}.system-prompt-dropdown .prompt-box ul{list-style:none;padding:0}.system-prompt-dropdown .prompt-box ul .prompt-item{align-items:center;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:15px}.system-prompt-dropdown .prompt-box ul .prompt-item .item-title{color:#060216;font-size:14px;font-weight:500;line-height:20px;margin-bottom:0}.system-prompt-dropdown .prompt-box ul .prompt-item .item-text{color:#06021685;font-size:12px;font-weight:500;line-height:20px;margin-bottom:0}.model-setting .modal-setting-body .parameters-title{color:#285ff7;font-family:Onest,sans-serif;font-size:14px;font-weight:600;line-height:20px;margin-bottom:0;text-align:left}:where(.css-dev-only-do-not-override-kghr11) .ant-collapse>.ant-collapse-item>.ant-collapse-header{padding:0}.model-selection-collapse{background-color:#fff;border:none}.main-parameters,.main-voice-container{display:flex;justify-content:center;margin-top:10px}.parameters-container{align-items:flex-start;display:flex;justify-content:space-between}.ant-slider-horizontal .ant-slider-rail{background-color:#f0f0f0;border-radius:6px;height:8px;width:100%}.ant-slider-horizontal .ant-slider-track{background-color:#0f6fff;border-radius:6px;height:8px}.ant-slider-handle{background-color:#fff;box-shadow:0 2px 4px #0000001a;height:40px;width:40px}.ant-slider-handle:hover{border-color:#e74c3c}.ant-slider-handle:after{background-color:#fff;border-radius:50%;box-shadow:0 0 0 2px #91caff;content:"";cursor:pointer;height:15px!important;inset-block-start:0;inset-inline-start:0;position:absolute;transition:inset-inline-start .2s,inset-block-start .2s,width .2s,height .2s,box-shadow .2s;width:15px!important}.system-prompt-dropdown{border-top:1px solid #0602161f;display:flex;flex-direction:column;padding:25px 0 0}.options-list{list-style:none;padding:0}.options-list li{cursor:pointer;font-family:Onest,sans-serif;font-size:14px;font-weight:500;line-height:20px;margin-left:-14px;padding:8px 16px;text-align:left}.parameter-text-edit{background-color:#e6f7ff;border-radius:5px;padding:2px}.parameter-edit-field{font-size:12px;width:60px}.model-setting .modification-container .ant-collapse-header{border-top:1px solid rgba(7,3,23,.078);padding:25px 0!important}.model-setting .modal-setting-body .modification-container .ant-collapse-content-box{padding:0}.system-instructions{padding-bottom:15px;padding-top:20px}.system-instructions-label{align-items:center;color:#06021685;display:flex;font-family:Onest,sans-serif;font-size:14px;font-weight:500;line-height:20px;margin-bottom:10px}.system-instructions-label .image-after-label{margin-left:10px}.model-setting .system-instructions-textarea{border:1px solid #0602161f!important;border-bottom:none;border-radius:12px;color:#06021685;height:112px!important;resize:none;width:100%}.model-setting .system-instructions-textarea[disabled]{background-color:#fff}.edit-system-prompt{display:flex;justify-content:space-between}.edit-system-prompt-fields,.main-add-system-prompt-fields{display:flex;flex-direction:column;height:20vh;justify-content:space-around}.add-system-prompt-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:center;padding-left:10px}.system-prompt-edit{cursor:pointer;left:100%;margin-left:5px;opacity:0;position:absolute}.collapse-model-modifications{background:#fff;border:none}.ant-collapse .ant-collapse-content{border-top:none!important}.your-organisation .ailm-card-header{border-bottom:0;padding:10px 0 20px}.your-organisation .aiml-card-body{padding:0}.your-organisation .ailm-card-header .card-title{color:#060216;font-size:16px;font-weight:600;line-height:24px}.aiml-card-body .fInput-group .input-label{color:#060216b8;font-size:12px;font-weight:500;line-height:20px;margin-bottom:5px}.your-organisation .card-footer{padding:10px 0}.your-organisation .card-footer .aiml-primary-btn{margin-right:10px}.ant-btn-send-invite{background-color:#285ff7;border-radius:12px;color:#fff!important}.ant-btn-cancel{border-radius:12px}.copy-key-position{bottom:15px;font-size:12px;right:15px}.aiml-table .ant-table-thead>tr>th{background-color:#fff;color:#06021685;font-weight:500}.aiml-table .ant-table-tbody>tr>td{color:#060216;font-weight:500}.email-error{color:#db1919}.aiml-modal-dialog .aiml-revoke-modal .ant-btn.ant-btn-primary{background-color:#db1919!important;border:1px solid #db1919!important;color:#fff!important}.ant-button-create-key{background-color:#285ff7!important;color:#fff!important}.ant-button-create-key:hover{background-color:#285ff7;color:#726f6f!important}.delete-icon-img{height:13px;width:11px}.aiml-table .ant-table-pagination{display:flex;justify-content:space-between}.aiml-table .ant-pagination{order:1}.aiml-table .ant-pagination-options{margin-left:auto;order:2}.plans-billing{background-color:#eef0f6}.plans-billing-plans-container{border-radius:16px}.free-plan-section{width:55%}.pricing-card{border:1px solid #06021614;border-radius:16px;transition:all .3s ease}.pricing-card:hover{background-image:linear-gradient(to bottom right,#fff,#bdd3ff)}.pricing-card .aiml-btn{background-color:#0602161f;border:0;transition:all .3s ease;width:100%}.pricing-card:hover .aiml-btn{background-color:#285ff7!important;color:#fff!important}.your-current-plan-button{background-color:#0602161f}.upgrade-plan-button,.your-current-plan-button{border-radius:12px;width:396px}.upgrade-plan-points{color:#06021685;font-size:12px;font-weight:500}.upgrade-plan-values{color:#060216;font-size:16px;font-weight:500}.upgrade-plan-heading{color:#060216;font-size:18px;font-weight:600}.product{display:flex}.checkout-button{background:#556cd6;border:0;border-radius:0 0 6px 6px;box-shadow:0 4px 5.5px 0 #00000012;color:#fff;cursor:pointer;font-size:14px;font-weight:500;height:36px;letter-spacing:.6;transition:all .2s ease;width:100%}.product-image{border-radius:6px;height:57px;margin:10px;width:54px}.description h5{color:#242d60;font-size:14px;font-style:normal;font-weight:500;letter-spacing:-.154px;line-height:20px;margin:0}.main-payment{align-items:center;justify-content:center}.main-payment,.payment-header{display:flex;flex-direction:column}.payment-header{width:500px}.payment-heading{font-size:20px;margin-bottom:10px}.payment-add-button{display:flex;justify-content:center;padding:10px}.payment-make-payment-button{align-items:center;display:flex;justify-content:center;margin:20px}
/*# sourceMappingURL=main.7fec5293.css.map*/