@import url(https://fonts.googleapis.com/css2?family=Public+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap);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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}: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{font-family:Public Sans,sans-serif;font-size:18px}:invalid{color:red;outline:none}.font-prime{font-family:Public Sans,sans-serif}.font-second{font-family:Jost,sans-serif}a{text-decoration:none}li{list-style:none}img{object-fit:cover;width:100%}section{padding:20px 0}.rotate90{transform:rotate(90deg)}.cursor-pointer{cursor:pointer}button{border:none}.midBox{justify-content:center}.betBox,.midBox{align-items:center;display:flex}.betBox{justify-content:space-between}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:Jost,sans-serif;font-weight:700}::-webkit-scrollbar{height:3px;width:3px}::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 5px grey}::-webkit-scrollbar-thumb{background:#a86464;border-radius:10px}.mainAdminGrid{display:grid;grid-template-areas:"sideBar admin" "sideBar admin";grid-template-columns:300px auto;transition:.4s}.mainAdminGrid.webAdminGrid{grid-template-columns:110px auto}@media screen and (max-width:992px){.mainAdminGrid{grid-template-columns:0 auto}.mainAdminGrid.webAdminGrid{grid-template-columns:70px auto}}@media screen and (max-width:768px){.mainAdminGrid.webAdminGrid{grid-template-columns:60px auto}}.mainAdminGrid .mainSidebar{grid-area:sideBar}.mainAdminGrid .mainAdmin{grid-area:admin}.emailSubmit{margin:auto;max-width:380px;position:relative;width:100%}.emailSubmit .webEmail{border:#0000;border-radius:5px;font-family:Public Sans,sans-serif;font-size:16px;font-weight:600;height:55px;margin-bottom:10px;max-width:380px;padding:0 15px;width:100%}.emailSubmit .webEmail:focus{outline:none}.emailSubmit .mk-btn{background-color:#f1f1f1;border:#0000;cursor:pointer;font-weight:500;padding:10px;position:absolute;right:4px;top:4px;width:80px}.dark-btn{cursor:pointer;display:inline-block;padding:10px 20px}.dark-btn,.mk-active{background-color:#000;color:#fff}.mk-active{border-radius:50%;height:33px;width:33px}.mainLoader,.mk-active{align-items:center;display:flex;justify-content:center}.mainLoader{background-color:rgba(0,0,0,.239);height:100%;left:0;position:fixed;top:0;width:100%;z-index:6}.mainLoader .lds-ripple{display:inline-block;height:80px;position:relative;width:80px}.mainLoader .lds-ripple div{animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;border:4px solid #fff;border-radius:50%;opacity:1;position:absolute}.mainLoader .lds-ripple div:nth-child(2){animation-delay:-.5s}@keyframes lds-ripple{0%{height:0;left:36px;opacity:0;top:36px;width:0}4.9%{height:0;left:36px;opacity:0;top:36px;width:0}5%{height:0;left:36px;opacity:1;top:36px;width:0}to{height:72px;left:0;opacity:0;top:0;width:72px}}.inputData{font-family:Jost,sans-serif;font-size:20px;position:relative;text-align:start}.inputData .errorMessage{color:red;font-size:16px;margin-top:5px}@media screen and (max-width:768px){.inputData .errorMessage{font-size:14px}}@media screen and (max-width:576px){.inputData .errorMessage{font-size:12px}}.inputData input:invalid~.errorMessage{color:red;display:block}.inputData label{color:#7e7e7e;cursor:pointer;font-size:16px;font-weight:600;text-transform:capitalize;-webkit-user-select:none;user-select:none}@media screen and (max-width:576px){.inputData label{font-size:12px}}@media screen and (max-width:992px){.inputData{font-size:16px}}.inputData .multiImage{max-height:200px;overflow:auto}.inputData .multiImage>div[data-index=index]{height:100px;margin:20px 20px 20px 0;position:relative;width:100px}.inputData .multiImage>div[data-index=index]>div[data-remove=remove]{align-items:center;background-color:#a86464;border-radius:50%;color:#fff;display:flex;height:20px;justify-content:center;position:absolute;right:-6px;top:-6px;width:20px}.inputData .multiImage>div[data-index=index] img[data-class=showImage]{margin-top:0}.inputData img[data-class=showImage]{height:100px;margin:20px 20px 20px 0;width:100px}.inputData .selectMain{display:inline;font-family:Jost,sans-serif;position:relative;width:100%}.inputData .selectMain .selectBox{-webkit-appearance:none;appearance:none;background-color:initial;border:1px solid #cecece;border-radius:5px;font-size:18px;height:auto;padding:10px;text-align:start;width:100%}.inputData .selectMain .selectBox .showSelectValue p{display:block}.inputData .selectMain .selectBox .showSelectValue input{display:none}@media screen and (max-width:768px){.inputData .selectMain .selectBox{font-size:12px;padding:5px}}.inputData .selectMain .selectBox:after{display:none}.inputData .selectMain .selectBox:focus{outline:none}.inputData .selectMain ul{background-color:#fff;box-shadow:0 0 12px rgba(15,34,58,.121);margin:0;position:absolute;top:calc(100% - 25px)}.inputData .selectMain ul.topSide{bottom:100%;top:auto}.inputData .selectMain ul.bottomSide{bottom:auto;top:70%}.inputData .selectMain ul li{cursor:pointer;font-size:16px;padding:3px 18px}.inputData .selectMain ul li:first-child{display:none}.inputData .selectMain ul li:hover{background-color:#a86464;color:#fff}@media screen and (max-width:768px){.inputData .selectMain ul li{font-size:14px}}.inputData .multiSelectionDisplay{align-items:center;background-color:#d8d8d8;display:inline-flex;margin:5px;padding:4px 12px}.inputData.inputSelect .selectMain{display:block;margin-top:10px;width:100%}@media screen and (max-width:576px){.inputData.inputSelect .selectMain{margin-top:3px}}.inputData.inputSelect .selectMain .selectBox{background-color:#f3f3f3;border:none;padding:7px 10px 7px 20px}.inputData.inputSelect .selectMain .selectBox input:focus{outline:none}.inputData.inputSelect .selectMain .selectBox .showSelectValue input{display:block}@media screen and (max-width:992px){.inputData.inputSelect .selectMain .selectBox{font-size:16px;font-weight:400;padding:10px 12px 10px 20px}}@media screen and (max-width:576px){.inputData.inputSelect .selectMain .selectBox{font-size:12px;padding:10px 10px 10px 20px}}.inputData.inputSelect .selectMain ul{max-height:220px;overflow:auto;width:100%;z-index:10}@media screen and (max-width:992px){.inputData.inputSelect .selectMain ul{max-height:135px}}.inputData.inputSelect .selectMain ul li{font-size:18px;padding:5px 18px}.inputData.inputSelect .selectMain ul li:first-child{display:block}@media screen and (max-width:992px){.inputData.inputSelect .selectMain ul li{font-size:14px}}@media screen and (max-width:576px){.inputData.inputSelect .selectMain ul li{font-size:12px}}.inputData textarea{background-color:#f3f3f3;border:1px solid silver;border-radius:5px;font-size:16px;margin-top:10px;padding:10px 20px;width:100%}.inputData textarea:focus{outline-color:#a86464;outline-width:1px}.inputData textarea::placeholder{color:#b1b1b1;font-size:20px}@media screen and (max-width:992px){.inputData textarea::placeholder{font-size:16px}}.inputData input{background-color:#f3f3f3;border:1px solid silver;border-radius:5px;font-size:16px;height:40px;margin-top:10px;padding:0 20px;width:100%}.inputData input:focus{outline-color:#a86464;outline-width:1px}.inputData input::placeholder{color:#b1b1b1;font-size:16px}@media screen and (max-width:992px){.inputData input::placeholder{font-size:16px}}@media screen and (max-width:576px){.inputData input{font-size:12px;height:38px;margin-top:2px;padding:0 15px}.inputData input::placeholder{font-size:12px}}.inputData input[type=search]::-webkit-search-cancel-button,.inputData input[type=search]::-webkit-search-decoration,.inputData input[type=search]::-webkit-search-results-button,.inputData input[type=search]::-webkit-search-results-decoration{font-size:16px}@media screen and (max-width:576px){.inputData input[type=search]{font-size:12px;height:30px}.inputData input[type=search]::placeholder{font-size:12px}}.inputData input[type=search]:focus{outline:none}.inputData input::-webkit-inner-spin-button,.inputData input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.inputData input[type=checkbox],.inputData input[type=radio]{accent-color:#a86464;cursor:pointer;height:18px!important;margin:0;position:relative;width:18px!important}@media screen and (max-width:992px){.inputData input[type=checkbox],.inputData input[type=radio]{height:16px!important;width:16px!important}}@media screen and (max-width:768px){.inputData input[type=checkbox],.inputData input[type=radio]{height:14px!important;width:14px!important}}.inputData input[type=checkbox].error-radio:before,.inputData input[type=radio].error-radio:before{border:1px solid red;border-radius:50%}.inputData input[type=checkbox].error-checkbox:before,.inputData input[type=radio].error-checkbox:before{border:1px solid red;border-radius:2px}.inputData input[type=checkbox]:before,.inputData input[type=radio]:before{content:"";height:18px;left:0;position:absolute;top:0;width:18px}@media screen and (max-width:992px){.inputData input[type=checkbox]:before,.inputData input[type=radio]:before{height:16px!important;width:16px!important}}@media screen and (max-width:768px){.inputData input[type=checkbox]:before,.inputData input[type=radio]:before{height:14px!important;width:14px!important}}.inputData input[type=file]{display:inline-block;overflow:hidden!important;padding:0;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:768px){.inputData input[type=file]{font-size:14px}}@media screen and (max-width:576px){.inputData input[type=file]{font-size:10px}}.inputData input[type=file]::-webkit-file-upload-button{background:#a86464;border:none;color:#fff;cursor:pointer;height:47px;margin-right:15px;padding:0 10px 8px;-webkit-transition:background .2s ease-in-out;transition:background .2s ease-in-out}.inputData input[type=file]::file-selector-button{background:#a86464;border:none;color:#fff;cursor:pointer;height:47px;margin-right:15px;padding:0 10px 8px;transition:background .2s ease-in-out}@media screen and (max-width:768px){.inputData input[type=file]::-webkit-file-upload-button{font-size:14px;padding:8px;width:100px}.inputData input[type=file]::file-selector-button{font-size:14px;padding:8px;width:100px}}@media screen and (max-width:576px){.inputData input[type=file]::-webkit-file-upload-button{font-size:12px;height:37px;padding:8px;width:80px}.inputData input[type=file]::file-selector-button{font-size:12px;height:37px;padding:8px;width:80px}}.inputData .imageBoxMain{align-items:start;display:flex;margin-top:15px}.inputData .imageBoxMain .boxImage{align-items:center;border:3px solid #a86464;border-radius:10px;display:flex;height:100px;margin-bottom:20px;margin-right:15px;min-height:100px;min-width:100px;position:relative;width:100px}@media screen and (max-width:992px){.inputData .imageBoxMain .boxImage{height:70px;margin-bottom:15px;margin-right:15px;min-height:70px;min-width:70px;width:70px}}@media screen and (max-width:576px){.inputData .imageBoxMain .boxImage{height:50px;margin-bottom:10px;margin-right:10px;min-height:50px;min-width:50px;width:50px}}@media screen and (max-width:450px){.inputData .imageBoxMain .boxImage{margin-bottom:5px;margin-right:5px}}.inputData .imageBoxMain .boxImage:before{align-items:center;display:flex;font-size:50px;font-weight:300;height:100%;justify-content:center;width:100vh}@media screen and (max-width:768px){.inputData .imageBoxMain .boxImage:before{font-size:40px}}@media screen and (max-width:576px){.inputData .imageBoxMain .boxImage:before{font-size:30px}}.inputData .imageBoxMain .boxImage input{margin-top:0;opacity:0;position:absolute;transform:scale(2)}.inputData .imageBoxMain .multiImage{max-width:none;overflow:visible;overflow:initial}.inputData .imageBoxMain .multiImage div[data-index=index]{margin-top:0}@media screen and (max-width:992px){.inputData .imageBoxMain .multiImage div[data-index=index]{height:70px;margin-bottom:15px;margin-right:15px;min-height:70px;min-width:70px;width:70px}}@media screen and (max-width:576px){.inputData .imageBoxMain .multiImage div[data-index=index]{height:50px;margin-bottom:10px;margin-right:10px;min-height:50px;min-width:50px;width:50px}}@media screen and (max-width:450px){.inputData .imageBoxMain .multiImage div[data-index=index]{margin-bottom:5px;margin-right:5px}}.inputData .imageBoxMain .multiImage div[data-index=index] img[data-class=showImage]{border:3px solid #a86464;border-radius:10px}@media screen and (max-width:992px){.inputData .imageBoxMain .multiImage div[data-index=index] img[data-class=showImage]{height:70px;margin-bottom:15px;margin-right:15px;min-height:70px;min-width:70px;width:70px}}@media screen and (max-width:576px){.inputData .imageBoxMain .multiImage div[data-index=index] img[data-class=showImage]{height:50px;margin-bottom:10px;margin-right:10px;min-height:50px;min-width:50px;width:50px}}@media screen and (max-width:450px){.inputData .imageBoxMain .multiImage div[data-index=index] img[data-class=showImage]{margin-bottom:5px;margin-right:5px}}.inputData .activeIcon,.inputData .passHideShow,.inputData .searching{cursor:pointer;position:absolute;right:14px;top:50%;transform:translateY(-30%)}.inputData.checkbox,.inputData.radio{align-items:center;display:flex}.inputData.checkbox label,.inputData.radio label{cursor:pointer;margin-bottom:0;margin-right:10px}.mk-btn{background-color:#a86464;border-color:#0000;color:#fff;padding:10px 0}.mainLoginPage{align-items:center;display:flex;height:100vh;justify-content:center}.mainLoginPage .loginDiv .loginPage{background-color:#fff;box-shadow:0 0 12px rgba(15,34,58,.121);padding:30px 20px}tbody,td,tfoot,th,thead,tr{border-bottom-width:1px;border-color:#d8d8d8;font-size:14px;padding:12px 10px;text-align:start;white-space:nowrap}@media screen and (max-width:768px){tbody,td,tfoot,th,thead,tr{font-size:12px}}tbody td:first-child{text-align:center;width:70px}thead th:first-child>div{justify-content:center}.subTable tbody,.subTable td,.subTable tfoot,.subTable th,.subTable thead,.subTable tr{border-color:#0000;padding:5px}.subTable th,.subTable thead{background-color:initial!important;border-color:#b1b1b1;border-top-width:1px;position:-webkit-sticky;position:sticky;top:0}.mainTable{max-height:calc(100vh - 367px);overflow:auto}@media screen and (max-height:650px){.mainTable{max-height:calc(100vh - 117px)}}.mainTable .primeTable{background-color:#fff;width:100%}.mainTable .primeTable th,.mainTable .primeTable thead{background-color:#f3f6f9;position:-webkit-sticky;position:sticky;top:0;z-index:1}.mainTitle{margin-bottom:20px}.mainTitle .titlePath{font-size:14px}@media screen and (max-width:768px){.mainTitle{font-size:16px;margin-bottom:10px}.mainTitle .titlePath{font-size:10px}}.pagination{background-color:#fff;color:#949494;cursor:pointer;padding:20px}@media screen and (max-width:768px){.pagination{font-size:14px;padding:10px}.pagination .tableRang .inputData{font-size:12px}}.pagination .tableRang .inputData .selectMain{margin-left:10px}.pagination .count{color:#000;margin-left:15px}@media screen and (max-width:768px){.pagination .count{font-size:12px;margin-left:10px}}.pagination .tableAccess .mainPaginatinBtn .paginationBtn{align-items:center;background-color:#a86464;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;margin:0 5px;width:40px}@media screen and (max-width:768px){.pagination .tableAccess .mainPaginatinBtn .paginationBtn{font-size:12px;height:25px;margin:0 3px;width:25px}}.pagination .tableAccess .mainPaginatinBtn .paginationBtn.pageBtnDisable{background-color:#d6b6b6}.pagination .paginationNumber{background-color:#f5f5f5!important;color:#a86464!important}.pagination .paginationNumber.active{background-color:#a86464!important;color:#fff!important}.dialog{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#0000006b;display:inline-flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:5}.dialog .mainDiaogBox{background-color:#fff;max-height:98vh;overflow:auto;padding:20px}.dialog .mainDiaogBox .formBody{max-height:600px;overflow:auto}.dialog .mainDiaogBox .formBody>div{margin-bottom:10px}.dialog .mainDiaogBox .closeButton{align-items:center;background-color:#a86464;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:30px;height:35px;justify-content:center;margin-left:auto;width:35px}@media screen and (max-width:768px){.dialog .mainDiaogBox h2{font-size:20px}.dialog .mainDiaogBox .closeButton{font-size:20px;height:25px;width:25px}}.mainMultiSelector>.row{border:2px dashed #a86464;border-radius:10px;margin:20px 0!important;padding:20px 30px!important;position:relative}@media screen and (max-width:576px){.mainMultiSelector>.row{padding:10px 0!important}}.mainMultiSelector .multiRemover{align-items:center;background-color:#a86464;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:35px;justify-content:center;position:absolute;right:-15px;top:-10px;width:35px}.formFooter{padding:30px 0!important}button.themeButton{background-color:#a86464;border-radius:10px;font-size:16px;padding:10px 20px}@media screen and (max-width:576px){button.themeButton{border-radius:5px;font-size:12px;padding:5px 10px}}.swal2-container{background:rgba(0,0,0,.075)!important}.swal2-container .swal2-popup{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#fff6;border:1px solid #ffffff2e;border-radius:10px;box-shadow:0 8px 32px 0 #0000005e}.swal2-container .swal2-popup .swal2-icon{border:none!important}.swal2-container .swal2-popup .swal2-icon .swal2-icon-content{color:#a86464;font-size:5.75rem}.attrDetails{display:flex;flex-wrap:wrap}.attrDetails div{align-items:center;background-color:#f3f3f3;border-radius:8px;color:#a86464;display:flex;font-weight:600;margin:10px 5px;padding:6px 15px}.colorBall{border-radius:50%;display:inline-block;height:25px;margin-right:10px;width:25px}@media screen and (max-width:768px){.colorBall{height:15px;width:15px}}#attrForm input[type=color]{border-color:#0000;border-width:0;outline:none;padding:0}#attrForm input[type=color]::-webkit-color-swatch{border:none}.showDetails{border:1px solid;flex-wrap:wrap}.showDetails,.showDetails li{align-items:center;border-radius:8px;display:flex}.showDetails li{background-color:#f3f3f3;color:#a86464;font-weight:600;margin:10px;padding:5px 10px}@media screen and (max-width:768px){.showDetails li{font-size:14px}}.showDetails li .cencalDetails{cursor:pointer;margin-left:5px}.notiCount{align-items:center;border-radius:50%;display:flex;font-size:12px;height:18px;justify-content:center;position:absolute;right:-7px;top:-7px;width:18px}.switch{--circle-dim:1.4em;display:inline-block;font-size:14px;height:2em;position:relative;width:3.5em}.switch input{height:0;opacity:0;width:0}.slider{background-color:#f5aeae;border-radius:30px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:1.5s}.slider-card{border-radius:20px;bottom:.3em;content:"";height:var(--circle-dim);left:.3em;pointer-events:none;position:absolute;transition:.4s;width:var(--circle-dim)}.slider-card-face{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:50%;inset:0;perspective:1000px;position:absolute;transition:transform .4s}.slider-card-front{background-color:#dc3535}.slider-card-back{background-color:#379237;transform:rotateY(180deg)}input:checked~.slider-card .slider-card-back{transform:rotateY(0)}input:checked~.slider-card .slider-card-front{transform:rotateY(-180deg)}input:checked~.slider-card{transform:translateX(1.5em)}input:checked~.slider{background-color:#9ed99c}.not-allowed{cursor:auto!important;pointer-events:auto!important}.inputData select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAgAElEQVR4Xu3de8huWV0H8J+QhVJWaqN5ybHU0rLCLhQFSXajQrraxUrNyjS7Q1D+YQYRdEEiiNDxMuOMQlCRhFBiSCBFVEIXK2dGRx21/EPMRAsjYzX7dd5zzvue53n2Xnvvtdbv88JhBJ9n7bU+v9/h9z37ubz3CT8ECBAgQIBAOoH7pDuxAxMgQIAAAQIhAGgCAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECAgAOgBAgQIECCQUEAASFh0RyZAgAABAgKAHiBAgAABAgkFBICERXdkAgQIECDQWwC4X0Q8fPrzKRFx/4j4hIj4n4j4cER8MCLujoj3RMR/KS8BAgQIEKggMOTs6SEA3DciboyIJ0bE46c/D4uIswBQ/v+PngsA746If4qIf53+e9f0/1foAUsQIECAQBKB4WdPywGg7O0REfFVEfGUiPjyKQg84Ijm+0BElMH/NxHxhoh403Rn4GNHPNdDCBAgQCCvQJrZ02oAKLf2vywivj0ivjYiHhMR5RbMqT8fiYg7IuLPI+J1UyB4/6mLeDwBAgQIpBBINXtaDAClAN8YEc+NiK+YbvUv7bz/jIh/iIhXR8QfTe8RWLqm5xMgQIDAOALpZk9rAeDTIuKbI+L50x2A8ga/mj9vjYhXRsRrppcIaq5tLQIECBDoUyDl7GkpAJQCfFtE/HREfPGKPVTeG3DzFATK//ZDgAABAnkFtpw9vz3NnvI+td1/WgkA5Y193xIRPxcRX7qBShn85U5ACQJCwAbgLkGAAIEGBbYa/mdHf3NE/GZEvDYiPrS3RysBoLzT/wUR8XURUT56scWPELCFsmsQIECgTYGth39R+N+I+LOI+JWI+Mu9WVoIADdExE9GxPMi4oEbg5yFgHI34B0bX9vlCBAgQGAfgTL8y6fMykvOX7TxFson0X43In4nIt638bWvuFwLAaC84/+Xp3f872EhBOyh7poECBDYR+DTz73fbOvhf3biv5rm3p/uQ3DPVfcOAOVf/z87feTvU3eEEAJ2xHdpAgQIbCTQwvAvR/2PiPi9iHhxRPz7Rme/5jJ7B4CvjogXTq/972Vwdt0SAl4xvTHQywF7V8P1CRAgUFegDP9y2/+ndrjtf9FJ3hgRL4qI8t9dfvYOAM+cboM8apfTX3vRt5/7dIAQ0EhRbIMAAQILBVob/uU45ffWlJe/b1p4ttlP3zMAlDdh/FJE/MyG7/w/BkoIOEbJYwgQINCHQIvDv8iVX2JXvhfgVyNil+8F2DMAPHa6/f/0BntICGiwKLZEgACBEwXK8P+O6bb/F5743C0eftv0MsDtW1zs6mvsGQBKMcrtj/KaTIs/QkCLVbEnAgQIHCdQPlZ+9pp/i8O/nKL8bpoyB//+uCPVfdSeAaD8op9y8PIxwFZ/hIBWK2NfBAgQuFygh+Ffdl8+BljmYPlY4OY/ewaA8u1/5RMAX7/5qU+7YAkB5dMBt/iyoNPgPJoAAQI7CJThX277ly+Ya/Vf/mcsr59eAnjTDk67fg/Al0zJ51v3OPiJ1xQCTgTzcAIECOwg0NPwLzx/Ms3Bv93BatcA8ITpDsDT9jj4jGsKATPQPIUAAQIbCfQ2/AvL7093AN6ykdEVl9nzJYCHTsnnOXscfOY1z0JA+S2C75y5hqcRIECAQF2BMvy/c7rt/8S6S6+62kumOfjeVa9yyeJ7BoBPnH4RQ/kugPKdAL38CAG9VMo+CRDIIPCgc6/59zT8PxgRvzZ9HfB/71GoPQNAOe9Tp5cBnrTH4RdcUwhYgOepBAgQqCTQ6/Avxy8f/StfBfyHlSxOXmbvAHD2PoDvbuAXE52KV0LAy6dPB3g54FQ9jydAgMAygTL8y23/50dET//yL6f+WET8wRQA/nEZw/xn7x0APjkinh0RPx8Rj5x/jN2e+bZzHxEUAnYrgwsTIJBMoOfhX0r1roj4rYh4WUR8aK/a7R0Ayrm/ICJeMCW5++4FseC6QsACPE8lQIDAiQK9D//yOwDKv/7L7wDY7V//xbyFAHC/iCi/D+AXIqL8foAef4SAHqtmzwQI9CZQhv93Tbf9yz8ee/wp3/v/6xFRfg/AR/Y8QAsBoJz/xqmg5dcDlwL3+CME9Fg1eyZAoBeBB597zb/X4X/39Cvny63/u/aGbyUAFIdS0F+cCvxJe8PMvL4QMBPO0wgQIHAdgRGG/4cj4taI+I2IuKOFarcUAIrHV05fivANLeDM3EMJAeXTAa/yZUEzBT2NAAEC9wqU4V9u+//E9A/FXm1eN73r/69bOUBrAaC4PHn6boDy315/hIBeK2ffBAi0JDDK8H/jNPzLf5v5aTEACAHNtIeNECBAYDcBw39l+lYDwGghoPwq4fK5Tz8ECBAgcFigDP/yBXHltv/nH354s49o8l/+Z1otBwAhoNmetjECBAisJvAZ517zN/xXY27jewAOHW+k9wS4E3Co2v5/AgQyCxj+G1a/9TsAZxSjhIDy2c/y6QAvB2zY5C5FgEAXAob/xmXqJQCM8nLAnec+IigEbNzsLkeAQLMCZfiX1/yf5zX/7WrUUwAQArbrC1ciQIDAVgKG/1bSV12ntwAgBOzUKC5LgACBFQQM/xVQj12yxwAgBBxbXY8jQIBAuwI3nLvt/4R2t3lwZ01/1O96u+81AAgBB3vSAwgQINCsgOHfQGl6DgAjhYDy6YDySyK8MbCBvxS2QIDAqgKG/6q8xy/eewAQAo6vtUcSIEBgb4Ey/J8WEc+NCLf9d67GCAFACNi5iVyeAAECRwgY/kcgbfmQUQLAaCGgfFnQ3Vs2gmsRIEBgRQHDf0XcuUuPFACEgLld4HkECBBYT+Ah5277P369y6y+crfv9r9MZrQAIASs/nfABQgQIHC0gOF/NNX2DxwxAIwUAm6aPh3g5YDt/264IgECywQM/2V+qz971AAwSgi4IyLOPiIoBKz+18EFCBCoJFCG//dExI9HhNv+lVBrLzNyABACaneL9QgQIHBYwPA/bNTEI0YPAEJAE21mEwQIJBEw/DsqdIYAIAR01JC2SoBAtwIPPXfb//O6PUXEcO/2v6wWWQKAENDx30ZbJ0CgeQHDv/kSXbvBTAFACOiwQW2ZAIHmBQz/5kt08QazBYCRQkD5iOBtvjGw0795tk1gDIEy/L83Ip4TEW77d1bTjAFACOisSW2XAIEmBQz/Jsty/KayBgAh4Pge8UgCBAhcLWD4D9ATmQPAaCHg1oh49wA96QgECLQt8Jnnbvt/bttbve7u0rzb/zKF7AFACOj4b6+tEyCwuYDhvzn5ehcUAO6xfXJEvHD673ra665cvjb47HcHuBOwrrXVCWQUMPwHq7oAcG9BRwkBL50+HSAEDPaX1XEI7ChQhv/3RcSPRYTb/jsWoualBYArNUcIAbdPdwLKRwSFgJp/W6xFIKeA4T9o3QWAawsrBAza7I5FgMDJAob/yWT9PEEAuLhWQkA/PWynBAisI1CG//dPt/0ft84lNlk1/bv9L1MWAC7vPyFgk7+bLkKAQIMCDzv3mr/h32CBamxJALi+ohBQo8usQYBATwKGf0/VWrBXAeAw3ighoHw64NXeGHi44B5BILFAGf7ltv+PRoR/+Q/eCALAcQUWAo5z8igCBPoVMPz7rd2snQsAx7MJAcdbeSQBAn0JGP591avKbgWA0xhHCgHlewLec9rxPZoAgQEFyvB/+nTb/7Edn8+7/U8sngBwItggXxtcvizo7BsDhYDTe8AzCIwi8PBzr/kb/qNU9chzCABHQl31MHcC5rl5FgEC7QgY/u3UYpedCADz2UcJAS+ZPh3gTsD8XvBMAr0JlOFfbvv/SET4l39v1au0XwFgGeQIIeCt08sB5SOCQsCyfvBsAj0IGP49VGmDPQoAy5GFgOWGViBAYBsBw38b5y6uIgDUKZMQUMfRKgQIrCdQhv8PTLf9H7PeZVZf2bv9KxELAJUgB/l0gJcD6vWDlQi0JPCIc6/5G/4tVWbHvQgAdfHdCajraTUCBJYLGP7LDYdcQQCoX9ZRQkD5dMBrvDGwfoNYkcCGAmX4l9v+z44I//LfEL6HSwkA61RJCFjH1aoECBwvYPgfb5XykQLAemUXAtaztTIBAtcXMPx1yEEBAeAg0aIHjBQCyvcEvHeRhicTILCFQBn+Pzjd9v+cLS640jW8238l2LNlBYCVgQf6dMDZNwYKAev3jCsQmCvwyHOv+Rv+cxWTPE8A2KbQ7gRs4+wqBDILGP6Zqz/j7ALADLSZTxECZsJ5GgECBwXK8C+3/X84IvzL/yCXBxQBAWDbPhgpBPiI4La942oELhMw/PXGLAEBYBbboicJAYv4PJkAgXMChr92mC0gAMymW/REIWARnycTIBARZfj/0HTb/7M7FvFu/52KJwDsBD/YpwO8HLBfH7lyToHPOveav+GfswcWn1oAWEy4aAF3AhbxeTKBlAKGf8qy1z+0AFDf9NQVhYBTxTyeQF4Bwz9v7aufXACoTjprwVFCwEsjonxj4HtmKXgSAQLXEyjDv7zm/6yIcNtfrywWEAAWE1ZbQAioRmkhAsMJGP7DlXT/AwkA+9fg/A6EgLbqYTcEWhAw/FuowoB7EADaK6oQ0F5N7IjAXgKPOnfb/9F7baLCdX3UrwJi7SUEgNqiddYTAuo4WoVAzwKGf8/V62DvAkC7RRIC2q2NnRFYW8DwX1vY+n4XQOM9IAQ0XiDbI7CCQBn+z4iIZ0aE2/4rAFvyHgF3ANrvBCGg/RrZIYFaAoZ/LUnrHBQQAA4SNfEAIaCJMtgEgVUFDP9VeS1+tYAA0E9PjBACbo+I8mVBt/myoH4az043Ebjx3G3/8r97/fFu/44qJwB0VKxBfoGQENBXz9nt+gKG//rGrnCBgADQX1u4E9BfzeyYwGUCZfiXN/uVN/35l78+2VRAANiUu9rFRgoB5XcHvLuajIUI9CNg+PdTqyF3KgD0W1YhoN/a2TkBw18P7C4gAOxegkUbEAIW8XkygV0EDP9d2F30agEBoP+eEAL6r6ET5BEw/PPUuvmTCgDNl+ioDQoBRzF5EIFdBQz/Xfld3B2AcXtACBi3tk7Wv4Dh338NhzuBOwBjlXSUEHDT9GVBPh0wVn9mPY3hn7XyjZ9bAGi8QDO2JwTMQPMUAisJGP4rwVp2uYAAsNywxRWEgBarYk/ZBAz/bBXv7LwCQGcFO2G7QsAJWB5KoLKA4V8Z1HL1BQSA+qYtrSgEtFQNe8kiYPhnqXTn5xQAOi/gEdsXAo5A8hAClQQM/0qQlllfQABY37iFKwgBLVTBHkYXMPxHr/Bg5xMABivodY4jBOSptZNuL2D4b2/uigsFBICFgJ09XQjorGC224WA4d9FmWzyagEBIF9PjBAC7oiI8mVBt/pVwvkauLETG/6NFcR2jhcQAI63GumRQsBI1XSWvQQM/73kXbeKgABQhbHLRYSALstm040IGP6NFMI25gsIAPPtRnimEDBCFZ1hawHDf2tx11tFQABYhbWrRUcKAbdFxN1d6dtsbwKGf28Vs99LBQQAzVEEhAB9QOCwgOF/2MgjOhIQADoq1spbFQJWBrZ81wKGf9fls/mLBAQAfXFeQAjQDwSuFTD8dcWQAgLAkGVddCghYBGfJw8mYPgPVlDHuVdAANANFwmMEgJeNn1ZkDcG6vM5Aob/HDXP6UZAAOimVJtvVAjYnNwFGxIw/Bsqhq2sIyAArOM6yqpCwCiVdI5TBAz/U7Q8tlsBAaDb0m22cSFgM2oXakDA8G+gCLawjYAAsI1z71cRAnqvoP0fI2D4H6PkMcMICADDlHL1gwgBqxO7wI4Chv+O+C69j4AAsI97r1cVAnqtnH1fT8Dw1x8pBQSAlGVfdGghYBGfJzcmYPg3VhDb2U5AANjOeqQrCQEjVTPvWQz/vLV38ogQALTBXIERQsCdEVG+LOhVfovg3Dbo9nmGf7els/FaAgJALcmc6wgBOeve+6kN/94raP9VBASAKoypFxECUpe/u8Mb/t2VzIbXEhAA1pLNta4QkKvevZ7W8O+1cva9ioAAsAprykVHCgG3RsS7UlZx3EMb/uPW1slmCggAM+E87UIBIUBjtChg+LdYFXvaXUAA2L0Ew21ACBiupF0fyPDvunw2v6aAALCmbt61hYC8tW/p5IZ/S9Wwl+YEBIDmSjLMhoSAYUrZ5UEM/y7LZtNbCggAW2rnu5YQkK/mLZzY8G+hCvbQvIAA0HyJut/gKCHg5dM3Bvp0QNstafi3XR+7a0hAAGioGANvRQgYuLgNHc3wb6gYttK+gADQfo1G2aEQMEol2zyH4d9mXeyqYQEBoOHiDLg1IWDAojZwJMO/gSLYQn8CAkB/Net9x0JA7xVsa/+Gf1v1sJuOBASAjoo10FaFgIGKueNRDP8d8V26fwEBoP8a9noCIaDXyrWxb8O/jTrYRccCAkDHxRtg60LAAEXc4QiG/w7oLjmegAAwXk17O5EQ0FvF9t2v4b+vv6sPJCAADFTMjo8yQgh4W0SULwu6xa8SXq0TDf/VaC2cUUAAyFj1Ns8sBLRZl1Z2Zfi3Ugn7GEZAABimlEMcRAgYoozVD2H4Vye1IIEIAUAXtCYwUgh4VUS8szXgzvZj+HdWMNvtR0AA6KdWmXYqBGSq9uVnNfz1AYEVBQSAFXEtvUhACFjE1/2TDf/uS+gArQsIAK1XKPf+hICc9Tf8c9bdqTcWEAA2Bne5kwWEgJPJun6C4d91+Wy+JwEBoKdq5d2rEJCj9oZ/jjo7ZSMCAkAjhbCNgwKjhIBXTF8W5NMBV5bc8D/4V8ADCNQVEADqelptXQEhYF3fvVY3/PeSd93UAgJA6vJ3eXghoMuyXbppw3+sejpNRwICQEfFstWPCwgBYzSD4T9GHZ2iUwEBoNPC2XYIAX03geHfd/3sfgABAWCAIiY+ghDQZ/EN/z7rZteDCQgAgxU04XGEgL6Kbvj3VS+7HVhAABi4uImOJgT0UWzDv4862WUSAQEgSaETHFMIaLvIhn/b9bG7hAICQMKiD3zkEULA2yOifFnQzQP9KmHDf+C/dI7Wr4AA0G/t7PxiASGgrc4w/Nuqh90Q+LiAAKAZRhQQAtqoquHfRh3sgsCFAgKAxhhVQAjYt7KG/77+rk7goIAAcJDIAzoWGCkE3BIR7+ikFoZ/J4WyzdwCAkDu+mc4vRCwbZUN/229XY3AbAEBYDadJ3YkIARsUyzDfxtnVyFQRUAAqMJokQ4EhIB1i2T4r+trdQLVBQSA6qQWbFhACFinOIb/Oq5WJbCqgACwKq/FGxQYJQS8cvqyoL3fGGj4N9jktkTgGAEB4BgljxlNQAioU1HDv46jVQjsIiAA7MLuog0ICAHLimD4L/PzbAK7CwgAu5fABnYUEALm4Rv+89w8i0BTAgJAU+WwmR0EhIDT0A3/07w8mkCzAgJAs6WxsQ0FhIDjsA3/45w8ikAXAgJAF2WyyQ0EhIDrIxv+GzShSxDYUkAA2FLbtVoXEAIurpDh33rn2h+BGQICwAw0TxlaQAi4sryG/9Dt7nCZBQSAzNV39ssERggBd0VE+bKg8mfulwUZ/v6OEBhYQAAYuLiOtkggewgw/Be1jycTaF9AAGi/Rna4n0DWEGD479dzrkxgMwEBYDNqF+pUIFsIMPw7bVTbJnCqgABwqpjHZxQYKQTcHBHl/QEX/Rj+GbvbmdMKCABpS+/gJwqMHgIM/xMbwsMJ9C4gAPReQfvfUmDUEGD4b9lFrkWgEQEBoJFC2EY3AqOFgAL/zIh4RkSUINDrzxsj4kURUf7rhwCBIwQEgCOQPITAVQKjhIDyfoDyY/hrcQIJBQSAhEV35CoCo4SAguFf/lVawiIE+hIQAPqql922JTBCCGhL9LTduO1/mpdHE7hCQADQEASWCQgBy/zmPtvwnyvneQQmAQFAKxBYLiAELDc8ZQXD/xQtjyVwiYAAoDUI1BEQAuo4HlrF8D8k5P8ncKSAAHAklIcROEJACDgCacFDDP8FeJ5K4GoBAUBPEKgrIATU9TxbzfBfx9WqiQUEgMTFd/TVBISAurSGf11PqxH4fwEBQCMQWEdACKjjavjXcbQKgWsEBABNQWA9ASFgma3hv8zPswlcV0AA0CAE1hUQAub5Gv7z3DyLwNECAsDRVB5IYLaAEHAaneF/mpdHE5glIADMYvMkAicLCAHHkRn+xzl5FIHFAgLAYkILEDhaQAi4PpXhf3QreSCB5QICwHJDKxA4RUAIuFjL8D+lizyWQAUBAaACoiUInCggBFwJZvif2EAeTqCGgABQQ9EaBE4XEALuMTP8T+8dzyBQRUAAqMJoEQKzBLKHAMN/Vtt4EoE6AgJAHUerEJgrkDUEGP5zO8bzCFQSEAAqQVqGwAKBbCHA8F/QLJ5KoJaAAFBL0joElglkCQGG/7I+8WwC1QQEgGqUFiKwWGD0EGD4L24RCxCoJyAA1LO0EoEaAqOGAMO/RndYg0BFAQGgIqalCFQSGC0EGP6VGsMyBGoKCAA1Na1FoJ7AKCHA8K/XE1YiUFVAAKjKaTECVQV6DwGGf9V2sBiBugICQF1PqxGoLdBrCDD8a3eC9QhUFhAAKoNajsAKAr2FAMN/hSawJIHaAgJAbVHrEVhHoJcQYPivU3+rEqguIABUJ7UggdUEWg8Bhv9qpbcwgfoCAkB9UysSWFOg1RBg+K9ZdWsTWEFAAFgB1ZIEVhZoLQQY/isX3PIE1hAQANZQtSaB9QVaCQGG//q1dgUCqwgIAKuwWpTAJgJ7hwDDf5MyuwiBdQQEgHVcrUpgK4G9QoDhv1WFXYfASgICwEqwliWwocDWIcDw37C4LkVgLQEBYC1Z6xLYVmCrEGD4b1tXVyOwmoAAsBqthQlsLlBCwHMj4msi4iGVr/7BiCjD/8XTfysvbzkCBLYWEAC2Fnc9AusKPD4inhURT4uIR1W61N0R8dqIuCki3lxpTcsQILCzgACwcwFcnsAKAo+OiKdGxDdFxJMi4oaZ13hfRPxdRLw+Iv44Iu6cuY6nESDQoIAA0GBRbIlABYEHRMQTIuIpEQD/AzYAAAZfSURBVFFeGih3BkoQuO+BtT8aEf8WEf8cEX8REW+IiLdERHkJwA8BAgMJCAADFdNRCFwg8MBp+JcAUP48LiIeFBH3n/6Up3x4+lP+xf/WiPiXc3/eT5UAgTEFBIAx6+pUBC4SKGGgvDzw4OsEgLdHxAfwESAwvoAAMH6NnZAAAQIECFwjIABoCgIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFBAAEhYdEcmQIAAAQICgB4gQIAAAQIJBQSAhEV3ZAIECBAgIADoAQIECBAgkFDg/wCHZTxbTFoNdwAAAABJRU5ErkJggg==);background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border:1px solid #ccc;border-radius:5px;font-size:16px;height:42px;margin-top:10px;padding:10px 10px 5px;width:100%}.inputData select:after{content:"";position:absolute;right:20px}.text-prime{color:#feeff2!important}.text-second{color:#a86464!important}.text-third{color:#394149!important}.text-fourth{color:#f2f5fa!important}.text-dark{color:#000!important}.text-darkGray{color:#6d7080!important}.text-light{color:#fff!important}.text-gray{color:#b1b1b1!important}.text-gray2{color:#d8d8d8!important}.text-lightGray{color:#f3f3f3!important}.text-transparent{color:#0000!important}.text-success{color:#198754!important}.text-success-light{color:#d1e7dd!important}.text-blue{color:#0d6efd!important}.text-blue-light{color:#cfe2ff!important}.text-danger{color:#dc3545!important}.text-danger-light{color:#f8d7da!important}.text-warning{color:#ffc107!important}.text-warning-light{color:#fff3cd!important}.bg-prime{background-color:#feeff2!important}.bg-second{background-color:#a86464!important}.bg-third{background-color:#394149!important}.bg-fourth{background-color:#f2f5fa!important}.bg-dark{background-color:#000!important}.bg-darkGray{background-color:#6d7080!important}.bg-light{background-color:#fff!important}.bg-gray{background-color:#b1b1b1!important}.bg-gray2{background-color:#d8d8d8!important}.bg-lightGray{background-color:#f3f3f3!important}.bg-transparent{background-color:initial!important}.bg-success{background-color:#198754!important}.bg-success-light{background-color:#d1e7dd!important}.bg-blue{background-color:#0d6efd!important}.bg-blue-light{background-color:#cfe2ff!important}.bg-danger{background-color:#dc3545!important}.bg-danger-light{background-color:#f8d7da!important}.bg-warning{background-color:#ffc107!important}.bg-warning-light{background-color:#fff3cd!important}.border-prime{border-color:#feeff2!important}.border-second{border-color:#a86464!important}.border-third{border-color:#394149!important}.border-fourth{border-color:#f2f5fa!important}.border-dark{border-color:#000!important}.border-darkGray{border-color:#6d7080!important}.border-light{border-color:#fff!important}.border-gray{border-color:#b1b1b1!important}.border-gray2{border-color:#d8d8d8!important}.border-lightGray{border-color:#f3f3f3!important}.border-transparent{border-color:#0000!important}.border-success{border-color:#198754!important}.border-success-light{border-color:#d1e7dd!important}.border-blue{border-color:#0d6efd!important}.border-blue-light{border-color:#cfe2ff!important}.border-danger{border-color:#dc3545!important}.border-danger-light{border-color:#f8d7da!important}.border-warning{border-color:#ffc107!important}.border-warning-light{border-color:#fff3cd!important}.border-prime-1{border:1px solid #feeff2!important}.border-prime-2{border:2px solid #feeff2!important}.border-prime-3{border:3px solid #feeff2!important}.border-prime-4{border:4px solid #feeff2!important}.border-prime-5{border:5px solid #feeff2!important}.border-second-1{border:1px solid #a86464!important}.border-second-2{border:2px solid #a86464!important}.border-second-3{border:3px solid #a86464!important}.border-second-4{border:4px solid #a86464!important}.border-second-5{border:5px solid #a86464!important}.border-third-1{border:1px solid #394149!important}.border-third-2{border:2px solid #394149!important}.border-third-3{border:3px solid #394149!important}.border-third-4{border:4px solid #394149!important}.border-third-5{border:5px solid #394149!important}.border-fourth-1{border:1px solid #f2f5fa!important}.border-fourth-2{border:2px solid #f2f5fa!important}.border-fourth-3{border:3px solid #f2f5fa!important}.border-fourth-4{border:4px solid #f2f5fa!important}.border-fourth-5{border:5px solid #f2f5fa!important}.border-dark-1{border:1px solid #000!important}.border-dark-2{border:2px solid #000!important}.border-dark-3{border:3px solid #000!important}.border-dark-4{border:4px solid #000!important}.border-dark-5{border:5px solid #000!important}.border-darkGray-1{border:1px solid #6d7080!important}.border-darkGray-2{border:2px solid #6d7080!important}.border-darkGray-3{border:3px solid #6d7080!important}.border-darkGray-4{border:4px solid #6d7080!important}.border-darkGray-5{border:5px solid #6d7080!important}.border-light-1{border:1px solid #fff!important}.border-light-2{border:2px solid #fff!important}.border-light-3{border:3px solid #fff!important}.border-light-4{border:4px solid #fff!important}.border-light-5{border:5px solid #fff!important}.border-gray-1{border:1px solid #b1b1b1!important}.border-gray-2{border:2px solid #b1b1b1!important}.border-gray-3{border:3px solid #b1b1b1!important}.border-gray-4{border:4px solid #b1b1b1!important}.border-gray-5{border:5px solid #b1b1b1!important}.border-gray2-1{border:1px solid #d8d8d8!important}.border-gray2-2{border:2px solid #d8d8d8!important}.border-gray2-3{border:3px solid #d8d8d8!important}.border-gray2-4{border:4px solid #d8d8d8!important}.border-gray2-5{border:5px solid #d8d8d8!important}.border-lightGray-1{border:1px solid #f3f3f3!important}.border-lightGray-2{border:2px solid #f3f3f3!important}.border-lightGray-3{border:3px solid #f3f3f3!important}.border-lightGray-4{border:4px solid #f3f3f3!important}.border-lightGray-5{border:5px solid #f3f3f3!important}.border-transparent-1{border:1px solid #0000!important}.border-transparent-2{border:2px solid #0000!important}.border-transparent-3{border:3px solid #0000!important}.border-transparent-4{border:4px solid #0000!important}.border-transparent-5{border:5px solid #0000!important}.border-success-1{border:1px solid #198754!important}.border-success-2{border:2px solid #198754!important}.border-success-3{border:3px solid #198754!important}.border-success-4{border:4px solid #198754!important}.border-success-5{border:5px solid #198754!important}.border-success-light-1{border:1px solid #d1e7dd!important}.border-success-light-2{border:2px solid #d1e7dd!important}.border-success-light-3{border:3px solid #d1e7dd!important}.border-success-light-4{border:4px solid #d1e7dd!important}.border-success-light-5{border:5px solid #d1e7dd!important}.border-blue-1{border:1px solid #0d6efd!important}.border-blue-2{border:2px solid #0d6efd!important}.border-blue-3{border:3px solid #0d6efd!important}.border-blue-4{border:4px solid #0d6efd!important}.border-blue-5{border:5px solid #0d6efd!important}.border-blue-light-1{border:1px solid #cfe2ff!important}.border-blue-light-2{border:2px solid #cfe2ff!important}.border-blue-light-3{border:3px solid #cfe2ff!important}.border-blue-light-4{border:4px solid #cfe2ff!important}.border-blue-light-5{border:5px solid #cfe2ff!important}.border-danger-1{border:1px solid #dc3545!important}.border-danger-2{border:2px solid #dc3545!important}.border-danger-3{border:3px solid #dc3545!important}.border-danger-4{border:4px solid #dc3545!important}.border-danger-5{border:5px solid #dc3545!important}.border-danger-light-1{border:1px solid #f8d7da!important}.border-danger-light-2{border:2px solid #f8d7da!important}.border-danger-light-3{border:3px solid #f8d7da!important}.border-danger-light-4{border:4px solid #f8d7da!important}.border-danger-light-5{border:5px solid #f8d7da!important}.border-warning-1{border:1px solid #ffc107!important}.border-warning-2{border:2px solid #ffc107!important}.border-warning-3{border:3px solid #ffc107!important}.border-warning-4{border:4px solid #ffc107!important}.border-warning-5{border:5px solid #ffc107!important}.border-warning-light-1{border:1px solid #fff3cd!important}.border-warning-light-2{border:2px solid #fff3cd!important}.border-warning-light-3{border:3px solid #fff3cd!important}.border-warning-light-4{border:4px solid #fff3cd!important}.border-warning-light-5{border:5px solid #fff3cd!important}.border-top-prime-1{border-top:1px solid #feeff2!important}.border-top-prime-2{border-top:2px solid #feeff2!important}.border-top-prime-3{border-top:3px solid #feeff2!important}.border-top-prime-4{border-top:4px solid #feeff2!important}.border-top-prime-5{border-top:5px solid #feeff2!important}.border-right-prime-1{border-right:1px solid #feeff2!important}.border-right-prime-2{border-right:2px solid #feeff2!important}.border-right-prime-3{border-right:3px solid #feeff2!important}.border-right-prime-4{border-right:4px solid #feeff2!important}.border-right-prime-5{border-right:5px solid #feeff2!important}.border-bottom-prime-1{border-bottom:1px solid #feeff2!important}.border-bottom-prime-2{border-bottom:2px solid #feeff2!important}.border-bottom-prime-3{border-bottom:3px solid #feeff2!important}.border-bottom-prime-4{border-bottom:4px solid #feeff2!important}.border-bottom-prime-5{border-bottom:5px solid #feeff2!important}.border-left-prime-1{border-left:1px solid #feeff2!important}.border-left-prime-2{border-left:2px solid #feeff2!important}.border-left-prime-3{border-left:3px solid #feeff2!important}.border-left-prime-4{border-left:4px solid #feeff2!important}.border-left-prime-5{border-left:5px solid #feeff2!important}.border-top-second-1{border-top:1px solid #a86464!important}.border-top-second-2{border-top:2px solid #a86464!important}.border-top-second-3{border-top:3px solid #a86464!important}.border-top-second-4{border-top:4px solid #a86464!important}.border-top-second-5{border-top:5px solid #a86464!important}.border-right-second-1{border-right:1px solid #a86464!important}.border-right-second-2{border-right:2px solid #a86464!important}.border-right-second-3{border-right:3px solid #a86464!important}.border-right-second-4{border-right:4px solid #a86464!important}.border-right-second-5{border-right:5px solid #a86464!important}.border-bottom-second-1{border-bottom:1px solid #a86464!important}.border-bottom-second-2{border-bottom:2px solid #a86464!important}.border-bottom-second-3{border-bottom:3px solid #a86464!important}.border-bottom-second-4{border-bottom:4px solid #a86464!important}.border-bottom-second-5{border-bottom:5px solid #a86464!important}.border-left-second-1{border-left:1px solid #a86464!important}.border-left-second-2{border-left:2px solid #a86464!important}.border-left-second-3{border-left:3px solid #a86464!important}.border-left-second-4{border-left:4px solid #a86464!important}.border-left-second-5{border-left:5px solid #a86464!important}.border-top-third-1{border-top:1px solid #394149!important}.border-top-third-2{border-top:2px solid #394149!important}.border-top-third-3{border-top:3px solid #394149!important}.border-top-third-4{border-top:4px solid #394149!important}.border-top-third-5{border-top:5px solid #394149!important}.border-right-third-1{border-right:1px solid #394149!important}.border-right-third-2{border-right:2px solid #394149!important}.border-right-third-3{border-right:3px solid #394149!important}.border-right-third-4{border-right:4px solid #394149!important}.border-right-third-5{border-right:5px solid #394149!important}.border-bottom-third-1{border-bottom:1px solid #394149!important}.border-bottom-third-2{border-bottom:2px solid #394149!important}.border-bottom-third-3{border-bottom:3px solid #394149!important}.border-bottom-third-4{border-bottom:4px solid #394149!important}.border-bottom-third-5{border-bottom:5px solid #394149!important}.border-left-third-1{border-left:1px solid #394149!important}.border-left-third-2{border-left:2px solid #394149!important}.border-left-third-3{border-left:3px solid #394149!important}.border-left-third-4{border-left:4px solid #394149!important}.border-left-third-5{border-left:5px solid #394149!important}.border-top-fourth-1{border-top:1px solid #f2f5fa!important}.border-top-fourth-2{border-top:2px solid #f2f5fa!important}.border-top-fourth-3{border-top:3px solid #f2f5fa!important}.border-top-fourth-4{border-top:4px solid #f2f5fa!important}.border-top-fourth-5{border-top:5px solid #f2f5fa!important}.border-right-fourth-1{border-right:1px solid #f2f5fa!important}.border-right-fourth-2{border-right:2px solid #f2f5fa!important}.border-right-fourth-3{border-right:3px solid #f2f5fa!important}.border-right-fourth-4{border-right:4px solid #f2f5fa!important}.border-right-fourth-5{border-right:5px solid #f2f5fa!important}.border-bottom-fourth-1{border-bottom:1px solid #f2f5fa!important}.border-bottom-fourth-2{border-bottom:2px solid #f2f5fa!important}.border-bottom-fourth-3{border-bottom:3px solid #f2f5fa!important}.border-bottom-fourth-4{border-bottom:4px solid #f2f5fa!important}.border-bottom-fourth-5{border-bottom:5px solid #f2f5fa!important}.border-left-fourth-1{border-left:1px solid #f2f5fa!important}.border-left-fourth-2{border-left:2px solid #f2f5fa!important}.border-left-fourth-3{border-left:3px solid #f2f5fa!important}.border-left-fourth-4{border-left:4px solid #f2f5fa!important}.border-left-fourth-5{border-left:5px solid #f2f5fa!important}.border-top-dark-1{border-top:1px solid #000!important}.border-top-dark-2{border-top:2px solid #000!important}.border-top-dark-3{border-top:3px solid #000!important}.border-top-dark-4{border-top:4px solid #000!important}.border-top-dark-5{border-top:5px solid #000!important}.border-right-dark-1{border-right:1px solid #000!important}.border-right-dark-2{border-right:2px solid #000!important}.border-right-dark-3{border-right:3px solid #000!important}.border-right-dark-4{border-right:4px solid #000!important}.border-right-dark-5{border-right:5px solid #000!important}.border-bottom-dark-1{border-bottom:1px solid #000!important}.border-bottom-dark-2{border-bottom:2px solid #000!important}.border-bottom-dark-3{border-bottom:3px solid #000!important}.border-bottom-dark-4{border-bottom:4px solid #000!important}.border-bottom-dark-5{border-bottom:5px solid #000!important}.border-left-dark-1{border-left:1px solid #000!important}.border-left-dark-2{border-left:2px solid #000!important}.border-left-dark-3{border-left:3px solid #000!important}.border-left-dark-4{border-left:4px solid #000!important}.border-left-dark-5{border-left:5px solid #000!important}.border-top-darkGray-1{border-top:1px solid #6d7080!important}.border-top-darkGray-2{border-top:2px solid #6d7080!important}.border-top-darkGray-3{border-top:3px solid #6d7080!important}.border-top-darkGray-4{border-top:4px solid #6d7080!important}.border-top-darkGray-5{border-top:5px solid #6d7080!important}.border-right-darkGray-1{border-right:1px solid #6d7080!important}.border-right-darkGray-2{border-right:2px solid #6d7080!important}.border-right-darkGray-3{border-right:3px solid #6d7080!important}.border-right-darkGray-4{border-right:4px solid #6d7080!important}.border-right-darkGray-5{border-right:5px solid #6d7080!important}.border-bottom-darkGray-1{border-bottom:1px solid #6d7080!important}.border-bottom-darkGray-2{border-bottom:2px solid #6d7080!important}.border-bottom-darkGray-3{border-bottom:3px solid #6d7080!important}.border-bottom-darkGray-4{border-bottom:4px solid #6d7080!important}.border-bottom-darkGray-5{border-bottom:5px solid #6d7080!important}.border-left-darkGray-1{border-left:1px solid #6d7080!important}.border-left-darkGray-2{border-left:2px solid #6d7080!important}.border-left-darkGray-3{border-left:3px solid #6d7080!important}.border-left-darkGray-4{border-left:4px solid #6d7080!important}.border-left-darkGray-5{border-left:5px solid #6d7080!important}.border-top-light-1{border-top:1px solid #fff!important}.border-top-light-2{border-top:2px solid #fff!important}.border-top-light-3{border-top:3px solid #fff!important}.border-top-light-4{border-top:4px solid #fff!important}.border-top-light-5{border-top:5px solid #fff!important}.border-right-light-1{border-right:1px solid #fff!important}.border-right-light-2{border-right:2px solid #fff!important}.border-right-light-3{border-right:3px solid #fff!important}.border-right-light-4{border-right:4px solid #fff!important}.border-right-light-5{border-right:5px solid #fff!important}.border-bottom-light-1{border-bottom:1px solid #fff!important}.border-bottom-light-2{border-bottom:2px solid #fff!important}.border-bottom-light-3{border-bottom:3px solid #fff!important}.border-bottom-light-4{border-bottom:4px solid #fff!important}.border-bottom-light-5{border-bottom:5px solid #fff!important}.border-left-light-1{border-left:1px solid #fff!important}.border-left-light-2{border-left:2px solid #fff!important}.border-left-light-3{border-left:3px solid #fff!important}.border-left-light-4{border-left:4px solid #fff!important}.border-left-light-5{border-left:5px solid #fff!important}.border-top-gray-1{border-top:1px solid #b1b1b1!important}.border-top-gray-2{border-top:2px solid #b1b1b1!important}.border-top-gray-3{border-top:3px solid #b1b1b1!important}.border-top-gray-4{border-top:4px solid #b1b1b1!important}.border-top-gray-5{border-top:5px solid #b1b1b1!important}.border-right-gray-1{border-right:1px solid #b1b1b1!important}.border-right-gray-2{border-right:2px solid #b1b1b1!important}.border-right-gray-3{border-right:3px solid #b1b1b1!important}.border-right-gray-4{border-right:4px solid #b1b1b1!important}.border-right-gray-5{border-right:5px solid #b1b1b1!important}.border-bottom-gray-1{border-bottom:1px solid #b1b1b1!important}.border-bottom-gray-2{border-bottom:2px solid #b1b1b1!important}.border-bottom-gray-3{border-bottom:3px solid #b1b1b1!important}.border-bottom-gray-4{border-bottom:4px solid #b1b1b1!important}.border-bottom-gray-5{border-bottom:5px solid #b1b1b1!important}.border-left-gray-1{border-left:1px solid #b1b1b1!important}.border-left-gray-2{border-left:2px solid #b1b1b1!important}.border-left-gray-3{border-left:3px solid #b1b1b1!important}.border-left-gray-4{border-left:4px solid #b1b1b1!important}.border-left-gray-5{border-left:5px solid #b1b1b1!important}.border-top-gray2-1{border-top:1px solid #d8d8d8!important}.border-top-gray2-2{border-top:2px solid #d8d8d8!important}.border-top-gray2-3{border-top:3px solid #d8d8d8!important}.border-top-gray2-4{border-top:4px solid #d8d8d8!important}.border-top-gray2-5{border-top:5px solid #d8d8d8!important}.border-right-gray2-1{border-right:1px solid #d8d8d8!important}.border-right-gray2-2{border-right:2px solid #d8d8d8!important}.border-right-gray2-3{border-right:3px solid #d8d8d8!important}.border-right-gray2-4{border-right:4px solid #d8d8d8!important}.border-right-gray2-5{border-right:5px solid #d8d8d8!important}.border-bottom-gray2-1{border-bottom:1px solid #d8d8d8!important}.border-bottom-gray2-2{border-bottom:2px solid #d8d8d8!important}.border-bottom-gray2-3{border-bottom:3px solid #d8d8d8!important}.border-bottom-gray2-4{border-bottom:4px solid #d8d8d8!important}.border-bottom-gray2-5{border-bottom:5px solid #d8d8d8!important}.border-left-gray2-1{border-left:1px solid #d8d8d8!important}.border-left-gray2-2{border-left:2px solid #d8d8d8!important}.border-left-gray2-3{border-left:3px solid #d8d8d8!important}.border-left-gray2-4{border-left:4px solid #d8d8d8!important}.border-left-gray2-5{border-left:5px solid #d8d8d8!important}.border-top-lightGray-1{border-top:1px solid #f3f3f3!important}.border-top-lightGray-2{border-top:2px solid #f3f3f3!important}.border-top-lightGray-3{border-top:3px solid #f3f3f3!important}.border-top-lightGray-4{border-top:4px solid #f3f3f3!important}.border-top-lightGray-5{border-top:5px solid #f3f3f3!important}.border-right-lightGray-1{border-right:1px solid #f3f3f3!important}.border-right-lightGray-2{border-right:2px solid #f3f3f3!important}.border-right-lightGray-3{border-right:3px solid #f3f3f3!important}.border-right-lightGray-4{border-right:4px solid #f3f3f3!important}.border-right-lightGray-5{border-right:5px solid #f3f3f3!important}.border-bottom-lightGray-1{border-bottom:1px solid #f3f3f3!important}.border-bottom-lightGray-2{border-bottom:2px solid #f3f3f3!important}.border-bottom-lightGray-3{border-bottom:3px solid #f3f3f3!important}.border-bottom-lightGray-4{border-bottom:4px solid #f3f3f3!important}.border-bottom-lightGray-5{border-bottom:5px solid #f3f3f3!important}.border-left-lightGray-1{border-left:1px solid #f3f3f3!important}.border-left-lightGray-2{border-left:2px solid #f3f3f3!important}.border-left-lightGray-3{border-left:3px solid #f3f3f3!important}.border-left-lightGray-4{border-left:4px solid #f3f3f3!important}.border-left-lightGray-5{border-left:5px solid #f3f3f3!important}.border-top-transparent-1{border-top:1px solid #0000!important}.border-top-transparent-2{border-top:2px solid #0000!important}.border-top-transparent-3{border-top:3px solid #0000!important}.border-top-transparent-4{border-top:4px solid #0000!important}.border-top-transparent-5{border-top:5px solid #0000!important}.border-right-transparent-1{border-right:1px solid #0000!important}.border-right-transparent-2{border-right:2px solid #0000!important}.border-right-transparent-3{border-right:3px solid #0000!important}.border-right-transparent-4{border-right:4px solid #0000!important}.border-right-transparent-5{border-right:5px solid #0000!important}.border-bottom-transparent-1{border-bottom:1px solid #0000!important}.border-bottom-transparent-2{border-bottom:2px solid #0000!important}.border-bottom-transparent-3{border-bottom:3px solid #0000!important}.border-bottom-transparent-4{border-bottom:4px solid #0000!important}.border-bottom-transparent-5{border-bottom:5px solid #0000!important}.border-left-transparent-1{border-left:1px solid #0000!important}.border-left-transparent-2{border-left:2px solid #0000!important}.border-left-transparent-3{border-left:3px solid #0000!important}.border-left-transparent-4{border-left:4px solid #0000!important}.border-left-transparent-5{border-left:5px solid #0000!important}.border-top-success-1{border-top:1px solid #198754!important}.border-top-success-2{border-top:2px solid #198754!important}.border-top-success-3{border-top:3px solid #198754!important}.border-top-success-4{border-top:4px solid #198754!important}.border-top-success-5{border-top:5px solid #198754!important}.border-right-success-1{border-right:1px solid #198754!important}.border-right-success-2{border-right:2px solid #198754!important}.border-right-success-3{border-right:3px solid #198754!important}.border-right-success-4{border-right:4px solid #198754!important}.border-right-success-5{border-right:5px solid #198754!important}.border-bottom-success-1{border-bottom:1px solid #198754!important}.border-bottom-success-2{border-bottom:2px solid #198754!important}.border-bottom-success-3{border-bottom:3px solid #198754!important}.border-bottom-success-4{border-bottom:4px solid #198754!important}.border-bottom-success-5{border-bottom:5px solid #198754!important}.border-left-success-1{border-left:1px solid #198754!important}.border-left-success-2{border-left:2px solid #198754!important}.border-left-success-3{border-left:3px solid #198754!important}.border-left-success-4{border-left:4px solid #198754!important}.border-left-success-5{border-left:5px solid #198754!important}.border-top-success-light-1{border-top:1px solid #d1e7dd!important}.border-top-success-light-2{border-top:2px solid #d1e7dd!important}.border-top-success-light-3{border-top:3px solid #d1e7dd!important}.border-top-success-light-4{border-top:4px solid #d1e7dd!important}.border-top-success-light-5{border-top:5px solid #d1e7dd!important}.border-right-success-light-1{border-right:1px solid #d1e7dd!important}.border-right-success-light-2{border-right:2px solid #d1e7dd!important}.border-right-success-light-3{border-right:3px solid #d1e7dd!important}.border-right-success-light-4{border-right:4px solid #d1e7dd!important}.border-right-success-light-5{border-right:5px solid #d1e7dd!important}.border-bottom-success-light-1{border-bottom:1px solid #d1e7dd!important}.border-bottom-success-light-2{border-bottom:2px solid #d1e7dd!important}.border-bottom-success-light-3{border-bottom:3px solid #d1e7dd!important}.border-bottom-success-light-4{border-bottom:4px solid #d1e7dd!important}.border-bottom-success-light-5{border-bottom:5px solid #d1e7dd!important}.border-left-success-light-1{border-left:1px solid #d1e7dd!important}.border-left-success-light-2{border-left:2px solid #d1e7dd!important}.border-left-success-light-3{border-left:3px solid #d1e7dd!important}.border-left-success-light-4{border-left:4px solid #d1e7dd!important}.border-left-success-light-5{border-left:5px solid #d1e7dd!important}.border-top-blue-1{border-top:1px solid #0d6efd!important}.border-top-blue-2{border-top:2px solid #0d6efd!important}.border-top-blue-3{border-top:3px solid #0d6efd!important}.border-top-blue-4{border-top:4px solid #0d6efd!important}.border-top-blue-5{border-top:5px solid #0d6efd!important}.border-right-blue-1{border-right:1px solid #0d6efd!important}.border-right-blue-2{border-right:2px solid #0d6efd!important}.border-right-blue-3{border-right:3px solid #0d6efd!important}.border-right-blue-4{border-right:4px solid #0d6efd!important}.border-right-blue-5{border-right:5px solid #0d6efd!important}.border-bottom-blue-1{border-bottom:1px solid #0d6efd!important}.border-bottom-blue-2{border-bottom:2px solid #0d6efd!important}.border-bottom-blue-3{border-bottom:3px solid #0d6efd!important}.border-bottom-blue-4{border-bottom:4px solid #0d6efd!important}.border-bottom-blue-5{border-bottom:5px solid #0d6efd!important}.border-left-blue-1{border-left:1px solid #0d6efd!important}.border-left-blue-2{border-left:2px solid #0d6efd!important}.border-left-blue-3{border-left:3px solid #0d6efd!important}.border-left-blue-4{border-left:4px solid #0d6efd!important}.border-left-blue-5{border-left:5px solid #0d6efd!important}.border-top-blue-light-1{border-top:1px solid #cfe2ff!important}.border-top-blue-light-2{border-top:2px solid #cfe2ff!important}.border-top-blue-light-3{border-top:3px solid #cfe2ff!important}.border-top-blue-light-4{border-top:4px solid #cfe2ff!important}.border-top-blue-light-5{border-top:5px solid #cfe2ff!important}.border-right-blue-light-1{border-right:1px solid #cfe2ff!important}.border-right-blue-light-2{border-right:2px solid #cfe2ff!important}.border-right-blue-light-3{border-right:3px solid #cfe2ff!important}.border-right-blue-light-4{border-right:4px solid #cfe2ff!important}.border-right-blue-light-5{border-right:5px solid #cfe2ff!important}.border-bottom-blue-light-1{border-bottom:1px solid #cfe2ff!important}.border-bottom-blue-light-2{border-bottom:2px solid #cfe2ff!important}.border-bottom-blue-light-3{border-bottom:3px solid #cfe2ff!important}.border-bottom-blue-light-4{border-bottom:4px solid #cfe2ff!important}.border-bottom-blue-light-5{border-bottom:5px solid #cfe2ff!important}.border-left-blue-light-1{border-left:1px solid #cfe2ff!important}.border-left-blue-light-2{border-left:2px solid #cfe2ff!important}.border-left-blue-light-3{border-left:3px solid #cfe2ff!important}.border-left-blue-light-4{border-left:4px solid #cfe2ff!important}.border-left-blue-light-5{border-left:5px solid #cfe2ff!important}.border-top-danger-1{border-top:1px solid #dc3545!important}.border-top-danger-2{border-top:2px solid #dc3545!important}.border-top-danger-3{border-top:3px solid #dc3545!important}.border-top-danger-4{border-top:4px solid #dc3545!important}.border-top-danger-5{border-top:5px solid #dc3545!important}.border-right-danger-1{border-right:1px solid #dc3545!important}.border-right-danger-2{border-right:2px solid #dc3545!important}.border-right-danger-3{border-right:3px solid #dc3545!important}.border-right-danger-4{border-right:4px solid #dc3545!important}.border-right-danger-5{border-right:5px solid #dc3545!important}.border-bottom-danger-1{border-bottom:1px solid #dc3545!important}.border-bottom-danger-2{border-bottom:2px solid #dc3545!important}.border-bottom-danger-3{border-bottom:3px solid #dc3545!important}.border-bottom-danger-4{border-bottom:4px solid #dc3545!important}.border-bottom-danger-5{border-bottom:5px solid #dc3545!important}.border-left-danger-1{border-left:1px solid #dc3545!important}.border-left-danger-2{border-left:2px solid #dc3545!important}.border-left-danger-3{border-left:3px solid #dc3545!important}.border-left-danger-4{border-left:4px solid #dc3545!important}.border-left-danger-5{border-left:5px solid #dc3545!important}.border-top-danger-light-1{border-top:1px solid #f8d7da!important}.border-top-danger-light-2{border-top:2px solid #f8d7da!important}.border-top-danger-light-3{border-top:3px solid #f8d7da!important}.border-top-danger-light-4{border-top:4px solid #f8d7da!important}.border-top-danger-light-5{border-top:5px solid #f8d7da!important}.border-right-danger-light-1{border-right:1px solid #f8d7da!important}.border-right-danger-light-2{border-right:2px solid #f8d7da!important}.border-right-danger-light-3{border-right:3px solid #f8d7da!important}.border-right-danger-light-4{border-right:4px solid #f8d7da!important}.border-right-danger-light-5{border-right:5px solid #f8d7da!important}.border-bottom-danger-light-1{border-bottom:1px solid #f8d7da!important}.border-bottom-danger-light-2{border-bottom:2px solid #f8d7da!important}.border-bottom-danger-light-3{border-bottom:3px solid #f8d7da!important}.border-bottom-danger-light-4{border-bottom:4px solid #f8d7da!important}.border-bottom-danger-light-5{border-bottom:5px solid #f8d7da!important}.border-left-danger-light-1{border-left:1px solid #f8d7da!important}.border-left-danger-light-2{border-left:2px solid #f8d7da!important}.border-left-danger-light-3{border-left:3px solid #f8d7da!important}.border-left-danger-light-4{border-left:4px solid #f8d7da!important}.border-left-danger-light-5{border-left:5px solid #f8d7da!important}.border-top-warning-1{border-top:1px solid #ffc107!important}.border-top-warning-2{border-top:2px solid #ffc107!important}.border-top-warning-3{border-top:3px solid #ffc107!important}.border-top-warning-4{border-top:4px solid #ffc107!important}.border-top-warning-5{border-top:5px solid #ffc107!important}.border-right-warning-1{border-right:1px solid #ffc107!important}.border-right-warning-2{border-right:2px solid #ffc107!important}.border-right-warning-3{border-right:3px solid #ffc107!important}.border-right-warning-4{border-right:4px solid #ffc107!important}.border-right-warning-5{border-right:5px solid #ffc107!important}.border-bottom-warning-1{border-bottom:1px solid #ffc107!important}.border-bottom-warning-2{border-bottom:2px solid #ffc107!important}.border-bottom-warning-3{border-bottom:3px solid #ffc107!important}.border-bottom-warning-4{border-bottom:4px solid #ffc107!important}.border-bottom-warning-5{border-bottom:5px solid #ffc107!important}.border-left-warning-1{border-left:1px solid #ffc107!important}.border-left-warning-2{border-left:2px solid #ffc107!important}.border-left-warning-3{border-left:3px solid #ffc107!important}.border-left-warning-4{border-left:4px solid #ffc107!important}.border-left-warning-5{border-left:5px solid #ffc107!important}.border-top-warning-light-1{border-top:1px solid #fff3cd!important}.border-top-warning-light-2{border-top:2px solid #fff3cd!important}.border-top-warning-light-3{border-top:3px solid #fff3cd!important}.border-top-warning-light-4{border-top:4px solid #fff3cd!important}.border-top-warning-light-5{border-top:5px solid #fff3cd!important}.border-right-warning-light-1{border-right:1px solid #fff3cd!important}.border-right-warning-light-2{border-right:2px solid #fff3cd!important}.border-right-warning-light-3{border-right:3px solid #fff3cd!important}.border-right-warning-light-4{border-right:4px solid #fff3cd!important}.border-right-warning-light-5{border-right:5px solid #fff3cd!important}.border-bottom-warning-light-1{border-bottom:1px solid #fff3cd!important}.border-bottom-warning-light-2{border-bottom:2px solid #fff3cd!important}.border-bottom-warning-light-3{border-bottom:3px solid #fff3cd!important}.border-bottom-warning-light-4{border-bottom:4px solid #fff3cd!important}.border-bottom-warning-light-5{border-bottom:5px solid #fff3cd!important}.border-left-warning-light-1{border-left:1px solid #fff3cd!important}.border-left-warning-light-2{border-left:2px solid #fff3cd!important}.border-left-warning-light-3{border-left:3px solid #fff3cd!important}.border-left-warning-light-4{border-left:4px solid #fff3cd!important}.border-left-warning-light-5{border-left:5px solid #fff3cd!important}.fw-100{font-weight:100!important}.fw-200{font-weight:200!important}.fw-300{font-weight:300!important}.fw-400{font-weight:400!important}.fw-500{font-weight:500!important}.fw-600{font-weight:600!important}.fw-700{font-weight:700!important}.fw-800{font-weight:800!important}.fw-900{font-weight:900!important}.fs-1{font-size:1px!important}.fs-2{font-size:2px!important}.fs-3{font-size:3px!important}.fs-4{font-size:4px!important}.fs-5{font-size:5px!important}.fs-6{font-size:6px!important}.fs-7{font-size:7px!important}.fs-8{font-size:8px!important}.fs-9{font-size:9px!important}.fs-10{font-size:10px!important}.fs-11{font-size:11px!important}.fs-12{font-size:12px!important}.fs-13{font-size:13px!important}.fs-14{font-size:14px!important}.fs-15{font-size:15px!important}.fs-16{font-size:16px!important}.fs-17{font-size:17px!important}.fs-18{font-size:18px!important}.fs-19{font-size:19px!important}.fs-20{font-size:20px!important}.fs-21{font-size:21px!important}.fs-22{font-size:22px!important}.fs-23{font-size:23px!important}.fs-24{font-size:24px!important}.fs-25{font-size:25px!important}.fs-26{font-size:26px!important}.fs-27{font-size:27px!important}.fs-28{font-size:28px!important}.fs-29{font-size:29px!important}.fs-30{font-size:30px!important}.fs-31{font-size:31px!important}.fs-32{font-size:32px!important}.fs-33{font-size:33px!important}.fs-34{font-size:34px!important}.fs-35{font-size:35px!important}.fs-36{font-size:36px!important}.fs-37{font-size:37px!important}.fs-38{font-size:38px!important}.fs-39{font-size:39px!important}.fs-40{font-size:40px!important}.fs-41{font-size:41px!important}.fs-42{font-size:42px!important}.fs-43{font-size:43px!important}.fs-44{font-size:44px!important}.fs-45{font-size:45px!important}.fs-46{font-size:46px!important}.fs-47{font-size:47px!important}.fs-48{font-size:48px!important}.fs-49{font-size:49px!important}.fs-50{font-size:50px!important}.fs-51{font-size:51px!important}.fs-52{font-size:52px!important}.fs-53{font-size:53px!important}.fs-54{font-size:54px!important}.fs-55{font-size:55px!important}.fs-56{font-size:56px!important}.fs-57{font-size:57px!important}.fs-58{font-size:58px!important}.fs-59{font-size:59px!important}.fs-60{font-size:60px!important}.fs-61{font-size:61px!important}.fs-62{font-size:62px!important}.fs-63{font-size:63px!important}.fs-64{font-size:64px!important}.fs-65{font-size:65px!important}.fs-66{font-size:66px!important}.fs-67{font-size:67px!important}.fs-68{font-size:68px!important}.fs-69{font-size:69px!important}.fs-70{font-size:70px!important}.width-1{width:1px!important}.width-2{width:2px!important}.width-3{width:3px!important}.width-4{width:4px!important}.width-5{width:5px!important}.width-6{width:6px!important}.width-7{width:7px!important}.width-8{width:8px!important}.width-9{width:9px!important}.width-10{width:10px!important}.width-11{width:11px!important}.width-12{width:12px!important}.width-13{width:13px!important}.width-14{width:14px!important}.width-15{width:15px!important}.width-16{width:16px!important}.width-17{width:17px!important}.width-18{width:18px!important}.width-19{width:19px!important}.width-20{width:20px!important}.width-21{width:21px!important}.width-22{width:22px!important}.width-23{width:23px!important}.width-24{width:24px!important}.width-25{width:25px!important}.width-26{width:26px!important}.width-27{width:27px!important}.width-28{width:28px!important}.width-29{width:29px!important}.width-30{width:30px!important}.width-31{width:31px!important}.width-32{width:32px!important}.width-33{width:33px!important}.width-34{width:34px!important}.width-35{width:35px!important}.width-36{width:36px!important}.width-37{width:37px!important}.width-38{width:38px!important}.width-39{width:39px!important}.width-40{width:40px!important}.width-41{width:41px!important}.width-42{width:42px!important}.width-43{width:43px!important}.width-44{width:44px!important}.width-45{width:45px!important}.width-46{width:46px!important}.width-47{width:47px!important}.width-48{width:48px!important}.width-49{width:49px!important}.width-50{width:50px!important}.width-51{width:51px!important}.width-52{width:52px!important}.width-53{width:53px!important}.width-54{width:54px!important}.width-55{width:55px!important}.width-56{width:56px!important}.width-57{width:57px!important}.width-58{width:58px!important}.width-59{width:59px!important}.width-60{width:60px!important}.width-61{width:61px!important}.width-62{width:62px!important}.width-63{width:63px!important}.width-64{width:64px!important}.width-65{width:65px!important}.width-66{width:66px!important}.width-67{width:67px!important}.width-68{width:68px!important}.width-69{width:69px!important}.width-70{width:70px!important}.width-71{width:71px!important}.width-72{width:72px!important}.width-73{width:73px!important}.width-74{width:74px!important}.width-75{width:75px!important}.width-76{width:76px!important}.width-77{width:77px!important}.width-78{width:78px!important}.width-79{width:79px!important}.width-80{width:80px!important}.width-81{width:81px!important}.width-82{width:82px!important}.width-83{width:83px!important}.width-84{width:84px!important}.width-85{width:85px!important}.width-86{width:86px!important}.width-87{width:87px!important}.width-88{width:88px!important}.width-89{width:89px!important}.width-90{width:90px!important}.width-91{width:91px!important}.width-92{width:92px!important}.width-93{width:93px!important}.width-94{width:94px!important}.width-95{width:95px!important}.width-96{width:96px!important}.width-97{width:97px!important}.width-98{width:98px!important}.width-99{width:99px!important}.width-100{width:100px!important}.row{--mk-gutter-x:1.5rem;--mk-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--mk-gutter-x)*-.5);margin-right:calc(var(--mk-gutter-x)*-.5);margin-top:calc(var(--mk-gutter-y)*-1)}.row>*{flex-shrink:0;margin-top:var(--mk-gutter-y);max-width:100%;padding-left:calc(var(--mk-gutter-x)*.5);padding-right:calc(var(--mk-gutter-x)*.5);width:100%}.col-12{width:100%}.col-11,.col-12{flex:0 0 auto;margin-bottom:10px}.col-11{width:91.6666666667%}.col-10{width:83.3333333333%}.col-10,.col-9{flex:0 0 auto;margin-bottom:10px}.col-9{width:75%}.col-8{width:66.6666666667%}.col-7,.col-8{flex:0 0 auto;margin-bottom:10px}.col-7{width:58.3333333333%}.col-6{width:50%}.col-5,.col-6{flex:0 0 auto;margin-bottom:10px}.col-5{width:41.6666666667%}.col-4{width:33.3333333333%}.col-3,.col-4{flex:0 0 auto;margin-bottom:10px}.col-3{width:25%}.col-2{width:16.6666666667%}.col-1,.col-2{flex:0 0 auto;margin-bottom:10px}.col-1{width:8.3333333333%}@media (min-width:400px){.col-xsm-12{width:100%}.col-xsm-11,.col-xsm-12{flex:0 0 auto;margin-bottom:10px}.col-xsm-11{width:91.6666666667%}.col-xsm-10{width:83.3333333333%}.col-xsm-10,.col-xsm-9{flex:0 0 auto;margin-bottom:10px}.col-xsm-9{width:75%}.col-xsm-8{width:66.6666666667%}.col-xsm-7,.col-xsm-8{flex:0 0 auto;margin-bottom:10px}.col-xsm-7{width:58.3333333333%}.col-xsm-6{width:50%}.col-xsm-5,.col-xsm-6{flex:0 0 auto;margin-bottom:10px}.col-xsm-5{width:41.6666666667%}.col-xsm-4{width:33.3333333333%}.col-xsm-3,.col-xsm-4{flex:0 0 auto;margin-bottom:10px}.col-xsm-3{width:25%}.col-xsm-2{width:16.6666666667%}.col-xsm-1,.col-xsm-2{flex:0 0 auto;margin-bottom:10px}.col-xsm-1{width:8.3333333333%}}@media (min-width:450px){.col-smm-12{width:100%}.col-smm-11,.col-smm-12{flex:0 0 auto;margin-bottom:10px}.col-smm-11{width:91.6666666667%}.col-smm-10{width:83.3333333333%}.col-smm-10,.col-smm-9{flex:0 0 auto;margin-bottom:10px}.col-smm-9{width:75%}.col-smm-8{width:66.6666666667%}.col-smm-7,.col-smm-8{flex:0 0 auto;margin-bottom:10px}.col-smm-7{width:58.3333333333%}.col-smm-6{width:50%}.col-smm-5,.col-smm-6{flex:0 0 auto;margin-bottom:10px}.col-smm-5{width:41.6666666667%}.col-smm-4{width:33.3333333333%}.col-smm-3,.col-smm-4{flex:0 0 auto;margin-bottom:10px}.col-smm-3{width:25%}.col-smm-2{width:16.6666666667%}.col-smm-1,.col-smm-2{flex:0 0 auto;margin-bottom:10px}.col-smm-1{width:8.3333333333%}}@media (min-width:576px){.col-sm-12{width:100%}.col-sm-11,.col-sm-12{flex:0 0 auto;margin-bottom:10px}.col-sm-11{width:91.6666666667%}.col-sm-10{width:83.3333333333%}.col-sm-10,.col-sm-9{flex:0 0 auto;margin-bottom:10px}.col-sm-9{width:75%}.col-sm-8{width:66.6666666667%}.col-sm-7,.col-sm-8{flex:0 0 auto;margin-bottom:10px}.col-sm-7{width:58.3333333333%}.col-sm-6{width:50%}.col-sm-5,.col-sm-6{flex:0 0 auto;margin-bottom:10px}.col-sm-5{width:41.6666666667%}.col-sm-4{width:33.3333333333%}.col-sm-3,.col-sm-4{flex:0 0 auto;margin-bottom:10px}.col-sm-3{width:25%}.col-sm-2{width:16.6666666667%}.col-sm-1,.col-sm-2{flex:0 0 auto;margin-bottom:10px}.col-sm-1{width:8.3333333333%}}@media (min-width:768px){.col-md-12{width:100%}.col-md-11,.col-md-12{flex:0 0 auto;margin-bottom:10px}.col-md-11{width:91.6666666667%}.col-md-10{width:83.3333333333%}.col-md-10,.col-md-9{flex:0 0 auto;margin-bottom:10px}.col-md-9{width:75%}.col-md-8{width:66.6666666667%}.col-md-7,.col-md-8{flex:0 0 auto;margin-bottom:10px}.col-md-7{width:58.3333333333%}.col-md-6{width:50%}.col-md-5,.col-md-6{flex:0 0 auto;margin-bottom:10px}.col-md-5{width:41.6666666667%}.col-md-4{width:33.3333333333%}.col-md-3,.col-md-4{flex:0 0 auto;margin-bottom:10px}.col-md-3{width:25%}.col-md-2{width:16.6666666667%}.col-md-1,.col-md-2{flex:0 0 auto;margin-bottom:10px}.col-md-1{width:8.3333333333%}}@media (min-width:992px){.col-lg-12{width:100%}.col-lg-11,.col-lg-12{flex:0 0 auto;margin-bottom:10px}.col-lg-11{width:91.6666666667%}.col-lg-10{width:83.3333333333%}.col-lg-10,.col-lg-9{flex:0 0 auto;margin-bottom:10px}.col-lg-9{width:75%}.col-lg-8{width:66.6666666667%}.col-lg-7,.col-lg-8{flex:0 0 auto;margin-bottom:10px}.col-lg-7{width:58.3333333333%}.col-lg-6{width:50%}.col-lg-5,.col-lg-6{flex:0 0 auto;margin-bottom:10px}.col-lg-5{width:41.6666666667%}.col-lg-4{width:33.3333333333%}.col-lg-3,.col-lg-4{flex:0 0 auto;margin-bottom:10px}.col-lg-3{width:25%}.col-lg-2{width:16.6666666667%}.col-lg-1,.col-lg-2{flex:0 0 auto;margin-bottom:10px}.col-lg-1{width:8.3333333333%}}@media (min-width:1200px){.col-xl-12{width:100%}.col-xl-11,.col-xl-12{flex:0 0 auto;margin-bottom:10px}.col-xl-11{width:91.6666666667%}.col-xl-10{width:83.3333333333%}.col-xl-10,.col-xl-9{flex:0 0 auto;margin-bottom:10px}.col-xl-9{width:75%}.col-xl-8{width:66.6666666667%}.col-xl-7,.col-xl-8{flex:0 0 auto;margin-bottom:10px}.col-xl-7{width:58.3333333333%}.col-xl-6{width:50%}.col-xl-5,.col-xl-6{flex:0 0 auto;margin-bottom:10px}.col-xl-5{width:41.6666666667%}.col-xl-4{width:33.3333333333%}.col-xl-3,.col-xl-4{flex:0 0 auto;margin-bottom:10px}.col-xl-3{width:25%}.col-xl-2{width:16.6666666667%}.col-xl-1,.col-xl-2{flex:0 0 auto;margin-bottom:10px}.col-xl-1{width:8.3333333333%}}@media (min-width:1400px){.col-xxl-12{width:100%}.col-xxl-11,.col-xxl-12{flex:0 0 auto;margin-bottom:10px}.col-xxl-11{width:91.6666666667%}.col-xxl-10{width:83.3333333333%}.col-xxl-10,.col-xxl-9{flex:0 0 auto;margin-bottom:10px}.col-xxl-9{width:75%}.col-xxl-8{width:66.6666666667%}.col-xxl-7,.col-xxl-8{flex:0 0 auto;margin-bottom:10px}.col-xxl-7{width:58.3333333333%}.col-xxl-6{width:50%}.col-xxl-5,.col-xxl-6{flex:0 0 auto;margin-bottom:10px}.col-xxl-5{width:41.6666666667%}.col-xxl-4{width:33.3333333333%}.col-xxl-3,.col-xxl-4{flex:0 0 auto;margin-bottom:10px}.col-xxl-3{width:25%}.col-xxl-2{width:16.6666666667%}.col-xxl-1,.col-xxl-2{flex:0 0 auto;margin-bottom:10px}.col-xxl-1{width:8.3333333333%}}.p0{padding:0!important}.p0-top{padding-top:0!important}.p0-right{padding-right:0!important}.p0-bottom{padding-bottom:0!important}.p0-left{padding-left:0!important}.p0-y{padding-bottom:0!important;padding-top:0!important}.p0-x{padding-left:0!important;padding-right:0!important}.p1{padding:1px!important}.p1-top{padding-top:1px!important}.p1-right{padding-right:1px!important}.p1-bottom{padding-bottom:1px!important}.p1-left{padding-left:1px!important}.p1-y{padding-bottom:1px!important;padding-top:1px!important}.p1-x{padding-left:1px!important;padding-right:1px!important}.p2{padding:2px!important}.p2-top{padding-top:2px!important}.p2-right{padding-right:2px!important}.p2-bottom{padding-bottom:2px!important}.p2-left{padding-left:2px!important}.p2-y{padding-bottom:2px!important;padding-top:2px!important}.p2-x{padding-left:2px!important;padding-right:2px!important}.p3{padding:3px!important}.p3-top{padding-top:3px!important}.p3-right{padding-right:3px!important}.p3-bottom{padding-bottom:3px!important}.p3-left{padding-left:3px!important}.p3-y{padding-bottom:3px!important;padding-top:3px!important}.p3-x{padding-left:3px!important;padding-right:3px!important}.p4{padding:4px!important}.p4-top{padding-top:4px!important}.p4-right{padding-right:4px!important}.p4-bottom{padding-bottom:4px!important}.p4-left{padding-left:4px!important}.p4-y{padding-bottom:4px!important;padding-top:4px!important}.p4-x{padding-left:4px!important;padding-right:4px!important}.p5{padding:5px!important}.p5-top{padding-top:5px!important}.p5-right{padding-right:5px!important}.p5-bottom{padding-bottom:5px!important}.p5-left{padding-left:5px!important}.p5-y{padding-bottom:5px!important;padding-top:5px!important}.p5-x{padding-left:5px!important;padding-right:5px!important}.p6{padding:6px!important}.p6-top{padding-top:6px!important}.p6-right{padding-right:6px!important}.p6-bottom{padding-bottom:6px!important}.p6-left{padding-left:6px!important}.p6-y{padding-bottom:6px!important;padding-top:6px!important}.p6-x{padding-left:6px!important;padding-right:6px!important}.p7{padding:7px!important}.p7-top{padding-top:7px!important}.p7-right{padding-right:7px!important}.p7-bottom{padding-bottom:7px!important}.p7-left{padding-left:7px!important}.p7-y{padding-bottom:7px!important;padding-top:7px!important}.p7-x{padding-left:7px!important;padding-right:7px!important}.p8{padding:8px!important}.p8-top{padding-top:8px!important}.p8-right{padding-right:8px!important}.p8-bottom{padding-bottom:8px!important}.p8-left{padding-left:8px!important}.p8-y{padding-bottom:8px!important;padding-top:8px!important}.p8-x{padding-left:8px!important;padding-right:8px!important}.p9{padding:9px!important}.p9-top{padding-top:9px!important}.p9-right{padding-right:9px!important}.p9-bottom{padding-bottom:9px!important}.p9-left{padding-left:9px!important}.p9-y{padding-bottom:9px!important;padding-top:9px!important}.p9-x{padding-left:9px!important;padding-right:9px!important}.p10{padding:10px!important}.p10-top{padding-top:10px!important}.p10-right{padding-right:10px!important}.p10-bottom{padding-bottom:10px!important}.p10-left{padding-left:10px!important}.p10-y{padding-bottom:10px!important;padding-top:10px!important}.p10-x{padding-left:10px!important;padding-right:10px!important}.p11{padding:11px!important}.p11-top{padding-top:11px!important}.p11-right{padding-right:11px!important}.p11-bottom{padding-bottom:11px!important}.p11-left{padding-left:11px!important}.p11-y{padding-bottom:11px!important;padding-top:11px!important}.p11-x{padding-left:11px!important;padding-right:11px!important}.p12{padding:12px!important}.p12-top{padding-top:12px!important}.p12-right{padding-right:12px!important}.p12-bottom{padding-bottom:12px!important}.p12-left{padding-left:12px!important}.p12-y{padding-bottom:12px!important;padding-top:12px!important}.p12-x{padding-left:12px!important;padding-right:12px!important}.p13{padding:13px!important}.p13-top{padding-top:13px!important}.p13-right{padding-right:13px!important}.p13-bottom{padding-bottom:13px!important}.p13-left{padding-left:13px!important}.p13-y{padding-bottom:13px!important;padding-top:13px!important}.p13-x{padding-left:13px!important;padding-right:13px!important}.p14{padding:14px!important}.p14-top{padding-top:14px!important}.p14-right{padding-right:14px!important}.p14-bottom{padding-bottom:14px!important}.p14-left{padding-left:14px!important}.p14-y{padding-bottom:14px!important;padding-top:14px!important}.p14-x{padding-left:14px!important;padding-right:14px!important}.p15{padding:15px!important}.p15-top{padding-top:15px!important}.p15-right{padding-right:15px!important}.p15-bottom{padding-bottom:15px!important}.p15-left{padding-left:15px!important}.p15-y{padding-bottom:15px!important;padding-top:15px!important}.p15-x{padding-left:15px!important;padding-right:15px!important}.p16{padding:16px!important}.p16-top{padding-top:16px!important}.p16-right{padding-right:16px!important}.p16-bottom{padding-bottom:16px!important}.p16-left{padding-left:16px!important}.p16-y{padding-bottom:16px!important;padding-top:16px!important}.p16-x{padding-left:16px!important;padding-right:16px!important}.p17{padding:17px!important}.p17-top{padding-top:17px!important}.p17-right{padding-right:17px!important}.p17-bottom{padding-bottom:17px!important}.p17-left{padding-left:17px!important}.p17-y{padding-bottom:17px!important;padding-top:17px!important}.p17-x{padding-left:17px!important;padding-right:17px!important}.p18{padding:18px!important}.p18-top{padding-top:18px!important}.p18-right{padding-right:18px!important}.p18-bottom{padding-bottom:18px!important}.p18-left{padding-left:18px!important}.p18-y{padding-bottom:18px!important;padding-top:18px!important}.p18-x{padding-left:18px!important;padding-right:18px!important}.p19{padding:19px!important}.p19-top{padding-top:19px!important}.p19-right{padding-right:19px!important}.p19-bottom{padding-bottom:19px!important}.p19-left{padding-left:19px!important}.p19-y{padding-bottom:19px!important;padding-top:19px!important}.p19-x{padding-left:19px!important;padding-right:19px!important}.p20{padding:20px!important}.p20-top{padding-top:20px!important}.p20-right{padding-right:20px!important}.p20-bottom{padding-bottom:20px!important}.p20-left{padding-left:20px!important}.p20-y{padding-bottom:20px!important;padding-top:20px!important}.p20-x{padding-left:20px!important;padding-right:20px!important}.p21{padding:21px!important}.p21-top{padding-top:21px!important}.p21-right{padding-right:21px!important}.p21-bottom{padding-bottom:21px!important}.p21-left{padding-left:21px!important}.p21-y{padding-bottom:21px!important;padding-top:21px!important}.p21-x{padding-left:21px!important;padding-right:21px!important}.p22{padding:22px!important}.p22-top{padding-top:22px!important}.p22-right{padding-right:22px!important}.p22-bottom{padding-bottom:22px!important}.p22-left{padding-left:22px!important}.p22-y{padding-bottom:22px!important;padding-top:22px!important}.p22-x{padding-left:22px!important;padding-right:22px!important}.p23{padding:23px!important}.p23-top{padding-top:23px!important}.p23-right{padding-right:23px!important}.p23-bottom{padding-bottom:23px!important}.p23-left{padding-left:23px!important}.p23-y{padding-bottom:23px!important;padding-top:23px!important}.p23-x{padding-left:23px!important;padding-right:23px!important}.p24{padding:24px!important}.p24-top{padding-top:24px!important}.p24-right{padding-right:24px!important}.p24-bottom{padding-bottom:24px!important}.p24-left{padding-left:24px!important}.p24-y{padding-bottom:24px!important;padding-top:24px!important}.p24-x{padding-left:24px!important;padding-right:24px!important}.p25{padding:25px!important}.p25-top{padding-top:25px!important}.p25-right{padding-right:25px!important}.p25-bottom{padding-bottom:25px!important}.p25-left{padding-left:25px!important}.p25-y{padding-bottom:25px!important;padding-top:25px!important}.p25-x{padding-left:25px!important;padding-right:25px!important}.p26{padding:26px!important}.p26-top{padding-top:26px!important}.p26-right{padding-right:26px!important}.p26-bottom{padding-bottom:26px!important}.p26-left{padding-left:26px!important}.p26-y{padding-bottom:26px!important;padding-top:26px!important}.p26-x{padding-left:26px!important;padding-right:26px!important}.p27{padding:27px!important}.p27-top{padding-top:27px!important}.p27-right{padding-right:27px!important}.p27-bottom{padding-bottom:27px!important}.p27-left{padding-left:27px!important}.p27-y{padding-bottom:27px!important;padding-top:27px!important}.p27-x{padding-left:27px!important;padding-right:27px!important}.p28{padding:28px!important}.p28-top{padding-top:28px!important}.p28-right{padding-right:28px!important}.p28-bottom{padding-bottom:28px!important}.p28-left{padding-left:28px!important}.p28-y{padding-bottom:28px!important;padding-top:28px!important}.p28-x{padding-left:28px!important;padding-right:28px!important}.p29{padding:29px!important}.p29-top{padding-top:29px!important}.p29-right{padding-right:29px!important}.p29-bottom{padding-bottom:29px!important}.p29-left{padding-left:29px!important}.p29-y{padding-bottom:29px!important;padding-top:29px!important}.p29-x{padding-left:29px!important;padding-right:29px!important}.p30{padding:30px!important}.p30-top{padding-top:30px!important}.p30-right{padding-right:30px!important}.p30-bottom{padding-bottom:30px!important}.p30-left{padding-left:30px!important}.p30-y{padding-bottom:30px!important;padding-top:30px!important}.p30-x{padding-left:30px!important;padding-right:30px!important}.p31{padding:31px!important}.p31-top{padding-top:31px!important}.p31-right{padding-right:31px!important}.p31-bottom{padding-bottom:31px!important}.p31-left{padding-left:31px!important}.p31-y{padding-bottom:31px!important;padding-top:31px!important}.p31-x{padding-left:31px!important;padding-right:31px!important}.p32{padding:32px!important}.p32-top{padding-top:32px!important}.p32-right{padding-right:32px!important}.p32-bottom{padding-bottom:32px!important}.p32-left{padding-left:32px!important}.p32-y{padding-bottom:32px!important;padding-top:32px!important}.p32-x{padding-left:32px!important;padding-right:32px!important}.p33{padding:33px!important}.p33-top{padding-top:33px!important}.p33-right{padding-right:33px!important}.p33-bottom{padding-bottom:33px!important}.p33-left{padding-left:33px!important}.p33-y{padding-bottom:33px!important;padding-top:33px!important}.p33-x{padding-left:33px!important;padding-right:33px!important}.p34{padding:34px!important}.p34-top{padding-top:34px!important}.p34-right{padding-right:34px!important}.p34-bottom{padding-bottom:34px!important}.p34-left{padding-left:34px!important}.p34-y{padding-bottom:34px!important;padding-top:34px!important}.p34-x{padding-left:34px!important;padding-right:34px!important}.p35{padding:35px!important}.p35-top{padding-top:35px!important}.p35-right{padding-right:35px!important}.p35-bottom{padding-bottom:35px!important}.p35-left{padding-left:35px!important}.p35-y{padding-bottom:35px!important;padding-top:35px!important}.p35-x{padding-left:35px!important;padding-right:35px!important}.p36{padding:36px!important}.p36-top{padding-top:36px!important}.p36-right{padding-right:36px!important}.p36-bottom{padding-bottom:36px!important}.p36-left{padding-left:36px!important}.p36-y{padding-bottom:36px!important;padding-top:36px!important}.p36-x{padding-left:36px!important;padding-right:36px!important}.p37{padding:37px!important}.p37-top{padding-top:37px!important}.p37-right{padding-right:37px!important}.p37-bottom{padding-bottom:37px!important}.p37-left{padding-left:37px!important}.p37-y{padding-bottom:37px!important;padding-top:37px!important}.p37-x{padding-left:37px!important;padding-right:37px!important}.p38{padding:38px!important}.p38-top{padding-top:38px!important}.p38-right{padding-right:38px!important}.p38-bottom{padding-bottom:38px!important}.p38-left{padding-left:38px!important}.p38-y{padding-bottom:38px!important;padding-top:38px!important}.p38-x{padding-left:38px!important;padding-right:38px!important}.p39{padding:39px!important}.p39-top{padding-top:39px!important}.p39-right{padding-right:39px!important}.p39-bottom{padding-bottom:39px!important}.p39-left{padding-left:39px!important}.p39-y{padding-bottom:39px!important;padding-top:39px!important}.p39-x{padding-left:39px!important;padding-right:39px!important}.p40{padding:40px!important}.p40-top{padding-top:40px!important}.p40-right{padding-right:40px!important}.p40-bottom{padding-bottom:40px!important}.p40-left{padding-left:40px!important}.p40-y{padding-bottom:40px!important;padding-top:40px!important}.p40-x{padding-left:40px!important;padding-right:40px!important}.m-auto{margin:auto!important}.m-auto-right{margin-right:auto!important}.m-auto-left{margin-left:auto!important}.m0{margin:0!important}.m0-top{margin-top:0!important}.m0-right{margin-right:0!important}.m0-bottom{margin-bottom:0!important}.m0-left{margin-left:0!important}.m0-y{margin-bottom:0!important;margin-top:0!important}.m0-x{margin-left:0!important;margin-right:0!important}.m1{margin:1px!important}.m1-top{margin-top:1px!important}.m1-right{margin-right:1px!important}.m1-bottom{margin-bottom:1px!important}.m1-left{margin-left:1px!important}.m1-y{margin-bottom:1px!important;margin-top:1px!important}.m1-x{margin-left:1px!important;margin-right:1px!important}.m2{margin:2px!important}.m2-top{margin-top:2px!important}.m2-right{margin-right:2px!important}.m2-bottom{margin-bottom:2px!important}.m2-left{margin-left:2px!important}.m2-y{margin-bottom:2px!important;margin-top:2px!important}.m2-x{margin-left:2px!important;margin-right:2px!important}.m3{margin:3px!important}.m3-top{margin-top:3px!important}.m3-right{margin-right:3px!important}.m3-bottom{margin-bottom:3px!important}.m3-left{margin-left:3px!important}.m3-y{margin-bottom:3px!important;margin-top:3px!important}.m3-x{margin-left:3px!important;margin-right:3px!important}.m4{margin:4px!important}.m4-top{margin-top:4px!important}.m4-right{margin-right:4px!important}.m4-bottom{margin-bottom:4px!important}.m4-left{margin-left:4px!important}.m4-y{margin-bottom:4px!important;margin-top:4px!important}.m4-x{margin-left:4px!important;margin-right:4px!important}.m5{margin:5px!important}.m5-top{margin-top:5px!important}.m5-right{margin-right:5px!important}.m5-bottom{margin-bottom:5px!important}.m5-left{margin-left:5px!important}.m5-y{margin-bottom:5px!important;margin-top:5px!important}.m5-x{margin-left:5px!important;margin-right:5px!important}.m6{margin:6px!important}.m6-top{margin-top:6px!important}.m6-right{margin-right:6px!important}.m6-bottom{margin-bottom:6px!important}.m6-left{margin-left:6px!important}.m6-y{margin-bottom:6px!important;margin-top:6px!important}.m6-x{margin-left:6px!important;margin-right:6px!important}.m7{margin:7px!important}.m7-top{margin-top:7px!important}.m7-right{margin-right:7px!important}.m7-bottom{margin-bottom:7px!important}.m7-left{margin-left:7px!important}.m7-y{margin-bottom:7px!important;margin-top:7px!important}.m7-x{margin-left:7px!important;margin-right:7px!important}.m8{margin:8px!important}.m8-top{margin-top:8px!important}.m8-right{margin-right:8px!important}.m8-bottom{margin-bottom:8px!important}.m8-left{margin-left:8px!important}.m8-y{margin-bottom:8px!important;margin-top:8px!important}.m8-x{margin-left:8px!important;margin-right:8px!important}.m9{margin:9px!important}.m9-top{margin-top:9px!important}.m9-right{margin-right:9px!important}.m9-bottom{margin-bottom:9px!important}.m9-left{margin-left:9px!important}.m9-y{margin-bottom:9px!important;margin-top:9px!important}.m9-x{margin-left:9px!important;margin-right:9px!important}.m10{margin:10px!important}.m10-top{margin-top:10px!important}.m10-right{margin-right:10px!important}.m10-bottom{margin-bottom:10px!important}.m10-left{margin-left:10px!important}.m10-y{margin-bottom:10px!important;margin-top:10px!important}.m10-x{margin-left:10px!important;margin-right:10px!important}.m11{margin:11px!important}.m11-top{margin-top:11px!important}.m11-right{margin-right:11px!important}.m11-bottom{margin-bottom:11px!important}.m11-left{margin-left:11px!important}.m11-y{margin-bottom:11px!important;margin-top:11px!important}.m11-x{margin-left:11px!important;margin-right:11px!important}.m12{margin:12px!important}.m12-top{margin-top:12px!important}.m12-right{margin-right:12px!important}.m12-bottom{margin-bottom:12px!important}.m12-left{margin-left:12px!important}.m12-y{margin-bottom:12px!important;margin-top:12px!important}.m12-x{margin-left:12px!important;margin-right:12px!important}.m13{margin:13px!important}.m13-top{margin-top:13px!important}.m13-right{margin-right:13px!important}.m13-bottom{margin-bottom:13px!important}.m13-left{margin-left:13px!important}.m13-y{margin-bottom:13px!important;margin-top:13px!important}.m13-x{margin-left:13px!important;margin-right:13px!important}.m14{margin:14px!important}.m14-top{margin-top:14px!important}.m14-right{margin-right:14px!important}.m14-bottom{margin-bottom:14px!important}.m14-left{margin-left:14px!important}.m14-y{margin-bottom:14px!important;margin-top:14px!important}.m14-x{margin-left:14px!important;margin-right:14px!important}.m15{margin:15px!important}.m15-top{margin-top:15px!important}.m15-right{margin-right:15px!important}.m15-bottom{margin-bottom:15px!important}.m15-left{margin-left:15px!important}.m15-y{margin-bottom:15px!important;margin-top:15px!important}.m15-x{margin-left:15px!important;margin-right:15px!important}.m16{margin:16px!important}.m16-top{margin-top:16px!important}.m16-right{margin-right:16px!important}.m16-bottom{margin-bottom:16px!important}.m16-left{margin-left:16px!important}.m16-y{margin-bottom:16px!important;margin-top:16px!important}.m16-x{margin-left:16px!important;margin-right:16px!important}.m17{margin:17px!important}.m17-top{margin-top:17px!important}.m17-right{margin-right:17px!important}.m17-bottom{margin-bottom:17px!important}.m17-left{margin-left:17px!important}.m17-y{margin-bottom:17px!important;margin-top:17px!important}.m17-x{margin-left:17px!important;margin-right:17px!important}.m18{margin:18px!important}.m18-top{margin-top:18px!important}.m18-right{margin-right:18px!important}.m18-bottom{margin-bottom:18px!important}.m18-left{margin-left:18px!important}.m18-y{margin-bottom:18px!important;margin-top:18px!important}.m18-x{margin-left:18px!important;margin-right:18px!important}.m19{margin:19px!important}.m19-top{margin-top:19px!important}.m19-right{margin-right:19px!important}.m19-bottom{margin-bottom:19px!important}.m19-left{margin-left:19px!important}.m19-y{margin-bottom:19px!important;margin-top:19px!important}.m19-x{margin-left:19px!important;margin-right:19px!important}.m20{margin:20px!important}.m20-top{margin-top:20px!important}.m20-right{margin-right:20px!important}.m20-bottom{margin-bottom:20px!important}.m20-left{margin-left:20px!important}.m20-y{margin-bottom:20px!important;margin-top:20px!important}.m20-x{margin-left:20px!important;margin-right:20px!important}.m21{margin:21px!important}.m21-top{margin-top:21px!important}.m21-right{margin-right:21px!important}.m21-bottom{margin-bottom:21px!important}.m21-left{margin-left:21px!important}.m21-y{margin-bottom:21px!important;margin-top:21px!important}.m21-x{margin-left:21px!important;margin-right:21px!important}.m22{margin:22px!important}.m22-top{margin-top:22px!important}.m22-right{margin-right:22px!important}.m22-bottom{margin-bottom:22px!important}.m22-left{margin-left:22px!important}.m22-y{margin-bottom:22px!important;margin-top:22px!important}.m22-x{margin-left:22px!important;margin-right:22px!important}.m23{margin:23px!important}.m23-top{margin-top:23px!important}.m23-right{margin-right:23px!important}.m23-bottom{margin-bottom:23px!important}.m23-left{margin-left:23px!important}.m23-y{margin-bottom:23px!important;margin-top:23px!important}.m23-x{margin-left:23px!important;margin-right:23px!important}.m24{margin:24px!important}.m24-top{margin-top:24px!important}.m24-right{margin-right:24px!important}.m24-bottom{margin-bottom:24px!important}.m24-left{margin-left:24px!important}.m24-y{margin-bottom:24px!important;margin-top:24px!important}.m24-x{margin-left:24px!important;margin-right:24px!important}.m25{margin:25px!important}.m25-top{margin-top:25px!important}.m25-right{margin-right:25px!important}.m25-bottom{margin-bottom:25px!important}.m25-left{margin-left:25px!important}.m25-y{margin-bottom:25px!important;margin-top:25px!important}.m25-x{margin-left:25px!important;margin-right:25px!important}.m26{margin:26px!important}.m26-top{margin-top:26px!important}.m26-right{margin-right:26px!important}.m26-bottom{margin-bottom:26px!important}.m26-left{margin-left:26px!important}.m26-y{margin-bottom:26px!important;margin-top:26px!important}.m26-x{margin-left:26px!important;margin-right:26px!important}.m27{margin:27px!important}.m27-top{margin-top:27px!important}.m27-right{margin-right:27px!important}.m27-bottom{margin-bottom:27px!important}.m27-left{margin-left:27px!important}.m27-y{margin-bottom:27px!important;margin-top:27px!important}.m27-x{margin-left:27px!important;margin-right:27px!important}.m28{margin:28px!important}.m28-top{margin-top:28px!important}.m28-right{margin-right:28px!important}.m28-bottom{margin-bottom:28px!important}.m28-left{margin-left:28px!important}.m28-y{margin-bottom:28px!important;margin-top:28px!important}.m28-x{margin-left:28px!important;margin-right:28px!important}.m29{margin:29px!important}.m29-top{margin-top:29px!important}.m29-right{margin-right:29px!important}.m29-bottom{margin-bottom:29px!important}.m29-left{margin-left:29px!important}.m29-y{margin-bottom:29px!important;margin-top:29px!important}.m29-x{margin-left:29px!important;margin-right:29px!important}.m30{margin:30px!important}.m30-top{margin-top:30px!important}.m30-right{margin-right:30px!important}.m30-bottom{margin-bottom:30px!important}.m30-left{margin-left:30px!important}.m30-y{margin-bottom:30px!important;margin-top:30px!important}.m30-x{margin-left:30px!important;margin-right:30px!important}.m31{margin:31px!important}.m31-top{margin-top:31px!important}.m31-right{margin-right:31px!important}.m31-bottom{margin-bottom:31px!important}.m31-left{margin-left:31px!important}.m31-y{margin-bottom:31px!important;margin-top:31px!important}.m31-x{margin-left:31px!important;margin-right:31px!important}.m32{margin:32px!important}.m32-top{margin-top:32px!important}.m32-right{margin-right:32px!important}.m32-bottom{margin-bottom:32px!important}.m32-left{margin-left:32px!important}.m32-y{margin-bottom:32px!important;margin-top:32px!important}.m32-x{margin-left:32px!important;margin-right:32px!important}.m33{margin:33px!important}.m33-top{margin-top:33px!important}.m33-right{margin-right:33px!important}.m33-bottom{margin-bottom:33px!important}.m33-left{margin-left:33px!important}.m33-y{margin-bottom:33px!important;margin-top:33px!important}.m33-x{margin-left:33px!important;margin-right:33px!important}.m34{margin:34px!important}.m34-top{margin-top:34px!important}.m34-right{margin-right:34px!important}.m34-bottom{margin-bottom:34px!important}.m34-left{margin-left:34px!important}.m34-y{margin-bottom:34px!important;margin-top:34px!important}.m34-x{margin-left:34px!important;margin-right:34px!important}.m35{margin:35px!important}.m35-top{margin-top:35px!important}.m35-right{margin-right:35px!important}.m35-bottom{margin-bottom:35px!important}.m35-left{margin-left:35px!important}.m35-y{margin-bottom:35px!important;margin-top:35px!important}.m35-x{margin-left:35px!important;margin-right:35px!important}.m36{margin:36px!important}.m36-top{margin-top:36px!important}.m36-right{margin-right:36px!important}.m36-bottom{margin-bottom:36px!important}.m36-left{margin-left:36px!important}.m36-y{margin-bottom:36px!important;margin-top:36px!important}.m36-x{margin-left:36px!important;margin-right:36px!important}.m37{margin:37px!important}.m37-top{margin-top:37px!important}.m37-right{margin-right:37px!important}.m37-bottom{margin-bottom:37px!important}.m37-left{margin-left:37px!important}.m37-y{margin-bottom:37px!important;margin-top:37px!important}.m37-x{margin-left:37px!important;margin-right:37px!important}.m38{margin:38px!important}.m38-top{margin-top:38px!important}.m38-right{margin-right:38px!important}.m38-bottom{margin-bottom:38px!important}.m38-left{margin-left:38px!important}.m38-y{margin-bottom:38px!important;margin-top:38px!important}.m38-x{margin-left:38px!important;margin-right:38px!important}.m39{margin:39px!important}.m39-top{margin-top:39px!important}.m39-right{margin-right:39px!important}.m39-bottom{margin-bottom:39px!important}.m39-left{margin-left:39px!important}.m39-y{margin-bottom:39px!important;margin-top:39px!important}.m39-x{margin-left:39px!important;margin-right:39px!important}.m40{margin:40px!important}.m40-top{margin-top:40px!important}.m40-right{margin-right:40px!important}.m40-bottom{margin-bottom:40px!important}.m40-left{margin-left:40px!important}.m40-y{margin-bottom:40px!important;margin-top:40px!important}.m40-x{margin-left:40px!important;margin-right:40px!important}dl,ol,p,ul{margin-bottom:0;margin-top:0}ol,ul{padding-left:0}.h-100vh{height:100vh!important}.skeleton{animation:shine 1s ease infinite;background-color:#e2e5e7;background-image:linear-gradient(90deg,#fff0,#ffffff80,#fff0);background-position:left -40px top 0;background-repeat:no-repeat;background-size:40px 100%;min-height:15px}@keyframes shine{to{background-position:right -40px top 0}}body{background-color:#fbf7f4}.mainAdminGrid .mainSidebar{color:#6d7080;font-size:15px;height:100vh;padding:25px;transition:.4s}@media screen and (max-width:992px){.mainAdminGrid .mainSidebar{box-shadow:11px 2px 12px rgba(15,34,58,.121);padding:0;position:relative;width:250px;z-index:4}}.mainAdminGrid .mainSidebar .sideBar{background-color:#fff;box-shadow:0 2px 4px rgba(15,34,58,.122);height:100%;overflow-x:auto;width:100%}.mainAdminGrid .mainSidebar .sideBar .sideBarLogo{padding:15px}.mainAdminGrid .mainSidebar .sideBar .sideBarLogo .smallLogo{display:none;margin:auto;width:30px}.mainAdminGrid .mainSidebar .sideBar .sideBarLogo .logo{display:block;margin:auto;width:100px}.mainAdminGrid .mainSidebar .sideBar .sideBarLogo .closeIcon{display:none}@media screen and (max-width:992px){.mainAdminGrid .mainSidebar .sideBar .sideBarLogo{display:flex;justify-content:space-between}.mainAdminGrid .mainSidebar .sideBar .sideBarLogo .closeIcon{display:block;font-size:18px}.mainAdminGrid .mainSidebar .sideBar .sideBarLogo .logo{margin:initial}.mainAdminGrid .mainSidebar .sideBar .sideBarLogo .blackBox{background-color:#000000b0;height:100vh;left:0;position:fixed;top:0;transition:.2s;width:100%;z-index:-1}}.mainAdminGrid .mainSidebar .sideBar .navigation .mainMenu>li>.activeMenu{background-color:#f3f3f3;color:#a86464!important}.mainAdminGrid .mainSidebar .sideBar .navigation .mainMenu>li>a div span{display:inline}.mainAdminGrid .mainSidebar .sideBar .navigation .mainMenu>li>a>i{display:block}.mainAdminGrid .mainSidebar .sideBar .navigation .mainMenu>li>a:hover{background-color:#f3f3f3;color:#a86464}.mainAdminGrid .mainSidebar .sideBar .navigation .mainMenu li{margin:5px 0}.mainAdminGrid .mainSidebar .sideBar .navigation .mainMenu li a{color:#6d7080;padding:10px 25px;transition:.4s}.mainAdminGrid .mainSidebar .sideBar .navigation .mainMenu li a:hover{color:#a86464}.mainAdminGrid .mainSidebar .sideBar .navigation .mainMenu li a i{font-size:18px;margin-right:10px}.mainAdminGrid .mainSidebar .sideBar .navigation .mainMenu li .subMenu{padding-left:28px;padding-top:10px}.mainAdminGrid .mainSidebar .sideBar .navigation .mainMenu li .subMenu .subhead{cursor:pointer;display:none;font-size:16px;margin-bottom:20px;text-align:start}.mainAdminGrid .mainSidebar .sideBar .navigation .mainMenu li .subMenu li a{position:relative}.mainAdminGrid .mainSidebar .sideBar .navigation .mainMenu li .subMenu li a:before{background-color:#6d7080;content:"";height:2px;left:2px;opacity:1;position:absolute;top:50%;transition:.4s;width:6px}.mainAdminGrid.webAdminGrid .mainSidebar{height:100%;padding:25px 25px 0}@media screen and (max-width:992px){.mainAdminGrid.webAdminGrid .mainSidebar{box-shadow:none;left:0;padding:0;position:fixed;top:0;width:60px;z-index:4}}@media screen and (max-width:768px){.mainAdminGrid.webAdminGrid .mainSidebar{width:50px}}.mainAdminGrid.webAdminGrid .mainSidebar .sideBar{height:100%;overflow:visible;overflow:initial}@media screen and (max-width:992px){.mainAdminGrid.webAdminGrid .mainSidebar .sideBar{overflow:auto}}@media screen and (max-width:768px){.mainAdminGrid.webAdminGrid .mainSidebar .sideBarLogo{padding:12px}}.mainAdminGrid.webAdminGrid .mainSidebar .sideBarLogo .logo{display:none}.mainAdminGrid.webAdminGrid .mainSidebar .sideBarLogo .smallLogo{display:block}@media screen and (max-width:992px){.mainAdminGrid.webAdminGrid .mainSidebar .sideBarLogo .closeIcon{display:none}.mainAdminGrid.webAdminGrid .mainSidebar .sideBarLogo .blackBox{left:-100%}}.mainAdminGrid.webAdminGrid .mainSidebar .navigation .mainMenu>li{position:relative}.mainAdminGrid.webAdminGrid .mainSidebar .navigation .mainMenu>li>a{padding-left:18px}@media screen and (max-width:768px){.mainAdminGrid.webAdminGrid .mainSidebar .navigation .mainMenu>li>a{padding-left:15px}}.mainAdminGrid.webAdminGrid .mainSidebar .navigation .mainMenu>li>a div span{display:none}.mainAdminGrid.webAdminGrid .mainSidebar .navigation .mainMenu>li>a div i{font-size:24px}@media screen and (max-width:768px){.mainAdminGrid.webAdminGrid .mainSidebar .navigation .mainMenu>li>a div i{font-size:20px}}.mainAdminGrid.webAdminGrid .mainSidebar .navigation .mainMenu>li>a>i{display:none;font-size:24px}.mainAdminGrid.webAdminGrid .mainSidebar .navigation .mainMenu>li:hover .subMenu{display:block!important}.mainAdminGrid.webAdminGrid .mainSidebar .navigation .mainMenu>li .subMenu{background-color:#fff;box-shadow:0 2px 4px rgba(15,34,58,.122);left:100%;min-width:200px;padding:18px 10px 10px;position:absolute;top:0;white-space:nowrap;z-index:1}@media screen and (max-width:768px){.mainAdminGrid.webAdminGrid .mainSidebar .navigation .mainMenu>li .subMenu{min-width:160px}}.mainAdminGrid.webAdminGrid .mainSidebar .navigation .mainMenu>li .subMenu .subhead{display:block;font-weight:600}@media screen and (max-width:768px){.mainAdminGrid.webAdminGrid .mainSidebar .navigation .mainMenu>li .subMenu .subhead{font-size:14px;margin-bottom:10px}}.mainAdminGrid.webAdminGrid .mainSidebar .navigation .mainMenu>li .subMenu li a{padding-left:20px;position:relative}@media screen and (max-width:768px){.mainAdminGrid.webAdminGrid .mainSidebar .navigation .mainMenu>li .subMenu li a{font-size:12px;padding:5px 15px}}.mainAdminGrid.webAdminGrid .mainSidebar .navigation .mainMenu>li .subMenu li a:before{display:none}.mainAdminGrid .mainAdmin{height:100vh;overflow:auto;padding:0 30px 0 15px}@media screen and (max-width:768px){.mainAdminGrid .mainAdmin{padding:0 10px 0 3px}}.mainAdminGrid .mainAdmin .mainNavbar{margin:25px 0;position:-webkit-sticky;position:sticky;top:0;transition-delay:1s;z-index:3}@media screen and (max-width:768px){.mainAdminGrid .mainAdmin .mainNavbar{margin:10px 0}}.mainAdminGrid .mainAdmin .mainNavbar .navBar .innerNavbar{background-color:#fff;box-shadow:0 0 12px rgba(15,34,58,.121);height:100%;padding:13px 30px}.mainAdminGrid .mainAdmin .mainNavbar .navBar .innerNavbar .rightNav .adminProfile .adminPic{border-radius:50%;height:40px;overflow:hidden;width:40px}.mainAdminGrid .mainAdmin .mainNavbar .navBar .innerNavbar .rightNav .adminProfile .adminDetails h6{font-size:16px}.mainAdminGrid .mainAdmin .mainNavbar .navBar .innerNavbar .rightNav .adminProfile .adminDetails p{font-size:14px}@media screen and (max-width:768px){.mainAdminGrid .mainAdmin .mainNavbar .navBar .innerNavbar{padding:8px 10px}.mainAdminGrid .mainAdmin .mainNavbar .navBar .innerNavbar .rightNav .adminProfile .adminPic{height:30px;width:30px}.mainAdminGrid .mainAdmin .mainNavbar .navBar .innerNavbar .rightNav .adminProfile .adminDetails h6{font-size:12px}.mainAdminGrid .mainAdmin .mainNavbar .navBar .innerNavbar .rightNav .adminProfile .adminDetails p{font-size:10px}}.mainAdminGrid .mainAdmin .adminStart{max-height:calc(100vh - 117px);padding:15px 25px}@media screen and (max-width:768px){.mainAdminGrid .mainDashboard .dashBoardHead h3{font-size:18px}.mainAdminGrid .mainDashboard .dashBoardHead p{font-size:14px}}.mainAdminGrid .mainDashboard .mainDashbox{margin-top:15px}.mainAdminGrid .mainDashboard .mainDashbox .dashBox{background-color:#fff;box-shadow:0 0 12px rgba(15,34,58,.121);padding:10px 15px}.mainAdminGrid .mainDashboard .mainDashbox .dashBox .boxHead p{color:#6d7080;font-size:16px;font-weight:700}@media screen and (max-width:768px){.mainAdminGrid .mainDashboard .mainDashbox .dashBox .boxHead p{font-size:14px}}.mainAdminGrid .mainDashboard .mainDashbox .dashBox .boxBody{margin-top:15px}@media screen and (max-width:768px){.mainAdminGrid .mainDashboard .mainDashbox .dashBox .boxBody{margin-top:7px}.mainAdminGrid .mainDashboard .mainDashbox .dashBox .boxBody h2{font-size:20px}}.mainAdminGrid .mainDashboard .mainDashbox .dashBox .boxFooter{align-items:end;display:flex;justify-content:space-between}.mainAdminGrid .mainDashboard .mainDashbox .dashBox .boxFooter .boxLink a{border-bottom:1px solid;font-size:14px}@media screen and (max-width:768px){.mainAdminGrid .mainDashboard .mainDashbox .dashBox .boxFooter .boxLink a{font-size:12px}}.mainAdminGrid .mainDashboard .mainDashbox .dashBox .boxFooter .boxIcon{height:55px;width:55px}@media screen and (max-width:768px){.mainAdminGrid .mainDashboard .mainDashbox .dashBox .boxFooter .boxIcon{height:40px;width:40px}}.mainAdminGrid .mainDashboard #chart{max-height:500px!important;overflow:hidden}.mainAdminGrid .mainDashboard #chart .apexcharts-toolbar{z-index:3!important}.mainAdminGrid .mainDashboard #chart .apexcharts-toolbar div[title="Selection Zoom"],.mainAdminGrid .mainDashboard #chart .apexcharts-toolbar div[title=Panning]{display:none}.mainAdminGrid .mainDashboard #chart .apexcharts-toolbar>div{margin:0 5px}.mainAdminGrid .mainDashboard #chart .apexcharts-toolbar>div svg{fill:#a86464;height:30px;width:30px}@media screen and (max-width:768px){.mainAdminGrid .mainDashboard #chart .apexcharts-toolbar>div svg{height:24px;width:24px}}.mainAdminGrid .mainAdminProfile .adminProfileBox{background-color:rgba(15,111,133,.082);border-radius:15px;box-shadow:0 5px 15px #00000059;padding:30px 20px}.mainAdminGrid .mainAdminProfile .adminProfileBox .adminImg img{border-radius:50%;height:250px;width:250px}.mainAdminGrid .mainAdminProfile .adminProfileBox .adminData{margin-top:10px}.productShowColorDetails{background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.173);margin:20px 0;padding:30px 20px}.productShowColorDetails~.mainTable{max-height:444px!important}.productShowColorDetails .productDefault{font-size:20px;font-weight:700}@media screen and (max-width:768px){.productShowColorDetails .productDefault{font-size:12px}}.productShowColorDetails .productDefault span:first-child{color:#a86464}.productShowColorDetails .productDefault span:last-child{text-transform:capitalize}.allProductColor{display:flex}.allProductColor .userProfile{margin-right:10px}.colorRound{border-radius:50%;height:20px;width:20px}.cursor{cursor:pointer!important}.mainMultiSelector{border:2px dashed #a86464;border-radius:10px;margin:20px 0!important;padding:20px 30px!important;position:relative}.mainAddArticle{margin-bottom:30px!important}
/*# sourceMappingURL=main.1c32b9ca.css.map*/