/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */

.toast-center-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */

.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */

.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */

.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */

.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */

.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */

@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-webkit-box;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;-webkit-box-flex:1;flex-grow:1;max-width:100%}.row-cols-1>*{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.row-cols-2>*{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.row-cols-3>*{-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.row-cols-5>*{-webkit-box-flex:0;flex:0 0 20%;max-width:20%}.row-cols-6>*{-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:100%}.col-1{-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;order:-1}.order-last{-webkit-box-ordinal-group:14;order:13}.order-0{-webkit-box-ordinal-group:1;order:0}.order-1{-webkit-box-ordinal-group:2;order:1}.order-2{-webkit-box-ordinal-group:3;order:2}.order-3{-webkit-box-ordinal-group:4;order:3}.order-4{-webkit-box-ordinal-group:5;order:4}.order-5{-webkit-box-ordinal-group:6;order:5}.order-6{-webkit-box-ordinal-group:7;order:6}.order-7{-webkit-box-ordinal-group:8;order:7}.order-8{-webkit-box-ordinal-group:9;order:8}.order-9{-webkit-box-ordinal-group:10;order:9}.order-10{-webkit-box-ordinal-group:11;order:10}.order-11{-webkit-box-ordinal-group:12;order:11}.order-12{-webkit-box-ordinal-group:13;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{flex-basis:0;-webkit-box-flex:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-webkit-box-flex:0;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;order:13}.order-sm-0{-webkit-box-ordinal-group:1;order:0}.order-sm-1{-webkit-box-ordinal-group:2;order:1}.order-sm-2{-webkit-box-ordinal-group:3;order:2}.order-sm-3{-webkit-box-ordinal-group:4;order:3}.order-sm-4{-webkit-box-ordinal-group:5;order:4}.order-sm-5{-webkit-box-ordinal-group:6;order:5}.order-sm-6{-webkit-box-ordinal-group:7;order:6}.order-sm-7{-webkit-box-ordinal-group:8;order:7}.order-sm-8{-webkit-box-ordinal-group:9;order:8}.order-sm-9{-webkit-box-ordinal-group:10;order:9}.order-sm-10{-webkit-box-ordinal-group:11;order:10}.order-sm-11{-webkit-box-ordinal-group:12;order:11}.order-sm-12{-webkit-box-ordinal-group:13;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{flex-basis:0;-webkit-box-flex:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-webkit-box-flex:0;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;order:-1}.order-md-last{-webkit-box-ordinal-group:14;order:13}.order-md-0{-webkit-box-ordinal-group:1;order:0}.order-md-1{-webkit-box-ordinal-group:2;order:1}.order-md-2{-webkit-box-ordinal-group:3;order:2}.order-md-3{-webkit-box-ordinal-group:4;order:3}.order-md-4{-webkit-box-ordinal-group:5;order:4}.order-md-5{-webkit-box-ordinal-group:6;order:5}.order-md-6{-webkit-box-ordinal-group:7;order:6}.order-md-7{-webkit-box-ordinal-group:8;order:7}.order-md-8{-webkit-box-ordinal-group:9;order:8}.order-md-9{-webkit-box-ordinal-group:10;order:9}.order-md-10{-webkit-box-ordinal-group:11;order:10}.order-md-11{-webkit-box-ordinal-group:12;order:11}.order-md-12{-webkit-box-ordinal-group:13;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{flex-basis:0;-webkit-box-flex:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-webkit-box-flex:0;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;order:13}.order-lg-0{-webkit-box-ordinal-group:1;order:0}.order-lg-1{-webkit-box-ordinal-group:2;order:1}.order-lg-2{-webkit-box-ordinal-group:3;order:2}.order-lg-3{-webkit-box-ordinal-group:4;order:3}.order-lg-4{-webkit-box-ordinal-group:5;order:4}.order-lg-5{-webkit-box-ordinal-group:6;order:5}.order-lg-6{-webkit-box-ordinal-group:7;order:6}.order-lg-7{-webkit-box-ordinal-group:8;order:7}.order-lg-8{-webkit-box-ordinal-group:9;order:8}.order-lg-9{-webkit-box-ordinal-group:10;order:9}.order-lg-10{-webkit-box-ordinal-group:11;order:10}.order-lg-11{-webkit-box-ordinal-group:12;order:11}.order-lg-12{-webkit-box-ordinal-group:13;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{flex-basis:0;-webkit-box-flex:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-webkit-box-flex:0;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;order:13}.order-xl-0{-webkit-box-ordinal-group:1;order:0}.order-xl-1{-webkit-box-ordinal-group:2;order:1}.order-xl-2{-webkit-box-ordinal-group:3;order:2}.order-xl-3{-webkit-box-ordinal-group:4;order:3}.order-xl-4{-webkit-box-ordinal-group:5;order:4}.order-xl-5{-webkit-box-ordinal-group:6;order:5}.order-xl-6{-webkit-box-ordinal-group:7;order:6}.order-xl-7{-webkit-box-ordinal-group:8;order:7}.order-xl-8{-webkit-box-ordinal-group:9;order:8}.order-xl-9{-webkit-box-ordinal-group:10;order:9}.order-xl-10{-webkit-box-ordinal-group:11;order:10}.order-xl-11{-webkit-box-ordinal-group:12;order:11}.order-xl-12{-webkit-box-ordinal-group:13;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;-webkit-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{-webkit-transition:none;transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-webkit-box;display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:inline-flex;-webkit-box-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;-webkit-box-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:flex;-webkit-box-flex:0;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;-webkit-box-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{-webkit-transition:none;transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{-webkit-transition:none;transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{-webkit-transition:none;transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-webkit-box-flex:1;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:start;align-items:flex-start;-webkit-box-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-webkit-box-flex:1;flex:1 1 0%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-webkit-box;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{-webkit-transition:none;transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-webkit-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-webkit-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{-webkit-transition:none;transition:none}}.nav{display:-webkit-box;display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-webkit-box-flex:1;flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;-webkit-box-flex:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;-webkit-box-flex:1;flex-grow:1;-webkit-box-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;-webkit-box-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box!important;display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;-webkit-box-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box!important;display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;-webkit-box-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;-webkit-box-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box!important;display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;-webkit-box-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box!important;display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-webkit-box-flex:1;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img,.card-img-bottom,.card-img-top{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-webkit-box-flex:1;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-webkit-box;display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-webkit-box;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{-webkit-transition:none;transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;-webkit-transition:width .6s ease;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{-webkit-transition:none;transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-webkit-box;display:flex;-webkit-box-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;flex:1}.list-group{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.list-group-horizontal .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal .list-group-item.active{margin-top:0}.list-group-horizontal .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.list-group-horizontal-sm .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm .list-group-item.active{margin-top:0}.list-group-horizontal-sm .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.list-group-horizontal-md .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md .list-group-item.active{margin-top:0}.list-group-horizontal-md .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.list-group-horizontal-lg .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg .list-group-item.active{margin-top:0}.list-group-horizontal-lg .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.list-group-horizontal-xl .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl .list-group-item.active{margin-top:0}.list-group-horizontal-xl .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush .list-group-item{border-right-width:0;border-left-width:0;border-radius:0}.list-group-flush .list-group-item:first-child{border-top-width:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out, -webkit-transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{-webkit-transition:none;transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-webkit-box;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.modal-dialog-centered.modal-dialog-scrollable{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:flex;-webkit-box-align:start;align-items:flex-start;-webkit-box-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out, -webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{-webkit-transition:none;transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;-webkit-transition:opacity 0s .6s;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{-webkit-transition:none;transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;-webkit-transition:opacity .15s ease;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{-webkit-transition:none;transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-webkit-box-flex:0;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;-webkit-transition:opacity .6s ease;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{-webkit-transition:none;transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{-webkit-box-flex:1!important;flex:1 1 auto!important}.flex-grow-0{-webkit-box-flex:0!important;flex-grow:0!important}.flex-grow-1{-webkit-box-flex:1!important;flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{-webkit-box-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{-webkit-box-flex:1!important;flex:1 1 auto!important}.flex-sm-grow-0{-webkit-box-flex:0!important;flex-grow:0!important}.flex-sm-grow-1{-webkit-box-flex:1!important;flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{-webkit-box-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{-webkit-box-flex:1!important;flex:1 1 auto!important}.flex-md-grow-0{-webkit-box-flex:0!important;flex-grow:0!important}.flex-md-grow-1{-webkit-box-flex:1!important;flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{-webkit-box-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{-webkit-box-flex:1!important;flex:1 1 auto!important}.flex-lg-grow-0{-webkit-box-flex:0!important;flex-grow:0!important}.flex-lg-grow-1{-webkit-box-flex:1!important;flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{-webkit-box-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{-webkit-box-flex:1!important;flex:1 1 auto!important}.flex-xl-grow-0{-webkit-box-flex:0!important;flex-grow:0!important}.flex-xl-grow-1{-webkit-box-flex:1!important;flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{-webkit-box-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position: -webkit-sticky) or (position: sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.674f50d287a8c48dc19b.eot?v=4.7.0');
  src: url('fontawesome-webfont.674f50d287a8c48dc19b.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont.af7ae505a9eed503f8b8.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont.fee66e712a8a08eef580.woff?v=4.7.0') format('woff'), url('fontawesome-webfont.b06871f281fee6b241d6.ttf?v=4.7.0') format('truetype'), url('fontawesome-webfont.912ec66d7572ff821749.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{-webkit-transition-duration:50ms;transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{-webkit-transition-delay:50ms;transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{-webkit-transition-duration:.1s;transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{-webkit-transition-delay:.1s;transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{-webkit-transition-duration:.15s;transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{-webkit-transition-delay:.15s;transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{-webkit-transition-duration:.2s;transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{-webkit-transition-delay:.2s;transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{-webkit-transition-duration:.25s;transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{-webkit-transition-delay:.25s;transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{-webkit-transition-duration:.3s;transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{-webkit-transition-delay:.3s;transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{-webkit-transition-duration:.35s;transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{-webkit-transition-delay:.35s;transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{-webkit-transition-duration:.4s;transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{-webkit-transition-delay:.4s;transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{-webkit-transition-duration:.45s;transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{-webkit-transition-delay:.45s;transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{-webkit-transition-duration:.5s;transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{-webkit-transition-delay:.5s;transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{-webkit-transition-duration:.55s;transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{-webkit-transition-delay:.55s;transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{-webkit-transition-duration:.6s;transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{-webkit-transition-delay:.6s;transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{-webkit-transition-duration:.65s;transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{-webkit-transition-delay:.65s;transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{-webkit-transition-duration:.7s;transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{-webkit-transition-delay:.7s;transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{-webkit-transition-duration:.75s;transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{-webkit-transition-delay:.75s;transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{-webkit-transition-duration:.8s;transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{-webkit-transition-delay:.8s;transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{-webkit-transition-duration:.85s;transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{-webkit-transition-delay:.85s;transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{-webkit-transition-duration:.9s;transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{-webkit-transition-delay:.9s;transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{-webkit-transition-duration:.95s;transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{-webkit-transition-delay:.95s;transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{-webkit-transition-duration:1s;transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{-webkit-transition-delay:1s;transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{-webkit-transition-duration:1.05s;transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{-webkit-transition-delay:1.05s;transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{-webkit-transition-duration:1.1s;transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{-webkit-transition-delay:1.1s;transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{-webkit-transition-duration:1.15s;transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{-webkit-transition-delay:1.15s;transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{-webkit-transition-duration:1.2s;transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{-webkit-transition-delay:1.2s;transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{-webkit-transition-duration:1.25s;transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{-webkit-transition-delay:1.25s;transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{-webkit-transition-duration:1.3s;transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{-webkit-transition-delay:1.3s;transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{-webkit-transition-duration:1.35s;transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{-webkit-transition-delay:1.35s;transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{-webkit-transition-duration:1.4s;transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{-webkit-transition-delay:1.4s;transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{-webkit-transition-duration:1.45s;transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{-webkit-transition-delay:1.45s;transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{-webkit-transition-duration:1.5s;transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{-webkit-transition-delay:1.5s;transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{-webkit-transition-duration:1.55s;transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{-webkit-transition-delay:1.55s;transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{-webkit-transition-duration:1.6s;transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{-webkit-transition-delay:1.6s;transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{-webkit-transition-duration:1.65s;transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{-webkit-transition-delay:1.65s;transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{-webkit-transition-duration:1.7s;transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{-webkit-transition-delay:1.7s;transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{-webkit-transition-duration:1.75s;transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{-webkit-transition-delay:1.75s;transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{-webkit-transition-duration:1.8s;transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{-webkit-transition-delay:1.8s;transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{-webkit-transition-duration:1.85s;transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{-webkit-transition-delay:1.85s;transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{-webkit-transition-duration:1.9s;transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{-webkit-transition-delay:1.9s;transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{-webkit-transition-duration:1.95s;transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{-webkit-transition-delay:1.95s;transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{-webkit-transition-duration:2s;transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{-webkit-transition-delay:2s;transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{-webkit-transition-duration:2.05s;transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{-webkit-transition-delay:2.05s;transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{-webkit-transition-duration:2.1s;transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{-webkit-transition-delay:2.1s;transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{-webkit-transition-duration:2.15s;transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{-webkit-transition-delay:2.15s;transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{-webkit-transition-duration:2.2s;transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{-webkit-transition-delay:2.2s;transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{-webkit-transition-duration:2.25s;transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{-webkit-transition-delay:2.25s;transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{-webkit-transition-duration:2.3s;transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{-webkit-transition-delay:2.3s;transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{-webkit-transition-duration:2.35s;transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{-webkit-transition-delay:2.35s;transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{-webkit-transition-duration:2.4s;transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{-webkit-transition-delay:2.4s;transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{-webkit-transition-duration:2.45s;transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{-webkit-transition-delay:2.45s;transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{-webkit-transition-duration:2.5s;transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{-webkit-transition-delay:2.5s;transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{-webkit-transition-duration:2.55s;transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{-webkit-transition-delay:2.55s;transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{-webkit-transition-duration:2.6s;transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{-webkit-transition-delay:2.6s;transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{-webkit-transition-duration:2.65s;transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{-webkit-transition-delay:2.65s;transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{-webkit-transition-duration:2.7s;transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{-webkit-transition-delay:2.7s;transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{-webkit-transition-duration:2.75s;transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{-webkit-transition-delay:2.75s;transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{-webkit-transition-duration:2.8s;transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{-webkit-transition-delay:2.8s;transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{-webkit-transition-duration:2.85s;transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{-webkit-transition-delay:2.85s;transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{-webkit-transition-duration:2.9s;transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{-webkit-transition-delay:2.9s;transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{-webkit-transition-duration:2.95s;transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{-webkit-transition-delay:2.95s;transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{-webkit-transition-duration:3s;transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{-webkit-transition-delay:3s;transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.25,.25,.75,.75);transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{-webkit-transition-timing-function:ease;transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.6,-.28,.735,.045);transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.275);transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.47,0,.745,.715);transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.39,.575,.565,1);transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.445,.05,.55,.95);transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.55,.085,.68,.53);transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.25,.46,.45,.94);transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.455,.03,.515,.955);transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.55,.085,.68,.53);transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.25,.46,.45,.94);transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.455,.03,.515,.955);transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.55,.085,.68,.53);transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.25,.46,.45,.94);transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.455,.03,.515,.955);transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}[data-aos=fade-up]{-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}[data-aos=fade-down]{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}[data-aos=fade-right]{-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0)}[data-aos=fade-left]{-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{-webkit-transform:translate3d(-100px,100px,0);transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{-webkit-transform:translate3d(100px,100px,0);transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{-webkit-transform:translate3d(-100px,-100px,0);transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{-webkit-transform:translate3d(100px,-100px,0);transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}[data-aos=zoom-in]{-webkit-transform:scale(.6);transform:scale(.6)}[data-aos=zoom-in-up]{-webkit-transform:translate3d(0,100px,0) scale(.6);transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{-webkit-transform:translate3d(0,-100px,0) scale(.6);transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{-webkit-transform:translate3d(-100px,0,0) scale(.6);transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{-webkit-transform:translate3d(100px,0,0) scale(.6);transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{-webkit-transform:scale(1.2);transform:scale(1.2)}[data-aos=zoom-out-up]{-webkit-transform:translate3d(0,100px,0) scale(1.2);transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{-webkit-transform:translate3d(0,-100px,0) scale(1.2);transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{-webkit-transform:translate3d(-100px,0,0) scale(1.2);transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{-webkit-transform:translate3d(100px,0,0) scale(1.2);transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}[data-aos^=slide][data-aos^=slide].aos-animate{-webkit-transform:translateZ(0);transform:translateZ(0)}[data-aos=slide-up]{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}[data-aos=slide-down]{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}[data-aos=slide-right]{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}[data-aos=slide-left]{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}[data-aos=flip-left]{-webkit-transform:perspective(2500px) rotateY(-100deg);transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{-webkit-transform:perspective(2500px) rotateY(100deg);transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{-webkit-transform:perspective(2500px) rotateX(-100deg);transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{-webkit-transform:perspective(2500px) rotateX(100deg);transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}
/* nvd3 version 1.8.6-dev (https://github.com/novus/nvd3) 2018-11-04 */
.nvd3 .nv-axis {
    pointer-events:none;
    opacity: 1;
}
.nvd3 .nv-axis path {
    fill: none;
    stroke: #000;
    stroke-opacity: .75;
    shape-rendering: crispEdges;
}
.nvd3 .nv-axis path.domain {
    stroke-opacity: .75;
}
.nvd3 .nv-axis.nv-x path.domain {
    stroke-opacity: 0;
}
.nvd3 .nv-axis line {
    fill: none;
    stroke: #e5e5e5;
    shape-rendering: crispEdges;
}
.nvd3 .nv-axis .zero line,
    /*this selector may not be necessary*/ .nvd3 .nv-axis line.zero {
    stroke-opacity: .75;
}
.nvd3 .nv-axis .nv-axisMaxMin text {
    font-weight: bold;
}
.nvd3 .x  .nv-axis .nv-axisMaxMin text,
.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
.nvd3 .x3 .nv-axis .nv-axisMaxMin text {
    text-anchor: middle;
}
.nvd3 .nv-axis.nv-disabled {
    opacity: 0;
}
.nvd3 .nv-bars rect {
    fill-opacity: .75;

    -webkit-transition: fill-opacity 250ms linear;

    transition: fill-opacity 250ms linear;
}
.nvd3 .nv-bars rect.hover {
    fill-opacity: 1;
}
.nvd3 .nv-bars .hover rect {
    fill: lightblue;
}
.nvd3 .nv-bars text {
    fill: rgba(0,0,0,0);
}
.nvd3 .nv-bars .hover text {
    fill: rgba(0,0,0,1);
}
.nvd3 .nv-multibar .nv-groups rect,
.nvd3 .nv-multibarHorizontal .nv-groups rect,
.nvd3 .nv-discretebar .nv-groups rect {
    stroke-opacity: 0;

    -webkit-transition: fill-opacity 250ms linear;

    transition: fill-opacity 250ms linear;
}
.nvd3 .nv-multibar .nv-groups rect:hover,
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
.nvd3 .nv-candlestickBar .nv-ticks rect:hover,
.nvd3 .nv-discretebar .nv-groups rect:hover {
    fill-opacity: 1;
}
.nvd3 .nv-discretebar .nv-groups text,
.nvd3 .nv-multibarHorizontal .nv-groups text {
    font-weight: bold;
    fill: rgba(0,0,0,1);
    stroke: rgba(0,0,0,0);
}
/* boxplot CSS */
.nvd3 .nv-boxplot circle {
  fill-opacity: 0.5;
}
.nvd3 .nv-boxplot circle:hover {
  fill-opacity: 1;
}
.nvd3 .nv-boxplot rect:hover {
  fill-opacity: 1;
}
.nvd3 line.nv-boxplot-median {
  stroke: black;
}
.nv-boxplot-tick:hover {
  stroke-width: 2.5px;
}
/* bullet */
.nvd3.nv-bullet { font: 10px sans-serif; }
.nvd3.nv-bullet .nv-measure { fill-opacity: .8; }
.nvd3.nv-bullet .nv-measure:hover { fill-opacity: 1; }
.nvd3.nv-bullet .nv-marker { stroke: #000; stroke-width: 2px; }
.nvd3.nv-bullet .nv-markerTriangle { stroke: #000; fill: #fff; stroke-width: 1.5px; }
.nvd3.nv-bullet .nv-markerLine { stroke: #000; stroke-width: 1.5px; }
.nvd3.nv-bullet .nv-tick line { stroke: #666; stroke-width: .5px; }
.nvd3.nv-bullet .nv-range.nv-s0 { fill: #eee; }
.nvd3.nv-bullet .nv-range.nv-s1 { fill: #ddd; }
.nvd3.nv-bullet .nv-range.nv-s2 { fill: #ccc; }
.nvd3.nv-bullet .nv-title { font-size: 14px; font-weight: bold; }
.nvd3.nv-bullet .nv-subtitle { fill: #999; }
.nvd3.nv-bullet .nv-range {
    fill: #bababa;
    fill-opacity: .4;
}
.nvd3.nv-bullet .nv-range:hover {
    fill-opacity: .7;
}
.nvd3.nv-candlestickBar .nv-ticks .nv-tick {
    stroke-width: 1px;
}
.nvd3.nv-candlestickBar .nv-ticks .nv-tick.hover {
    stroke-width: 2px;
}
.nvd3.nv-candlestickBar .nv-ticks .nv-tick.positive rect {
    stroke: #2ca02c;
    fill: #2ca02c;
}
.nvd3.nv-candlestickBar .nv-ticks .nv-tick.negative rect {
    stroke: #d62728;
    fill: #d62728;
}
.with-transitions .nv-candlestickBar .nv-ticks .nv-tick {
    -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
    transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}
.nvd3.nv-candlestickBar .nv-ticks line {
    stroke: #333;
}
.nv-force-node {
    stroke: #fff;
    stroke-width: 1.5px;
}
.nv-force-link {
    stroke: #999;
    stroke-opacity: .6;
}
.nv-force-node text {
    stroke-width: 0px;
}
.nvd3 .nv-legend .nv-disabled rect {
    /*fill-opacity: 0;*/
}
.nvd3 .nv-check-box .nv-box {
    fill-opacity:0;
    stroke-width:2;
}
.nvd3 .nv-check-box .nv-check {
    fill-opacity:0;
    stroke-width:4;
}
.nvd3 .nv-series.nv-disabled .nv-check-box .nv-check {
    fill-opacity:0;
    stroke-opacity:0;
}
.nvd3 .nv-controlsWrap .nv-legend .nv-check-box .nv-check {
    opacity: 0;
}
/* line plus bar */
.nvd3.nv-linePlusBar .nv-bar rect {
    fill-opacity: .75;
}
.nvd3.nv-linePlusBar .nv-bar rect:hover {
    fill-opacity: 1;
}
.nvd3 .nv-groups path.nv-line {
    fill: none;
}
.nvd3 .nv-groups path.nv-area {
    stroke: none;
}
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    fill-opacity: 0;
    stroke-opacity: 0;
}
.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
    fill-opacity: .5 !important;
    stroke-opacity: .5 !important;
}
.with-transitions .nvd3 .nv-groups .nv-point {
    -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
    transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}
.nvd3.nv-scatter .nv-groups .nv-point.hover,
.nvd3 .nv-groups .nv-point.hover {
    stroke-width: 7px;
    fill-opacity: .95 !important;
    stroke-opacity: .95 !important;
}
.nvd3 .nv-point-paths path {
    stroke: #aaa;
    stroke-opacity: 0;
    fill: #eee;
    fill-opacity: 0;
}
.nvd3 .nv-indexLine {
    cursor: ew-resize;
}
/********************
 * SVG CSS
 */
/********************
  Default CSS for an svg element nvd3 used
*/
svg.nvd3-svg {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: block;
    width:100%;
    height:100%;
}
/********************
  Box shadow and border radius styling
*/
.nvtooltip.with-3d-shadow, .with-3d-shadow .nvtooltip {
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-radius: 5px;
}
.nvd3 text {
    font: normal 12px Arial, sans-serif;
}
.nvd3 .title {
    font: bold 14px Arial, sans-serif;
}
.nvd3 .nv-background {
    fill: white;
    fill-opacity: 0;
}
.nvd3.nv-noData {
    font-size: 18px;
    font-weight: bold;
}
/**********
*  Brush
*/
.nv-brush .extent {
    fill-opacity: .125;
    shape-rendering: crispEdges;
}
.nv-brush .resize path {
    fill: #eee;
    stroke: #666;
}
/**********
*  Legend
*/
.nvd3 .nv-legend .nv-series {
    cursor: pointer;
}
.nvd3 .nv-legend .nv-disabled circle {
    fill-opacity: 0;
}
/* focus */
.nvd3 .nv-brush .extent {
    fill-opacity: 0 !important;
}
.nvd3 .nv-brushBackground rect {
    stroke: #000;
    stroke-width: .4;
    fill: #fff;
    fill-opacity: .7;
}
/**********
*  Print
*/
@media print {
    .nvd3 text {
        stroke-width: 0;
        fill-opacity: 1;
    }
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
    stroke-width: 1px;
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover {
    stroke-width: 2px;
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive {
    stroke: #2ca02c;
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative {
    stroke: #d62728;
}
.nvd3 .background path {
    fill: none;
    stroke: #EEE;
    stroke-opacity: .4;
    shape-rendering: crispEdges;
}
.nvd3 .foreground path {
    fill: none;
    stroke-opacity: .7;
}
.nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #fff;
    fill-opacity: .6;
    stroke: gray;
    shape-rendering: crispEdges;
}
.nvd3 .nv-parallelCoordinates .hover  {
    fill-opacity: 1;
	stroke-width: 3px;
}
.nvd3 .missingValuesline line {
  fill: none;
  stroke: black;
  stroke-width: 1;
  stroke-opacity: 1;
  stroke-dasharray: 5, 5;
}
.nvd3.nv-pie path {
    stroke-opacity: 0;
    -webkit-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
    transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
}
.nvd3.nv-pie .nv-pie-title {
    font-size: 24px;
    fill: rgba(19, 196, 249, 0.59);
}
.nvd3.nv-pie .nv-slice text {
    stroke: #000;
    stroke-width: 0;
}
.nvd3.nv-pie path {
    stroke: #fff;
    stroke-width: 1px;
    stroke-opacity: 1;
}
.nvd3.nv-pie path {
    fill-opacity: .7;
}
.nvd3.nv-pie .hover path {
    fill-opacity: 1;
}
.nvd3.nv-pie .nv-label {
    pointer-events: none;
}
.nvd3.nv-pie .nv-label rect {
    fill-opacity: 0;
    stroke-opacity: 0;
}
/* scatter */
.nvd3 .nv-groups .nv-point.hover {
    stroke-width: 20px;
    stroke-opacity: .5;
}
.nvd3 .nv-scatter .nv-point.hover {
    fill-opacity: 1;
}
.nv-noninteractive {
    pointer-events: none;
}
.nv-distx, .nv-disty {
    pointer-events: none;
}
/* sparkline */
.nvd3.nv-sparkline path {
    fill: none;
}
.nvd3.nv-sparklineplus g.nv-hoverValue {
    pointer-events: none;
}
.nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #333;
    stroke-width: 1.5px;
}
.nvd3.nv-sparklineplus,
.nvd3.nv-sparklineplus g {
    pointer-events: all;
}
.nvd3 .nv-hoverArea {
    fill-opacity: 0;
    stroke-opacity: 0;
}
.nvd3.nv-sparklineplus .nv-xValue,
.nvd3.nv-sparklineplus .nv-yValue {
    stroke-width: 0;
    font-size: .9em;
    font-weight: normal;
}
.nvd3.nv-sparklineplus .nv-yValue {
    stroke: #f66;
}
.nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #2ca02c;
    fill: #2ca02c;
}
.nvd3.nv-sparklineplus .nv-minValue {
    stroke: #d62728;
    fill: #d62728;
}
.nvd3.nv-sparklineplus .nv-currentValue {
    font-weight: bold;
    font-size: 1.1em;
}
/* stacked area */
.nvd3.nv-stackedarea path.nv-area {
    fill-opacity: .7;
    stroke-opacity: 0;
    -webkit-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
    transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
}
.nvd3.nv-stackedarea path.nv-area.hover {
    fill-opacity: .9;
}
.nvd3.nv-stackedarea .nv-groups .nv-point {
    stroke-opacity: 0;
    fill-opacity: 0;
}
.nvtooltip {
    position: absolute;
    background-color: rgba(255,255,255,1.0);
    color: rgba(0,0,0,1.0);
    padding: 1px;
    border: 1px solid rgba(0,0,0,.2);
    z-index: 10000;
    display: block;

    font-family: Arial, sans-serif;
    font-size: 13px;
    text-align: left;
    pointer-events: none;

    white-space: nowrap;

    -webkit-user-select: none;

       -moz-user-select: none;

        -ms-user-select: none;

            user-select: none;
}
.nvtooltip {
    background: rgba(255,255,255, 0.8);
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 4px;
}
/*Give tooltips that old fade in transition by
    putting a "with-transitions" class on the container div.
*/
.nvtooltip.with-transitions, .with-transitions .nvtooltip {
    -webkit-transition: opacity 50ms linear;
    transition: opacity 50ms linear;

    -webkit-transition-delay: 200ms;

            transition-delay: 200ms;
}
.nvtooltip.x-nvtooltip,
.nvtooltip.y-nvtooltip {
    padding: 8px;
}
.nvtooltip h3 {
    margin: 0;
    padding: 4px 14px;
    line-height: 18px;
    font-weight: normal;
    background-color: rgba(247,247,247,0.75);
    color: rgba(0,0,0,1.0);
    text-align: center;

    border-bottom: 1px solid #ebebeb;

    border-radius: 5px 5px 0 0;
}
.nvtooltip p {
    margin: 0;
    padding: 5px 14px;
    text-align: center;
}
.nvtooltip span {
    display: inline-block;
    margin: 2px 0;
}
.nvtooltip table {
    margin: 6px;
    border-spacing:0;
}
.nvtooltip table td {
    padding: 2px 9px 2px 0;
    vertical-align: middle;
}
.nvtooltip table td.key {
    font-weight: normal;
}
.nvtooltip table td.key.total {
    font-weight: bold;
}
.nvtooltip table td.value {
    text-align: right;
    font-weight: bold;
}
.nvtooltip table td.percent {
    color: darkgray;
}
.nvtooltip table tr.highlight td {
    padding: 1px 9px 1px 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
}
.nvtooltip table td.legend-color-guide div {
    width: 8px;
    height: 8px;
    vertical-align: middle;
}
.nvtooltip table td.legend-color-guide div {
    width: 12px;
    height: 12px;
    border: 1px solid #999;
}
.nvtooltip .footer {
    padding: 3px;
    text-align: center;
}
.nvtooltip-pending-removal {
    pointer-events: none;
    display: none;
}
/****
Interactive Layer
*/
.nvd3 .nv-interactiveGuideLine {
    pointer-events:none;
}
.nvd3 line.nv-guideline {
    stroke: #ccc;
}

/*!
 * Font Awesome Free 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}
.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}
.fa-xs{font-size:.75em}
.fa-sm{font-size:.875em}
.fa-1x{font-size:1em}
.fa-2x{font-size:2em}
.fa-3x{font-size:3em}
.fa-4x{font-size:4em}
.fa-5x{font-size:5em}
.fa-6x{font-size:6em}
.fa-7x{font-size:7em}
.fa-8x{font-size:8em}
.fa-9x{font-size:9em}
.fa-10x{font-size:10em}
.fa-fw{text-align:center;width:1.25em}
.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}
.fa-ul>li{position:relative}
.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}
.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}
.fa-pull-left{float:left}
.fa-pull-right{float:right}
.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}
.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}
.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}
.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}
@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}
.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}
.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}
.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}
.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}
.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}
:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}
.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}
.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}
.fa-stack-1x{line-height:inherit}
.fa-stack-2x{font-size:2em}
.fa-inverse{color:#fff}
.fa-500px:before{content:"\f26e"}
.fa-accessible-icon:before{content:"\f368"}
.fa-accusoft:before{content:"\f369"}
.fa-acquisitions-incorporated:before{content:"\f6af"}
.fa-ad:before{content:"\f641"}
.fa-address-book:before{content:"\f2b9"}
.fa-address-card:before{content:"\f2bb"}
.fa-adjust:before{content:"\f042"}
.fa-adn:before{content:"\f170"}
.fa-adobe:before{content:"\f778"}
.fa-adversal:before{content:"\f36a"}
.fa-affiliatetheme:before{content:"\f36b"}
.fa-air-freshener:before{content:"\f5d0"}
.fa-airbnb:before{content:"\f834"}
.fa-algolia:before{content:"\f36c"}
.fa-align-center:before{content:"\f037"}
.fa-align-justify:before{content:"\f039"}
.fa-align-left:before{content:"\f036"}
.fa-align-right:before{content:"\f038"}
.fa-alipay:before{content:"\f642"}
.fa-allergies:before{content:"\f461"}
.fa-amazon:before{content:"\f270"}
.fa-amazon-pay:before{content:"\f42c"}
.fa-ambulance:before{content:"\f0f9"}
.fa-american-sign-language-interpreting:before{content:"\f2a3"}
.fa-amilia:before{content:"\f36d"}
.fa-anchor:before{content:"\f13d"}
.fa-android:before{content:"\f17b"}
.fa-angellist:before{content:"\f209"}
.fa-angle-double-down:before{content:"\f103"}
.fa-angle-double-left:before{content:"\f100"}
.fa-angle-double-right:before{content:"\f101"}
.fa-angle-double-up:before{content:"\f102"}
.fa-angle-down:before{content:"\f107"}
.fa-angle-left:before{content:"\f104"}
.fa-angle-right:before{content:"\f105"}
.fa-angle-up:before{content:"\f106"}
.fa-angry:before{content:"\f556"}
.fa-angrycreative:before{content:"\f36e"}
.fa-angular:before{content:"\f420"}
.fa-ankh:before{content:"\f644"}
.fa-app-store:before{content:"\f36f"}
.fa-app-store-ios:before{content:"\f370"}
.fa-apper:before{content:"\f371"}
.fa-apple:before{content:"\f179"}
.fa-apple-alt:before{content:"\f5d1"}
.fa-apple-pay:before{content:"\f415"}
.fa-archive:before{content:"\f187"}
.fa-archway:before{content:"\f557"}
.fa-arrow-alt-circle-down:before{content:"\f358"}
.fa-arrow-alt-circle-left:before{content:"\f359"}
.fa-arrow-alt-circle-right:before{content:"\f35a"}
.fa-arrow-alt-circle-up:before{content:"\f35b"}
.fa-arrow-circle-down:before{content:"\f0ab"}
.fa-arrow-circle-left:before{content:"\f0a8"}
.fa-arrow-circle-right:before{content:"\f0a9"}
.fa-arrow-circle-up:before{content:"\f0aa"}
.fa-arrow-down:before{content:"\f063"}
.fa-arrow-left:before{content:"\f060"}
.fa-arrow-right:before{content:"\f061"}
.fa-arrow-up:before{content:"\f062"}
.fa-arrows-alt:before{content:"\f0b2"}
.fa-arrows-alt-h:before{content:"\f337"}
.fa-arrows-alt-v:before{content:"\f338"}
.fa-artstation:before{content:"\f77a"}
.fa-assistive-listening-systems:before{content:"\f2a2"}
.fa-asterisk:before{content:"\f069"}
.fa-asymmetrik:before{content:"\f372"}
.fa-at:before{content:"\f1fa"}
.fa-atlas:before{content:"\f558"}
.fa-atlassian:before{content:"\f77b"}
.fa-atom:before{content:"\f5d2"}
.fa-audible:before{content:"\f373"}
.fa-audio-description:before{content:"\f29e"}
.fa-autoprefixer:before{content:"\f41c"}
.fa-avianex:before{content:"\f374"}
.fa-aviato:before{content:"\f421"}
.fa-award:before{content:"\f559"}
.fa-aws:before{content:"\f375"}
.fa-baby:before{content:"\f77c"}
.fa-baby-carriage:before{content:"\f77d"}
.fa-backspace:before{content:"\f55a"}
.fa-backward:before{content:"\f04a"}
.fa-bacon:before{content:"\f7e5"}
.fa-bahai:before{content:"\f666"}
.fa-balance-scale:before{content:"\f24e"}
.fa-balance-scale-left:before{content:"\f515"}
.fa-balance-scale-right:before{content:"\f516"}
.fa-ban:before{content:"\f05e"}
.fa-band-aid:before{content:"\f462"}
.fa-bandcamp:before{content:"\f2d5"}
.fa-barcode:before{content:"\f02a"}
.fa-bars:before{content:"\f0c9"}
.fa-baseball-ball:before{content:"\f433"}
.fa-basketball-ball:before{content:"\f434"}
.fa-bath:before{content:"\f2cd"}
.fa-battery-empty:before{content:"\f244"}
.fa-battery-full:before{content:"\f240"}
.fa-battery-half:before{content:"\f242"}
.fa-battery-quarter:before{content:"\f243"}
.fa-battery-three-quarters:before{content:"\f241"}
.fa-battle-net:before{content:"\f835"}
.fa-bed:before{content:"\f236"}
.fa-beer:before{content:"\f0fc"}
.fa-behance:before{content:"\f1b4"}
.fa-behance-square:before{content:"\f1b5"}
.fa-bell:before{content:"\f0f3"}
.fa-bell-slash:before{content:"\f1f6"}
.fa-bezier-curve:before{content:"\f55b"}
.fa-bible:before{content:"\f647"}
.fa-bicycle:before{content:"\f206"}
.fa-biking:before{content:"\f84a"}
.fa-bimobject:before{content:"\f378"}
.fa-binoculars:before{content:"\f1e5"}
.fa-biohazard:before{content:"\f780"}
.fa-birthday-cake:before{content:"\f1fd"}
.fa-bitbucket:before{content:"\f171"}
.fa-bitcoin:before{content:"\f379"}
.fa-bity:before{content:"\f37a"}
.fa-black-tie:before{content:"\f27e"}
.fa-blackberry:before{content:"\f37b"}
.fa-blender:before{content:"\f517"}
.fa-blender-phone:before{content:"\f6b6"}
.fa-blind:before{content:"\f29d"}
.fa-blog:before{content:"\f781"}
.fa-blogger:before{content:"\f37c"}
.fa-blogger-b:before{content:"\f37d"}
.fa-bluetooth:before{content:"\f293"}
.fa-bluetooth-b:before{content:"\f294"}
.fa-bold:before{content:"\f032"}
.fa-bolt:before{content:"\f0e7"}
.fa-bomb:before{content:"\f1e2"}
.fa-bone:before{content:"\f5d7"}
.fa-bong:before{content:"\f55c"}
.fa-book:before{content:"\f02d"}
.fa-book-dead:before{content:"\f6b7"}
.fa-book-medical:before{content:"\f7e6"}
.fa-book-open:before{content:"\f518"}
.fa-book-reader:before{content:"\f5da"}
.fa-bookmark:before{content:"\f02e"}
.fa-bootstrap:before{content:"\f836"}
.fa-border-all:before{content:"\f84c"}
.fa-border-none:before{content:"\f850"}
.fa-border-style:before{content:"\f853"}
.fa-bowling-ball:before{content:"\f436"}
.fa-box:before{content:"\f466"}
.fa-box-open:before{content:"\f49e"}
.fa-boxes:before{content:"\f468"}
.fa-braille:before{content:"\f2a1"}
.fa-brain:before{content:"\f5dc"}
.fa-bread-slice:before{content:"\f7ec"}
.fa-briefcase:before{content:"\f0b1"}
.fa-briefcase-medical:before{content:"\f469"}
.fa-broadcast-tower:before{content:"\f519"}
.fa-broom:before{content:"\f51a"}
.fa-brush:before{content:"\f55d"}
.fa-btc:before{content:"\f15a"}
.fa-buffer:before{content:"\f837"}
.fa-bug:before{content:"\f188"}
.fa-building:before{content:"\f1ad"}
.fa-bullhorn:before{content:"\f0a1"}
.fa-bullseye:before{content:"\f140"}
.fa-burn:before{content:"\f46a"}
.fa-buromobelexperte:before{content:"\f37f"}
.fa-bus:before{content:"\f207"}
.fa-bus-alt:before{content:"\f55e"}
.fa-business-time:before{content:"\f64a"}
.fa-buy-n-large:before{content:"\f8a6"}
.fa-buysellads:before{content:"\f20d"}
.fa-calculator:before{content:"\f1ec"}
.fa-calendar:before{content:"\f133"}
.fa-calendar-alt:before{content:"\f073"}
.fa-calendar-check:before{content:"\f274"}
.fa-calendar-day:before{content:"\f783"}
.fa-calendar-minus:before{content:"\f272"}
.fa-calendar-plus:before{content:"\f271"}
.fa-calendar-times:before{content:"\f273"}
.fa-calendar-week:before{content:"\f784"}
.fa-camera:before{content:"\f030"}
.fa-camera-retro:before{content:"\f083"}
.fa-campground:before{content:"\f6bb"}
.fa-canadian-maple-leaf:before{content:"\f785"}
.fa-candy-cane:before{content:"\f786"}
.fa-cannabis:before{content:"\f55f"}
.fa-capsules:before{content:"\f46b"}
.fa-car:before{content:"\f1b9"}
.fa-car-alt:before{content:"\f5de"}
.fa-car-battery:before{content:"\f5df"}
.fa-car-crash:before{content:"\f5e1"}
.fa-car-side:before{content:"\f5e4"}
.fa-caravan:before{content:"\f8ff"}
.fa-caret-down:before{content:"\f0d7"}
.fa-caret-left:before{content:"\f0d9"}
.fa-caret-right:before{content:"\f0da"}
.fa-caret-square-down:before{content:"\f150"}
.fa-caret-square-left:before{content:"\f191"}
.fa-caret-square-right:before{content:"\f152"}
.fa-caret-square-up:before{content:"\f151"}
.fa-caret-up:before{content:"\f0d8"}
.fa-carrot:before{content:"\f787"}
.fa-cart-arrow-down:before{content:"\f218"}
.fa-cart-plus:before{content:"\f217"}
.fa-cash-register:before{content:"\f788"}
.fa-cat:before{content:"\f6be"}
.fa-cc-amazon-pay:before{content:"\f42d"}
.fa-cc-amex:before{content:"\f1f3"}
.fa-cc-apple-pay:before{content:"\f416"}
.fa-cc-diners-club:before{content:"\f24c"}
.fa-cc-discover:before{content:"\f1f2"}
.fa-cc-jcb:before{content:"\f24b"}
.fa-cc-mastercard:before{content:"\f1f1"}
.fa-cc-paypal:before{content:"\f1f4"}
.fa-cc-stripe:before{content:"\f1f5"}
.fa-cc-visa:before{content:"\f1f0"}
.fa-centercode:before{content:"\f380"}
.fa-centos:before{content:"\f789"}
.fa-certificate:before{content:"\f0a3"}
.fa-chair:before{content:"\f6c0"}
.fa-chalkboard:before{content:"\f51b"}
.fa-chalkboard-teacher:before{content:"\f51c"}
.fa-charging-station:before{content:"\f5e7"}
.fa-chart-area:before{content:"\f1fe"}
.fa-chart-bar:before{content:"\f080"}
.fa-chart-line:before{content:"\f201"}
.fa-chart-pie:before{content:"\f200"}
.fa-check:before{content:"\f00c"}
.fa-check-circle:before{content:"\f058"}
.fa-check-double:before{content:"\f560"}
.fa-check-square:before{content:"\f14a"}
.fa-cheese:before{content:"\f7ef"}
.fa-chess:before{content:"\f439"}
.fa-chess-bishop:before{content:"\f43a"}
.fa-chess-board:before{content:"\f43c"}
.fa-chess-king:before{content:"\f43f"}
.fa-chess-knight:before{content:"\f441"}
.fa-chess-pawn:before{content:"\f443"}
.fa-chess-queen:before{content:"\f445"}
.fa-chess-rook:before{content:"\f447"}
.fa-chevron-circle-down:before{content:"\f13a"}
.fa-chevron-circle-left:before{content:"\f137"}
.fa-chevron-circle-right:before{content:"\f138"}
.fa-chevron-circle-up:before{content:"\f139"}
.fa-chevron-down:before{content:"\f078"}
.fa-chevron-left:before{content:"\f053"}
.fa-chevron-right:before{content:"\f054"}
.fa-chevron-up:before{content:"\f077"}
.fa-child:before{content:"\f1ae"}
.fa-chrome:before{content:"\f268"}
.fa-chromecast:before{content:"\f838"}
.fa-church:before{content:"\f51d"}
.fa-circle:before{content:"\f111"}
.fa-circle-notch:before{content:"\f1ce"}
.fa-city:before{content:"\f64f"}
.fa-clinic-medical:before{content:"\f7f2"}
.fa-clipboard:before{content:"\f328"}
.fa-clipboard-check:before{content:"\f46c"}
.fa-clipboard-list:before{content:"\f46d"}
.fa-clock:before{content:"\f017"}
.fa-clone:before{content:"\f24d"}
.fa-closed-captioning:before{content:"\f20a"}
.fa-cloud:before{content:"\f0c2"}
.fa-cloud-download-alt:before{content:"\f381"}
.fa-cloud-meatball:before{content:"\f73b"}
.fa-cloud-moon:before{content:"\f6c3"}
.fa-cloud-moon-rain:before{content:"\f73c"}
.fa-cloud-rain:before{content:"\f73d"}
.fa-cloud-showers-heavy:before{content:"\f740"}
.fa-cloud-sun:before{content:"\f6c4"}
.fa-cloud-sun-rain:before{content:"\f743"}
.fa-cloud-upload-alt:before{content:"\f382"}
.fa-cloudscale:before{content:"\f383"}
.fa-cloudsmith:before{content:"\f384"}
.fa-cloudversify:before{content:"\f385"}
.fa-cocktail:before{content:"\f561"}
.fa-code:before{content:"\f121"}
.fa-code-branch:before{content:"\f126"}
.fa-codepen:before{content:"\f1cb"}
.fa-codiepie:before{content:"\f284"}
.fa-coffee:before{content:"\f0f4"}
.fa-cog:before{content:"\f013"}
.fa-cogs:before{content:"\f085"}
.fa-coins:before{content:"\f51e"}
.fa-columns:before{content:"\f0db"}
.fa-comment:before{content:"\f075"}
.fa-comment-alt:before{content:"\f27a"}
.fa-comment-dollar:before{content:"\f651"}
.fa-comment-dots:before{content:"\f4ad"}
.fa-comment-medical:before{content:"\f7f5"}
.fa-comment-slash:before{content:"\f4b3"}
.fa-comments:before{content:"\f086"}
.fa-comments-dollar:before{content:"\f653"}
.fa-compact-disc:before{content:"\f51f"}
.fa-compass:before{content:"\f14e"}
.fa-compress:before{content:"\f066"}
.fa-compress-alt:before{content:"\f422"}
.fa-compress-arrows-alt:before{content:"\f78c"}
.fa-concierge-bell:before{content:"\f562"}
.fa-confluence:before{content:"\f78d"}
.fa-connectdevelop:before{content:"\f20e"}
.fa-contao:before{content:"\f26d"}
.fa-cookie:before{content:"\f563"}
.fa-cookie-bite:before{content:"\f564"}
.fa-copy:before{content:"\f0c5"}
.fa-copyright:before{content:"\f1f9"}
.fa-cotton-bureau:before{content:"\f89e"}
.fa-couch:before{content:"\f4b8"}
.fa-cpanel:before{content:"\f388"}
.fa-creative-commons:before{content:"\f25e"}
.fa-creative-commons-by:before{content:"\f4e7"}
.fa-creative-commons-nc:before{content:"\f4e8"}
.fa-creative-commons-nc-eu:before{content:"\f4e9"}
.fa-creative-commons-nc-jp:before{content:"\f4ea"}
.fa-creative-commons-nd:before{content:"\f4eb"}
.fa-creative-commons-pd:before{content:"\f4ec"}
.fa-creative-commons-pd-alt:before{content:"\f4ed"}
.fa-creative-commons-remix:before{content:"\f4ee"}
.fa-creative-commons-sa:before{content:"\f4ef"}
.fa-creative-commons-sampling:before{content:"\f4f0"}
.fa-creative-commons-sampling-plus:before{content:"\f4f1"}
.fa-creative-commons-share:before{content:"\f4f2"}
.fa-creative-commons-zero:before{content:"\f4f3"}
.fa-credit-card:before{content:"\f09d"}
.fa-critical-role:before{content:"\f6c9"}
.fa-crop:before{content:"\f125"}
.fa-crop-alt:before{content:"\f565"}
.fa-cross:before{content:"\f654"}
.fa-crosshairs:before{content:"\f05b"}
.fa-crow:before{content:"\f520"}
.fa-crown:before{content:"\f521"}
.fa-crutch:before{content:"\f7f7"}
.fa-css3:before{content:"\f13c"}
.fa-css3-alt:before{content:"\f38b"}
.fa-cube:before{content:"\f1b2"}
.fa-cubes:before{content:"\f1b3"}
.fa-cut:before{content:"\f0c4"}
.fa-cuttlefish:before{content:"\f38c"}
.fa-d-and-d:before{content:"\f38d"}
.fa-d-and-d-beyond:before{content:"\f6ca"}
.fa-dailymotion:before{content:"\f952"}
.fa-dashcube:before{content:"\f210"}
.fa-database:before{content:"\f1c0"}
.fa-deaf:before{content:"\f2a4"}
.fa-delicious:before{content:"\f1a5"}
.fa-democrat:before{content:"\f747"}
.fa-deploydog:before{content:"\f38e"}
.fa-deskpro:before{content:"\f38f"}
.fa-desktop:before{content:"\f108"}
.fa-dev:before{content:"\f6cc"}
.fa-deviantart:before{content:"\f1bd"}
.fa-dharmachakra:before{content:"\f655"}
.fa-dhl:before{content:"\f790"}
.fa-diagnoses:before{content:"\f470"}
.fa-diaspora:before{content:"\f791"}
.fa-dice:before{content:"\f522"}
.fa-dice-d20:before{content:"\f6cf"}
.fa-dice-d6:before{content:"\f6d1"}
.fa-dice-five:before{content:"\f523"}
.fa-dice-four:before{content:"\f524"}
.fa-dice-one:before{content:"\f525"}
.fa-dice-six:before{content:"\f526"}
.fa-dice-three:before{content:"\f527"}
.fa-dice-two:before{content:"\f528"}
.fa-digg:before{content:"\f1a6"}
.fa-digital-ocean:before{content:"\f391"}
.fa-digital-tachograph:before{content:"\f566"}
.fa-directions:before{content:"\f5eb"}
.fa-discord:before{content:"\f392"}
.fa-discourse:before{content:"\f393"}
.fa-divide:before{content:"\f529"}
.fa-dizzy:before{content:"\f567"}
.fa-dna:before{content:"\f471"}
.fa-dochub:before{content:"\f394"}
.fa-docker:before{content:"\f395"}
.fa-dog:before{content:"\f6d3"}
.fa-dollar-sign:before{content:"\f155"}
.fa-dolly:before{content:"\f472"}
.fa-dolly-flatbed:before{content:"\f474"}
.fa-donate:before{content:"\f4b9"}
.fa-door-closed:before{content:"\f52a"}
.fa-door-open:before{content:"\f52b"}
.fa-dot-circle:before{content:"\f192"}
.fa-dove:before{content:"\f4ba"}
.fa-download:before{content:"\f019"}
.fa-draft2digital:before{content:"\f396"}
.fa-drafting-compass:before{content:"\f568"}
.fa-dragon:before{content:"\f6d5"}
.fa-draw-polygon:before{content:"\f5ee"}
.fa-dribbble:before{content:"\f17d"}
.fa-dribbble-square:before{content:"\f397"}
.fa-dropbox:before{content:"\f16b"}
.fa-drum:before{content:"\f569"}
.fa-drum-steelpan:before{content:"\f56a"}
.fa-drumstick-bite:before{content:"\f6d7"}
.fa-drupal:before{content:"\f1a9"}
.fa-dumbbell:before{content:"\f44b"}
.fa-dumpster:before{content:"\f793"}
.fa-dumpster-fire:before{content:"\f794"}
.fa-dungeon:before{content:"\f6d9"}
.fa-dyalog:before{content:"\f399"}
.fa-earlybirds:before{content:"\f39a"}
.fa-ebay:before{content:"\f4f4"}
.fa-edge:before{content:"\f282"}
.fa-edit:before{content:"\f044"}
.fa-egg:before{content:"\f7fb"}
.fa-eject:before{content:"\f052"}
.fa-elementor:before{content:"\f430"}
.fa-ellipsis-h:before{content:"\f141"}
.fa-ellipsis-v:before{content:"\f142"}
.fa-ello:before{content:"\f5f1"}
.fa-ember:before{content:"\f423"}
.fa-empire:before{content:"\f1d1"}
.fa-envelope:before{content:"\f0e0"}
.fa-envelope-open:before{content:"\f2b6"}
.fa-envelope-open-text:before{content:"\f658"}
.fa-envelope-square:before{content:"\f199"}
.fa-envira:before{content:"\f299"}
.fa-equals:before{content:"\f52c"}
.fa-eraser:before{content:"\f12d"}
.fa-erlang:before{content:"\f39d"}
.fa-ethereum:before{content:"\f42e"}
.fa-ethernet:before{content:"\f796"}
.fa-etsy:before{content:"\f2d7"}
.fa-euro-sign:before{content:"\f153"}
.fa-evernote:before{content:"\f839"}
.fa-exchange-alt:before{content:"\f362"}
.fa-exclamation:before{content:"\f12a"}
.fa-exclamation-circle:before{content:"\f06a"}
.fa-exclamation-triangle:before{content:"\f071"}
.fa-expand:before{content:"\f065"}
.fa-expand-alt:before{content:"\f424"}
.fa-expand-arrows-alt:before{content:"\f31e"}
.fa-expeditedssl:before{content:"\f23e"}
.fa-external-link-alt:before{content:"\f35d"}
.fa-external-link-square-alt:before{content:"\f360"}
.fa-eye:before{content:"\f06e"}
.fa-eye-dropper:before{content:"\f1fb"}
.fa-eye-slash:before{content:"\f070"}
.fa-facebook:before{content:"\f09a"}
.fa-facebook-f:before{content:"\f39e"}
.fa-facebook-messenger:before{content:"\f39f"}
.fa-facebook-square:before{content:"\f082"}
.fa-fan:before{content:"\f863"}
.fa-fantasy-flight-games:before{content:"\f6dc"}
.fa-fast-backward:before{content:"\f049"}
.fa-fast-forward:before{content:"\f050"}
.fa-fax:before{content:"\f1ac"}
.fa-feather:before{content:"\f52d"}
.fa-feather-alt:before{content:"\f56b"}
.fa-fedex:before{content:"\f797"}
.fa-fedora:before{content:"\f798"}
.fa-female:before{content:"\f182"}
.fa-fighter-jet:before{content:"\f0fb"}
.fa-figma:before{content:"\f799"}
.fa-file:before{content:"\f15b"}
.fa-file-alt:before{content:"\f15c"}
.fa-file-archive:before{content:"\f1c6"}
.fa-file-audio:before{content:"\f1c7"}
.fa-file-code:before{content:"\f1c9"}
.fa-file-contract:before{content:"\f56c"}
.fa-file-csv:before{content:"\f6dd"}
.fa-file-download:before{content:"\f56d"}
.fa-file-excel:before{content:"\f1c3"}
.fa-file-export:before{content:"\f56e"}
.fa-file-image:before{content:"\f1c5"}
.fa-file-import:before{content:"\f56f"}
.fa-file-invoice:before{content:"\f570"}
.fa-file-invoice-dollar:before{content:"\f571"}
.fa-file-medical:before{content:"\f477"}
.fa-file-medical-alt:before{content:"\f478"}
.fa-file-pdf:before{content:"\f1c1"}
.fa-file-powerpoint:before{content:"\f1c4"}
.fa-file-prescription:before{content:"\f572"}
.fa-file-signature:before{content:"\f573"}
.fa-file-upload:before{content:"\f574"}
.fa-file-video:before{content:"\f1c8"}
.fa-file-word:before{content:"\f1c2"}
.fa-fill:before{content:"\f575"}
.fa-fill-drip:before{content:"\f576"}
.fa-film:before{content:"\f008"}
.fa-filter:before{content:"\f0b0"}
.fa-fingerprint:before{content:"\f577"}
.fa-fire:before{content:"\f06d"}
.fa-fire-alt:before{content:"\f7e4"}
.fa-fire-extinguisher:before{content:"\f134"}
.fa-firefox:before{content:"\f269"}
.fa-firefox-browser:before{content:"\f907"}
.fa-first-aid:before{content:"\f479"}
.fa-first-order:before{content:"\f2b0"}
.fa-first-order-alt:before{content:"\f50a"}
.fa-firstdraft:before{content:"\f3a1"}
.fa-fish:before{content:"\f578"}
.fa-fist-raised:before{content:"\f6de"}
.fa-flag:before{content:"\f024"}
.fa-flag-checkered:before{content:"\f11e"}
.fa-flag-usa:before{content:"\f74d"}
.fa-flask:before{content:"\f0c3"}
.fa-flickr:before{content:"\f16e"}
.fa-flipboard:before{content:"\f44d"}
.fa-flushed:before{content:"\f579"}
.fa-fly:before{content:"\f417"}
.fa-folder:before{content:"\f07b"}
.fa-folder-minus:before{content:"\f65d"}
.fa-folder-open:before{content:"\f07c"}
.fa-folder-plus:before{content:"\f65e"}
.fa-font:before{content:"\f031"}
.fa-font-awesome:before{content:"\f2b4"}
.fa-font-awesome-alt:before{content:"\f35c"}
.fa-font-awesome-flag:before{content:"\f425"}
.fa-font-awesome-logo-full:before{content:"\f4e6"}
.fa-fonticons:before{content:"\f280"}
.fa-fonticons-fi:before{content:"\f3a2"}
.fa-football-ball:before{content:"\f44e"}
.fa-fort-awesome:before{content:"\f286"}
.fa-fort-awesome-alt:before{content:"\f3a3"}
.fa-forumbee:before{content:"\f211"}
.fa-forward:before{content:"\f04e"}
.fa-foursquare:before{content:"\f180"}
.fa-free-code-camp:before{content:"\f2c5"}
.fa-freebsd:before{content:"\f3a4"}
.fa-frog:before{content:"\f52e"}
.fa-frown:before{content:"\f119"}
.fa-frown-open:before{content:"\f57a"}
.fa-fulcrum:before{content:"\f50b"}
.fa-funnel-dollar:before{content:"\f662"}
.fa-futbol:before{content:"\f1e3"}
.fa-galactic-republic:before{content:"\f50c"}
.fa-galactic-senate:before{content:"\f50d"}
.fa-gamepad:before{content:"\f11b"}
.fa-gas-pump:before{content:"\f52f"}
.fa-gavel:before{content:"\f0e3"}
.fa-gem:before{content:"\f3a5"}
.fa-genderless:before{content:"\f22d"}
.fa-get-pocket:before{content:"\f265"}
.fa-gg:before{content:"\f260"}
.fa-gg-circle:before{content:"\f261"}
.fa-ghost:before{content:"\f6e2"}
.fa-gift:before{content:"\f06b"}
.fa-gifts:before{content:"\f79c"}
.fa-git:before{content:"\f1d3"}
.fa-git-alt:before{content:"\f841"}
.fa-git-square:before{content:"\f1d2"}
.fa-github:before{content:"\f09b"}
.fa-github-alt:before{content:"\f113"}
.fa-github-square:before{content:"\f092"}
.fa-gitkraken:before{content:"\f3a6"}
.fa-gitlab:before{content:"\f296"}
.fa-gitter:before{content:"\f426"}
.fa-glass-cheers:before{content:"\f79f"}
.fa-glass-martini:before{content:"\f000"}
.fa-glass-martini-alt:before{content:"\f57b"}
.fa-glass-whiskey:before{content:"\f7a0"}
.fa-glasses:before{content:"\f530"}
.fa-glide:before{content:"\f2a5"}
.fa-glide-g:before{content:"\f2a6"}
.fa-globe:before{content:"\f0ac"}
.fa-globe-africa:before{content:"\f57c"}
.fa-globe-americas:before{content:"\f57d"}
.fa-globe-asia:before{content:"\f57e"}
.fa-globe-europe:before{content:"\f7a2"}
.fa-gofore:before{content:"\f3a7"}
.fa-golf-ball:before{content:"\f450"}
.fa-goodreads:before{content:"\f3a8"}
.fa-goodreads-g:before{content:"\f3a9"}
.fa-google:before{content:"\f1a0"}
.fa-google-drive:before{content:"\f3aa"}
.fa-google-play:before{content:"\f3ab"}
.fa-google-plus:before{content:"\f2b3"}
.fa-google-plus-g:before{content:"\f0d5"}
.fa-google-plus-square:before{content:"\f0d4"}
.fa-google-wallet:before{content:"\f1ee"}
.fa-gopuram:before{content:"\f664"}
.fa-graduation-cap:before{content:"\f19d"}
.fa-gratipay:before{content:"\f184"}
.fa-grav:before{content:"\f2d6"}
.fa-greater-than:before{content:"\f531"}
.fa-greater-than-equal:before{content:"\f532"}
.fa-grimace:before{content:"\f57f"}
.fa-grin:before{content:"\f580"}
.fa-grin-alt:before{content:"\f581"}
.fa-grin-beam:before{content:"\f582"}
.fa-grin-beam-sweat:before{content:"\f583"}
.fa-grin-hearts:before{content:"\f584"}
.fa-grin-squint:before{content:"\f585"}
.fa-grin-squint-tears:before{content:"\f586"}
.fa-grin-stars:before{content:"\f587"}
.fa-grin-tears:before{content:"\f588"}
.fa-grin-tongue:before{content:"\f589"}
.fa-grin-tongue-squint:before{content:"\f58a"}
.fa-grin-tongue-wink:before{content:"\f58b"}
.fa-grin-wink:before{content:"\f58c"}
.fa-grip-horizontal:before{content:"\f58d"}
.fa-grip-lines:before{content:"\f7a4"}
.fa-grip-lines-vertical:before{content:"\f7a5"}
.fa-grip-vertical:before{content:"\f58e"}
.fa-gripfire:before{content:"\f3ac"}
.fa-grunt:before{content:"\f3ad"}
.fa-guitar:before{content:"\f7a6"}
.fa-gulp:before{content:"\f3ae"}
.fa-h-square:before{content:"\f0fd"}
.fa-hacker-news:before{content:"\f1d4"}
.fa-hacker-news-square:before{content:"\f3af"}
.fa-hackerrank:before{content:"\f5f7"}
.fa-hamburger:before{content:"\f805"}
.fa-hammer:before{content:"\f6e3"}
.fa-hamsa:before{content:"\f665"}
.fa-hand-holding:before{content:"\f4bd"}
.fa-hand-holding-heart:before{content:"\f4be"}
.fa-hand-holding-usd:before{content:"\f4c0"}
.fa-hand-lizard:before{content:"\f258"}
.fa-hand-middle-finger:before{content:"\f806"}
.fa-hand-paper:before{content:"\f256"}
.fa-hand-peace:before{content:"\f25b"}
.fa-hand-point-down:before{content:"\f0a7"}
.fa-hand-point-left:before{content:"\f0a5"}
.fa-hand-point-right:before{content:"\f0a4"}
.fa-hand-point-up:before{content:"\f0a6"}
.fa-hand-pointer:before{content:"\f25a"}
.fa-hand-rock:before{content:"\f255"}
.fa-hand-scissors:before{content:"\f257"}
.fa-hand-spock:before{content:"\f259"}
.fa-hands:before{content:"\f4c2"}
.fa-hands-helping:before{content:"\f4c4"}
.fa-handshake:before{content:"\f2b5"}
.fa-hanukiah:before{content:"\f6e6"}
.fa-hard-hat:before{content:"\f807"}
.fa-hashtag:before{content:"\f292"}
.fa-hat-cowboy:before{content:"\f8c0"}
.fa-hat-cowboy-side:before{content:"\f8c1"}
.fa-hat-wizard:before{content:"\f6e8"}
.fa-hdd:before{content:"\f0a0"}
.fa-heading:before{content:"\f1dc"}
.fa-headphones:before{content:"\f025"}
.fa-headphones-alt:before{content:"\f58f"}
.fa-headset:before{content:"\f590"}
.fa-heart:before{content:"\f004"}
.fa-heart-broken:before{content:"\f7a9"}
.fa-heartbeat:before{content:"\f21e"}
.fa-helicopter:before{content:"\f533"}
.fa-highlighter:before{content:"\f591"}
.fa-hiking:before{content:"\f6ec"}
.fa-hippo:before{content:"\f6ed"}
.fa-hips:before{content:"\f452"}
.fa-hire-a-helper:before{content:"\f3b0"}
.fa-history:before{content:"\f1da"}
.fa-hockey-puck:before{content:"\f453"}
.fa-holly-berry:before{content:"\f7aa"}
.fa-home:before{content:"\f015"}
.fa-hooli:before{content:"\f427"}
.fa-hornbill:before{content:"\f592"}
.fa-horse:before{content:"\f6f0"}
.fa-horse-head:before{content:"\f7ab"}
.fa-hospital:before{content:"\f0f8"}
.fa-hospital-alt:before{content:"\f47d"}
.fa-hospital-symbol:before{content:"\f47e"}
.fa-hot-tub:before{content:"\f593"}
.fa-hotdog:before{content:"\f80f"}
.fa-hotel:before{content:"\f594"}
.fa-hotjar:before{content:"\f3b1"}
.fa-hourglass:before{content:"\f254"}
.fa-hourglass-end:before{content:"\f253"}
.fa-hourglass-half:before{content:"\f252"}
.fa-hourglass-start:before{content:"\f251"}
.fa-house-damage:before{content:"\f6f1"}
.fa-houzz:before{content:"\f27c"}
.fa-hryvnia:before{content:"\f6f2"}
.fa-html5:before{content:"\f13b"}
.fa-hubspot:before{content:"\f3b2"}
.fa-i-cursor:before{content:"\f246"}
.fa-ice-cream:before{content:"\f810"}
.fa-icicles:before{content:"\f7ad"}
.fa-icons:before{content:"\f86d"}
.fa-id-badge:before{content:"\f2c1"}
.fa-id-card:before{content:"\f2c2"}
.fa-id-card-alt:before{content:"\f47f"}
.fa-ideal:before{content:"\f913"}
.fa-igloo:before{content:"\f7ae"}
.fa-image:before{content:"\f03e"}
.fa-images:before{content:"\f302"}
.fa-imdb:before{content:"\f2d8"}
.fa-inbox:before{content:"\f01c"}
.fa-indent:before{content:"\f03c"}
.fa-industry:before{content:"\f275"}
.fa-infinity:before{content:"\f534"}
.fa-info:before{content:"\f129"}
.fa-info-circle:before{content:"\f05a"}
.fa-instagram:before{content:"\f16d"}
.fa-instagram-square:before{content:"\f955"}
.fa-intercom:before{content:"\f7af"}
.fa-internet-explorer:before{content:"\f26b"}
.fa-invision:before{content:"\f7b0"}
.fa-ioxhost:before{content:"\f208"}
.fa-italic:before{content:"\f033"}
.fa-itch-io:before{content:"\f83a"}
.fa-itunes:before{content:"\f3b4"}
.fa-itunes-note:before{content:"\f3b5"}
.fa-java:before{content:"\f4e4"}
.fa-jedi:before{content:"\f669"}
.fa-jedi-order:before{content:"\f50e"}
.fa-jenkins:before{content:"\f3b6"}
.fa-jira:before{content:"\f7b1"}
.fa-joget:before{content:"\f3b7"}
.fa-joint:before{content:"\f595"}
.fa-joomla:before{content:"\f1aa"}
.fa-journal-whills:before{content:"\f66a"}
.fa-js:before{content:"\f3b8"}
.fa-js-square:before{content:"\f3b9"}
.fa-jsfiddle:before{content:"\f1cc"}
.fa-kaaba:before{content:"\f66b"}
.fa-kaggle:before{content:"\f5fa"}
.fa-key:before{content:"\f084"}
.fa-keybase:before{content:"\f4f5"}
.fa-keyboard:before{content:"\f11c"}
.fa-keycdn:before{content:"\f3ba"}
.fa-khanda:before{content:"\f66d"}
.fa-kickstarter:before{content:"\f3bb"}
.fa-kickstarter-k:before{content:"\f3bc"}
.fa-kiss:before{content:"\f596"}
.fa-kiss-beam:before{content:"\f597"}
.fa-kiss-wink-heart:before{content:"\f598"}
.fa-kiwi-bird:before{content:"\f535"}
.fa-korvue:before{content:"\f42f"}
.fa-landmark:before{content:"\f66f"}
.fa-language:before{content:"\f1ab"}
.fa-laptop:before{content:"\f109"}
.fa-laptop-code:before{content:"\f5fc"}
.fa-laptop-medical:before{content:"\f812"}
.fa-laravel:before{content:"\f3bd"}
.fa-lastfm:before{content:"\f202"}
.fa-lastfm-square:before{content:"\f203"}
.fa-laugh:before{content:"\f599"}
.fa-laugh-beam:before{content:"\f59a"}
.fa-laugh-squint:before{content:"\f59b"}
.fa-laugh-wink:before{content:"\f59c"}
.fa-layer-group:before{content:"\f5fd"}
.fa-leaf:before{content:"\f06c"}
.fa-leanpub:before{content:"\f212"}
.fa-lemon:before{content:"\f094"}
.fa-less:before{content:"\f41d"}
.fa-less-than:before{content:"\f536"}
.fa-less-than-equal:before{content:"\f537"}
.fa-level-down-alt:before{content:"\f3be"}
.fa-level-up-alt:before{content:"\f3bf"}
.fa-life-ring:before{content:"\f1cd"}
.fa-lightbulb:before{content:"\f0eb"}
.fa-line:before{content:"\f3c0"}
.fa-link:before{content:"\f0c1"}
.fa-linkedin:before{content:"\f08c"}
.fa-linkedin-in:before{content:"\f0e1"}
.fa-linode:before{content:"\f2b8"}
.fa-linux:before{content:"\f17c"}
.fa-lira-sign:before{content:"\f195"}
.fa-list:before{content:"\f03a"}
.fa-list-alt:before{content:"\f022"}
.fa-list-ol:before{content:"\f0cb"}
.fa-list-ul:before{content:"\f0ca"}
.fa-location-arrow:before{content:"\f124"}
.fa-lock:before{content:"\f023"}
.fa-lock-open:before{content:"\f3c1"}
.fa-long-arrow-alt-down:before{content:"\f309"}
.fa-long-arrow-alt-left:before{content:"\f30a"}
.fa-long-arrow-alt-right:before{content:"\f30b"}
.fa-long-arrow-alt-up:before{content:"\f30c"}
.fa-low-vision:before{content:"\f2a8"}
.fa-luggage-cart:before{content:"\f59d"}
.fa-lyft:before{content:"\f3c3"}
.fa-magento:before{content:"\f3c4"}
.fa-magic:before{content:"\f0d0"}
.fa-magnet:before{content:"\f076"}
.fa-mail-bulk:before{content:"\f674"}
.fa-mailchimp:before{content:"\f59e"}
.fa-male:before{content:"\f183"}
.fa-mandalorian:before{content:"\f50f"}
.fa-map:before{content:"\f279"}
.fa-map-marked:before{content:"\f59f"}
.fa-map-marked-alt:before{content:"\f5a0"}
.fa-map-marker:before{content:"\f041"}
.fa-map-marker-alt:before{content:"\f3c5"}
.fa-map-pin:before{content:"\f276"}
.fa-map-signs:before{content:"\f277"}
.fa-markdown:before{content:"\f60f"}
.fa-marker:before{content:"\f5a1"}
.fa-mars:before{content:"\f222"}
.fa-mars-double:before{content:"\f227"}
.fa-mars-stroke:before{content:"\f229"}
.fa-mars-stroke-h:before{content:"\f22b"}
.fa-mars-stroke-v:before{content:"\f22a"}
.fa-mask:before{content:"\f6fa"}
.fa-mastodon:before{content:"\f4f6"}
.fa-maxcdn:before{content:"\f136"}
.fa-mdb:before{content:"\f8ca"}
.fa-medal:before{content:"\f5a2"}
.fa-medapps:before{content:"\f3c6"}
.fa-medium:before{content:"\f23a"}
.fa-medium-m:before{content:"\f3c7"}
.fa-medkit:before{content:"\f0fa"}
.fa-medrt:before{content:"\f3c8"}
.fa-meetup:before{content:"\f2e0"}
.fa-megaport:before{content:"\f5a3"}
.fa-meh:before{content:"\f11a"}
.fa-meh-blank:before{content:"\f5a4"}
.fa-meh-rolling-eyes:before{content:"\f5a5"}
.fa-memory:before{content:"\f538"}
.fa-mendeley:before{content:"\f7b3"}
.fa-menorah:before{content:"\f676"}
.fa-mercury:before{content:"\f223"}
.fa-meteor:before{content:"\f753"}
.fa-microblog:before{content:"\f91a"}
.fa-microchip:before{content:"\f2db"}
.fa-microphone:before{content:"\f130"}
.fa-microphone-alt:before{content:"\f3c9"}
.fa-microphone-alt-slash:before{content:"\f539"}
.fa-microphone-slash:before{content:"\f131"}
.fa-microscope:before{content:"\f610"}
.fa-microsoft:before{content:"\f3ca"}
.fa-minus:before{content:"\f068"}
.fa-minus-circle:before{content:"\f056"}
.fa-minus-square:before{content:"\f146"}
.fa-mitten:before{content:"\f7b5"}
.fa-mix:before{content:"\f3cb"}
.fa-mixcloud:before{content:"\f289"}
.fa-mixer:before{content:"\f956"}
.fa-mizuni:before{content:"\f3cc"}
.fa-mobile:before{content:"\f10b"}
.fa-mobile-alt:before{content:"\f3cd"}
.fa-modx:before{content:"\f285"}
.fa-monero:before{content:"\f3d0"}
.fa-money-bill:before{content:"\f0d6"}
.fa-money-bill-alt:before{content:"\f3d1"}
.fa-money-bill-wave:before{content:"\f53a"}
.fa-money-bill-wave-alt:before{content:"\f53b"}
.fa-money-check:before{content:"\f53c"}
.fa-money-check-alt:before{content:"\f53d"}
.fa-monument:before{content:"\f5a6"}
.fa-moon:before{content:"\f186"}
.fa-mortar-pestle:before{content:"\f5a7"}
.fa-mosque:before{content:"\f678"}
.fa-motorcycle:before{content:"\f21c"}
.fa-mountain:before{content:"\f6fc"}
.fa-mouse:before{content:"\f8cc"}
.fa-mouse-pointer:before{content:"\f245"}
.fa-mug-hot:before{content:"\f7b6"}
.fa-music:before{content:"\f001"}
.fa-napster:before{content:"\f3d2"}
.fa-neos:before{content:"\f612"}
.fa-network-wired:before{content:"\f6ff"}
.fa-neuter:before{content:"\f22c"}
.fa-newspaper:before{content:"\f1ea"}
.fa-nimblr:before{content:"\f5a8"}
.fa-node:before{content:"\f419"}
.fa-node-js:before{content:"\f3d3"}
.fa-not-equal:before{content:"\f53e"}
.fa-notes-medical:before{content:"\f481"}
.fa-npm:before{content:"\f3d4"}
.fa-ns8:before{content:"\f3d5"}
.fa-nutritionix:before{content:"\f3d6"}
.fa-object-group:before{content:"\f247"}
.fa-object-ungroup:before{content:"\f248"}
.fa-odnoklassniki:before{content:"\f263"}
.fa-odnoklassniki-square:before{content:"\f264"}
.fa-oil-can:before{content:"\f613"}
.fa-old-republic:before{content:"\f510"}
.fa-om:before{content:"\f679"}
.fa-opencart:before{content:"\f23d"}
.fa-openid:before{content:"\f19b"}
.fa-opera:before{content:"\f26a"}
.fa-optin-monster:before{content:"\f23c"}
.fa-orcid:before{content:"\f8d2"}
.fa-osi:before{content:"\f41a"}
.fa-otter:before{content:"\f700"}
.fa-outdent:before{content:"\f03b"}
.fa-page4:before{content:"\f3d7"}
.fa-pagelines:before{content:"\f18c"}
.fa-pager:before{content:"\f815"}
.fa-paint-brush:before{content:"\f1fc"}
.fa-paint-roller:before{content:"\f5aa"}
.fa-palette:before{content:"\f53f"}
.fa-palfed:before{content:"\f3d8"}
.fa-pallet:before{content:"\f482"}
.fa-paper-plane:before{content:"\f1d8"}
.fa-paperclip:before{content:"\f0c6"}
.fa-parachute-box:before{content:"\f4cd"}
.fa-paragraph:before{content:"\f1dd"}
.fa-parking:before{content:"\f540"}
.fa-passport:before{content:"\f5ab"}
.fa-pastafarianism:before{content:"\f67b"}
.fa-paste:before{content:"\f0ea"}
.fa-patreon:before{content:"\f3d9"}
.fa-pause:before{content:"\f04c"}
.fa-pause-circle:before{content:"\f28b"}
.fa-paw:before{content:"\f1b0"}
.fa-paypal:before{content:"\f1ed"}
.fa-peace:before{content:"\f67c"}
.fa-pen:before{content:"\f304"}
.fa-pen-alt:before{content:"\f305"}
.fa-pen-fancy:before{content:"\f5ac"}
.fa-pen-nib:before{content:"\f5ad"}
.fa-pen-square:before{content:"\f14b"}
.fa-pencil-alt:before{content:"\f303"}
.fa-pencil-ruler:before{content:"\f5ae"}
.fa-penny-arcade:before{content:"\f704"}
.fa-people-carry:before{content:"\f4ce"}
.fa-pepper-hot:before{content:"\f816"}
.fa-percent:before{content:"\f295"}
.fa-percentage:before{content:"\f541"}
.fa-periscope:before{content:"\f3da"}
.fa-person-booth:before{content:"\f756"}
.fa-phabricator:before{content:"\f3db"}
.fa-phoenix-framework:before{content:"\f3dc"}
.fa-phoenix-squadron:before{content:"\f511"}
.fa-phone:before{content:"\f095"}
.fa-phone-alt:before{content:"\f879"}
.fa-phone-slash:before{content:"\f3dd"}
.fa-phone-square:before{content:"\f098"}
.fa-phone-square-alt:before{content:"\f87b"}
.fa-phone-volume:before{content:"\f2a0"}
.fa-photo-video:before{content:"\f87c"}
.fa-php:before{content:"\f457"}
.fa-pied-piper:before{content:"\f2ae"}
.fa-pied-piper-alt:before{content:"\f1a8"}
.fa-pied-piper-hat:before{content:"\f4e5"}
.fa-pied-piper-pp:before{content:"\f1a7"}
.fa-pied-piper-square:before{content:"\f91e"}
.fa-piggy-bank:before{content:"\f4d3"}
.fa-pills:before{content:"\f484"}
.fa-pinterest:before{content:"\f0d2"}
.fa-pinterest-p:before{content:"\f231"}
.fa-pinterest-square:before{content:"\f0d3"}
.fa-pizza-slice:before{content:"\f818"}
.fa-place-of-worship:before{content:"\f67f"}
.fa-plane:before{content:"\f072"}
.fa-plane-arrival:before{content:"\f5af"}
.fa-plane-departure:before{content:"\f5b0"}
.fa-play:before{content:"\f04b"}
.fa-play-circle:before{content:"\f144"}
.fa-playstation:before{content:"\f3df"}
.fa-plug:before{content:"\f1e6"}
.fa-plus:before{content:"\f067"}
.fa-plus-circle:before{content:"\f055"}
.fa-plus-square:before{content:"\f0fe"}
.fa-podcast:before{content:"\f2ce"}
.fa-poll:before{content:"\f681"}
.fa-poll-h:before{content:"\f682"}
.fa-poo:before{content:"\f2fe"}
.fa-poo-storm:before{content:"\f75a"}
.fa-poop:before{content:"\f619"}
.fa-portrait:before{content:"\f3e0"}
.fa-pound-sign:before{content:"\f154"}
.fa-power-off:before{content:"\f011"}
.fa-pray:before{content:"\f683"}
.fa-praying-hands:before{content:"\f684"}
.fa-prescription:before{content:"\f5b1"}
.fa-prescription-bottle:before{content:"\f485"}
.fa-prescription-bottle-alt:before{content:"\f486"}
.fa-print:before{content:"\f02f"}
.fa-procedures:before{content:"\f487"}
.fa-product-hunt:before{content:"\f288"}
.fa-project-diagram:before{content:"\f542"}
.fa-pushed:before{content:"\f3e1"}
.fa-puzzle-piece:before{content:"\f12e"}
.fa-python:before{content:"\f3e2"}
.fa-qq:before{content:"\f1d6"}
.fa-qrcode:before{content:"\f029"}
.fa-question:before{content:"\f128"}
.fa-question-circle:before{content:"\f059"}
.fa-quidditch:before{content:"\f458"}
.fa-quinscape:before{content:"\f459"}
.fa-quora:before{content:"\f2c4"}
.fa-quote-left:before{content:"\f10d"}
.fa-quote-right:before{content:"\f10e"}
.fa-quran:before{content:"\f687"}
.fa-r-project:before{content:"\f4f7"}
.fa-radiation:before{content:"\f7b9"}
.fa-radiation-alt:before{content:"\f7ba"}
.fa-rainbow:before{content:"\f75b"}
.fa-random:before{content:"\f074"}
.fa-raspberry-pi:before{content:"\f7bb"}
.fa-ravelry:before{content:"\f2d9"}
.fa-react:before{content:"\f41b"}
.fa-reacteurope:before{content:"\f75d"}
.fa-readme:before{content:"\f4d5"}
.fa-rebel:before{content:"\f1d0"}
.fa-receipt:before{content:"\f543"}
.fa-record-vinyl:before{content:"\f8d9"}
.fa-recycle:before{content:"\f1b8"}
.fa-red-river:before{content:"\f3e3"}
.fa-reddit:before{content:"\f1a1"}
.fa-reddit-alien:before{content:"\f281"}
.fa-reddit-square:before{content:"\f1a2"}
.fa-redhat:before{content:"\f7bc"}
.fa-redo:before{content:"\f01e"}
.fa-redo-alt:before{content:"\f2f9"}
.fa-registered:before{content:"\f25d"}
.fa-remove-format:before{content:"\f87d"}
.fa-renren:before{content:"\f18b"}
.fa-reply:before{content:"\f3e5"}
.fa-reply-all:before{content:"\f122"}
.fa-replyd:before{content:"\f3e6"}
.fa-republican:before{content:"\f75e"}
.fa-researchgate:before{content:"\f4f8"}
.fa-resolving:before{content:"\f3e7"}
.fa-restroom:before{content:"\f7bd"}
.fa-retweet:before{content:"\f079"}
.fa-rev:before{content:"\f5b2"}
.fa-ribbon:before{content:"\f4d6"}
.fa-ring:before{content:"\f70b"}
.fa-road:before{content:"\f018"}
.fa-robot:before{content:"\f544"}
.fa-rocket:before{content:"\f135"}
.fa-rocketchat:before{content:"\f3e8"}
.fa-rockrms:before{content:"\f3e9"}
.fa-route:before{content:"\f4d7"}
.fa-rss:before{content:"\f09e"}
.fa-rss-square:before{content:"\f143"}
.fa-ruble-sign:before{content:"\f158"}
.fa-ruler:before{content:"\f545"}
.fa-ruler-combined:before{content:"\f546"}
.fa-ruler-horizontal:before{content:"\f547"}
.fa-ruler-vertical:before{content:"\f548"}
.fa-running:before{content:"\f70c"}
.fa-rupee-sign:before{content:"\f156"}
.fa-sad-cry:before{content:"\f5b3"}
.fa-sad-tear:before{content:"\f5b4"}
.fa-safari:before{content:"\f267"}
.fa-salesforce:before{content:"\f83b"}
.fa-sass:before{content:"\f41e"}
.fa-satellite:before{content:"\f7bf"}
.fa-satellite-dish:before{content:"\f7c0"}
.fa-save:before{content:"\f0c7"}
.fa-schlix:before{content:"\f3ea"}
.fa-school:before{content:"\f549"}
.fa-screwdriver:before{content:"\f54a"}
.fa-scribd:before{content:"\f28a"}
.fa-scroll:before{content:"\f70e"}
.fa-sd-card:before{content:"\f7c2"}
.fa-search:before{content:"\f002"}
.fa-search-dollar:before{content:"\f688"}
.fa-search-location:before{content:"\f689"}
.fa-search-minus:before{content:"\f010"}
.fa-search-plus:before{content:"\f00e"}
.fa-searchengin:before{content:"\f3eb"}
.fa-seedling:before{content:"\f4d8"}
.fa-sellcast:before{content:"\f2da"}
.fa-sellsy:before{content:"\f213"}
.fa-server:before{content:"\f233"}
.fa-servicestack:before{content:"\f3ec"}
.fa-shapes:before{content:"\f61f"}
.fa-share:before{content:"\f064"}
.fa-share-alt:before{content:"\f1e0"}
.fa-share-alt-square:before{content:"\f1e1"}
.fa-share-square:before{content:"\f14d"}
.fa-shekel-sign:before{content:"\f20b"}
.fa-shield-alt:before{content:"\f3ed"}
.fa-ship:before{content:"\f21a"}
.fa-shipping-fast:before{content:"\f48b"}
.fa-shirtsinbulk:before{content:"\f214"}
.fa-shoe-prints:before{content:"\f54b"}
.fa-shopify:before{content:"\f957"}
.fa-shopping-bag:before{content:"\f290"}
.fa-shopping-basket:before{content:"\f291"}
.fa-shopping-cart:before{content:"\f07a"}
.fa-shopware:before{content:"\f5b5"}
.fa-shower:before{content:"\f2cc"}
.fa-shuttle-van:before{content:"\f5b6"}
.fa-sign:before{content:"\f4d9"}
.fa-sign-in-alt:before{content:"\f2f6"}
.fa-sign-language:before{content:"\f2a7"}
.fa-sign-out-alt:before{content:"\f2f5"}
.fa-signal:before{content:"\f012"}
.fa-signature:before{content:"\f5b7"}
.fa-sim-card:before{content:"\f7c4"}
.fa-simplybuilt:before{content:"\f215"}
.fa-sistrix:before{content:"\f3ee"}
.fa-sitemap:before{content:"\f0e8"}
.fa-sith:before{content:"\f512"}
.fa-skating:before{content:"\f7c5"}
.fa-sketch:before{content:"\f7c6"}
.fa-skiing:before{content:"\f7c9"}
.fa-skiing-nordic:before{content:"\f7ca"}
.fa-skull:before{content:"\f54c"}
.fa-skull-crossbones:before{content:"\f714"}
.fa-skyatlas:before{content:"\f216"}
.fa-skype:before{content:"\f17e"}
.fa-slack:before{content:"\f198"}
.fa-slack-hash:before{content:"\f3ef"}
.fa-slash:before{content:"\f715"}
.fa-sleigh:before{content:"\f7cc"}
.fa-sliders-h:before{content:"\f1de"}
.fa-slideshare:before{content:"\f1e7"}
.fa-smile:before{content:"\f118"}
.fa-smile-beam:before{content:"\f5b8"}
.fa-smile-wink:before{content:"\f4da"}
.fa-smog:before{content:"\f75f"}
.fa-smoking:before{content:"\f48d"}
.fa-smoking-ban:before{content:"\f54d"}
.fa-sms:before{content:"\f7cd"}
.fa-snapchat:before{content:"\f2ab"}
.fa-snapchat-ghost:before{content:"\f2ac"}
.fa-snapchat-square:before{content:"\f2ad"}
.fa-snowboarding:before{content:"\f7ce"}
.fa-snowflake:before{content:"\f2dc"}
.fa-snowman:before{content:"\f7d0"}
.fa-snowplow:before{content:"\f7d2"}
.fa-socks:before{content:"\f696"}
.fa-solar-panel:before{content:"\f5ba"}
.fa-sort:before{content:"\f0dc"}
.fa-sort-alpha-down:before{content:"\f15d"}
.fa-sort-alpha-down-alt:before{content:"\f881"}
.fa-sort-alpha-up:before{content:"\f15e"}
.fa-sort-alpha-up-alt:before{content:"\f882"}
.fa-sort-amount-down:before{content:"\f160"}
.fa-sort-amount-down-alt:before{content:"\f884"}
.fa-sort-amount-up:before{content:"\f161"}
.fa-sort-amount-up-alt:before{content:"\f885"}
.fa-sort-down:before{content:"\f0dd"}
.fa-sort-numeric-down:before{content:"\f162"}
.fa-sort-numeric-down-alt:before{content:"\f886"}
.fa-sort-numeric-up:before{content:"\f163"}
.fa-sort-numeric-up-alt:before{content:"\f887"}
.fa-sort-up:before{content:"\f0de"}
.fa-soundcloud:before{content:"\f1be"}
.fa-sourcetree:before{content:"\f7d3"}
.fa-spa:before{content:"\f5bb"}
.fa-space-shuttle:before{content:"\f197"}
.fa-speakap:before{content:"\f3f3"}
.fa-speaker-deck:before{content:"\f83c"}
.fa-spell-check:before{content:"\f891"}
.fa-spider:before{content:"\f717"}
.fa-spinner:before{content:"\f110"}
.fa-splotch:before{content:"\f5bc"}
.fa-spotify:before{content:"\f1bc"}
.fa-spray-can:before{content:"\f5bd"}
.fa-square:before{content:"\f0c8"}
.fa-square-full:before{content:"\f45c"}
.fa-square-root-alt:before{content:"\f698"}
.fa-squarespace:before{content:"\f5be"}
.fa-stack-exchange:before{content:"\f18d"}
.fa-stack-overflow:before{content:"\f16c"}
.fa-stackpath:before{content:"\f842"}
.fa-stamp:before{content:"\f5bf"}
.fa-star:before{content:"\f005"}
.fa-star-and-crescent:before{content:"\f699"}
.fa-star-half:before{content:"\f089"}
.fa-star-half-alt:before{content:"\f5c0"}
.fa-star-of-david:before{content:"\f69a"}
.fa-star-of-life:before{content:"\f621"}
.fa-staylinked:before{content:"\f3f5"}
.fa-steam:before{content:"\f1b6"}
.fa-steam-square:before{content:"\f1b7"}
.fa-steam-symbol:before{content:"\f3f6"}
.fa-step-backward:before{content:"\f048"}
.fa-step-forward:before{content:"\f051"}
.fa-stethoscope:before{content:"\f0f1"}
.fa-sticker-mule:before{content:"\f3f7"}
.fa-sticky-note:before{content:"\f249"}
.fa-stop:before{content:"\f04d"}
.fa-stop-circle:before{content:"\f28d"}
.fa-stopwatch:before{content:"\f2f2"}
.fa-store:before{content:"\f54e"}
.fa-store-alt:before{content:"\f54f"}
.fa-strava:before{content:"\f428"}
.fa-stream:before{content:"\f550"}
.fa-street-view:before{content:"\f21d"}
.fa-strikethrough:before{content:"\f0cc"}
.fa-stripe:before{content:"\f429"}
.fa-stripe-s:before{content:"\f42a"}
.fa-stroopwafel:before{content:"\f551"}
.fa-studiovinari:before{content:"\f3f8"}
.fa-stumbleupon:before{content:"\f1a4"}
.fa-stumbleupon-circle:before{content:"\f1a3"}
.fa-subscript:before{content:"\f12c"}
.fa-subway:before{content:"\f239"}
.fa-suitcase:before{content:"\f0f2"}
.fa-suitcase-rolling:before{content:"\f5c1"}
.fa-sun:before{content:"\f185"}
.fa-superpowers:before{content:"\f2dd"}
.fa-superscript:before{content:"\f12b"}
.fa-supple:before{content:"\f3f9"}
.fa-surprise:before{content:"\f5c2"}
.fa-suse:before{content:"\f7d6"}
.fa-swatchbook:before{content:"\f5c3"}
.fa-swift:before{content:"\f8e1"}
.fa-swimmer:before{content:"\f5c4"}
.fa-swimming-pool:before{content:"\f5c5"}
.fa-symfony:before{content:"\f83d"}
.fa-synagogue:before{content:"\f69b"}
.fa-sync:before{content:"\f021"}
.fa-sync-alt:before{content:"\f2f1"}
.fa-syringe:before{content:"\f48e"}
.fa-table:before{content:"\f0ce"}
.fa-table-tennis:before{content:"\f45d"}
.fa-tablet:before{content:"\f10a"}
.fa-tablet-alt:before{content:"\f3fa"}
.fa-tablets:before{content:"\f490"}
.fa-tachometer-alt:before{content:"\f3fd"}
.fa-tag:before{content:"\f02b"}
.fa-tags:before{content:"\f02c"}
.fa-tape:before{content:"\f4db"}
.fa-tasks:before{content:"\f0ae"}
.fa-taxi:before{content:"\f1ba"}
.fa-teamspeak:before{content:"\f4f9"}
.fa-teeth:before{content:"\f62e"}
.fa-teeth-open:before{content:"\f62f"}
.fa-telegram:before{content:"\f2c6"}
.fa-telegram-plane:before{content:"\f3fe"}
.fa-temperature-high:before{content:"\f769"}
.fa-temperature-low:before{content:"\f76b"}
.fa-tencent-weibo:before{content:"\f1d5"}
.fa-tenge:before{content:"\f7d7"}
.fa-terminal:before{content:"\f120"}
.fa-text-height:before{content:"\f034"}
.fa-text-width:before{content:"\f035"}
.fa-th:before{content:"\f00a"}
.fa-th-large:before{content:"\f009"}
.fa-th-list:before{content:"\f00b"}
.fa-the-red-yeti:before{content:"\f69d"}
.fa-theater-masks:before{content:"\f630"}
.fa-themeco:before{content:"\f5c6"}
.fa-themeisle:before{content:"\f2b2"}
.fa-thermometer:before{content:"\f491"}
.fa-thermometer-empty:before{content:"\f2cb"}
.fa-thermometer-full:before{content:"\f2c7"}
.fa-thermometer-half:before{content:"\f2c9"}
.fa-thermometer-quarter:before{content:"\f2ca"}
.fa-thermometer-three-quarters:before{content:"\f2c8"}
.fa-think-peaks:before{content:"\f731"}
.fa-thumbs-down:before{content:"\f165"}
.fa-thumbs-up:before{content:"\f164"}
.fa-thumbtack:before{content:"\f08d"}
.fa-ticket-alt:before{content:"\f3ff"}
.fa-times:before{content:"\f00d"}
.fa-times-circle:before{content:"\f057"}
.fa-tint:before{content:"\f043"}
.fa-tint-slash:before{content:"\f5c7"}
.fa-tired:before{content:"\f5c8"}
.fa-toggle-off:before{content:"\f204"}
.fa-toggle-on:before{content:"\f205"}
.fa-toilet:before{content:"\f7d8"}
.fa-toilet-paper:before{content:"\f71e"}
.fa-toolbox:before{content:"\f552"}
.fa-tools:before{content:"\f7d9"}
.fa-tooth:before{content:"\f5c9"}
.fa-torah:before{content:"\f6a0"}
.fa-torii-gate:before{content:"\f6a1"}
.fa-tractor:before{content:"\f722"}
.fa-trade-federation:before{content:"\f513"}
.fa-trademark:before{content:"\f25c"}
.fa-traffic-light:before{content:"\f637"}
.fa-trailer:before{content:"\f941"}
.fa-train:before{content:"\f238"}
.fa-tram:before{content:"\f7da"}
.fa-transgender:before{content:"\f224"}
.fa-transgender-alt:before{content:"\f225"}
.fa-trash:before{content:"\f1f8"}
.fa-trash-alt:before{content:"\f2ed"}
.fa-trash-restore:before{content:"\f829"}
.fa-trash-restore-alt:before{content:"\f82a"}
.fa-tree:before{content:"\f1bb"}
.fa-trello:before{content:"\f181"}
.fa-tripadvisor:before{content:"\f262"}
.fa-trophy:before{content:"\f091"}
.fa-truck:before{content:"\f0d1"}
.fa-truck-loading:before{content:"\f4de"}
.fa-truck-monster:before{content:"\f63b"}
.fa-truck-moving:before{content:"\f4df"}
.fa-truck-pickup:before{content:"\f63c"}
.fa-tshirt:before{content:"\f553"}
.fa-tty:before{content:"\f1e4"}
.fa-tumblr:before{content:"\f173"}
.fa-tumblr-square:before{content:"\f174"}
.fa-tv:before{content:"\f26c"}
.fa-twitch:before{content:"\f1e8"}
.fa-twitter:before{content:"\f099"}
.fa-twitter-square:before{content:"\f081"}
.fa-typo3:before{content:"\f42b"}
.fa-uber:before{content:"\f402"}
.fa-ubuntu:before{content:"\f7df"}
.fa-uikit:before{content:"\f403"}
.fa-umbraco:before{content:"\f8e8"}
.fa-umbrella:before{content:"\f0e9"}
.fa-umbrella-beach:before{content:"\f5ca"}
.fa-underline:before{content:"\f0cd"}
.fa-undo:before{content:"\f0e2"}
.fa-undo-alt:before{content:"\f2ea"}
.fa-uniregistry:before{content:"\f404"}
.fa-unity:before{content:"\f949"}
.fa-universal-access:before{content:"\f29a"}
.fa-university:before{content:"\f19c"}
.fa-unlink:before{content:"\f127"}
.fa-unlock:before{content:"\f09c"}
.fa-unlock-alt:before{content:"\f13e"}
.fa-untappd:before{content:"\f405"}
.fa-upload:before{content:"\f093"}
.fa-ups:before{content:"\f7e0"}
.fa-usb:before{content:"\f287"}
.fa-user:before{content:"\f007"}
.fa-user-alt:before{content:"\f406"}
.fa-user-alt-slash:before{content:"\f4fa"}
.fa-user-astronaut:before{content:"\f4fb"}
.fa-user-check:before{content:"\f4fc"}
.fa-user-circle:before{content:"\f2bd"}
.fa-user-clock:before{content:"\f4fd"}
.fa-user-cog:before{content:"\f4fe"}
.fa-user-edit:before{content:"\f4ff"}
.fa-user-friends:before{content:"\f500"}
.fa-user-graduate:before{content:"\f501"}
.fa-user-injured:before{content:"\f728"}
.fa-user-lock:before{content:"\f502"}
.fa-user-md:before{content:"\f0f0"}
.fa-user-minus:before{content:"\f503"}
.fa-user-ninja:before{content:"\f504"}
.fa-user-nurse:before{content:"\f82f"}
.fa-user-plus:before{content:"\f234"}
.fa-user-secret:before{content:"\f21b"}
.fa-user-shield:before{content:"\f505"}
.fa-user-slash:before{content:"\f506"}
.fa-user-tag:before{content:"\f507"}
.fa-user-tie:before{content:"\f508"}
.fa-user-times:before{content:"\f235"}
.fa-users:before{content:"\f0c0"}
.fa-users-cog:before{content:"\f509"}
.fa-usps:before{content:"\f7e1"}
.fa-ussunnah:before{content:"\f407"}
.fa-utensil-spoon:before{content:"\f2e5"}
.fa-utensils:before{content:"\f2e7"}
.fa-vaadin:before{content:"\f408"}
.fa-vector-square:before{content:"\f5cb"}
.fa-venus:before{content:"\f221"}
.fa-venus-double:before{content:"\f226"}
.fa-venus-mars:before{content:"\f228"}
.fa-viacoin:before{content:"\f237"}
.fa-viadeo:before{content:"\f2a9"}
.fa-viadeo-square:before{content:"\f2aa"}
.fa-vial:before{content:"\f492"}
.fa-vials:before{content:"\f493"}
.fa-viber:before{content:"\f409"}
.fa-video:before{content:"\f03d"}
.fa-video-slash:before{content:"\f4e2"}
.fa-vihara:before{content:"\f6a7"}
.fa-vimeo:before{content:"\f40a"}
.fa-vimeo-square:before{content:"\f194"}
.fa-vimeo-v:before{content:"\f27d"}
.fa-vine:before{content:"\f1ca"}
.fa-vk:before{content:"\f189"}
.fa-vnv:before{content:"\f40b"}
.fa-voicemail:before{content:"\f897"}
.fa-volleyball-ball:before{content:"\f45f"}
.fa-volume-down:before{content:"\f027"}
.fa-volume-mute:before{content:"\f6a9"}
.fa-volume-off:before{content:"\f026"}
.fa-volume-up:before{content:"\f028"}
.fa-vote-yea:before{content:"\f772"}
.fa-vr-cardboard:before{content:"\f729"}
.fa-vuejs:before{content:"\f41f"}
.fa-walking:before{content:"\f554"}
.fa-wallet:before{content:"\f555"}
.fa-warehouse:before{content:"\f494"}
.fa-water:before{content:"\f773"}
.fa-wave-square:before{content:"\f83e"}
.fa-waze:before{content:"\f83f"}
.fa-weebly:before{content:"\f5cc"}
.fa-weibo:before{content:"\f18a"}
.fa-weight:before{content:"\f496"}
.fa-weight-hanging:before{content:"\f5cd"}
.fa-weixin:before{content:"\f1d7"}
.fa-whatsapp:before{content:"\f232"}
.fa-whatsapp-square:before{content:"\f40c"}
.fa-wheelchair:before{content:"\f193"}
.fa-whmcs:before{content:"\f40d"}
.fa-wifi:before{content:"\f1eb"}
.fa-wikipedia-w:before{content:"\f266"}
.fa-wind:before{content:"\f72e"}
.fa-window-close:before{content:"\f410"}
.fa-window-maximize:before{content:"\f2d0"}
.fa-window-minimize:before{content:"\f2d1"}
.fa-window-restore:before{content:"\f2d2"}
.fa-windows:before{content:"\f17a"}
.fa-wine-bottle:before{content:"\f72f"}
.fa-wine-glass:before{content:"\f4e3"}
.fa-wine-glass-alt:before{content:"\f5ce"}
.fa-wix:before{content:"\f5cf"}
.fa-wizards-of-the-coast:before{content:"\f730"}
.fa-wolf-pack-battalion:before{content:"\f514"}
.fa-won-sign:before{content:"\f159"}
.fa-wordpress:before{content:"\f19a"}
.fa-wordpress-simple:before{content:"\f411"}
.fa-wpbeginner:before{content:"\f297"}
.fa-wpexplorer:before{content:"\f2de"}
.fa-wpforms:before{content:"\f298"}
.fa-wpressr:before{content:"\f3e4"}
.fa-wrench:before{content:"\f0ad"}
.fa-x-ray:before{content:"\f497"}
.fa-xbox:before{content:"\f412"}
.fa-xing:before{content:"\f168"}
.fa-xing-square:before{content:"\f169"}
.fa-y-combinator:before{content:"\f23b"}
.fa-yahoo:before{content:"\f19e"}
.fa-yammer:before{content:"\f840"}
.fa-yandex:before{content:"\f413"}
.fa-yandex-international:before{content:"\f414"}
.fa-yarn:before{content:"\f7e3"}
.fa-yelp:before{content:"\f1e9"}
.fa-yen-sign:before{content:"\f157"}
.fa-yin-yang:before{content:"\f6ad"}
.fa-yoast:before{content:"\f2b1"}
.fa-youtube:before{content:"\f167"}
.fa-youtube-square:before{content:"\f431"}
.fa-zhihu:before{content:"\f63f"}
.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:auto;src:url('fa-brands-400.57dcda6f368ea90179f7.eot');src:url('fa-brands-400.57dcda6f368ea90179f7.eot?#iefix') format("embedded-opentype"),url('fa-brands-400.067595ad77ecc0db9c81.woff2') format("woff2"),url('fa-brands-400.b564da88bbf0c4aa446f.woff') format("woff"),url('fa-brands-400.9ec698d1a597bff5df33.ttf') format("truetype"),url('fa-brands-400.9d67fa1429375bd2a899.svg#fontawesome') format("svg")}
.fab{font-family:"Font Awesome 5 Brands"}
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url('fa-regular-400.3351f435b3c9037fd88a.eot');src:url('fa-regular-400.3351f435b3c9037fd88a.eot?#iefix') format("embedded-opentype"),url('fa-regular-400.4165c2688309cbfb1b87.woff2') format("woff2"),url('fa-regular-400.73cf49a2232c06c920b7.woff') format("woff"),url('fa-regular-400.a0e3ac82940c1998c597.ttf') format("truetype"),url('fa-regular-400.5d0861781aeef6c82fda.svg#fontawesome') format("svg")}
.fab,.far{font-weight:400}
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url('fa-solid-900.89e02bae13c9131c7468.eot');src:url('fa-solid-900.89e02bae13c9131c7468.eot?#iefix') format("embedded-opentype"),url('fa-solid-900.55eb2a60e8181f0e68b5.woff2') format("woff2"),url('fa-solid-900.cdfec5cf5e9840889790.woff') format("woff"),url('fa-solid-900.75f38a159982b6bd1704.ttf') format("truetype"),url('fa-solid-900.0724bb8b89ab6b8b9b7d.svg#fontawesome') format("svg")}
.fa,.far,.fas{font-family:"Font Awesome 5 Free"}
.fa,.fas{font-weight:900}
/* @import url("https://formio.github.io/formio.js/dist/formio.full.min.css"); */
@charset "UTF-8";
.choices{position:relative;margin-bottom:24px;font-size:16px}
.choices:focus{outline:0}
.choices:last-child{margin-bottom:0}
.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none}
.choices.is-disabled .choices__item{cursor:not-allowed}
.choices [hidden]{display:none!important}
.choices[data-type*=select-one]{cursor:pointer}
.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}
.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}
.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.5}
.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}
.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}
.choices[data-type*=select-one] .choices__item[data-value=''] .choices__button{display:none}
.choices[data-type*=select-one]:after{content:'';height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}
.choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333;margin-top:-7.5px}
.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}
.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}
.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}
.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}
.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}
.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}
.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}
.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}
.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}
.choices__list{margin:0;padding-left:0;list-style:none}
.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}
[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}
.choices__list--single .choices__item{width:100%}
.choices__list--multiple{display:inline}
.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;box-sizing:border-box}
.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}
[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}
.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}
.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}
.choices__list--dropdown{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}
.choices__list--dropdown.is-active{visibility:visible}
.is-open .choices__list--dropdown{border-color:#b7b7b7}
.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}
.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}
.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}
[dir=rtl] .choices__list--dropdown .choices__item{text-align:right}
@media (min-width:640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}
.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:.5}
.choices__item{cursor:default}
.choices__item--selectable{cursor:pointer}
.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none;opacity:.5}
.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}
.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}
.choices__button:focus,.choices__input:focus{outline:0}
.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}
[dir=rtl] .choices__input{padding-right:2px;padding-left:0}
.choices__placeholder{opacity:.5}
dialog{position:absolute;left:0;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;margin:auto;border:solid;padding:1em;background:#fff;color:#000;display:block}
dialog:not([open]){display:none}
dialog+.backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.1)}
._dialog_overlay{position:fixed;top:0;right:0;bottom:0;left:0}
dialog.fixed{position:fixed;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}
.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80)}
.gu-hide{display:none!important}
.gu-unselectable{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}
.gu-transit{opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";filter:alpha(opacity=20)}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face{font-family:FontAwesome;src:url('fontawesome-webfont.674f50d287a8c48dc19b.eot?v=4.7.0');src:url('fontawesome-webfont.674f50d287a8c48dc19b.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fontawesome-webfont.af7ae505a9eed503f8b8.woff2?v=4.7.0') format('woff2'),url('fontawesome-webfont.fee66e712a8a08eef580.woff?v=4.7.0') format('woff'),url('fontawesome-webfont.b06871f281fee6b241d6.ttf?v=4.7.0') format('truetype'),url('fontawesome-webfont.912ec66d7572ff821749.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:400;font-style:normal}
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}
.fa-2x{font-size:2em}
.fa-3x{font-size:3em}
.fa-4x{font-size:4em}
.fa-5x{font-size:5em}
.fa-fw{width:1.28571429em;text-align:center}
.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}
.fa-ul>li{position:relative}
.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}
.fa-li.fa-lg{left:-1.85714286em}
.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}
.fa-pull-left{float:left}
.fa-pull-right{float:right}
.fa.fa-pull-left{margin-right:.3em}
.fa.fa-pull-right{margin-left:.3em}
.pull-right{float:right}
.pull-left{float:left}
.fa.pull-left{margin-right:.3em}
.fa.pull-right{margin-left:.3em}
.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}
.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}
@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}
.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}
.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);transform:scale(-1,1)}
.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);transform:scale(1,-1)}
:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}
.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}
.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}
.fa-stack-1x{line-height:inherit}
.fa-stack-2x{font-size:2em}
.fa-inverse{color:#fff}
.fa-glass:before{content:"\f000"}
.fa-music:before{content:"\f001"}
.fa-search:before{content:"\f002"}
.fa-envelope-o:before{content:"\f003"}
.fa-heart:before{content:"\f004"}
.fa-star:before{content:"\f005"}
.fa-star-o:before{content:"\f006"}
.fa-user:before{content:"\f007"}
.fa-film:before{content:"\f008"}
.fa-th-large:before{content:"\f009"}
.fa-th:before{content:"\f00a"}
.fa-th-list:before{content:"\f00b"}
.fa-check:before{content:"\f00c"}
.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}
.fa-search-plus:before{content:"\f00e"}
.fa-search-minus:before{content:"\f010"}
.fa-power-off:before{content:"\f011"}
.fa-signal:before{content:"\f012"}
.fa-cog:before,.fa-gear:before{content:"\f013"}
.fa-trash-o:before{content:"\f014"}
.fa-home:before{content:"\f015"}
.fa-file-o:before{content:"\f016"}
.fa-clock-o:before{content:"\f017"}
.fa-road:before{content:"\f018"}
.fa-download:before{content:"\f019"}
.fa-arrow-circle-o-down:before{content:"\f01a"}
.fa-arrow-circle-o-up:before{content:"\f01b"}
.fa-inbox:before{content:"\f01c"}
.fa-play-circle-o:before{content:"\f01d"}
.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}
.fa-refresh:before{content:"\f021"}
.fa-list-alt:before{content:"\f022"}
.fa-lock:before{content:"\f023"}
.fa-flag:before{content:"\f024"}
.fa-headphones:before{content:"\f025"}
.fa-volume-off:before{content:"\f026"}
.fa-volume-down:before{content:"\f027"}
.fa-volume-up:before{content:"\f028"}
.fa-qrcode:before{content:"\f029"}
.fa-barcode:before{content:"\f02a"}
.fa-tag:before{content:"\f02b"}
.fa-tags:before{content:"\f02c"}
.fa-book:before{content:"\f02d"}
.fa-bookmark:before{content:"\f02e"}
.fa-print:before{content:"\f02f"}
.fa-camera:before{content:"\f030"}
.fa-font:before{content:"\f031"}
.fa-bold:before{content:"\f032"}
.fa-italic:before{content:"\f033"}
.fa-text-height:before{content:"\f034"}
.fa-text-width:before{content:"\f035"}
.fa-align-left:before{content:"\f036"}
.fa-align-center:before{content:"\f037"}
.fa-align-right:before{content:"\f038"}
.fa-align-justify:before{content:"\f039"}
.fa-list:before{content:"\f03a"}
.fa-dedent:before,.fa-outdent:before{content:"\f03b"}
.fa-indent:before{content:"\f03c"}
.fa-video-camera:before{content:"\f03d"}
.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}
.fa-pencil:before{content:"\f040"}
.fa-map-marker:before{content:"\f041"}
.fa-adjust:before{content:"\f042"}
.fa-tint:before{content:"\f043"}
.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}
.fa-share-square-o:before{content:"\f045"}
.fa-check-square-o:before{content:"\f046"}
.fa-arrows:before{content:"\f047"}
.fa-step-backward:before{content:"\f048"}
.fa-fast-backward:before{content:"\f049"}
.fa-backward:before{content:"\f04a"}
.fa-play:before{content:"\f04b"}
.fa-pause:before{content:"\f04c"}
.fa-stop:before{content:"\f04d"}
.fa-forward:before{content:"\f04e"}
.fa-fast-forward:before{content:"\f050"}
.fa-step-forward:before{content:"\f051"}
.fa-eject:before{content:"\f052"}
.fa-chevron-left:before{content:"\f053"}
.fa-chevron-right:before{content:"\f054"}
.fa-plus-circle:before{content:"\f055"}
.fa-minus-circle:before{content:"\f056"}
.fa-times-circle:before{content:"\f057"}
.fa-check-circle:before{content:"\f058"}
.fa-question-circle:before{content:"\f059"}
.fa-info-circle:before{content:"\f05a"}
.fa-crosshairs:before{content:"\f05b"}
.fa-times-circle-o:before{content:"\f05c"}
.fa-check-circle-o:before{content:"\f05d"}
.fa-ban:before{content:"\f05e"}
.fa-arrow-left:before{content:"\f060"}
.fa-arrow-right:before{content:"\f061"}
.fa-arrow-up:before{content:"\f062"}
.fa-arrow-down:before{content:"\f063"}
.fa-mail-forward:before,.fa-share:before{content:"\f064"}
.fa-expand:before{content:"\f065"}
.fa-compress:before{content:"\f066"}
.fa-plus:before{content:"\f067"}
.fa-minus:before{content:"\f068"}
.fa-asterisk:before{content:"\f069"}
.fa-exclamation-circle:before{content:"\f06a"}
.fa-gift:before{content:"\f06b"}
.fa-leaf:before{content:"\f06c"}
.fa-fire:before{content:"\f06d"}
.fa-eye:before{content:"\f06e"}
.fa-eye-slash:before{content:"\f070"}
.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}
.fa-plane:before{content:"\f072"}
.fa-calendar:before{content:"\f073"}
.fa-random:before{content:"\f074"}
.fa-comment:before{content:"\f075"}
.fa-magnet:before{content:"\f076"}
.fa-chevron-up:before{content:"\f077"}
.fa-chevron-down:before{content:"\f078"}
.fa-retweet:before{content:"\f079"}
.fa-shopping-cart:before{content:"\f07a"}
.fa-folder:before{content:"\f07b"}
.fa-folder-open:before{content:"\f07c"}
.fa-arrows-v:before{content:"\f07d"}
.fa-arrows-h:before{content:"\f07e"}
.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}
.fa-twitter-square:before{content:"\f081"}
.fa-facebook-square:before{content:"\f082"}
.fa-camera-retro:before{content:"\f083"}
.fa-key:before{content:"\f084"}
.fa-cogs:before,.fa-gears:before{content:"\f085"}
.fa-comments:before{content:"\f086"}
.fa-thumbs-o-up:before{content:"\f087"}
.fa-thumbs-o-down:before{content:"\f088"}
.fa-star-half:before{content:"\f089"}
.fa-heart-o:before{content:"\f08a"}
.fa-sign-out:before{content:"\f08b"}
.fa-linkedin-square:before{content:"\f08c"}
.fa-thumb-tack:before{content:"\f08d"}
.fa-external-link:before{content:"\f08e"}
.fa-sign-in:before{content:"\f090"}
.fa-trophy:before{content:"\f091"}
.fa-github-square:before{content:"\f092"}
.fa-upload:before{content:"\f093"}
.fa-lemon-o:before{content:"\f094"}
.fa-phone:before{content:"\f095"}
.fa-square-o:before{content:"\f096"}
.fa-bookmark-o:before{content:"\f097"}
.fa-phone-square:before{content:"\f098"}
.fa-twitter:before{content:"\f099"}
.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}
.fa-github:before{content:"\f09b"}
.fa-unlock:before{content:"\f09c"}
.fa-credit-card:before{content:"\f09d"}
.fa-feed:before,.fa-rss:before{content:"\f09e"}
.fa-hdd-o:before{content:"\f0a0"}
.fa-bullhorn:before{content:"\f0a1"}
.fa-bell:before{content:"\f0f3"}
.fa-certificate:before{content:"\f0a3"}
.fa-hand-o-right:before{content:"\f0a4"}
.fa-hand-o-left:before{content:"\f0a5"}
.fa-hand-o-up:before{content:"\f0a6"}
.fa-hand-o-down:before{content:"\f0a7"}
.fa-arrow-circle-left:before{content:"\f0a8"}
.fa-arrow-circle-right:before{content:"\f0a9"}
.fa-arrow-circle-up:before{content:"\f0aa"}
.fa-arrow-circle-down:before{content:"\f0ab"}
.fa-globe:before{content:"\f0ac"}
.fa-wrench:before{content:"\f0ad"}
.fa-tasks:before{content:"\f0ae"}
.fa-filter:before{content:"\f0b0"}
.fa-briefcase:before{content:"\f0b1"}
.fa-arrows-alt:before{content:"\f0b2"}
.fa-group:before,.fa-users:before{content:"\f0c0"}
.fa-chain:before,.fa-link:before{content:"\f0c1"}
.fa-cloud:before{content:"\f0c2"}
.fa-flask:before{content:"\f0c3"}
.fa-cut:before,.fa-scissors:before{content:"\f0c4"}
.fa-copy:before,.fa-files-o:before{content:"\f0c5"}
.fa-paperclip:before{content:"\f0c6"}
.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}
.fa-square:before{content:"\f0c8"}
.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}
.fa-list-ul:before{content:"\f0ca"}
.fa-list-ol:before{content:"\f0cb"}
.fa-strikethrough:before{content:"\f0cc"}
.fa-underline:before{content:"\f0cd"}
.fa-table:before{content:"\f0ce"}
.fa-magic:before{content:"\f0d0"}
.fa-truck:before{content:"\f0d1"}
.fa-pinterest:before{content:"\f0d2"}
.fa-pinterest-square:before{content:"\f0d3"}
.fa-google-plus-square:before{content:"\f0d4"}
.fa-google-plus:before{content:"\f0d5"}
.fa-money:before{content:"\f0d6"}
.fa-caret-down:before{content:"\f0d7"}
.fa-caret-up:before{content:"\f0d8"}
.fa-caret-left:before{content:"\f0d9"}
.fa-caret-right:before{content:"\f0da"}
.fa-columns:before{content:"\f0db"}
.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}
.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}
.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}
.fa-envelope:before{content:"\f0e0"}
.fa-linkedin:before{content:"\f0e1"}
.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}
.fa-gavel:before,.fa-legal:before{content:"\f0e3"}
.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}
.fa-comment-o:before{content:"\f0e5"}
.fa-comments-o:before{content:"\f0e6"}
.fa-bolt:before,.fa-flash:before{content:"\f0e7"}
.fa-sitemap:before{content:"\f0e8"}
.fa-umbrella:before{content:"\f0e9"}
.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}
.fa-lightbulb-o:before{content:"\f0eb"}
.fa-exchange:before{content:"\f0ec"}
.fa-cloud-download:before{content:"\f0ed"}
.fa-cloud-upload:before{content:"\f0ee"}
.fa-user-md:before{content:"\f0f0"}
.fa-stethoscope:before{content:"\f0f1"}
.fa-suitcase:before{content:"\f0f2"}
.fa-bell-o:before{content:"\f0a2"}
.fa-coffee:before{content:"\f0f4"}
.fa-cutlery:before{content:"\f0f5"}
.fa-file-text-o:before{content:"\f0f6"}
.fa-building-o:before{content:"\f0f7"}
.fa-hospital-o:before{content:"\f0f8"}
.fa-ambulance:before{content:"\f0f9"}
.fa-medkit:before{content:"\f0fa"}
.fa-fighter-jet:before{content:"\f0fb"}
.fa-beer:before{content:"\f0fc"}
.fa-h-square:before{content:"\f0fd"}
.fa-plus-square:before{content:"\f0fe"}
.fa-angle-double-left:before{content:"\f100"}
.fa-angle-double-right:before{content:"\f101"}
.fa-angle-double-up:before{content:"\f102"}
.fa-angle-double-down:before{content:"\f103"}
.fa-angle-left:before{content:"\f104"}
.fa-angle-right:before{content:"\f105"}
.fa-angle-up:before{content:"\f106"}
.fa-angle-down:before{content:"\f107"}
.fa-desktop:before{content:"\f108"}
.fa-laptop:before{content:"\f109"}
.fa-tablet:before{content:"\f10a"}
.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}
.fa-circle-o:before{content:"\f10c"}
.fa-quote-left:before{content:"\f10d"}
.fa-quote-right:before{content:"\f10e"}
.fa-spinner:before{content:"\f110"}
.fa-circle:before{content:"\f111"}
.fa-mail-reply:before,.fa-reply:before{content:"\f112"}
.fa-github-alt:before{content:"\f113"}
.fa-folder-o:before{content:"\f114"}
.fa-folder-open-o:before{content:"\f115"}
.fa-smile-o:before{content:"\f118"}
.fa-frown-o:before{content:"\f119"}
.fa-meh-o:before{content:"\f11a"}
.fa-gamepad:before{content:"\f11b"}
.fa-keyboard-o:before{content:"\f11c"}
.fa-flag-o:before{content:"\f11d"}
.fa-flag-checkered:before{content:"\f11e"}
.fa-terminal:before{content:"\f120"}
.fa-code:before{content:"\f121"}
.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}
.fa-location-arrow:before{content:"\f124"}
.fa-crop:before{content:"\f125"}
.fa-code-fork:before{content:"\f126"}
.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}
.fa-question:before{content:"\f128"}
.fa-info:before{content:"\f129"}
.fa-exclamation:before{content:"\f12a"}
.fa-superscript:before{content:"\f12b"}
.fa-subscript:before{content:"\f12c"}
.fa-eraser:before{content:"\f12d"}
.fa-puzzle-piece:before{content:"\f12e"}
.fa-microphone:before{content:"\f130"}
.fa-microphone-slash:before{content:"\f131"}
.fa-shield:before{content:"\f132"}
.fa-calendar-o:before{content:"\f133"}
.fa-fire-extinguisher:before{content:"\f134"}
.fa-rocket:before{content:"\f135"}
.fa-maxcdn:before{content:"\f136"}
.fa-chevron-circle-left:before{content:"\f137"}
.fa-chevron-circle-right:before{content:"\f138"}
.fa-chevron-circle-up:before{content:"\f139"}
.fa-chevron-circle-down:before{content:"\f13a"}
.fa-html5:before{content:"\f13b"}
.fa-css3:before{content:"\f13c"}
.fa-anchor:before{content:"\f13d"}
.fa-unlock-alt:before{content:"\f13e"}
.fa-bullseye:before{content:"\f140"}
.fa-ellipsis-h:before{content:"\f141"}
.fa-ellipsis-v:before{content:"\f142"}
.fa-rss-square:before{content:"\f143"}
.fa-play-circle:before{content:"\f144"}
.fa-ticket:before{content:"\f145"}
.fa-minus-square:before{content:"\f146"}
.fa-minus-square-o:before{content:"\f147"}
.fa-level-up:before{content:"\f148"}
.fa-level-down:before{content:"\f149"}
.fa-check-square:before{content:"\f14a"}
.fa-pencil-square:before{content:"\f14b"}
.fa-external-link-square:before{content:"\f14c"}
.fa-share-square:before{content:"\f14d"}
.fa-compass:before{content:"\f14e"}
.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}
.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}
.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}
.fa-eur:before,.fa-euro:before{content:"\f153"}
.fa-gbp:before{content:"\f154"}
.fa-dollar:before,.fa-usd:before{content:"\f155"}
.fa-inr:before,.fa-rupee:before{content:"\f156"}
.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}
.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}
.fa-krw:before,.fa-won:before{content:"\f159"}
.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}
.fa-file:before{content:"\f15b"}
.fa-file-text:before{content:"\f15c"}
.fa-sort-alpha-asc:before{content:"\f15d"}
.fa-sort-alpha-desc:before{content:"\f15e"}
.fa-sort-amount-asc:before{content:"\f160"}
.fa-sort-amount-desc:before{content:"\f161"}
.fa-sort-numeric-asc:before{content:"\f162"}
.fa-sort-numeric-desc:before{content:"\f163"}
.fa-thumbs-up:before{content:"\f164"}
.fa-thumbs-down:before{content:"\f165"}
.fa-youtube-square:before{content:"\f166"}
.fa-youtube:before{content:"\f167"}
.fa-xing:before{content:"\f168"}
.fa-xing-square:before{content:"\f169"}
.fa-youtube-play:before{content:"\f16a"}
.fa-dropbox:before{content:"\f16b"}
.fa-stack-overflow:before{content:"\f16c"}
.fa-instagram:before{content:"\f16d"}
.fa-flickr:before{content:"\f16e"}
.fa-adn:before{content:"\f170"}
.fa-bitbucket:before{content:"\f171"}
.fa-bitbucket-square:before{content:"\f172"}
.fa-tumblr:before{content:"\f173"}
.fa-tumblr-square:before{content:"\f174"}
.fa-long-arrow-down:before{content:"\f175"}
.fa-long-arrow-up:before{content:"\f176"}
.fa-long-arrow-left:before{content:"\f177"}
.fa-long-arrow-right:before{content:"\f178"}
.fa-apple:before{content:"\f179"}
.fa-windows:before{content:"\f17a"}
.fa-android:before{content:"\f17b"}
.fa-linux:before{content:"\f17c"}
.fa-dribbble:before{content:"\f17d"}
.fa-skype:before{content:"\f17e"}
.fa-foursquare:before{content:"\f180"}
.fa-trello:before{content:"\f181"}
.fa-female:before{content:"\f182"}
.fa-male:before{content:"\f183"}
.fa-gittip:before,.fa-gratipay:before{content:"\f184"}
.fa-sun-o:before{content:"\f185"}
.fa-moon-o:before{content:"\f186"}
.fa-archive:before{content:"\f187"}
.fa-bug:before{content:"\f188"}
.fa-vk:before{content:"\f189"}
.fa-weibo:before{content:"\f18a"}
.fa-renren:before{content:"\f18b"}
.fa-pagelines:before{content:"\f18c"}
.fa-stack-exchange:before{content:"\f18d"}
.fa-arrow-circle-o-right:before{content:"\f18e"}
.fa-arrow-circle-o-left:before{content:"\f190"}
.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}
.fa-dot-circle-o:before{content:"\f192"}
.fa-wheelchair:before{content:"\f193"}
.fa-vimeo-square:before{content:"\f194"}
.fa-try:before,.fa-turkish-lira:before{content:"\f195"}
.fa-plus-square-o:before{content:"\f196"}
.fa-space-shuttle:before{content:"\f197"}
.fa-slack:before{content:"\f198"}
.fa-envelope-square:before{content:"\f199"}
.fa-wordpress:before{content:"\f19a"}
.fa-openid:before{content:"\f19b"}
.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}
.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}
.fa-yahoo:before{content:"\f19e"}
.fa-google:before{content:"\f1a0"}
.fa-reddit:before{content:"\f1a1"}
.fa-reddit-square:before{content:"\f1a2"}
.fa-stumbleupon-circle:before{content:"\f1a3"}
.fa-stumbleupon:before{content:"\f1a4"}
.fa-delicious:before{content:"\f1a5"}
.fa-digg:before{content:"\f1a6"}
.fa-pied-piper-pp:before{content:"\f1a7"}
.fa-pied-piper-alt:before{content:"\f1a8"}
.fa-drupal:before{content:"\f1a9"}
.fa-joomla:before{content:"\f1aa"}
.fa-language:before{content:"\f1ab"}
.fa-fax:before{content:"\f1ac"}
.fa-building:before{content:"\f1ad"}
.fa-child:before{content:"\f1ae"}
.fa-paw:before{content:"\f1b0"}
.fa-spoon:before{content:"\f1b1"}
.fa-cube:before{content:"\f1b2"}
.fa-cubes:before{content:"\f1b3"}
.fa-behance:before{content:"\f1b4"}
.fa-behance-square:before{content:"\f1b5"}
.fa-steam:before{content:"\f1b6"}
.fa-steam-square:before{content:"\f1b7"}
.fa-recycle:before{content:"\f1b8"}
.fa-automobile:before,.fa-car:before{content:"\f1b9"}
.fa-cab:before,.fa-taxi:before{content:"\f1ba"}
.fa-tree:before{content:"\f1bb"}
.fa-spotify:before{content:"\f1bc"}
.fa-deviantart:before{content:"\f1bd"}
.fa-soundcloud:before{content:"\f1be"}
.fa-database:before{content:"\f1c0"}
.fa-file-pdf-o:before{content:"\f1c1"}
.fa-file-word-o:before{content:"\f1c2"}
.fa-file-excel-o:before{content:"\f1c3"}
.fa-file-powerpoint-o:before{content:"\f1c4"}
.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}
.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}
.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}
.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}
.fa-file-code-o:before{content:"\f1c9"}
.fa-vine:before{content:"\f1ca"}
.fa-codepen:before{content:"\f1cb"}
.fa-jsfiddle:before{content:"\f1cc"}
.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}
.fa-circle-o-notch:before{content:"\f1ce"}
.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}
.fa-empire:before,.fa-ge:before{content:"\f1d1"}
.fa-git-square:before{content:"\f1d2"}
.fa-git:before{content:"\f1d3"}
.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}
.fa-tencent-weibo:before{content:"\f1d5"}
.fa-qq:before{content:"\f1d6"}
.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}
.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}
.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}
.fa-history:before{content:"\f1da"}
.fa-circle-thin:before{content:"\f1db"}
.fa-header:before{content:"\f1dc"}
.fa-paragraph:before{content:"\f1dd"}
.fa-sliders:before{content:"\f1de"}
.fa-share-alt:before{content:"\f1e0"}
.fa-share-alt-square:before{content:"\f1e1"}
.fa-bomb:before{content:"\f1e2"}
.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}
.fa-tty:before{content:"\f1e4"}
.fa-binoculars:before{content:"\f1e5"}
.fa-plug:before{content:"\f1e6"}
.fa-slideshare:before{content:"\f1e7"}
.fa-twitch:before{content:"\f1e8"}
.fa-yelp:before{content:"\f1e9"}
.fa-newspaper-o:before{content:"\f1ea"}
.fa-wifi:before{content:"\f1eb"}
.fa-calculator:before{content:"\f1ec"}
.fa-paypal:before{content:"\f1ed"}
.fa-google-wallet:before{content:"\f1ee"}
.fa-cc-visa:before{content:"\f1f0"}
.fa-cc-mastercard:before{content:"\f1f1"}
.fa-cc-discover:before{content:"\f1f2"}
.fa-cc-amex:before{content:"\f1f3"}
.fa-cc-paypal:before{content:"\f1f4"}
.fa-cc-stripe:before{content:"\f1f5"}
.fa-bell-slash:before{content:"\f1f6"}
.fa-bell-slash-o:before{content:"\f1f7"}
.fa-trash:before{content:"\f1f8"}
.fa-copyright:before{content:"\f1f9"}
.fa-at:before{content:"\f1fa"}
.fa-eyedropper:before{content:"\f1fb"}
.fa-paint-brush:before{content:"\f1fc"}
.fa-birthday-cake:before{content:"\f1fd"}
.fa-area-chart:before{content:"\f1fe"}
.fa-pie-chart:before{content:"\f200"}
.fa-line-chart:before{content:"\f201"}
.fa-lastfm:before{content:"\f202"}
.fa-lastfm-square:before{content:"\f203"}
.fa-toggle-off:before{content:"\f204"}
.fa-toggle-on:before{content:"\f205"}
.fa-bicycle:before{content:"\f206"}
.fa-bus:before{content:"\f207"}
.fa-ioxhost:before{content:"\f208"}
.fa-angellist:before{content:"\f209"}
.fa-cc:before{content:"\f20a"}
.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}
.fa-meanpath:before{content:"\f20c"}
.fa-buysellads:before{content:"\f20d"}
.fa-connectdevelop:before{content:"\f20e"}
.fa-dashcube:before{content:"\f210"}
.fa-forumbee:before{content:"\f211"}
.fa-leanpub:before{content:"\f212"}
.fa-sellsy:before{content:"\f213"}
.fa-shirtsinbulk:before{content:"\f214"}
.fa-simplybuilt:before{content:"\f215"}
.fa-skyatlas:before{content:"\f216"}
.fa-cart-plus:before{content:"\f217"}
.fa-cart-arrow-down:before{content:"\f218"}
.fa-diamond:before{content:"\f219"}
.fa-ship:before{content:"\f21a"}
.fa-user-secret:before{content:"\f21b"}
.fa-motorcycle:before{content:"\f21c"}
.fa-street-view:before{content:"\f21d"}
.fa-heartbeat:before{content:"\f21e"}
.fa-venus:before{content:"\f221"}
.fa-mars:before{content:"\f222"}
.fa-mercury:before{content:"\f223"}
.fa-intersex:before,.fa-transgender:before{content:"\f224"}
.fa-transgender-alt:before{content:"\f225"}
.fa-venus-double:before{content:"\f226"}
.fa-mars-double:before{content:"\f227"}
.fa-venus-mars:before{content:"\f228"}
.fa-mars-stroke:before{content:"\f229"}
.fa-mars-stroke-v:before{content:"\f22a"}
.fa-mars-stroke-h:before{content:"\f22b"}
.fa-neuter:before{content:"\f22c"}
.fa-genderless:before{content:"\f22d"}
.fa-facebook-official:before{content:"\f230"}
.fa-pinterest-p:before{content:"\f231"}
.fa-whatsapp:before{content:"\f232"}
.fa-server:before{content:"\f233"}
.fa-user-plus:before{content:"\f234"}
.fa-user-times:before{content:"\f235"}
.fa-bed:before,.fa-hotel:before{content:"\f236"}
.fa-viacoin:before{content:"\f237"}
.fa-train:before{content:"\f238"}
.fa-subway:before{content:"\f239"}
.fa-medium:before{content:"\f23a"}
.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}
.fa-optin-monster:before{content:"\f23c"}
.fa-opencart:before{content:"\f23d"}
.fa-expeditedssl:before{content:"\f23e"}
.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}
.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}
.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}
.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}
.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}
.fa-mouse-pointer:before{content:"\f245"}
.fa-i-cursor:before{content:"\f246"}
.fa-object-group:before{content:"\f247"}
.fa-object-ungroup:before{content:"\f248"}
.fa-sticky-note:before{content:"\f249"}
.fa-sticky-note-o:before{content:"\f24a"}
.fa-cc-jcb:before{content:"\f24b"}
.fa-cc-diners-club:before{content:"\f24c"}
.fa-clone:before{content:"\f24d"}
.fa-balance-scale:before{content:"\f24e"}
.fa-hourglass-o:before{content:"\f250"}
.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}
.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}
.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}
.fa-hourglass:before{content:"\f254"}
.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}
.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}
.fa-hand-scissors-o:before{content:"\f257"}
.fa-hand-lizard-o:before{content:"\f258"}
.fa-hand-spock-o:before{content:"\f259"}
.fa-hand-pointer-o:before{content:"\f25a"}
.fa-hand-peace-o:before{content:"\f25b"}
.fa-trademark:before{content:"\f25c"}
.fa-registered:before{content:"\f25d"}
.fa-creative-commons:before{content:"\f25e"}
.fa-gg:before{content:"\f260"}
.fa-gg-circle:before{content:"\f261"}
.fa-tripadvisor:before{content:"\f262"}
.fa-odnoklassniki:before{content:"\f263"}
.fa-odnoklassniki-square:before{content:"\f264"}
.fa-get-pocket:before{content:"\f265"}
.fa-wikipedia-w:before{content:"\f266"}
.fa-safari:before{content:"\f267"}
.fa-chrome:before{content:"\f268"}
.fa-firefox:before{content:"\f269"}
.fa-opera:before{content:"\f26a"}
.fa-internet-explorer:before{content:"\f26b"}
.fa-television:before,.fa-tv:before{content:"\f26c"}
.fa-contao:before{content:"\f26d"}
.fa-500px:before{content:"\f26e"}
.fa-amazon:before{content:"\f270"}
.fa-calendar-plus-o:before{content:"\f271"}
.fa-calendar-minus-o:before{content:"\f272"}
.fa-calendar-times-o:before{content:"\f273"}
.fa-calendar-check-o:before{content:"\f274"}
.fa-industry:before{content:"\f275"}
.fa-map-pin:before{content:"\f276"}
.fa-map-signs:before{content:"\f277"}
.fa-map-o:before{content:"\f278"}
.fa-map:before{content:"\f279"}
.fa-commenting:before{content:"\f27a"}
.fa-commenting-o:before{content:"\f27b"}
.fa-houzz:before{content:"\f27c"}
.fa-vimeo:before{content:"\f27d"}
.fa-black-tie:before{content:"\f27e"}
.fa-fonticons:before{content:"\f280"}
.fa-reddit-alien:before{content:"\f281"}
.fa-edge:before{content:"\f282"}
.fa-credit-card-alt:before{content:"\f283"}
.fa-codiepie:before{content:"\f284"}
.fa-modx:before{content:"\f285"}
.fa-fort-awesome:before{content:"\f286"}
.fa-usb:before{content:"\f287"}
.fa-product-hunt:before{content:"\f288"}
.fa-mixcloud:before{content:"\f289"}
.fa-scribd:before{content:"\f28a"}
.fa-pause-circle:before{content:"\f28b"}
.fa-pause-circle-o:before{content:"\f28c"}
.fa-stop-circle:before{content:"\f28d"}
.fa-stop-circle-o:before{content:"\f28e"}
.fa-shopping-bag:before{content:"\f290"}
.fa-shopping-basket:before{content:"\f291"}
.fa-hashtag:before{content:"\f292"}
.fa-bluetooth:before{content:"\f293"}
.fa-bluetooth-b:before{content:"\f294"}
.fa-percent:before{content:"\f295"}
.fa-gitlab:before{content:"\f296"}
.fa-wpbeginner:before{content:"\f297"}
.fa-wpforms:before{content:"\f298"}
.fa-envira:before{content:"\f299"}
.fa-universal-access:before{content:"\f29a"}
.fa-wheelchair-alt:before{content:"\f29b"}
.fa-question-circle-o:before{content:"\f29c"}
.fa-blind:before{content:"\f29d"}
.fa-audio-description:before{content:"\f29e"}
.fa-volume-control-phone:before{content:"\f2a0"}
.fa-braille:before{content:"\f2a1"}
.fa-assistive-listening-systems:before{content:"\f2a2"}
.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}
.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}
.fa-glide:before{content:"\f2a5"}
.fa-glide-g:before{content:"\f2a6"}
.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}
.fa-low-vision:before{content:"\f2a8"}
.fa-viadeo:before{content:"\f2a9"}
.fa-viadeo-square:before{content:"\f2aa"}
.fa-snapchat:before{content:"\f2ab"}
.fa-snapchat-ghost:before{content:"\f2ac"}
.fa-snapchat-square:before{content:"\f2ad"}
.fa-pied-piper:before{content:"\f2ae"}
.fa-first-order:before{content:"\f2b0"}
.fa-yoast:before{content:"\f2b1"}
.fa-themeisle:before{content:"\f2b2"}
.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}
.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}
.fa-handshake-o:before{content:"\f2b5"}
.fa-envelope-open:before{content:"\f2b6"}
.fa-envelope-open-o:before{content:"\f2b7"}
.fa-linode:before{content:"\f2b8"}
.fa-address-book:before{content:"\f2b9"}
.fa-address-book-o:before{content:"\f2ba"}
.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}
.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}
.fa-user-circle:before{content:"\f2bd"}
.fa-user-circle-o:before{content:"\f2be"}
.fa-user-o:before{content:"\f2c0"}
.fa-id-badge:before{content:"\f2c1"}
.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}
.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}
.fa-quora:before{content:"\f2c4"}
.fa-free-code-camp:before{content:"\f2c5"}
.fa-telegram:before{content:"\f2c6"}
.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}
.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}
.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}
.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}
.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}
.fa-shower:before{content:"\f2cc"}
.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}
.fa-podcast:before{content:"\f2ce"}
.fa-window-maximize:before{content:"\f2d0"}
.fa-window-minimize:before{content:"\f2d1"}
.fa-window-restore:before{content:"\f2d2"}
.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}
.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}
.fa-bandcamp:before{content:"\f2d5"}
.fa-grav:before{content:"\f2d6"}
.fa-etsy:before{content:"\f2d7"}
.fa-imdb:before{content:"\f2d8"}
.fa-ravelry:before{content:"\f2d9"}
.fa-eercast:before{content:"\f2da"}
.fa-microchip:before{content:"\f2db"}
.fa-snowflake-o:before{content:"\f2dc"}
.fa-superpowers:before{content:"\f2dd"}
.fa-wpexplorer:before{content:"\f2de"}
.fa-meetup:before{content:"\f2e0"}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.formio-loader{position:relative;min-height:60px}
.loader-wrapper{z-index:1000;position:absolute;top:0;left:0;bottom:0;right:0;height:120px;background-color:rgba(0,0,0,0)}
.loader{position:absolute;left:50%;top:50%;margin-left:-30px;margin-top:-30px;z-index:10000;display:inline-block;border:6px solid #f3f3f3;border-top:6px solid #3498db;border-radius:50%;width:60px;height:60px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}
@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.formio-form{position:relative;min-height:80px}
.formio-error-wrapper,.formio-warning-wrapper{padding:1em}
.formio-error-wrapper{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}
.formio-warning-wrapper{color:#856404;background-color:#fff3cd;border-color:#ffeeba}
.formio-disabled-input .form-control.flatpickr-input{background-color:#eee}
.builder-component.has-error .invalid-feedback,.formio-component.alert-danger .invalid-feedback,.formio-component.has-error .invalid-feedback,.formio-component.has-message .invalid-feedback{display:block;color:inherit;margin-top:4px}
.formio-errors .error{color:#dc3545}
.formio-errors .warning{color:#856404}
.formio-errors .info{color:#004085}
.formio-wysiwyg-editor{min-height:200px;background-color:#fff}
.has-feedback .form-control{padding-right:10px}
.has-feedback .form-control[type=hidden]{padding-right:0}
.has-error.bg-danger{padding:4px}
.ql-source:after{content:"[source]";white-space:nowrap}
.quill-source-code{width:100%;margin:0;background:#1d1d1d;box-sizing:border-box;color:#ccc;font-size:15px;outline:0;padding:20px;line-height:24px;font-family:Consolas,Menlo,Monaco,"Courier New",monospace;position:absolute;top:0;bottom:0;border:none;display:none}
.formio-component-tags tags{background-color:#fff}
.field-required:after,.tab-error::after{content:" *";color:red}
.field-required:after{position:relative;z-index:10}
.glyphicon-spin{-webkit-animation:formio-spin 1s infinite linear;animation:formio-spin 1s infinite linear}
@-webkit-keyframes formio-spin{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}
@keyframes formio-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.button-icon-right{margin-left:5px}
.formio-component-submit .submit-success::after{content:"✓";position:relative;right:-4px;top:1px;line-height:1}
.formio-component-submit .submit-fail::after{content:"✗";position:relative;right:-4px;top:1px;line-height:1}
.formio-component-submit .submit-fail[disabled]{opacity:1}
.form-control.flatpickr-input{background-color:#fff}
td>.form-group{margin-bottom:0}
.signature-pad-body{overflow:hidden;position:relative}
.signature-pad-canvas{border-radius:4px;box-shadow:0 0 5px rgba(0,0,0,.02) inset;border:1px solid #f4f4f4}
.btn.signature-pad-refresh{position:absolute;left:0;top:0;z-index:1000;padding:3px;line-height:0}
[dir=rtl] .btn.signature-pad-refresh{left:unset;right:0}
.formio-component-multiple .choices__input{width:100%}
.choices__list--dropdown .choices__item--selectable{padding-right:0}
.signature-pad-refresh img{height:1.2em}
.signature-pad-footer{text-align:center;color:#c3c3c3}
.choices__list--dropdown{z-index:100}
.choices__list--multiple .choices__item{border-radius:0;padding:2px 8px;line-height:1em;margin-bottom:6px}
.choices__list--single{padding:0}
.choices__item.choices__item--selectable{white-space:nowrap;overflow:hidden;padding-right:25px;text-overflow:ellipsis}
.choices__input{padding:2px}
.choices[dir=rtl]>*{text-align:right}
.choices[dir=rtl] .choices__list--multiple .choices__item[data-deletable]{padding-left:5px;float:right}
.choices[dir=rtl] .choices__list--multiple .choices__item[data-deletable] .choices__button{float:left;margin:0 8px 0 -4px;padding-left:unset;padding-right:16px;border-left:unset;border-right:1px solid #008fa1;overflow:hidden}
.formio-component-file .fileSelector{position:relative;padding:15px;border:2px dashed #ddd;text-align:center}
.formio-component-file .fileSelector .loader-wrapper{display:none;width:100%;height:100%;background-color:rgba(0,0,0,.1)}
.formio-component-file .fileSelector .loader-wrapper .loader{height:45px;width:45px;margin-top:-23px;margin-left:-23px}
.formio-component-file .fileSelector.fileDragOver{border-color:#127abe}
.formio-component-file .fileSelector .fa,.formio-component-file .fileSelector .glyphicon{font-size:20px;margin-right:5px}
[dir=rtl] .formio-component-file .fileSelector .fa,[dir=rtl] .formio-component-file .fileSelector .glyphicon{margin-right:unset;margin-left:5px}
.formio-component-file .fileSelector .browse{cursor:pointer}
@-webkit-keyframes formio-dialog-fadeout{0%{opacity:1}100%{opacity:0}}
@keyframes formio-dialog-fadeout{0%{opacity:1}100%{opacity:0}}
@-webkit-keyframes formio-dialog-fadein{0%{opacity:0}100%{opacity:1}}
@keyframes formio-dialog-fadein{0%{opacity:0}100%{opacity:1}}
.formio-dialog{box-sizing:border-box;font-size:.8em;color:#666}
.formio-dialog.formio-modaledit-dialog{font-size:inherit}
.formio-dialog *,.formio-dialog :after,.formio-dialog :before{box-sizing:inherit}
.formio-dialog{position:fixed;overflow:auto;-webkit-overflow-scrolling:touch;z-index:10000;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.4);-webkit-animation:formio-dialog-fadein .5s;animation:formio-dialog-fadein .5s}
.formio-dialog.formio-dialog-disabled-animation,.formio-dialog.formio-dialog-disabled-animation .formio-dialog-content,.formio-dialog.formio-dialog-disabled-animation .formio-dialog-overlay{-webkit-animation:none!important;animation:none!important}
.formio-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;-webkit-backface-visibility:hidden;-webkit-animation:formio-dialog-fadein .5s;animation:formio-dialog-fadein .5s;margin-right:15px;background:0 0}
.formio-dialog-no-overlay{pointer-events:none}
.formio-dialog.formio-dialog-closing .formio-dialog-overlay{-webkit-backface-visibility:hidden;-webkit-animation:formio-dialog-fadeout .5s;animation:formio-dialog-fadeout .5s}
.formio-dialog-content{background:#fff;-webkit-backface-visibility:hidden;-webkit-animation:formio-dialog-fadein .5s;animation:formio-dialog-fadein .5s;pointer-events:all;overflow:auto}
.formio-component-modal-wrapper-select .formio-dialog-content{overflow:initial}
.formio-dialog.formio-dialog-closing .formio-dialog-content{-webkit-backface-visibility:hidden;-webkit-animation:formio-dialog-fadeout .5s;animation:formio-dialog-fadeout .5s}
.formio-dialog-close:before{font-family:Helvetica,Arial,sans-serif;content:"×";cursor:pointer}
body.formio-dialog-open,html.formio-dialog-open{overflow:hidden}
.formio-dialog .tab-content{padding-top:12px}
.formio-dialog-close{z-index:1000}
@-webkit-keyframes formio-dialog-flyin{0%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}
@keyframes formio-dialog-flyin{0%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}
@-webkit-keyframes formio-dialog-flyout{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}
@keyframes formio-dialog-flyout{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}
.formio-dialog.formio-dialog-theme-default{padding-bottom:160px;padding-top:160px}
.formio-dialog.formio-dialog-theme-default.formio-dialog-closing .formio-dialog-content{-webkit-animation:formio-dialog-flyout .5s;animation:formio-dialog-flyout .5s}
.formio-dialog.formio-dialog-theme-default .formio-dialog-content{-webkit-animation:formio-dialog-flyin .5s;animation:formio-dialog-flyin .5s;background:#f0f0f0;border-radius:5px;font-family:Helvetica,sans-serif;font-size:1.1em;line-height:1.5em;margin:0 auto;max-width:100%;padding:1em;position:relative;width:80%}
.formio-dialog.formio-dialog-theme-default .formio-dialog-close{border:none;background:0 0;cursor:pointer;position:absolute;right:0;top:0;z-index:100}
.formio-clickable{cursor:pointer}
.component-settings .nav>li>a{padding:8px 10px}
.formio-dialog.formio-dialog-theme-default .formio-dialog-close:before{display:block;padding:3px;background:0 0;color:#bbb;content:"×";font-size:26px;font-weight:400;line-height:26px;text-align:center}
.formio-dialog.formio-dialog-theme-default .formio-dialog-close:active:before,.formio-dialog.formio-dialog-theme-default .formio-dialog-close:hover:before{color:#777}
.formio-dialog.formio-dialog-theme-default .formio-dialog-message{margin-bottom:.5em}
.formio-dialog.formio-dialog-theme-default .formio-dialog-input{margin-bottom:1em}
.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=email],.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=password],.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=text],.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=url],.formio-dialog.formio-dialog-theme-default .formio-dialog-input textarea{background:#fff;border:0;border-radius:3px;font-family:inherit;font-size:inherit;font-weight:inherit;margin:0 0 .25em;min-height:2.5em;padding:.25em .67em;width:100%}
.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=email]:focus,.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=password]:focus,.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=text]:focus,.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=url]:focus,.formio-dialog.formio-dialog-theme-default .formio-dialog-input textarea:focus{box-shadow:inset 0 0 0 2px #8dbdf1;outline:0}
.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons{*zoom:1}
.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons:after{content:"";display:table;clear:both}
.formio-dialog.formio-dialog-theme-default .formio-dialog-button{border:0;border-radius:3px;cursor:pointer;float:right;font-family:inherit;font-size:.8em;letter-spacing:.1em;line-height:1em;margin:0 0 0 .5em;padding:.75em 2em;text-transform:uppercase}
.formio-dialog.formio-dialog-theme-default .formio-dialog-button:focus{-webkit-animation:formio-dialog-pulse 1.1s infinite;animation:formio-dialog-pulse 1.1s infinite;outline:0}
@media (max-width:568px){.formio-dialog.formio-dialog-theme-default .formio-dialog-button:focus{-webkit-animation:none;animation:none}}
.formio-dialog.formio-dialog-theme-default .formio-dialog-button.formio-dialog-button-primary{background:#3288e6;color:#fff}
.formio-dialog.formio-dialog-theme-default .formio-dialog-button.formio-dialog-button-secondary{background:#e0e0e0;color:#777}
.formio-dialog-content .panel{margin:0}
.formio-placeholder{position:absolute;color:#999}
.formio-dialog .formio-dialog-close{cursor:pointer}
.formio-iframe{border:none;width:100%;height:1000px}
.inline-form-button{margin-right:10px}
.tooltip{opacity:1}
.tooltip[x-placement=right] .tooltip-arrow{border-right:5px solid #000}
.tooltip[x-placement=right] .tooltip-inner{margin-left:8px}
.control-label--bottom{margin-bottom:0;margin-top:5px}
.formio-component-label-hidden{position:relative}
.formio-hidden{margin:0}
.control-label--hidden{position:absolute;top:6px;right:5px;font-size:1.5em}
.formio-component-datetime .control-label--hidden.field-required{right:45px;z-index:3}
.formio-component-selectboxes .control-label--hidden.field-required,.formio-component-survey .control-label--hidden.field-required{top:0}
.formio-component-resource .control-label--hidden.field-required,.formio-component-select .control-label--hidden.field-required{right:40px;z-index:2}
.formio-component-datasource,.formio-component-hidden:not(.formio-component-checkbox){margin-bottom:0}
.checkbox-inline label,.radio-inline label{font-weight:400;cursor:pointer}
.editgrid-listgroup{margin-bottom:10px}
.tree-listgroup{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}
.formio-component-submit button[disabled]+.has-error{display:block}
.formio-choices.form-group{margin-bottom:0}
.formio-choices[data-type=select-multiple] .form-control{height:auto}
.form-control.formio-multiple-mask-select{width:15%;z-index:4}
.form-control.formio-multiple-mask-input{width:85%}
.input-group.formio-multiple-mask-container{width:100%}
.formio-component .table{margin-bottom:0}
.formio-hide-label-panel-tooltip{margin-top:-10px;margin-left:-10px}
.is-disabled .choices__list--multiple .choices__item{padding:5px 10px}
.is-disabled .choices__list--multiple .choices__item .choices__button{display:none}
.formio-collapse-icon{cursor:pointer;margin-right:4px}
[dir=rtl] .formio-collapse-icon{margin-right:unset;margin-left:4px}
.formio-component-dateTime .form-control[type=datetime-local]~.input-group-addon,.formio-component-datetime .form-control[type=datetime-local]~.input-group-addon{width:auto}
.formio-component-datagrid .formio-datagrid-remove{position:absolute;top:0;right:0;visibility:hidden;opacity:0;-webkit-transition:opacity .2s linear,visibility 0s .2s;transition:opacity .2s linear,visibility 0s .2s}
.formio-component-datagrid .datagrid-table>tbody>tr>td:last-child{position:relative}
.formio-component-datagrid .datagrid-table>tbody>tr:hover>td:last-child .formio-datagrid-remove{visibility:visible;opacity:1;-webkit-transition:visibility 0s,opacity .2s linear;transition:visibility 0s,opacity .2s linear}
.formio-component-modaledit .formio-modaledit-view-container{position:relative;border:1px solid #ddd;min-height:34px;padding:6px 12px;cursor:text}
td .formio-component-modaledit .formio-modaledit-view-container{padding:0;border-style:none}
.formio-component-modaledit .formio-modaledit-edit{position:absolute;top:0;left:0;visibility:hidden;opacity:0;-webkit-transition:opacity .2s linear,visibility 0s .2s;transition:opacity .2s linear,visibility 0s .2s}
.formio-component-modaledit .formio-modaledit-view-container:hover .formio-modaledit-edit{visibility:visible;opacity:1;-webkit-transition:visibility 0s,opacity .2s linear;transition:visibility 0s,opacity .2s linear}
.formio-modaledit-dialog .formio-modaledit-close{position:absolute;top:100%;right:0;border-radius:0}
.reset-margins a,.reset-margins abbr,.reset-margins acronym,.reset-margins address,.reset-margins applet,.reset-margins article,.reset-margins aside,.reset-margins audio,.reset-margins b,.reset-margins big,.reset-margins blockquote,.reset-margins body,.reset-margins canvas,.reset-margins caption,.reset-margins center,.reset-margins cite,.reset-margins code,.reset-margins dd,.reset-margins del,.reset-margins details,.reset-margins dfn,.reset-margins div,.reset-margins dl,.reset-margins dt,.reset-margins em,.reset-margins embed,.reset-margins fieldset,.reset-margins figcaption,.reset-margins figure,.reset-margins footer,.reset-margins form,.reset-margins h1,.reset-margins h2,.reset-margins h3,.reset-margins h4,.reset-margins h5,.reset-margins h6,.reset-margins header,.reset-margins hgroup,.reset-margins html,.reset-margins i,.reset-margins iframe,.reset-margins img,.reset-margins ins,.reset-margins kbd,.reset-margins label,.reset-margins legend,.reset-margins li,.reset-margins mark,.reset-margins menu,.reset-margins nav,.reset-margins object,.reset-margins ol,.reset-margins output,.reset-margins p,.reset-margins pre,.reset-margins q,.reset-margins ruby,.reset-margins s,.reset-margins samp,.reset-margins section,.reset-margins small,.reset-margins span,.reset-margins strike,.reset-margins strong,.reset-margins sub,.reset-margins summary,.reset-margins sup,.reset-margins table,.reset-margins tbody,.reset-margins td,.reset-margins tfoot,.reset-margins th,.reset-margins thead,.reset-margins time,.reset-margins tr,.reset-margins tt,.reset-margins u,.reset-margins ul,.reset-margins var,.reset-margins video{margin:0}
.ck-body .ck.ck-balloon-panel{z-index:101000}
.formio-component-select select[disabled=disabled]{-webkit-appearance:none;-moz-appearance:none;text-indent:1px;text-overflow:""}
.formio-component-select .choices.is-disabled[data-type*=select-one]:after,.formio-component-select div[disabled=disabled] button{display:none}
.datagrid-group-label.collapsed>td{display:none}
.datagrid-group-header.clickable{cursor:pointer}
.datagrid-group-header.clickable .datagrid-group-label:before{display:inline-block;vertical-align:middle;content:"▾";margin:0 5px}
.datagrid-group-header.clickable.collapsed .datagrid-group-label:before{content:"▸"}
.formio-component.alert-danger .help-block,.formio-component.alert-warning .help-block{color:inherit}
.tree__level_even{background-color:#f6f6f6}
.tree__node-content{margin-bottom:10px}
.tree__node-children{margin:0}
.formio-select-autocomplete-input{opacity:0;position:absolute;z-index:-1}
.has-error>.help-block{margin-top:5px;margin-bottom:10px}
.no-top-border-table>.table>tbody>tr:first-child>td{border-top:none}
.table>tbody>tr>td.cell-align-left{text-align:left}
.table>tbody>tr>td.cell-align-center{text-align:center}
.table>tbody>tr>td.cell-align-center>div{margin-left:auto;margin-right:auto}
.table>tbody>tr>td.cell-align-right{text-align:right}
.table>tbody>tr>td.cell-align-right>div{margin-left:auto}
.table-responsive[ref=component]{overflow-x:visible}
.formio-component-textarea .alert .ck-editor__editable{color:inherit}
.formio-component-textarea .ck.ck-editor__editable .image .ck-progress-bar{height:4px}
div[data-oembed-url]{width:100%}
.checkbox label.label-position-bottom,.checkbox label.label-position-left,.checkbox label.label-position-top,.radio label.label-position-bottom,.radio label.label-position-left,.radio label.label-position-top{padding-left:0}
.checkbox label.label-position-bottom span,.checkbox label.label-position-top span,.radio label.label-position-bottom span,.radio label.label-position-top span{display:block}
.checkbox label.label-position-bottom input[type=checkbox],.checkbox label.label-position-top input[type=checkbox],.radio label.label-position-bottom input[type=radio],.radio label.label-position-top input[type=radio]{position:relative;margin-left:0}
.checkbox label.label-position-top input[type=checkbox],.radio label.label-position-top input[type=radio]{margin-top:4px}
.checkbox label.label-position-bottom input[type=checkbox],.radio label.label-position-bottom input[type=radio]{margin-bottom:8px}
.checkbox label.label-position-left input[type=checkbox],.radio label.label-position-left input[type=radio]{margin-left:10px}
.open-modal-button{width:100%;text-align:left;white-space:normal;height:auto}
.formio-component-modal-wrapper-signature .open-modal-button{text-align:center;height:100%;font-size:1.4em;padding:0;margin:0}
.formio-component-content .image{display:table;clear:both;text-align:center;margin:1em auto}
.formio-component-content .image>img{display:block;margin:0 auto;max-width:100%;min-width:50px}
.formio-component-content .image>figcaption{display:table-caption;caption-side:bottom;word-break:break-word;color:#333;background-color:#f7f7f7;padding:.6em;font-size:.75em;outline-offset:-1px}
.formio-component-content .image.image_resized{max-width:100%;display:block;box-sizing:border-box}
.formio-component-content .image.image_resized img{width:100%}
.formio-component-content .image.image_resized>figcaption{display:block}
.formio-component-content .media{clear:both;margin:1em 0;display:block;min-width:15em}
.formio-component-content .image-style-align-center:not(.image_resized),.formio-component-content .image-style-align-left:not(.image_resized),.formio-component-content .image-style-align-right:not(.image_resized),.formio-component-content .image-style-side:not(.image_resized){max-width:50%}
.formio-component-content .image-style-align-center:not(.image_resized),.formio-component-content .image-style-align-left:not(.image_resized),.formio-component-content .image-style-align-right:not(.image_resized),.formio-component-content .image-style-side:not(.image_resized){max-width:50%}
.formio-component-content .image-style-align-center:not(.image_resized),.formio-component-content .image-style-align-left:not(.image_resized),.formio-component-content .image-style-align-right:not(.image_resized),.formio-component-content .image-style-side:not(.image_resized){max-width:50%}
.formio-component-content .image-style-align-center:not(.image_resized),.formio-component-content .image-style-align-left:not(.image_resized),.formio-component-content .image-style-align-right:not(.image_resized),.formio-component-content .image-style-side:not(.image_resized){max-width:50%}
.formio-component-content .image-style-side{float:right;margin-left:var(--ck-image-style-spacing)}
.formio-component-content .image-style-align-left{float:left;margin-right:var(--ck-image-style-spacing)}
.formio-component-content .image-style-align-center{margin-left:auto;margin-right:auto}
.formio-component-content .image-style-align-right{float:right;margin-left:var(--ck-image-style-spacing)}
.formio-component-content blockquote{overflow:hidden;padding-right:1.5em;padding-left:1.5em;margin-left:0;margin-right:0;font-style:italic;border-left:solid 5px #ccc}
.formio-component-content[dir=rtl] blockquote{border-left:0;border-right:solid 5px #ccc}
.formio-component-content .text-tiny{font-size:.7em}
.formio-component-content .text-small{font-size:.85em}
.formio-component-content .text-big{font-size:1.4em}
.formio-component-content .text-huge{font-size:1.8em}
.formio-component-address.formio-component-label-hidden>label.field-required{z-index:1}
.formio-component-address.formio-component-label-hidden>label.field-required~.address-autocomplete-container .address-autocomplete-remove-value-icon{right:20px}
.address-autocomplete-container{position:relative}
.address-autocomplete-container .address-autocomplete-remove-value-icon{cursor:pointer;position:absolute;margin-top:-9px;right:10px;top:50%}
.address-autocomplete-container .address-autocomplete-remove-value-icon--hidden{display:none}
.autocomplete{background:#fff;font:14px/22px "-apple-system",BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow:auto;box-sizing:border-box;border:1px solid rgba(50,50,50,.6);z-index:11000}
.autocomplete>div{cursor:pointer;padding:6px 10px}
.autocomplete>div.selected,.autocomplete>div:hover:not(.group){background:#1e90ff;color:#fff}
.field-wrapper{display:-webkit-box;display:flex}
.field-wrapper--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse}
.field-wrapper .field-label--right{text-align:right}
.formio-component-modal-wrapper{margin-bottom:10px}
.formio-component-modal-wrapper .open-modal-button{height:auto}
.formio-component-modal-wrapper .component-rendering-hidden{visibility:hidden}
.formio-component-textarea div.formio-editor-read-only-content[ref=input]{white-space:pre-wrap}
.formio-editor-read-only-content img{max-width:100%}
.formio-editor-read-only-content li[data-list=bullet]{list-style-type:none}
.formio-editor-read-only-content li[data-list=bullet] .ql-ui{padding-right:.5rem}
.formio-editor-read-only-content li[data-list=bullet] .ql-ui::before{content:"•"}
.formio-editor-read-only-content li[data-list=ordered]{list-style-type:none;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}
.formio-editor-read-only-content li[data-list=ordered] .ql-ui{padding-right:.5rem}
.formio-editor-read-only-content li[data-list=ordered] .ql-ui::before{content:counter(list-0,decimal) ". "}
.formio-editor-read-only-content figure.table table{border-collapse:collapse;border-spacing:0;width:100%;height:100%;border:1px double #b3b3b3}
.formio-editor-read-only-content figure.table table td,.formio-editor-read-only-content figure.table table th{min-width:2em;padding:.4em;border:1px solid #bfbfbf}
.formio-component-password .pull-right:not(:last-child),.formio-component-textarea .pull-right:not(:last-child),.formio-component-textfield .pull-right:not(:last-child){padding-left:12px}
.formio-form>div>nav>ul.pagination{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:wrap row}
.formio-form>div>nav>ul.pagination .page-link{cursor:pointer}
.pac-container{z-index:11000}
[ref=buttonMessageContainer].has-error{cursor:pointer}
.formio-component-textarea .formio-editor-read-only-content .text-big{font-size:1.4em}
.formio-component-textarea .formio-editor-read-only-content .text-huge{font-size:1.8em}
.formio-component-textarea .formio-editor-read-only-content .text-small{font-size:.85em}
.formio-component-textarea .formio-editor-read-only-content .text-tiny{font-size:.7em}
.formbuilder{position:relative}
.drag-container{padding:10px;border:dotted 2px #e8e8e8}
.drag-container:hover{cursor:move;border:dotted 2px #ccc}
.drag-container.formio-builder-form,.drag-container.formio-builder-form:hover,.panel-body>.drag-container.formio-builder-components,.panel-body>.drag-container.formio-builder-components:hover,.tab-pane>.drag-container.formio-builder-components,.tab-pane>.drag-container.formio-builder-components:hover{padding:0 0 1rem 0;border:none}
.component-btn-group{position:absolute;right:0;z-index:1000;margin-top:-2px}
.builder-component{position:relative;min-height:15px}
.builder-component .formio-component-htmlelement{border:dotted 2px #e8e8e8}
.builder-component .formio-component-htmlelement [ref=html]:empty:before{content:"HTML Content";color:#aaa}
.builder-component:not(:hover) .component-btn-group{display:none}
.builder-group-button{background-color:transparent;white-space:normal;text-align:left}
.form-builder-group-header{padding:0}
.component-btn-group .component-settings-button{float:right;z-index:1001;margin:4px 4px 0 0;z-index:1001;box-shadow:0 0 10px 1px rgba(48,113,169,.6)}
.formbuilder .formio-component-content,.formbuilder .formio-component-datasource,.formbuilder .formio-component-form,.formbuilder .formio-component-hidden{border:2px dashed #ddd}
.formbuilder .formio-component-datasource,.formbuilder .formio-component-form,.formbuilder .formio-component-hidden{height:3em;text-align:center;color:#aaa;padding-top:.5em}
.btn-group-xxs>.btn,.btn-xxs,.component-btn-group .component-settings-button{padding:2px 2px;font-size:10px;line-height:1.2em;border-radius:0;width:18px;height:18px}
.formcomponents .formcomponent{text-align:left;padding:5px 5px 5px 8px;margin-top:.2rem;font-size:.8em;line-height:1.2;border-radius:.3em}
.form-builder-panel .panel-body{padding:5px}
.formio-component-tabs .ui.tabular.menu .item{padding:.8em}
.formio-pdf-builder{position:relative}
.formio-drop-zone{display:none;position:absolute;z-index:10;background-color:#0d87e9;opacity:.1}
.formio-drop-zone.enabled{display:inherit}
.component-settings .formio-dialog-content{max-height:100%}
.component-btn-group .btn.component-settings-button-paste{display:none}
.builder-paste-mode .component-settings-button-paste{display:inherit!important}
.wizard-page-label{cursor:pointer;border-radius:0}
.panel-body .drag-and-drop-alert{margin-bottom:0}
.builder-sidebar_scroll{position:-webkit-sticky;position:sticky;top:15px}
.builder-sidebar_search{margin-bottom:10px;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}
.formio-wizard-builder-component-title{color:#6c757d;text-align:center;padding:.5rem}
.formio-wizard-position{position:relative}
.formio-settings-help{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc;margin-top:10px}
.help-block{margin:0}
.builder-sidebar .btn{white-space:normal}
.component-settings{padding-top:20px!important;padding-bottom:20px!important}
.component-edit-container{height:auto;overflow:hidden}
.component-edit-content{height:calc(100% - 4em)}
.component-edit-tabs.col-sm-6{height:100%;overflow-y:auto}
.component-edit-tabs.col-sm-12{height:calc(100% - 4em);overflow-y:auto}
.component-edit-tabs.col-sm-12 .editForm{height:calc(100% - 4em);overflow-y:auto}
.progress.pdf-progress{height:2rem}
.progress.pdf-progress .progress-bar{font-size:1rem;line-height:2rem}
.builder-sidebar.disabled .formcomponent{cursor:not-allowed;opacity:.65;box-shadow:none}
@charset "UTF-8";
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
}
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 2px 4px;
}
.fc-rtl .fc-popover .fc-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}
/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-mirror-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}
/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}
.fc th {
  text-align: center;
}
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}
/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}
a[data-goto]:hover {
  text-decoration: underline;
}
/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}
/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
/*
row content (which contains day/week numbers and events) as well as "mirror" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}
.fc-row .fc-mirror-skeleton {
  z-index: 5;
}
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-mirror-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-mirror-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-mirror-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}
/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}
/* TODO: move to timegrid/daygrid */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}
/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #3788d8;
}
.fc-event,
.fc-event-dot {
  background-color: #3788d8;
  /* default BACKGROUND color */
}
.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}
/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}
/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.fc-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}
/* Event Dragging
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-dragging.fc-selected {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
.fc-event.fc-dragging:not(.fc-selected) {
  opacity: 0.75;
}
/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}
/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}
/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}
/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}
/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}
/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}
/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}
.fc-mirror-skeleton tr:first-child > td > .fc-day-grid-event {
  margin-top: 0;
  /* except for mirror skeleton */
}
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}
.fc-day-grid-event .fc-time {
  font-weight: bold;
}
/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}
/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}
/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}
/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}
/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}
/* Icons
--------------------------------------------------------------------------------------------------
from https://feathericons.com/ and built with IcoMoon
*/
@font-face {
  font-family: "fcicons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.fc-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fcicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fc-icon-chevron-left:before {
  content: "";
}
.fc-icon-chevron-right:before {
  content: "";
}
.fc-icon-chevrons-left:before {
  content: "";
}
.fc-icon-chevrons-right:before {
  content: "";
}
.fc-icon-minus-square:before {
  content: "";
}
.fc-icon-plus-square:before {
  content: "";
}
.fc-icon-x:before {
  content: "";
}
.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
}
/* Buttons
--------------------------------------------------------------------------------------------------
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css
*/
/* reset */
.fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.fc-button {
  -webkit-appearance: button;
}
.fc-button:not(:disabled) {
  cursor: pointer;
}
.fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
/* theme */
.fc-button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
}
.fc-button:hover {
  color: #212529;
  text-decoration: none;
}
.fc-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}
.fc-button:disabled {
  opacity: 0.65;
}
/* "primary" coloring */
.fc-button-primary {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.fc-button-primary:hover {
  color: #fff;
  background-color: #1e2b37;
  border-color: #1a252f;
}
.fc-button-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}
.fc-button-primary:disabled {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  background-color: #1a252f;
  border-color: #151e27;
}
.fc-button-primary:not(:disabled):active:focus,
.fc-button-primary:not(:disabled).fc-button-active:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}
/* icons within buttons */
.fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em;
}
/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
}
.fc-button-group > .fc-button {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}
.fc-button-group > .fc-button:hover {
  z-index: 1;
}
.fc-button-group > .fc-button:focus,
.fc-button-group > .fc-button:active,
.fc-button-group > .fc-button.fc-button-active {
  z-index: 1;
}
.fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
}
.fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-button-group > .fc-button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}
/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}
/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}
/* inner content */
.fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em;
}
.fc-toolbar h2 {
  font-size: 1.75em;
  margin: 0;
}
/* View Structure
--------------------------------------------------------------------------------------------------*/
.fc-view-container {
  position: relative;
}
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}
@media print {
  .fc {
    max-width: 100% !important;
  }

  /* Global Event Restyling
  --------------------------------------------------------------------------------------------------*/
  .fc-event {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid;
  }

  .fc-event .fc-resizer {
    display: none;
  }

  /* Table & Day-Row Restyling
  --------------------------------------------------------------------------------------------------*/
  .fc th,
.fc td,
.fc hr,
.fc thead,
.fc tbody,
.fc-row {
    border-color: #ccc !important;
    background: #fff !important;
  }

  /* kill the overlaid, absolutely-positioned components */
  /* common... */
  .fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-mirror-skeleton,
.fc-bgevent-container,
.fc-business-container,
.fc-highlight-container,
.fc-mirror-container {
    display: none;
  }

  /* don't force a min-height on rows (for DayGrid) */
  .fc tbody .fc-row {
    height: auto !important;
    /* undo height that JS set in distributeHeight */
    min-height: 0 !important;
    /* undo the min-height from each view's specific stylesheet */
  }

  .fc tbody .fc-row .fc-content-skeleton {
    position: static;
    /* undo .fc-rigid */
    padding-bottom: 0 !important;
    /* use a more border-friendly method for this... */
  }

  .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    /* only works in newer browsers */
    padding-bottom: 1em;
    /* ...gives space within the skeleton. also ensures min height in a way */
  }

  .fc tbody .fc-row .fc-content-skeleton table {
    /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
       making it look more like 3em. for other browers, it will already be this tall */
    height: 1em;
  }

  /* Undo month-view event limiting. Display all events and hide the "more" links
  --------------------------------------------------------------------------------------------------*/
  .fc-more-cell,
.fc-more {
    display: none !important;
  }

  .fc tr.fc-limited {
    display: table-row !important;
  }

  .fc td.fc-limited {
    display: table-cell !important;
  }

  .fc-popover {
    display: none;
    /* never display the "more.." popover in print mode */
  }

  /* TimeGrid Restyling
  --------------------------------------------------------------------------------------------------*/
  /* undo the min-height 100% trick used to fill the container's height */
  .fc-time-grid {
    min-height: 0 !important;
  }

  /* don't display the side axis at all ("all-day" and time cells) */
  .fc-timeGrid-view .fc-axis {
    display: none;
  }

  /* don't display the horizontal lines */
  .fc-slats,
.fc-time-grid hr {
    /* this hr is used when height is underused and needs to be filled */
    display: none !important;
    /* important overrides inline declaration */
  }

  /* let the container that holds the events be naturally positioned and create real height */
  .fc-time-grid .fc-content-skeleton {
    position: static;
  }

  /* in case there are no events, we still want some height */
  .fc-time-grid .fc-content-skeleton table {
    height: 4em;
  }

  /* kill the horizontal spacing made by the event container. event margins will be done below */
  .fc-time-grid .fc-event-container {
    margin: 0 !important;
  }

  /* TimeGrid *Event* Restyling
  --------------------------------------------------------------------------------------------------*/
  /* naturally position events, vertically stacking them */
  .fc-time-grid .fc-event {
    position: static !important;
    margin: 3px 2px !important;
  }

  /* for events that continue to a future day, give the bottom border back */
  .fc-time-grid .fc-event.fc-not-end {
    border-bottom-width: 1px !important;
  }

  /* indicate the event continues via "..." text */
  .fc-time-grid .fc-event.fc-not-end:after {
    content: "...";
  }

  /* for events that are continuations from previous days, give the top border back */
  .fc-time-grid .fc-event.fc-not-start {
    border-top-width: 1px !important;
  }

  /* indicate the event is a continuation via "..." text */
  .fc-time-grid .fc-event.fc-not-start:before {
    content: "...";
  }

  /* time */
  /* undo a previous declaration and let the time text span to a second line */
  .fc-time-grid .fc-event .fc-time {
    white-space: normal !important;
  }

  /* hide the the time that is normally displayed... */
  .fc-time-grid .fc-event .fc-time span {
    display: none;
  }

  /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
  .fc-time-grid .fc-event .fc-time:after {
    content: attr(data-full);
  }

  /* Vertical Scroller & Containers
  --------------------------------------------------------------------------------------------------*/
  /* kill the scrollbars and allow natural height */
  .fc-scroller,
.fc-day-grid-container,
.fc-time-grid-container {
    /* */
    overflow: visible !important;
    height: auto !important;
  }

  /* kill the horizontal border/padding used to compensate for scrollbars */
  .fc-row {
    border: 0 !important;
    margin: 0 !important;
  }

  /* Button Controls
  --------------------------------------------------------------------------------------------------*/
  .fc-button-group,
.fc button {
    display: none;
    /* don't display any button-related controls */
  }
}
/* DayGridView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-dayGridWeek-view .fc-content-skeleton,
.fc-dayGridDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}
.fc-dayGrid-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}
/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}
.fc-dayGrid-view .fc-week-number,
.fc-dayGrid-view .fc-day-number {
  padding: 2px;
}
.fc-dayGrid-view th.fc-week-number,
.fc-dayGrid-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: right;
}
.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: left;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}
.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}
.fc-dayGrid-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}
/* when week/day number have own column */
.fc-dayGrid-view td.fc-week-number {
  text-align: center;
}
.fc-dayGrid-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}
@charset "UTF-8";
/* TimeGridView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-timeGrid-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}
.fc-timeGrid-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}
.fc-timeGrid-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}
/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> TimeGridView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}
.fc-time-grid .fc-mirror-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}
/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}
/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}
/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  margin-bottom: 1px;
}
.fc-time-grid-event-inset {
  box-shadow: 0px 0px 0px 1px #fff;
}
.fc-time-grid-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-time-grid-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-time-grid-event .fc-content {
  overflow: hidden;
  max-height: 100%;
}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}
/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
  /* seperate with a dash, wrapped in nbsp's */
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}
/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}
/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}
/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}
/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.c-btn {
  background: #fff;
  border: 1px solid #ccc;
  color: #333; }
.selected-list .c-list .c-token {
  /* background: #0079FE; */
  color: var(--secondary-theme-text-color-1) !important;

 }
.selected-list .c-list .c-token .c-label {
    color: var(--secondary-theme-text-color-1) !important; }
.selected-list .c-list .c-token .c-remove svg {
    fill: #fff; }
.selected-list .c-angle-down svg, .selected-list .c-angle-up svg {
  fill: #333; }
.dropdown-list ul li:hover {
  background: #f5f5f5; }
.arrow-up, .arrow-down {
  border-bottom: 15px solid #fff; }
.arrow-2 {
  border-bottom: 15px solid #ccc; }
.list-area {
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0px 1px 5px #959595; }
.select-all {
  border-bottom: 1px solid #ccc; }
.list-filter {
  border-bottom: 1px solid #ccc; }
.list-filter .c-search svg {
    fill: #888; }
.list-filter .c-clear svg {
    fill: #888; }
.pure-checkbox input[type="checkbox"]:focus + label:before, .pure-checkbox input[type="checkbox"]:hover + label:before {
  border-color: #0079FE;
  background-color: #f2f2f2; }
.pure-checkbox input[type="checkbox"] + label {
  color: #000; }
.pure-checkbox input[type="checkbox"] + label:before {
  color: #0079FE;
  border: 1px solid #0079FE; }
.pure-checkbox input[type="checkbox"] + label:after {
  background-color: #0079FE; }
.pure-checkbox input[type="checkbox"]:disabled + label:before {
  border-color: #cccccc; }
.pure-checkbox input[type="checkbox"]:disabled:checked + label:before {
  background-color: #cccccc; }
.pure-checkbox input[type="checkbox"] + label:after {
  border-color: #ffffff; }
.pure-checkbox input[type="radio"]:checked + label:before {
  background-color: white; }
.pure-checkbox input[type="checkbox"]:checked + label:before {
  background: #0079FE; }
.single-select-mode .pure-checkbox input[type="checkbox"]:focus + label:before, .single-select-mode .pure-checkbox input[type="checkbox"]:hover + label:before {
  border-color: #0079FE;
  background-color: #f2f2f2; }
.single-select-mode .pure-checkbox input[type="checkbox"] + label {
  color: #000; }
.single-select-mode .pure-checkbox input[type="checkbox"] + label:before {
  color: transparent !important;
  border: 0px solid #0079FE; }
.single-select-mode .pure-checkbox input[type="checkbox"] + label:after {
  background-color: transparent !important; }
.single-select-mode .pure-checkbox input[type="checkbox"]:disabled + label:before {
  border-color: #cccccc; }
.single-select-mode .pure-checkbox input[type="checkbox"]:disabled:checked + label:before {
  background-color: #cccccc; }
.single-select-mode .pure-checkbox input[type="checkbox"] + label:after {
  border-color: #0079FE; }
.single-select-mode .pure-checkbox input[type="radio"]:checked + label:before {
  background-color: white; }
.single-select-mode .pure-checkbox input[type="checkbox"]:checked + label:before {
  background: none !important; }
.selected-item {
  background: #e9f4ff; }
.btn-iceblue {
  background: #0079FE;
  border: 1px solid #ccc;
  color: #fff; }
.c-remove {
    display: none
  }
@font-face {
  font-family: "Montserrat-light";
  src: url('Montserrat-Light.32aa6b4fd74eba1cd6a5.eot');
  src: url('Montserrat-Light.7bc4a0155a111fb59f9f.woff2') format("woff2"), url('Montserrat-Light.0a47a361b326faf2ccac.woff') format("woff"), url('Montserrat-Light.2f354053d1c9c36f533e.ttf') format("truetype"), url('Montserrat-Light.17f3c703fa1f90a8a422.svg') format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url('Montserrat-Regular.d6f22152d8540728c082.eot');
  src: url('Montserrat-Regular.3d00afdbf10af91caeba.woff2') format("woff2"), url('Montserrat-Regular.3a908757c0dc8a9a46a4.woff') format("woff"), url('Montserrat-Regular.a8a117360e71de94ae3b.ttf') format("truetype"), url('Montserrat-Regular.e946e96990831bae5e0f.svg') format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-medium";
  src: url('Montserrat-Medium.4aaf916ae4b353410fcb.eot');
  src: url('Montserrat-Medium.bdeebb17e05f3cc44f75.woff2') format("woff2"), url('Montserrat-Medium.3abe5734c1b29b20ec6a.woff') format("woff"), url('Montserrat-Medium.4989d5a976313d27d3fc.svg') format("svg");
  font-weight: 500;
  font-style: medium;
}
@font-face {
  font-family: "Montserrat-semibold";
  src: url('Montserrat-SemiBold.ca324bd5ed4d8ccddec7.eot');
  src: url('Montserrat-SemiBold.44be777242bdade90357.woff2') format("woff2"), url('Montserrat-SemiBold.90a32d271b95bf687e7e.woff') format("woff"), url('Montserrat-SemiBold.a1261dd654c51d1d9999.svg') format("svg");
  font-weight: 600;
  font-style: semibold;
}
html {
  font-size: 16px;
}
body {
  font-family: "Montserrat", sans-serif !important;
  margin: 0 !important;
  font-size: 1rem;
}
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.display-flex {
  display: -webkit-box;
  display: flex;
}
.wrapper {
  width: 100%;
  display: block;
}
.dashboard-wrapper {
  padding-left: 3.5em;
}
.content-wrapper {
  width: 100%;
  display: block;
}
/* data-table generic styles start */
.data-table {
  width: 100%;
  border-collapse: collapse;
}
.dummy-table {
  display: none;
}
.data-table thead>tr>th {
  font-size: 0.75rem;
  font-weight: 400 !important;
  overflow: hidden;
}
/* .bordered-rows .data-table tbody > tr {
  border-bottom: 1px solid #eaeeef;
} */
.data-table tbody>tr>td {
  font-size: 0.75rem !important;
  vertical-align: middle;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-right: 8px;
}
/* .bordered-rows .data-table tbody > tr > td {
  padding-top: 1.5em;
  padding-bottom: 1em;
} */
.data-table-thin .data-table tbody>tr>td {
  font-size: 12px;
  padding-left: 1em;
  padding-right: 1em;
}
/* .data-table-header-absolute .data-table-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}

.data-table-header-absolute .data-table-header .btn-with-icon,
.filter-control {
  line-height: 38px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.data-table-header-absolute .data-table-header .btn-with-icon {
  border-radius: 50%;
  width: 40px;
  background-color: white;
  border: 1px solid #d9dbe3;
  margin-left: 6px;
}

.data-table-header-absolute .data-table-header .column-selector-button {
  float: left;
}

.data-table-header-absolute .data-table-header .btn-with-icon .fa-filter::before {
  content: "\f002";
}

.data-table-header-absolute .data-table-header .column-selector-box {
  padding: 55px 24px 20px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.data-table-header-absolute .data-table-header .column-selector-box::before {
  top: 20px;
  left: 24px;
  position: absolute;
  font-size: 14px;
  color: #687e96;
  content: "Hide/show column";
  display: block;
}

.data-table-header-absolute .data-table-header .column-selector-box label {
  font-size: 16px;
}

.data-table-header-absolute .data-table-header .column-selector-box input[type="checkbox"] {
  display: none;
}

.data-table-header-absolute .data-table-header .column-selector-box input[type="checkbox"]+span::before {
  border: 1px solid #687e96;
  width: 15px;
  height: 15px;
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 0;
}

.data-table-header-absolute .data-table-header .column-selector-box input[type="checkbox"]:checked+span::after {
  width: 13px;
  height: 13px;
  background-color: #003975;
  color: white;
  background-image: url("/assets/goals/check.svg");
  background-repeat: no-repeat;
  background-size: auto 65%;
  background-position: center center;
  content: " ";
  display: block;
  position: absolute;
  top: 15px;
  left: 1px;
}

.data-table-header-absolute .data-table-header .column-selector-box span {
  position: relative;
  padding: 10px 0 10px 28px;
  color: #1f272f;
  display: inline-block;
} */
.data-table-regular-header .data-table thead>tr>th {
  font-weight: 400;
  font-family: "Roboto-Regular", sans-serif !important;
}
.always-scrollable .table-responsive {
  width: 100% !important;
  /* overflow-x: auto; */
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.data-table thead>tr>th .column-sortable-icon,
.data-table thead>tr>th .column-sortable-icon+span {
  font-size: 10px;
}
.data-table-pagination {
  border: none !important;
  margin: 0 !important;
}
.data-table-pagination .custom-pagination li button {
  /* border: 1px solid #d9dbe3 !important; */
  background-color: transparent;
  width: 40px;
  height: 40px;
  box-shadow: none !important;
}
.data-table-pagination .custom-pagination li:nth-child(n + 2):not(:nth-last-child(2)):not(:last-child) {
  margin-right: 0 !important;
}
.data-table-pagination .custom-pagination li:nth-child(n + 2):not(:last-child):not(:nth-last-child(2)) button {
  border-right: none !important;
}
.data-table-pagination .custom-pagination li:nth-last-child(n - 2):not(:nth-child(2)):not(:first-child) {
  margin-left: 0 !important;
}
.data-table-pagination .previous-icon:not([disabled])::after,
.data-table-pagination .next-icon:not([disabled])::after {
  /* border-color: #000 !important; */
  border-width: 1px !important;
  cursor: pointer;
}
/* .border-left-1-gray {
  border-left: 1px solid var(--theme-light-gray-three);
} */
/* .highcharts-data-label-connector {
  stroke: green !important;
} */
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
/* .border-1-gray {
  border-left: 1px solid var(--theme-light-gray-three);
  border-right: 1px solid var(--theme-light-gray-three);
} */
.table-container th {
  padding-left: 10px;
}
.table-container th:nth-child(5) {
  padding-left: 10px !important;
}
.table-container td.data-column {
  padding-left: 30px !important;
}
.table-container.table-right-padding td.data-column {
  padding-right: 30px !important;
}
.table-container td:nth-child(4) {
  padding-left: 0 !important;
  border-left: 0;
}
.data-table .selector tbody:last-of-type>tr>td {
  padding-bottom: 4px !important;
}
/* doc upload progress styles start */
.doc-upload-progress .progress {
  border-radius: 2px !important;
}
/* doc upload progress styles end */
/* doc upload dttable start */
.doc-data-table .original-table .data-table th,
.doc-data-table .original-table .data-table td {
  /* border-right: 1px solid var(--theme-light-gray-three); */
  padding: 1rem 0.8rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.table-main-text {
  font-size: 0.75rem !important;
  font-weight: 500 !important;
}
/* doc upload dttable end */
@media screen and (max-width: 768px) {

  .date-conatiner,
  .xs-border-none {
    border: none !important;
  }

  .table-container th,
  .table-container td {
    min-width: 150px;
  }

  .on-boarding .table-container th,
  .on-boarding .table-container td {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .badge-circular,
  .badge {
    margin: 0 !important;
    padding: 0 !important;
  }

  .client-info-blocks .badge-circular,
  .client-info-blocks .badge {
    margin: 5px !important;
    padding: 3px 7px !important;
  }

  .filter-position {
    left: 41% !important;
  }

  .btn-square {
    min-width: 100%;
  }

  .document-section-container-2 {
    width: 75%;
  }

}
.table-container .data-table-header {
  min-height: auto !important;
}
/* datatable end */
/* Left sidebar navigation css */
.left-sidebar {
  width: 3.5em;
  position: fixed;
  top: 3.5em;
  left: 0;
  bottom: 0;
  z-index: 11;
}
.left-sidebar ul.nav {
  margin: 0;
}
.left-sidebar ul.nav li {
  height: 3.5em;
  width: 3.5em;
  text-align: center;
  display: block;
}
.left-sidebar ul.nav li a {
  width: 100%;
  height: 3.5em;
  text-align: center;
}
.hamburger {
  height: 3.5em;
  width: 3.5em;
  text-align: center;
  float: left;
  line-height: 3.5em;
}
.hamburger svg {
  height: 1.3em;
  margin: auto;
}
.left-sidebar ul.nav li svg {
  height: 1.24em;
  margin: auto;
}
/* Header css */
.header {
  height: 3.5em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
}
.header .logo {
  height: 3.5em;
  width: auto;
  padding: 0.5em 0;
  display: inline-block;
  /* margin-left: 0.75em; */
}
.header .logo svg {
  height: 2.5em;
  width: 8.8em;
}
.header .notification-ico,
.header .funnel-ico {
  margin: 1.125em 0.7em;
  position: relative;
  height: 1.25em;
  float: right;
  width: 100%;
  max-width: 1.25em;
  padding: 0;
  border: 0;
}
.header .notification-ico .noti-alert {
  position: absolute;
  top: 0.05em;
  right: 0.05em;
  width: 0.5em;
  height: 0.5em;
  z-index: 10;
  border-radius: 50%;
}
.header .notification-ico svg {
  height: 1.25em;
}
.header .profile-details {
  float: right;
  height: 3.5em;
  border-left: 1px solid;
  border-color: var(--theme-light-gray-three);
  margin-left: auto;
}
/* filter drop start */
.header .filter-details .dropdown {
  padding: 0.75em 0 0.75em 0.75em;
  margin: 0 !important;
  min-width: 10.2em;
  cursor: pointer;
}
.header .filter-details .dropdown-menu {
  margin: -2px 0 0 !important;
  left: -160px !important;
  border-radius: 0;
  padding: 0.5em 1em !important;
  top: 2.4em !important;
}
.header .filter-details .topic-filter {
  font-size: 12px;
  margin: 0 0 10px;
}
.header .filter-details .check-container {
  padding-left: 25px;
  font-size: 0.7em;
  line-height: 1.2;
}
.header .filter-details li:hover {
  background-color: transparent;
}
.drop-hr {
  margin: 10px 0;
}
.header-process-btn {
  padding: 3px 15px !important;
  min-width: auto !important;
  display: table !important;
  margin: 15px auto 0;
}
/* font-size: 0.7em; */
/* filter drop end */
.header .profile-details .dropdown {
  padding: 0.75em 0 0.75em 0.75em;
  margin: 0 !important;
  min-width: 10.2em;
  cursor: pointer;
}
.header .profile-details .dropdown-menu {
  margin: -1px 0 0 !important;
  left: -1px !important;
  top: 3.5em !important;
  border-radius: 0;
}
.header .profile-details .dropdown-menu a {
  width: 100%;
  padding: 0.5em 1em;
  display: block;
  line-height: 1em;
  text-decoration: none !important;
  cursor: pointer;
}
.header .profile-details .dropdown-menu a span {
  font-size: 0.7em;
}
.header .profile-details .dropdown-menu a svg {
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.5em;
  vertical-align: middle;
}
.header .profile-details .dropdown-menu.show {
  right: -15px;
  left: -1px !important;
}
.header .profile-details .profile-pic {
  height: 2em;
  width: 2em;
  border-radius: 50%;
  float: left;
}
.header .profile-details .profile-name {
  line-height: 2em;
  max-width: 5.5em;
  margin: 0 1.3em;
  font-size: 0.9em;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .profile-details .arrow-btn {
  height: 2em;
  background: none;
  border: 0;
  padding: 0;
  line-height: 2em;
  text-align: center;
  float: left;
  outline: none;
  cursor: pointer;
}
.header .profile-details .arrow-btn svg {
  width: 0.75em;
  cursor: pointer;
}
.header .profile-details .dropdown-toggle::after {
  display: none;
}
.search-field {
  width: 100%;
  max-width: 20em;
  min-width: 10em;
  margin: 0.75em;
  height: 3.5em;
  line-height: 3.2em;
  border: 0;
  float: right;
  padding: 0 0 0 1.5em;
  outline: 0;
  font-size: 0.75rem !important;
}
.search-field::-webkit-input-placeholder {
  /* Edge */
  font-size: 0.75rem;
}
.search-field::-moz-placeholder {
  font-size: 0.75rem;
}
.search-field::-ms-input-placeholder {
  font-size: 0.75rem;
}
.search-field::placeholder {
  font-size: 0.75rem;
}
/* .mydp .selection::placeholder,
.mydrp .selection::placeholder {
  color: #aaa;
} */
.mid-container {
  width: 100%;
  display: block;
  min-height: 400px;
  height: 100vh;
  padding-bottom: 4rem;
}
.outer-holder {
  width: 100%;
  padding: 0px 1.818rem 2.181rem;
  display: block;
}
.widget-box {
  /* border: 1px solid; */
  width: 100%;
  display: block;
  padding: 1.5em;
  min-height: 300px;
  box-shadow: 0 2px 5px rgba(224, 224, 224, 0.6);
  -webkit-box-shadow: 0 2px 5px rgba(224, 224, 224, 0.6);
}
.widget-box.special {
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
.widget-box-header {
  font-size: 0.7rem;
}
.model-box {
  width: 100%;
  display: block;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
.widget-box h2 {
  margin-bottom: 1.25rem;
}
.model-box h2 {
  margin-bottom: 1.25rem;
}
ul.history {
  margin: 0;
}
ul.history li {
  width: 100%;
  margin-bottom: 0.8rem;
}
ul.history.extra-margin li {
  margin-bottom: 1.5em;
}
ul.history li .history-detail {
  width: 100%;
  padding-left: 1.5em;
  position: relative;
}
ul.history li .history-detail::before {
  position: absolute;
  content: "";
  top: calc(50% - 9px);
  left: 0;
  z-index: 10;
  background-size: 12px 18px;
  width: 12px;
  height: 18px;
}
ul.history li .history-detail.green::before {
  background: url(/assets/images/green-down-arrow.svg) no-repeat top left;
}
ul.history li .history-detail.red::before {
  background: url(/assets/images/red-up-arrow.svg) no-repeat top left;
}
ul.history li .active-detail {
  width: 100%;
  padding-left: 1.5em;
  position: relative;
}
ul.history li .active-detail::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 4px;
  z-index: 10;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
/* ul.history li .mf-type {
  width: 40%;
} */
ul.history li .mf-type img {
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.5em;
  min-height: 14px;
  min-width: 14px;
}
ul.history li .mf-ratio {
  width: 28%;
}
ul.history li .active-detail.red::before {
  background: var(--speech-red);
}
ul.history li .mf-ratio {
  line-height: 14px;
}
ul.history li .mf-date {
  width: 22%;
}
ul.history li .arrow {
  width: 10%;
}
ul.history li .arrow img {
  width: 10px;
}
ul.history li .folio-result {
  width: 100%;
  padding-right: 1.5em;
  position: relative;
}
ul.history li .folio-result::after {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  right: 0;
  z-index: 10;
  background-size: 9px 6px;
  width: 9px;
  height: 6px;
}
ul.history li .folio-result.green::after {
  background: url(/assets/images/green-down-small-arrow.svg) no-repeat top left;
  color: var(--theme-green);
  -webkit-transform: rotate(180deg) translateY(3px);
          transform: rotate(180deg) translateY(3px);
}
ul.history li .folio-result.green {
  color: var(--theme-green);
}
ul.history li .folio-result.red::after {
  background: url(/assets/images/red-down-small-arrow.svg) no-repeat top left;
  color: var(--theme-red);
}
ul.history li .folio-result.red {
  color: var(--theme-red);
}
ul.history li:last-child {
  margin-bottom: 0;
}
ul.history li .icon {
  width: 0.8em;
  max-height: 0.8em;
}
ul.history li .small-arrow {
  width: 0.3rem;
  max-height: 0.8rem;
}
.fund-history-tabs {
  width: 100%;
  display: block;
}
.fund-history-tabs .nav-tabs {
  border: 0;
  display: -webkit-box;
  display: flex;
}
.fund-history-tabs .nav-tabs li {
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}
.fund-history-tabs .nav-tabs li a.nav-link {
  font-size: 10px;
  line-height: 12px;
  color: var(--graph-label-theme) !important;
  padding: 2px;
  text-align: center;
  margin: 0 3px;
  border: 0;
}
.fund-history-tabs .nav-tabs li a.nav-link.active,
.fund-history-tabs .nav-tabs li a.nav-link:hover {
  border-radius: 0;
  border: none;
}
.fund-history-tabs .tab-content {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}
.milestones {
  margin: 0 -0.6em 0.8em;
}
.milestones-container {
  width: 20%;
  padding: 0 0.6em;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
.milestones-item {
  width: 100%;
  border: 1px solid;
  display: -webkit-inline-box;
  display: inline-flex;
  /* margin-bottom: 1em; */
  border: none;
}
.milestones-item .icon {
  width: 2.2rem;
  height: 2.2rem;
  background: var(--iconBg);
  padding: 11px;
  border-radius: 50%;
  margin: 0 0 0 10px;
  min-width: 2em;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.milestones-item .icon-svg {
  width: 2em;
  height: 2em;
  margin: 0 0 0 10px;
}
.milestones-item .icon-svg svg {
  width: 100%;
  height: 100%;
}
.milestones-item .icon img {
  width: 100%;
  height: 100%;
}
.milestones-item .details {
  width: auto;
  height: 3.5em;
  padding: 0.6em;
}
.milestones-item .details .type {
  font-size: 0.6em;
  display: block;
  white-space: nowrap;

  /* font-family: latolight; */
}
.milestones-item .details .value {
  font-size: 1.1rem;
  line-height: 1.5;
  white-space: nowrap;
  font-family: Montserrat;
}
.portfolio-select {
  width: 170px;
}
.benchmark-select {
  width: 170px;
}
.currency-select {
  display: block;
  padding: 0;
  position: relative;
  min-width: 7rem;
  float: right;
  margin-top: 4px;
  /* -webkit-box-shadow: 2px 2px 3px 0 #b7b7b7;
  box-shadow: 2px 2px 3px 0 #b7b7b7; */
  border-radius: 5px;
}
.currency-select-without-bg {
  height: 2rem;
  padding: 5px;
  display: block;
  position: relative;

  /* neetu2aug2019 */
  width: 14rem;

  /* endneetu2aug2019 */

  float: right;
  margin-top: 4px;
  /* border: 1px solid var(--theme-light-gray-three); */
}
.currency-select a,
.currency-select a:hover,
.currency-select-without-bg a,
.currency-select-without-bg a:hover {
  border: none;
  font-size: 0.75rem;
  font-weight: normal;
  height: auto;
  margin: 0;
  outline: medium none;
  width: 100%;
  float: left;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.5;
  padding: 0.4rem 0.6rem;
}
.currency-select .dropdown-menu {
  border-radius: 0;
  margin: 0;
  width: 100%;
  min-width: 100%;
  padding: 0.25rem;
}
.currency-select-without-bg .dropdown-menu {
  margin: 0;
  width: 100%;
  min-width: 100%;
  padding: 0.25rem;
  left: 0 !important;
  max-height: 150px;
  overflow-y: auto;
  z-index: 1 !important;
  margin-top: 5px;
  border-radius: 5px;
}
.currency-select-without-bg a.dropdown-toggle {
  color: var(--table-theme-text-data);
}
.currency-select::after {
  background-size: 12px 7px !important;
  right: 5px;
  content: "";
  height: 24px;
  pointer-events: none;
  position: absolute;
  top: 8px !important;
  width: 15px;
  /* background-image: url("assets/images/dropdown-icon.svg"); */
  background-repeat: no-repeat;
}
/* .sort-by-analytics::after {
  background-image: url("assets/images/sortby-drop-down.svg") !important;
} */
.currency-select-without-bg::after {
  content: "";
  height: 10px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 0.75rem;
  /* background: url("assets/images/sortby-drop-down.svg") no-repeat center left; */
  background-size: 100%;
}
.currency-select-without-bg svg {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 13px;
  right: 8px;
}
.dropdown-title {
  display: block;
  height: 28px !important;
  color: var(--storm-gray) !important;
}
.more-control {
  width: 100%;
  position: absolute;
  bottom: 12px;
  left: 0;
}
.control-holder {
  width: 36px;
  display: block;
  margin: 0 auto;
}
.widget-box .scroll-control .control-holder {
  width: 60px;
}
.control-holder li img,
.cur-pointer {
  cursor: pointer;
}
.more-control img {
  margin: 0 5px;
  float: left;
}
.custome-select-1 {
  display: block;
  padding: 0;
  position: relative;
  width: 70px;
  float: right;
  margin-top: 4px;
}
.custome-select-1 select {
  -webkit-appearance: none;
  background: none;
  border: none;
  font-size: 12px;
  font-weight: normal;
  height: 16px;
  line-height: 16px;
  margin: 0;
  outline: medium none;
  padding-left: 10px;
  width: 100%;
  float: left;
  text-align: left;
}
.custome-select-1 select option {
  border-left: 1px solid;
  border-right: 1px solid;
  font-weight: normal;
  padding: 5px;
  width: 100%;
  font-size: 14px;
  background: var(--white);
}
.custome-select-1::after {
  content: "";
  height: 16px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.sidebar {
  font-size: 1rem;
  width: 18.3em;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  -webkit-transition: left 0.5s;

  /* For Safari 3.1 to 6.0 */
  transition: left 0.5s;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.sidebar-collapsed {
  left: -21em !important;
}
.sidebar .sidebar-head {
  width: 100%;
  padding: 1.8em 1.3em 1.6em 1.8em;
}
.sidebar .sidebar-head span {
  font-size: 1.8em;
  line-height: 1.2;
  word-break: break-word;
}
.sidebar-nav {
  width: 100%;
  /* padding: 1.2em 1.5em 0.9em; */
  display: block;
  overflow: auto;
  margin: 0;
  -webkit-box-flex: 1;
          flex: 1 1 0;
  padding: 1.2em 0 0.9em;
}
.sidebar-nav li {
  width: 100%;
  line-height: 1em;
  cursor: pointer;
}
.sidebar-nav li a {
  padding: 0.69em;
  width: 100%;
  display: -webkit-box;
  display: flex;
  text-decoration: none !important;
  -webkit-box-align: center;
          align-items: center;
}
.sidebar-nav li a .sidebar-icon {
  text-align: center;
  height: 1em;
  width: 1em;
  margin-right: 1.1em;
  display: inline-block;
}
.sidebar-nav li a span {
  font-size: 0.9em;
  max-width: 100%;
  word-break: break-word;
}
.sidebar hr {
  height: 0;
  margin: 0 auto;
  width: calc(100% - 1.5em);
}
.sidebar .social-icon,
.sidebar hr,
.sidebar .sidebar-head {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
.sidebar .social-icon li {
  text-align: center;
  padding: 0.7em 0 1.3em;
  line-height: 1.2;
}
.sidebar .social-icon a img,
.sidebar .social-icon a .svg-img {
  height: 1em;
  width: 1em;
}
.sidebar-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 990;
  position: fixed;

  /* background: rgba(0, 0, 0, 0.1); */
}
.primary-heading {
  font-size: 1.25rem;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}
.secondary-heading {
  font-size: 0.7rem;
  line-height: 1.2;

  /* font-family: latoregular; */
}
.primary-change-heading {
  font-size: 1.25rem;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1em;
}
.border-container {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  margin-bottom: 1.5rem;
}
.border-container-padding {
  padding: 1em 1.25em;
}
.badge {
  padding: 5px 11px;
  border-radius: 3.4px;
}
.badge-top-right {
  position: absolute;
  top: -5px;
  right: -5px;
}
.disc {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
}
.disc-full-width {
  width: 100%;
  padding-top: 100%;
}
.badge-circular {
  border-radius: 50%;
  padding: 0 3px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 0.6rem;
}
.badge-circular-big {
  border-radius: 50%;
  padding: 0 3px;
  line-height: 50px;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 0.6rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.badge-pill {
  border-radius: 0;
  min-width: 8em;
  border: 1px solid;
  padding: 0.5em 0.6em;
}
.beads-menu .dropdown-menu {
  right: 0;
  left: auto !important;
  border: 1px solid;
  border-radius: 0;
  font-size: 1rem;
  padding: 0.5em 0.9em;
  min-width: 140px;
  z-index: 15;
}
.beads-menu .dropdown-menu li {
  font-size: 0.7em;
  padding: 0.71em 0;
}
.beads-menu .dropdown-menu li .img-container {
  width: 29px;
  height: 17px;
  padding-right: 10px;
  display: inline-block;
}
.switch-input {
  display: none;
}
.switch-label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.switch-label::before,
.switch-label::after {
  content: " ";
  margin: 0;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.switch-label::before {
  left: 1px;
  width: 1.7em;
  height: 0.7em;
  border: 1px solid;
  border-radius: 0.4em;
  display: inline-block;
  margin-right: 0.35em;
}
.switch-label::after {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.switch-input:checked+.switch-label::after {
  -webkit-transform: translate(80%, -50%);
  transform: translate(80%, -50%);
}
.client-info {
  font-size: 20px;
}
.client-info>li {
  /* border: 1px solid; */
  margin-bottom: 1.5em;

  /* box-shadow: 0.44px 0.44px 0.89px rgba(209, 209, 209, 0.75); looks bad */
  padding: 1.25em 1.75em;
  position: relative;
}
.client-info>li:last-child {
  margin-bottom: 0;
  padding-bottom: 1.4rem;
}
/* .client-info .client-details {
  border-right: 1px solid;
} */
.client-info .client-details-top-border {
  border-top: 1px solid;
}
/* .client-info h4 {
  font-size: 0.8rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
} */
.client-info .client-info-blocks h5 {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  height: 30px;
  line-height: 30px;
}
.expandable-div .client-info-blocks h5 {
  font-size: 1rem;
  margin-bottom: 0.416rem;
}
.client-info .client-info-blocks .badge {
  font-size: 0.6rem;
}
.client-info .beads-menu {
  position: absolute;
  display: inline-block;
  width: 5px;
  top: 1.25em;
  right: 1em;
}
.client-info .expandable {
  /* position: absolute; */
  display: inline-block;
  top: 2.7rem;
  right: 1.3rem;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.top-countries {
  padding-top: 1rem;
  /* border-right: 1px solid; */
}
.top-countries .progress {
  height: 5px;
  border-radius: 360px;
}
.selected-title {
  border-bottom: 1px solid;
  padding: 1.111em;
}
.milestones-container-wide {
  width: 37%;
}
.client-info-height {
  /* height: 2.85em; */
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  overflow: hidden;
}
.border-top-style {
  border-top: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.client-info-graphs {
  margin: 1.5em 0 0;
  padding-top: 1.75em;
  border-top: 1px solid;
}
.client-info-graphs .drag-scroll-content {
  /* height: auto !important; */
  font-size: 0;
  margin: 0 -15px;
  width: calc(100% + 30px) !important;
  overflow-x: auto !important;
}
.client-graph {
  font-size: 1rem;
  position: relative;
  padding: 0 15px;
  width: 33.33%;
}
.client-graph .client-graph-border {
  height: 60%;
  position: absolute;
  left: 100%;
  /* border-right: 1px solid black; */
  bottom: 15%;
}
.client-graph:last-child .client-graph-border {
  display: none;
}
.client-info .pills span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  padding: 5px 15px;
  min-width: 75px;
}
.btn-prev,
.btn-next {
  position: absolute;
  top: 53%;
  cursor: pointer;
}
.client-summary-milestones-container .milestones-container {
  width: 15%;
}
.cuppa-dropdown .dropdown-list ul li {
  position: relative;
  cursor: default !important;
}
.pagination-content {
  padding-bottom: 30px !important;
}
/* media queries */
@media screen and (min-width: 992px) and (max-width: 1200px) {

  .milestones-container,
  .client-summary-milestones-container .milestones-container {
    width: 50%;
  }
}
@media screen and (max-width: 1300px) {

  /* responsive font size */
  html {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 16px;
  }

  .milestones-container,
  .client-summary-milestones-container .milestones-container {
    width: 50%;
  }

  .milestones-container-wide {
    width: 100%;
    margin-right: 0;
  }

  .client-info {
    font-size: 16px;
  }

  .client-graph {
    width: 50%;
  }
}
@media (min-width: 768px) {

  .sidebar .social-icon a img,
  .sidebar .social-icon a .svg-img {
    height: 16px;
  }

  .client-info li {
    padding-bottom: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .search-field {
    margin: 1.125em 1em;
  }

  .search-field {
    /* max-width: 10em; */
    margin: 0.75em 0;
  }
}
@media (min-width: 767px) {
  .header {
    border-bottom: 1px solid;
    border-color: var(--theme-light-gray-three);
  }

  .cust-tab-align {
    margin-right: 1rem;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 15px;
  }

  .wrapper {
    padding-left: 0;
  }

  .left-sidebar {
    width: 100%;
    height: 3.5em;
    top: calc(100% - 3.5em);
    bottom: 0 !important;
    border-top: var(--theme-light-gray-three);
  }

  /* .mid-container {
    margin-bottom: 3.5em;
  } */

  .left-sidebar ul.nav li {
    width: 20%;
  }

  /* .header {
    height: 7em;
    left: 0;
  } */

  .header::before {
    height: 1px;
    border-bottom: 1px solid;
    border-color: var(--theme-light-gray-three);
    position: absolute;
    top: 3.5em;
    left: 0;
    right: 0;
    z-index: 20;
    content: "";
  }

  .mydrp .header::before {
    content: none !important;
  }

  /* .mid-container {
    margin-top: 7em !important;
  } */

  ul.history.extra-margin li {
    margin-bottom: 1.5em;
    border-bottom: 1px solid;
    border-color: var(--theme-light-gray-three);
    padding-bottom: 10px;
  }

  ul.history.extra-margin li:last-child {
    margin-bottom: 1.5em;
    border-bottom: 0;
    padding-bottom: 0;
  }

  ul.history li .active-detail {
    margin-bottom: 0.75em;
  }

  .geomap {
    border-bottom: 1px solid;
  }

  .client-graph {
    width: 100%;
  }

  .client-graph-border {
    display: none;
  }

  .client-info li {
    padding-bottom: 1em;
  }

  .dashboard-wrapper {
    padding: 0 !important;
  }

  .special-tab-height {
    max-height: 550px;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 14px;
  }

  .milestones-container,
  .client-summary-milestones-container .milestones-container {
    width: 100% !important;
  }

  .milestones-container-wide {
    width: 100%;
  }

  .beads-menu .dropdown-menu {
    font-size: 16px;
  }

  .client-info li {
    padding: 1em;
    padding-bottom: 1em;
  }

  .textarea-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .special-tab-height {
    height: 450px;
  }

  .btn-position {
    bottom: 28px !important;
  }

  .filter-margin-bottom {
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 479px) {
  html {
    font-size: 14px;
  }

  .header .profile-details .dropdown-menu a {
    font-size: 15px;
  }

  .badge-circular-big {
    border-radius: 50%;
    padding: 0 3px;
    line-height: 35px;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 0.6rem;
  }
}
@media (max-width: 374px) {
  html {
    font-size: 12px;
  }

  .header .profile-details .dropdown-menu a {
    padding-left: 0.8em;
    padding-right: 0.5em;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 11px;
  }
}
/* .fee-breakdown-section .highcharts-data-label-connector {
  stroke: #526cb2 !important;s
} */
@media screen and (min-width: 768px) {
  .justify-content-md-end {
    -webkit-box-pack: end;
            justify-content: end;
  }
}
@media (max-width: 1200px) {
  .client-info .client-details {
    border-right: none !important;
  }

  .client-information-content .tertiary-border-color {
    border-right: none !important;
  }

  .client-information-content .tertiary-border-left-color {
    border-left: none !important;
  }

  .client-information-content .tertiary-border-bottom-color {
    border-bottom: none !important;
  }
}
.mydrp .selectiongroup {
  position: absolute;
  left: 0 !important;
  border: none;
  border-spacing: 0;
  background-color: var(--white);
  top: -42px;
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.8;
}
.modal-backdrop {
  /* background-color: #fff; */
  z-index: 2000 !important;
  /* background-color: #948f8f; */
}
.blur-backdrop {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  z-index: 99999 !important;
}
.modal-content {
  border: none !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  /* border-radius: 10px;
  background: var(--over-all-background-widget);
  border: 1px solid var(--theme-light-gray-three); */
}
.modal-top-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0.75em;
}
.modal.theme-modal {
  z-index: 99999;
}
.close-button {
  font-size: 30px;
  line-height: 15px;
}
.padding-5-px {
  padding: 5px !important;
}
/* datepicker ui fixes */
.mydrp .header {
  position: static;
}
.date-conatiner {
  position: relative;
}
.mydrp {
  position: absolute !important;
  left: 0;
  width: 0 !important;
  height: 0;
  border: 0;
}
.mydrp .selectiongroup {
  position: static !important;
}
.mydrp .selectiongroup {
  position: static;
  display: block;
  border: none;
  border-spacing: 0;
  background-color: var(--white);
  margin-left: 0;
}
.widget-box .mydrp .selectiongroup {
  margin-left: 15px;
}
.mydrp .selectorarrow {
  border-color: var(--theme-light-gray-three) !important;
}
/* .mydrp .weekdaytitle {
  background-color: var(--white) !important;
} */
.mydrp .selectorarrow::before {
  border-bottom-color: var(--theme-light-gray-three) !important;
}
.mydrp .titleareatxt {
  display: none !important;
}
.mydrp .datevalue {
  color: var(--graph-label-theme);
  font-size: 0.8em !important;
}
.mydrp .currmonth {
  background-color: transparent !important;
  color: var(--secondary-theme-text-color-1) !important;
}
/* .mydrp .weekdaytitle {
  color: var(--graph-label-theme) !important;
} */
.mydrp .selectorarrow {
  width: 230px !important;
  height: auto !important;
}
.mydrp .selecteddaybegin,
.mydrp .selecteddayend {
  border-radius: 50% !important;
  background-color: rgba(170, 82, 91, 0.3) !important;
  color: var(--btnSecondaryColor) !important;
}
.mydrp .daycell {
  padding: 0 !important;
}
/* .mydrp .selectorarrow {
  padding: 10px !important;
} */
.mydrp .datevalue {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
/* Ravina - 13 june
.mydrp .daycell:focus,
.mydrp .monthcell:focus,
.mydrp .yearcell:focus, */
:focus {
  outline: none !important;
}
.mydrp .markcurrday,
.mydrp .markcurrmonth,
.mydrp .markcurryear {
  text-decoration: none !important;
}
.headerclearbtn,
.headerokbtn {
  display: none !important;
}
.mydrp .daycell:hover,
.mydrp .monthcell:hover,
.mydrp .yearcell:hover,
.range:hover,
.range {
  background-color: transparent !important;
}
.mydrp .selector {
  z-index: 9 !important;
}
.mydrp .selectorarrow {
  margin-top: 0 !important;
}
.sector-name {
  margin-left: 20px;
  font-size: 16px;
}
.vertical-align-sector {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.sector-allocation-list-item {
  border-top: 1px solid;
  padding: 8px 0;
}
.sector-allocation-list-item:first-child {
  border-top: none;
}
.sector-icons {
  height: 40px !important;
  width: 40px !important;
}
.progress-bar-fill {
  display: inline-block;
  height: 7px;
  width: 100px;
}
/* .analytics-table .data-table-header {
  display: none;
} */
.table-header-visible .data-table-header {
  display: block !important;
}
.header-enable-table .data-table-header {
  display: block;
}
.analytics-table .data-table tbody>tr>td {
  font-size: 14px;
}
.analytics-table .data-table tbody>tr>td {
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.analytics-table .data-table thead>tr>th {
  text-align: right;
  color: var(--graph-label-theme);
  word-break: break-all;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}
.first-column-data {
  text-align: left !important;
  border-left: none !important;
  padding-left: 0 !important;
}
.analytics-table .data-table tbody {
  border-top: 1px solid;
  border-color: var(--theme-light-gray-three);
}
button:focus {
  outline: none !important;
  box-shadow: none;
}
.small-progress {
  display: -webkit-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  border-radius: 0 !important;
}
.small-progress-border-radius {
  border-radius: 0 15px 15px 0 !important;
}
/* .small-progress-bar-sukuk {
  background-color: var(--theme-green) !important;
}

.small-progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
} */
.underlying-table-container .table-container th,
.underlying-table-container .table-container td {
  min-width: unset !important;
}
.underlying-table-container .table-container th.first-column-data {
  padding-left: 0 !important;
}
.heading-title {
  font-size: 2rem;
}
.top-link-path-details {
  line-height: 34px;
  z-index: 8 !important;
}
.top-link-path-details li a {
  padding-right: 10px;
  padding-left: 10px;
}
.mydrp {
  border: none !important;
}
.dashboard-overview,
.side-window {
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
.dashboard-overview {
  padding: 0 60px 0 30px;
  overflow: hidden;
}
.side-window {
  width: 100%;
  right: 0;

  /* top: 70px; */
  top: 0;
}
.side-window-left {
  /* left: calc(100% - 50px); */
  right: 0;
  -webkit-transform: translateX(100%) translateX(0);
  transform: translateX(100%) translateX(0);
}
.slideout {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.analytics-side-window {
  z-index: 1101;
  height: 100vh;
  overflow: auto;
  /* left: 10%; */
  box-shadow: 0 2px 5px rgba(224, 224, 224, 0.6);
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-hidden {
  overflow: hidden;
}
.analytics-overlay {
  z-index: 1100 !important;
}
.analytics-table .data-table thead>tr>th {
  word-break: break-word;
  overflow: initial !important;
}
@media (max-width: 991px) {
  .sector-allocation-list-item {
    margin: 0 !important;
  }
}
.table-check-icon,
.table-cross-icon,
.table-up-icon,
.table-down-icon {
  display: block;
  text-align: center;
}
.table-check-icon::after {
  content: "\f00c";
  font-family: FontAwesome;
}
.table-cross-icon::after {
  content: "\f00d";
  font-family: FontAwesome;
}
.table-up-icon::after {
  content: "\f062";
  font-family: FontAwesome;
}
.table-down-icon::after {
  content: "\f063";
  font-family: FontAwesome;
}
.statistics-table th:last-child,
.statistics-table td:last-child {
  padding-right: 20px;
  text-align: center;
}
.progress {
  display: -webkit-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  border-radius: 0 !important;
}
.height-8-px {
  height: 8px !important;
}
.width-100-pct {
  width: 100% !important;
}
/* .progress-border-radius {
  border-radius: 0 15px 15px 0 !important;
} */
.progress-bar-sukuk {
  background-color: var(--theme-green) !important;
}
.progress-bar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  background-color: var(--dodger-blue);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.btn-with-icon {
  display: inline-block;
  font-size: 1rem;

  /* height: 30px; */

  /* padding: 0 15px; */
  line-height: 28px;
  border: none;

  /* border: 1px solid var(--btnSecondaryColor); */
  background-color: var(--white);
}
.btn-with-icon a {
  padding: 2px 8.4px;
}
.btn-with-only-icon {
  display: inline-block;
  font-size: 12px;
  height: 30px;
  padding: 4px 10px !important;
  line-height: 30px;
  width: 40px;
}
.circular-icon-button,
.circular-icon-button:active,
.circular-icon-button:focus {
  height: 1.6rem;
  width: 1.6rem;
  padding: 2px;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12885);
  cursor: pointer;
  background: var(--white);
  border: 0;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: var(--text-theme-color-highlight);
  min-width: 1.6rem;
}
.circular-icon-button svg {
  width: 12px;
  height: 10px;
}
.circular-icon-button:disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: var(--white);
  border: 1px solid var(--theme-light-gray-three);
}
.resize-none {
  resize: none !important;
}
.steps-name {
  font-size: 0.6rem;
}
.steps-item {
  text-align: center;
}
.steps-item::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: -50% !important;
  /* top: 35%; */
  z-index: -1;
}
.steps-outer-container .steps-item::after {
  left: 50% !important;
}
.steps-icon svg {
  height: 100%;
  width: 100%;
  stroke: var(--theme-light-Gray-Two);
}
.steps-icon {
  padding: 10px;
}
.steps-item,
.steps-fill-item {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.selected-list .c-btn {
  /* box-shadow: none !important; */
  padding: 10px !important;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important; */
  margin-top: 1rem;
  border-radius: 5px;
}
.c-btn {
  border: 0 !important;

  /* border-bottom: 1px solid var(--theme-light-gray-three) !important; */
  padding-left: 0 !important;
}
.selected-list .c-angle-down,
.selected-list .c-angle-up {
  width: 0.85rem !important;
  height: 0.85rem !important;
  top: auto !important;
  bottom: 14px;
  -webkit-transform: none !important;
          transform: none !important;
}
.selected-list:focus,
.cuppa-dropdown:focus,
.custom-multiselect {
  outline: none;
}
.form-group .form-label {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 0.7rem;
  line-height: 1rem;
}
.form-group .form-input {
  outline: none;
  border: 0;
  border-bottom: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
  width: 100%;
  font-size: 0.85rem;
  border-radius: 0;
  padding-left: 0;
  z-index: 1;
  position: relative;
}
.form-group .form-input:focus {
  outline: none;
  box-shadow: none;
}
.btn.theme-form-btn {
  padding: 0 1rem;
  font-size: 0.875rem;
  min-width: 145px;
  min-height: 40px;
  border-radius: 1.25rem !important;
}
.modal-body {
  padding: 1.5em;
}
.checkbox-btn {
  min-width: 100px;
  font-size: 0.6rem;
  padding: 0.35rem 0.7rem;
  display: block;
  text-align: center;
}
.btn-checkbox-container {
  margin-right: 10px;
}
/* onboardin steps */
.steps-sidebar-title {
  font-size: 0.7rem;
  line-height: 1.2;
}
.min-steps-height .steps-sidebar-title {
  padding-right: 30px !important;
  white-space: normal;
}
.steps-sidebar-sub-title {
  font-size: 0.7rem;
  line-height: 0.7rem;
}
.min-steps-height {
  /* min-height: 480px; */
  min-height: calc(100vh - 450px);
}
.special-iframe iframe.min-steps-height {
  min-height: calc(100vh - 320px);
}
.pdf-min-steps-height {
  min-height: calc(100vh - 450px);
}
@media (max-height: 800px) {
  .pdf-min-steps-height {
    min-height: 275px;
  }
}
.holder-name {
  font-size: 0.7rem;
}
.holder-name-head {
  font-size: 0.8rem;
}
.floating-label-content {
  padding-top: 33px !important;
  position: relative;
}
.floating-label-content.special {
  padding-top: 26px !important;
}
.search-field.special {
  height: 2.6em;
  line-height: 2.6em;
}
.floating-label {
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 0;
  color: var(--primary-theme-text-color-1) !important;
  font-size: 0.7rem;
  font-weight: 300;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: block;
  margin-top: 0.5rem;
  z-index: -1;
  font-size: 0.7rem;

  /* -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.1ms ease; */
}
input:focus+.floating-label,
.floating-label.active {
  opacity: 1;
  top: 0;
  z-index: 1;
}
input:focus+.floating-label.special,
.floating-label.special.active {
  top: 6px;
}
.position-relative {
  position: relative !important;
}
.steps-sidebar-title {
  position: relative;
}
.steps-sidebar-title.steps-error::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 26px;
  top: 25px;
  background: var(--theme-red);
  border-radius: 50%;
  background-size: 100%;
}
.collapse-list-container .card-header,
.collapse-list-container .card-body {
  padding: 0 !important;
  border-radius: 0 !important;
}
/* .collapse-list-container .card-header {
  border: none !important;
} */
.collapse-list-container .card {
  border: none !important;
}
.collapse-list-container.full-width-collapse .card-header .btn-link {
  width: 100%;
}
.success-step-field::after {
  /* content: "\f058";
  font-family: FontAwesome;
  float: right;
  color: var(--btnSecondaryColor); */
  content: "\f058";
  font-family: FontAwesome;
  float: right;
  color: var(--text-theme-color-highlight) !important;
  position: absolute;
  right: 10px;
  top: 0;
  height: 20px;
  margin: auto;
  bottom: 0;
}
.card-header a:hover {
  text-decoration: none;
}
.small-input-text {
  width: 45px !important;
  margin-right: 20px;
  font-size: 0.6rem !important;
}
.c-btn,
.card-header-closed {
  font-size: 0.8rem !important;
  font-weight: bold;
}
.form-control::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--theme-fund-tabs-text) !important;
  /* opacity: 1; */

  /* Firefox */
}
.form-control::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--theme-fund-tabs-text) !important;
  /* opacity: 1; */

  /* Firefox */
}
.form-control::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--theme-fund-tabs-text) !important;
  /* opacity: 1; */

  /* Firefox */
}
.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--theme-fund-tabs-text) !important;
  /* opacity: 1; */

  /* Firefox */
}
.form-control::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--theme-fund-tabs-text) !important;
}
.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--theme-fund-tabs-text) !important;
}
/* calender in signup */
@media only screen and (max-width: 575px) {
  .form-date-picker.custom-datepicker .mydp .selector {
    right: 0 !important;
    bottom: 0 !important;
  }
}
.valid-date-datepicker.custom-datepicker .mydp .selector {
  right: 0 !important;
  bottom: 0 !important;
}
.form-control,
.custom-datepicker .mydp,
.custom-daterangepicker .mydrp {
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  min-width: 0;
  color: var(--secondary-theme-text-color-1);
  /* to play nice with flex on firefox */
}
.custom-datepicker .mydp .icon-mydpcalendar::before,
.custom-daterangepicker .mydrp .icon-mydrpcalendar::before {
  background-size: 0.7rem auto;
  background-repeat: no-repeat;
  content: " " !important;
  background-position: center center;
  background-image: url("/assets/images/calender-icon.png");
  width: 25px;
  height: 35px;
  display: block;
}
.mydp .btnpickerenabled:hover,
.mydrp .btnpickerenabled:hover,
.mydp .btnclearenabled:hover {
  background: transparent !important;
}
.screen-date .custom-daterangepicker .mydp {
  height: 37px;
}
.btnclear {
  display: none;
}
.mydp .btnpicker:focus,
.mydrp .btnpicker:focus,
.mydp .btnclear:focus {
  background: transparent !important;
}
.mydp .selectorarrowleft::after,
.mydp .selectorarrowleft::before,
.mydrp .selectorarrowleft::after,
.mydrp .selectorarrowleft::before {
  right: 0 !important;

  /* left: unset !important; */
}
.on-boarding .table-container th:not(.weekdaytitle) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.on-boarding .table-container td.data-column {
  padding: 0.34rem 1.5rem;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  vertical-align: middle;
}
/* .on-boarding .table-container:last-of-type td:not(.daycell) {
  border-bottom: 1px solid #666;
} */
.pure-checkbox input[type="checkbox"]+label {
  font-size: 0.75rem !important;
  font-weight: 100;
}
/* On boarding */
.tile-name {
  font-size: 0.7rem;
  margin-bottom: 0.25rem;
}
.tile-other-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
  font-size: 0.6rem;
  line-height: 2rem;
  white-space: nowrap;
}
.client-caution {
  font-size: 0.65rem;
  margin-left: 1rem;
}
@media (max-width: 576px) {
  .client-caution {
    margin-left: 0;
    display: block;
  }

  .steps-sidebar-title.steps-error::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 14px !important;
    background: var(--theme-red);
    border-radius: 50%;
    background-size: 100%;
  }
}
@media (max-width: 1200px) {
  .tile-other-content {
    text-align: left;
  }
}
.message-alert {
  background-color: var(--theme-soft-red-2);
  height: 5px;
  width: 5px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  right: 4px;
}
.btn-checkbox {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
/* neetu 22 may2019 */
.form-static-label {
  font-size: 0.9rem !important;
}
.active-custom-sidebar {
  font-family: "Montserrat", sans-serif;
  /* margin: -1px; */
}
.custom-textarea {
  /* font-family: "latolight"; */
  font-size: 0.85rem !important;
  border: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
  padding: 0.25rem !important;
}
.textarea-icon {
  width: 20%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.form-control:focus {
  outline: 0;
  border: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
  box-shadow: none;
  color: var(--secondary-theme-text-color-1);
}
textarea {
  resize: none !important;
  font-size: 0.7rem !important;
}
.datatable-message-button .message-popup {
  min-width: 320px;
  max-width: 320px;
  box-shadow: 0px 0px 4px rgba(123, 123, 123, 0.25);
  -webkit-box-shadow: 0px 0px 4px rgba(123, 123, 123, 0.25);
  background-color: var(--over-all-background-widget);
}
.message-reply-recieved {
  padding: 10px;
  border-bottom: 1px solid var(--theme-light-gray-three);
}
.message-reply-recieved-content {
  max-height: 110px;
  overflow-y: auto;
  margin-bottom: 5px;
}
.reply-name {
  font-size: 0.7rem;
  color: var(--secondary-theme-text-color-1);
}
.reply-date {
  font-size: 0.65rem;
  color: var(--secondary-theme-text-color-1);
}
.reply-text {
  font-size: 0.65rem;
  line-height: 0.85rem;
  color: var(--secondary-theme-text-color-1);
}
.message-reply-type {
  padding: 10px;
}
.message-reply-send {
  padding: 10px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  /* flex-wrap: wrap; */
  margin: 10px;
}
.arrow {
  height: 10px;
  width: 10px;
  border-top: 1px solid var(--theme-light-gray-three);
  border-right: 1px solid var(--theme-light-gray-three);

  /* IE 9 */
  -webkit-transform: rotate(-45deg);

  /* Safari */
  transform: rotate(-45deg);

  /* Standard syntax */
  position: absolute;
  top: -6px;
  right: 21px;
  background-color: var(--white);
}
.message {
  position: absolute;
  top: 31px;
  right: -15px;
}
.message.datatable-message-button {
  position: absolute;
  top: 1px;
  right: -12px;
}
.popover-arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 1px solid var(--theme-light-gray-three);
  border-right: 1px solid var(--theme-light-gray-three);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: -6px;
  right: 17px;
  /*21px*/
  background-color: var(--over-all-background-widget);
}
.popover-arrow-right-placement {
  -webkit-transform: rotate(-131deg);
  transform: rotate(-131deg);
  left: -6px;
  top: 50%;
}
.body .popover {
  border: 0;
  border-radius: 0;
}
.popover .arrow {
  display: none;
}
.body .popover .popover-body {
  padding: 0;
}
.middle-section {
  border-right: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.close-icon-svg {
  text-align: right;
  padding: 10px 18px 30px;
}
.form-control:focus {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}
.step-form-scroll {
  position: relative;
  max-height: 450px;
  overflow: auto;
  /* height: 540px; */
}
.input-file {
  margin: 10px auto;
  border: 1px dashed;
  border-color: var(--theme-light-gray-three);
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  min-width: 200px;
  width: 80% !important;
  height: auto !important;
  padding: 40px 80px !important;
}
.boxfile {
  opacity: 0 !important;
  position: absolute;
}
.upload-box {
  font-size: 0.55rem;
}
.custom-tag-border {
  border-top: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.custom-textarea,
.custom-textarea:focus,
.custom-textarea:active {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: var(--theme-light-gray-three) !important;
  outline: none !important;
  width: 100%;
  color: var(--secondary-theme-text-color-1) !important;
}
/* neetu 27052019 */
/* .progress-fill-wrapper {
  height: 5px;
  position: relative;
  background: #f3efe6;
  overflow: hidden;
  width: 100%;
  margin: auto;
  opacity: 1;
}

.progress-fill-wrapper span {
  display: block;
  height: 100%;
} */
.progress-fill {
  background-color: var(--btnSecondaryColor);
  animation: progressBar 3s ease-in-out;
  animation-fill-mode: both;
  -webkit-animation: progressBar 3s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation: progressBar 3s ease-in-out;
  -moz-animation-fill-mode: both;
}
.show-progress {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 36%;
  top: 15px;
}
.hide-button {
  opacity: 0;
}
.success-upload-icon {
  /* font-size: 0; */
  position: absolute;
  height: 32px;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.show-check-tick {
  font-size: 24px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.text-decoration-underline,
.text-decoration-underline:hover {
  text-decoration: underline !important;
}
@keyframes progressBar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}
@-webkit-keyframes progressBar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}
.flex-flow-wrap {
  flex-flow: wrap !important;
}
.steps-item:first-child {
  margin-left: 0;
}
.steps-item:last-child {
  margin-right: 0;
}
.login-logo-section {
  width: 170px;
  margin: auto;
}
.theme-form-control {
  font-size: 0.7rem;
  border: 0 !important;
  border-bottom: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
  border-radius: 0 !important;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.label-form-control {
  font-size: 0.75rem;
}
.link {
  font-size: 0.85rem;

  /* font-family: "latolight"; */
}
.custom-font-size-12 {
  font-size: 0.6rem;
}
.alert-message {
  font-size: 0.65rem;
}
.alert-message-label {
  font-size: 12px;
  color: red;
  margin-top: 3px;
}
.select-container-drop {
  position: relative;
}
.select-container-drop::after {
  content: " ";
  vertical-align: middle;
  position: absolute;
  top: 8px;
  right: 2px;
  background-color: var(--white);
  border-style: solid !important;
  border-width: 0.15em 0.15em 0 0;
  width: 0.45em;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-color: var(--theme-light-gray-three);
  height: 0.45em;
}
.card-header::after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f078";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  pointer-events: none;
  color: var(--white);
  font-size: 0.8rem;
}
.card-header.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 15px;
}
.login-form-header {
  margin: 90px 0 70px;
  text-align: center;
}
.login-form-header h6 {
  font-size: 0.9rem;
}
.login-btn-spacing {
  margin-top: 80px;
}
.btn:disabled,
.cursor-not-allowed {
  cursor: not-allowed !important;
  border: none;
  background-color: var(--whisper-theme-2) !important;
  color: var(--portfolio-progress-theme-background);
  box-shadow: none !important;
}
.btn:disabled,
.cursor-not-allowed:hover {
  color: var(--portfolio-progress-theme-background) !important;
}
.client-dashboard .datepicker {
  width: 15%;
}
.mydp .header,
.mydrp .header {
  position: static;
}
/* The container */
.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 0.6rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: initial !important;
}
/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: var(--white);
  color: var(--btnSecondaryColor) !important;
  border: 1px solid var(--theme-light-gray-three);
}
/* On mouse-over, add a grey background color */
.check-container:hover input~.checkmark {
  background-color: var(--white);
}
/* When the checkbox is checked, add a blue background */
.check-container input:checked~.checkmark {
  background-color: var(--btnSecondaryColor) !important;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.check-container input:checked~.checkmark::after {
  display: block;
}
/* Style the checkmark/indicator */
.check-container .checkmark::after {
  left: 4px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid var(--theme-light-gray-three);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.add-another-btn {
  font-size: 0.6rem !important;
}
.scroll-control {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 6px;
}
@media (min-width: 992px) {
  .onboarding-checker-modal .modal-lg {
    max-width: 1200px !important;
  }
}
.onboarding-checker-modal .message-reply-send {
  margin: 0;
  padding: 0 1.5rem 10px;
}
.onboarding-checker-modal .theme-form-btn {
  min-width: 9rem;
  min-height: 2.5rem;
}
.onboarding-checker-modal .theme-form-btn.approve-reject-button {
  min-width: 4rem;
}
.rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mydp .icon-mydpcalendar::before,
.mydrp .icon-mydrpcalendar::before,
.mydp .icon-mydpremove::before {
  content: "" !important;
}
/* .mydp .mydpicon {
  float: left !important;
  width: 14px;
  height: 14px;
} */
.mydp .icon-mydpcalendar,
.mydrp .icon-mydrpcalendar,
.mydp .icon-mydpremove {
  float: left !important;
  width: 1rem;
  height: 1rem;
}
/* ravina 4th jul */
/* .mydp .selection {
  font-size: 14px !important;
  color: #666 !important;
} */
.dropdown-menu {
  padding: 0 !important;
}
.beads-menu .dropdown-menu li {
  padding: 0.6rem 1rem !important;
  cursor: pointer;
}
/* .mydp {
  border: none !important;
} */
.activeOne {
  border-top: 1px solid #ccc;
  margin-top: 30px !important;
  padding-top: 30px !important;

  /* overflow-y: scroll; */
  padding-bottom: 1rem !important;
}
.checker-modal li {
  padding: 0.8399rem;
}
.card-body .steps-sidebar-title.active {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.card-body .steps-sidebar-title {
  width: 100%;
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.operations-icon-button img {
  width: 8px !important;
  height: 8px !important;
}
.justify-content-evenly {
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
}
.custom-datepicker .mydp .btnpicker,
.custom-datepicker .mydp .selection,
.custom-datepicker .mydp .selectiongroup,
.custom-daterangepicker .mydrp .btnpicker,
.custom-daterangepicker .mydrp .selection,
.custom-daterangepicker .mydrp .selectiongroup {
  background-color: transparent !important;
}
.mydp *,
.mydrp * {
  font-family: "Montserrat-light" !important;
  font-size: 0.75rem !important;
}
.mydp .mydpicon {
  font-family: mydatepicker !important;
}
.mydrp .mydrpicon {
  font-family: mydaterangepicker !important;
}
.check-container-lg .checkmark {
  height: 20px;
  width: 20px;
  background-color: transparent;
}
.check-container-lg .checkmark:hover {
  background-color: transparent;
}
.check-container-lg.check-container .checkmark::after {
  left: 6px;
  top: 0;
  width: 6px;
  height: 16px;
  border: solid var(--theme-light-gray-three);
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check-container-lg.check-container input:checked~.checkmark {
  background-color: var(--btnSecondaryColor);
  border-color: var(--theme-light-gray-three) !important;
}
.check-container-lg.check-container input:checked~.checkbox-label,
.check-container-lg.check-container input:checked~.checkbox-label .checkbox-label-points {
  color: var(--btnSecondaryColor) !important;
}
.check-container-lg.check-container input:checked~.diligence-theme-color {
  color: var(--primary-theme-text-color-1) !important;
}
.check-container-lg .checkbox-label {
  color: var(--primary-theme-text-color-1);
}
.check-container-lg.check-container {
  line-height: 22px;
  padding-left: 25px;
}
.check-container-lg .checkbox-label-points {
  font-size: 0.55rem;
  color: var(--theme-medium-gray);
}
.checkbox-expand {
  margin-left: 25px;
  margin-top: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.comment-label {
  font-size: 0.55rem;
}
.question-header {
  font-size: 0.55rem;
}
.question-main {
  font-size: 0.65rem;
}
.question-section {
  margin-bottom: 30px;
}
/* ravina - 18 june */
.custom-multiselect li label,
.c-btn {
  text-transform: capitalize;
}
.select-item-height .cuppa-dropdown .c-btn {
  min-height: 2.8rem;
}
@media (max-width: 768px) {
  .check-container-lg.check-container {
    line-height: 15px;
  }

  .check-container-lg .checkmark {
    height: 15px;
    width: 15px;
  }

  .check-container-lg.check-container .checkmark::after {
    left: 5px;
    top: 0;
    width: 4px;
    height: 10px;
    border: solid var(--white);
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header .profile-details {
    display: none;
  }

  .header .logo {
    max-width: 100%;
  }
}
.screening-result-text {
  font-size: 0.65rem;
  line-height: 0.6rem;
}
.custom-datepicker .mydp .icon-mydpcalendar::before,
.custom-datepicker .mydrp .icon-mydrpcalendar::before {
  background: none;
}
.document-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.document-item:not(:first-of-type) {
  padding-top: 1rem;
}
/* Component level css common check */
.onboarding ul.history li .small-arrow {
  width: 0.4rem;
  max-height: 0.4rem;
}
.onboarding .primary-heading {
  margin-bottom: 1.9rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.onboarding .primary-heading .fliter-section {
  -webkit-box-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: nowrap;
  margin-left: 15px;
}
.status {
  padding: 5px;
  border-radius: 50%;
  width: 10px;
}
.onboarding .funnel-ico {
  padding: 5px 10px 0;
  margin: 10px 10px 0;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.onboarding .modal-list-container li {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.onboarding .modal-list-container li:last-child {
  border-bottom: none;
}
.onboarding .modal-top-header {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.onboarding .form-label {
  margin-top: 0.7rem;
  line-height: 1.2;
}
.onboarding .form-input {
  padding-bottom: 7px;
}
.onboarding .form-label-font {
  font-size: 0.7rem;
  line-height: 1.2;
  white-space: normal;
  word-break: break-word;
}
@media (max-width: 576px) {
  /* .onboarding .funnel-ico {
    margin: 0;
  } */

  .onboarding .currency-select-without-bg {
    /* height: 28px; */
    padding: 2px;
  }

  .onboarding .currency-select-without-bg::after {
    height: 10px;
    right: 8px;
    top: 10px;

    /* width: 10px; */
  }

  .onboarding .primary-heading .fliter-section {
    flex-wrap: wrap;
    margin-left: 0;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .step-form-scroll {
    height: auto;
  }
}
.onboarding .border-container {
  margin: 0;
}
.onboarding .message-section {
  position: absolute;
  bottom: 0;
  height: 210px;
  width: 100%;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
.onboarding .message-reply-recieved {
  border-top: 1px solid;
  border-color: var(--theme-light-gray-three);
  height: 50px;
  padding: 5px;
  overflow-y: auto;
  overflow-x: hidden;
  word-wrap: break-word;
}
.onboarding .message-reply-recieved.no-detail-side-section {
  max-height: 285px;
  height: 100%;
}
/* .client-info-height .table-responsive.original-table {
  min-height: 200px;
} */
.onboarding .message-type-section {
  height: 210px;
  overflow: auto;
}
.onboarding .docs-img {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 20px;
}
.onboarding .pancard {
  width: 100%;
  max-height: 300px;
  min-height: 300px;
  max-width: 100%;
  overflow: hidden;
  overflow-y: auto;
  border: 2px solid;
  border-color: var(--theme-light-gray-three);
  padding: 10px;
}
.onboarding .docs-img img,
.onboarding .docs-img .pdf-demo {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.onboarding .docs-img .pdf-demo {
  width: 100%;
  min-height: 300px;
}
.onboarding .full-height-docs-img.docs-img .pancard {
  max-height: 100%;
}
.full-height-docs-img.docs-img .pdf-demo {
  min-height: 430px;
}
.onboarding .client-details-form {
  height: 598px;
  overflow-y: auto;
  overflow-x: hidden;
}
.onboarding .middle-section {
  min-height: 530px;
}
.onboarding .form-label-address {
  line-height: 1rem;
  margin-top: 9px;
}
.list-filter {
  background-color: transparent;
}
.list-filter .c-search {
  top: 3px !important;
}
.top-filer-section .list-filter .c-search {
  top: 9px !important;
}
.list-filter input {
  background-color: transparent;
  font-size: 0.7rem !important;
  border: none;
  outline: none;
}
/* .highcharts-data-label-connector {
  stroke: transparent;
} */
@media (min-width: 1200) {
  .onboarding .checker-modal {
    height: 640px;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .onboarding .primary-heading {
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .onboarding .docs-img img {
    display: block;
    width: auto;
    max-height: 254px;
    margin: 0 auto 30px;
    border: 2px solid;
    border-color: var(--theme-light-gray-three);
  }
}
@media (max-width: 500px) {
  .onboarding .docs-img img {
    display: block;
    width: auto;
    max-height: 152px;
    margin: 0 auto 30px;
    border: 2px solid;
    border-color: var(--theme-light-gray-three);
  }

  .onboarding .docs-img .pdf-demo {
    width: 100%;
    min-height: 200px;
  }

  .onboarding .message-section {
    height: 227px;
  }

  .onboarding .message-type-section {
    height: 170px;
  }

  .onboarding .status-details {
    height: 280px;
  }

  .modal-container-mr {
    margin: 10px 15px !important;
  }

  .onboarding .middle-section {
    min-height: 300px !important;
  }
}
.onboarding .primary-heading .check-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 17px;
}
@media (min-width: 500px) and (max-width: 991px) {
  .onboarding .middle-section {
    height: 600px;
  }

  .modal-container-mr {
    margin: 10px 15px !important;
  }
}
.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem !important;
  line-height: 1.5;
  border-radius: 0 !important;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.radio-btn {
  font-size: 0.6rem;
  padding: 0.3rem 1rem;
  text-align: left;
  border: none !important;
  display: block !important;
}
.btn-radiobox {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  cursor: pointer;
}
.radio-container input[type="radio"]:checked,
.radio-container input[type="radio"]:not(:checked) {
  position: absolute;
}
.radio-container input[type="radio"]:checked+span,
.radio-container input[type="radio"]:not(:checked)+span {
  position: relative;
  padding-left: 1.8rem;
  cursor: pointer;

  /* line-height: 20px; */
  display: inline-block;
  color: var(--theme-light-gray);
}
.radio-container input[type="radio"]:checked+span::before,
.radio-container input[type="radio"]:not(:checked)+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 100%;
  background: var(--white);
}
.radio-container input[type="radio"]:checked+span::after,
.radio-container input[type="radio"]:not(:checked)+span::after {
  content: "";
  width: 13px;
  height: 13px;
  background-color: var(--text-theme-color-highlight);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radio-container input[type="radio"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radio-container input[type="radio"]:checked+span::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 575px) {

  .radio-container input[type="radio"]:checked+span::before,
  .radio-container input[type="radio"]:not(:checked)+span::before {
    width: 15px;
    height: 15px;
  }

  .radio-container input[type="radio"]:checked+span::after,
  .radio-container input[type="radio"]:not(:checked)+span::after {
    width: 7px;
    height: 7px;
  }

  .active-custom-sidebar .steps-sidebar-title {
    color: var(--btnSecondaryColor) !important;
  }

  .rm-flex-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.onboarding .status-details {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  height: 270px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;

  /* padding: 10px; */
  padding: 0;
}
.modal-container-mr {
  margin: 20px 150px;
}
.onboarding .modal-message-reply-recieved {
  border-top: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-bottom: 1px solid;
  height: 120px;
  padding: 5px;
  overflow-y: auto;
  overflow-x: hidden;
  word-break: break-all;
}
.reject-approve-btn {
  padding: 10px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.control-holder-up {
  width: 36px;
  display: block;
  margin: 0 auto;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.mydp .selection,
.mydrp .selection,
.c-btn span {
  font-size: 0.7rem !important;
}
ul.history li .phone-icon {
  width: 0.7em;
  max-height: 0.8em;
}
.account-delete-icon {
  position: absolute;
  left: -20px;
  top: 2px;
}
.custom-font-size-36 {
  font-size: 1.8rem;
}
.btn-search {
  border-radius: 0;
  color: var(--white);
  border-width: 1px;
  border-style: solid;
}
.mydp .headertodaybtn,
.mydrp .headertodaybtn {
  display: none !important;
}
.client-info-height.activeOne {
  /* max-height: 100% !important; */
  max-height: 100vh !important;
  overflow-y: auto;
}
.message-reject-approve {
  position: absolute;
  top: 27px;
  right: 19px;
}
.replace-opacity-0 {
  opacity: 0;
}
.custom-input-file {
  position: absolute;
  width: 100%;
  background-color: transparent !important;
}
.button-file-upload {
  display: block;
  min-height: 35px;
  float: right;
}
.upload-custom-content {
  position: relative;
  display: table;
  width: 160px;
  float: right;
  margin-right: 20px;
  cursor: pointer;
}
.upload-custom-content .custom-input-file {
  position: absolute;
  width: 278px;
  height: 35px;
  top: 0;
  right: 0;
  cursor: pointer;
}
.upload-custom-content .button-file-upload {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.upload-custom-content .button-file-upload span {
  line-height: 1;
  margin-right: 5px;
}
.iframe-holder {
  width: 50px;
  height: 50px;
  position: relative;
}
.iframe-holder img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}
.span-tooltip-section {
  white-space: nowrap;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.client-info .span-tooltip-section {
  width: 100% !important;
}
.tooltip-section {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-label-font {
  font-size: 0.7rem;
}
/* .details-section {
  max-height: 450px;
  overflow-y: auto;
} */
.min-steps-height ul li {
  cursor: pointer;
}
/* 3 aug sushant */
.no-data-available {
  max-width: 240px;
  margin: auto;
  text-align: center;
  min-width: 240px;
}
.popup-close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.btn-circle {
  padding: 0 !important;
  background-color: transparent !important;
}
.btn-circle:disabled {
  background-color: inherit;
}
.circular-icon-button:disabled {
  opacity: 0.4 !important;
}
.checker-modal.onboarding {
  margin-bottom: 0 !important;
}
/* .widget-loader {
  display: flex;
  justify-content: center;
  padding: 5px 0;
  transform: translate(0%, 50%);
} */
.border-left-right-none {
  border-left: none !important;
  border-right: none !important;
}
.auth-padding-top-10 {
  padding-top: 10px !important;
}
/* @media (min-width: 1128px) {
  .client-info-height.activeOne {
    overflow: visible !important;
  }

  .client-info-height.activeOne .table-responsive {
    overflow: visible !important;
  }
} */
.tooltip .arrow {
  display: none !important;
}
/* .checker-details-section .details-section .nav-tabs .nav-link:focus,
.checker-details-section .details-section .nav-tabs .nav-link:hover {
  border: 1px solid transparent !important;
} */
/* .details-section .nav-tabs .nav-link:focus,
.details-section .nav-tabs .nav-link:hover,
.details-section .nav-tabs .nav-link {
  border-color: transparent !important;
} */
/* .details-section .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: 1px solid transparent !important;
}  */
.checker-details-section .nav-tabs {
  border-bottom: 0;
}
.nav-item.show .nav-link span,
.nav-tabs .nav-link.active span {
  color: var(--btnSecondaryColor);
}
.details-section .nav-tabs .nav-link:focus,
.details-section .nav-tabs .nav-link:hover {
  /* border-color: var(--theme-light-gray-three) #aa252b #aa252b !important; */
  border-color: var(--theme-light-gray-three) !important;
}
.checker-details-section .nav-item {
  padding: 0 !important;
}
.close-icon-container {
  /* position: absolute; */
  right: 0;
  cursor: pointer;
  z-index: 10;
}
/* 3 aug changes - comment section ui */
.download-bottom-container {
  position: absolute;
  bottom: 0;
  right: 10px;
}
.side-max-height {
  max-height: 450px;
  overflow: auto;
}
.side-max-height-details {
  max-height: 390px;
  overflow-y: auto;
  overflow-x: hidden;
}
.details-tab-height {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
/* scrollbar */
::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
}
/* Track */
::-webkit-scrollbar-track {
  width: 5px !important;
}
/* Handle */
::-webkit-scrollbar-thumb {
  width: 5px !important;
  border-radius: 30px !important;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  width: 5px !important;
}
/* body {
  scrollbar-track-color: transparent !important;
  scrollbar-width: 5px !important;
} */
.pure-checkbox .pull-left,
.pure-checkbox label {
  width: 100%;
}
.fliter-section {
  -webkit-box-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: nowrap;
  margin-left: 15px;
}
.primary-heading {
  margin-bottom: 1.9rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
/* .details-section {
  max-height: 450px;
  overflow: auto;
} */
/* .checker-details-section {
  max-height: 310px;
} */
/* ravina - 8th august for ddf checker */
.disabled,
*:disabled,
.check-container input:disabled~.checkmark,
.mydp .inputnoteditable:disabled,
.check-container input:disabled~.checkmark,
.mydp .inputnoteditable:disabled,
.mydrp .inputnoteditable:disabled {
  background-color: var(--disabled-background);
  opacity: 0.5;
  cursor: no-drop;
}
.btn-checkbox:disabled {
  opacity: 0;
}
.funnel-ico {
  padding: 5px 10px 0;
  margin: 10px 10px 0;
  border: 1px solid var(--theme-light-gray-three);
}
.ddf-modal {
  z-index: 20 !important;
}
.ddf-popover .modal-dialog {
  margin-top: 3.75rem;
}
.maker-status {
  line-height: 1rem;
}
.maker-status span {
  white-space: initial;
}
.radio-container input[type="radio"]:disabled+span::before {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}
.checker-next-btn {
  margin: 0.5rem 6rem 0.5rem 0.5rem;
}
.client-info-loader>img {
  height: 40px;
  width: 40px;
}
.client-info-loader {
  text-align: center !important;
  position: absolute;
  width: 100%;
  -webkit-transform: translate(-5%, 0);
          transform: translate(-5%, 0);
}
/* ravina 20 aug 2019 */
.no-data-available {
  margin: 5.5rem auto;
}
/* .checker-details-section .nav-item:last-child {
  border-left: 1px solid var(--graph-label-theme);
} */
.bankdetails-model .card-body,
.bankdetails-model .card-header {
  padding: 0 !important;
}
.bankdetails-model .card-header {
  background-color: var(--btnSecondaryColor);
  border-radius: 0;
}
.bankdetails-model .card {
  border: 0;
  outline: none;
}
.disabled-steps {
  background: initial;
  opacity: 1;
  cursor: no-drop;
}
.currencywise-highchart .highcharts-container,
.currencywise-highchart .highcharts-container svg {
  overflow: visible !important;
}
/* .sidebar-nav li:hover {
  color: var(--btnSecondaryColor) !important;
}

.sidebar-nav li:hover > a {
  color: var(--btnSecondaryColor) !important;
} */
/* .onboarding-checker-modal .modal-dialog-centered {
  height: calc(100vh - 3.5rem);
} */
.highcharts-label.highcharts-data-label text {
  font-size: 9px;
}
.sub-rm-info .badge-pill {
  border-radius: 20px;
}
.fund-history-tabs .nav-tabs li a.nav-link:active,
.fund-history-tabs .nav-tabs li a.nav-link:focus,
.fund-history-tabs .nav-tabs li a.nav-link.active,
.theme-tab .nav-tabs li a.nav-link:active,
.theme-tab .nav-tabs li a.nav-link:focus,
.theme-tab .nav-tabs li a.nav-link.active {
  border-radius: 0;
}
.fund-history-tabs .nav-tabs li a.nav-link:hover,
.fund-history-tabs .nav-tabs li a.nav-link.active:hover,
.theme-tab .nav-tabs li a.nav-link:hover,
.theme-tab .nav-tabs li a.nav-link.active:hover {
  border-radius: 0;
}
.theme-tab .tab-content {
  padding: 20px;
}
.theme-tab .nav-tabs li a.nav-link {
  font-size: 0.7rem;
  line-height: 1.2;
  text-align: center;
  font-weight: normal;
}
.analytics-popup {
  overflow-y: auto;
  height: 100vh !important;
  background-color: var(--over-all-body-bg-theme) !important;
}
.analytics-popup::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  background-color: var(--white-smoke) !important;
}
.analytics-popup::-webkit-scrollbar-thumb {
  background-color: var(--theme-text-Dark) !important;
}
.highcharts-label.highcharts-data-label.donut-datalabel.highcharts-tracker {
  z-index: 1 !important;
}
.custom-font-size-14 {
  font-size: 0.7rem;
}
.box-content {
  position: relative;
  width: 100%;
  background-color: var(--white);
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(224, 224, 224, 0.6);
  border: 0 !important;
}
.box-content-head {
  position: relative;
  padding: 1rem 1.5rem;
}
.box-content-head .heading {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: var(--theme-blue-charcoal);
  font-weight: 500 !important;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}
.box-content-body {
  padding: 1.5rem;
}
.active-toggle {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
text,
.highcharts-container * {
  font-family: "Montserrat", sans-serif !important;
}
.onboarding-review.table-container td.data-column {
  padding: 10px !important;
  word-break: break-word;
  white-space: pre-line;

}
.onboarding-review.table-container th {
  padding-right: 10px !important;
  padding-top: 4px;
}
.tooltip-inner {
  font-size: 0.6rem !important;
  color: var(--table-theme-text-data);
  cursor: default;
  fill: var(--table-theme-text-data);
  font-family: "latobold";
}
.arrow .tooltip-inner::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: 1px solid black transparent transparent transparent;
}
.circular-button-with-icon {
  border-radius: 50%;
  padding: 10px 14px;
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  color: var(--table-theme-text-data);
  line-height: 18px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}
.circular-button-with-icon:hover {
  box-shadow: 1px 1px 14px 0 #cacaca;
}
.account-dates-info {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--pale-rose-theme);
  text-align: center;
  line-height: 1rem;
  color: var(--btnSecondaryColor);
  vertical-align: top;
  font-size: 12px !important;
}
.shared-comp-height {
  overflow-y: auto;
  max-height: 660px;
}
.h-90 {
  height: 90%;
}
.table-container.table-right-padding td.data-column.text-right {
  padding-right: 10px !important;
}
@media screen and (max-width: 768px) {

  /* responsive font size */
  html {
    font-size: 14px;
  }
}
.geography-distribution .highcharts-container {
  margin: auto !important;
}
.highcharts-root {
  font-family: latoregular !important;
}
g.highcharts-label.highcharts-no-data {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;

  /* -webkit-transform: translate(33%, 50%) !important;
  transform: translate(33%, 50%) !important; */
}
.no-data-text {
  color: var(--theme-light-gray-three) !important;
  font-weight: 400 !important;
  font-size: 0.7rem !important;
}
/* .special-margin {
  margin-top: -1px !important;
  margin-left: -1px !important;
  margin-bottom: -1px !important;
} */
.client-name {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: latoregular;
  margin-bottom: 10px;
}
.show-comment {
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.table tbody+tbody {
  border: 0 !important;
}
.special-tab-height {
  max-height: 700px;
  overflow: auto;
}
.transection-report .table-bordered th,
.transection-report .table-bordered td {
  /* border: 1px solid rgba(170, 82, 91, 1) !important; */
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.transection-report .table-bordered {
  border: 0 !important;
}
.transection-report .table-bordered th {
  /* background: rgba(170, 82, 91, 0.06) !important;
  color: rgba(170, 82, 91, 1) !important; */
  padding-top: 10px;
  padding-bottom: 10px;
}
.cursor-nodrop {
  cursor: no-drop;
}
.refresh-date {
  vertical-align: middle;
}
.special-date-range-picker-container {
  display: -webkit-box;
  display: -ms-flexbox;
}
.show-date-range {
  font-size: 0.7rem;
  color: var(--graph-label-theme);
  margin-left: 10px;
}
.circular-button-with-icon.special {
  /* padding: 10px 13px; */
  height: 1.6rem !important;
  width: 1.6rem !important;
  padding: 2px !important;
  font-size: 0.7rem;
  color: var(--text-theme-color-highlight);
}
.char-count {
  float: right;
  font-size: 0.5rem;
  color: var(--graph-label-theme);
}
.dark-grey-backdrop {
  background: var(--over-all-body-bg-theme);
}
.general-information h4 {
  margin-bottom: 1rem;
}
.center-modal .modal-dialog {
  -webkit-transform: translate(0%, 50%) !important;
          transform: translate(0%, 50%) !important;
}
.svg-sm-icon svg {
  width: 0.7em;
  max-height: 0.8em;
}
.insurance-table-box .tooltip {
  left: 35px !important;
  top: -15px !important;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  /* display: none; */
  visibility: hidden;
  pointer-events: none;
}
[type="number"].form-input-field-numeric::-webkit-inner-spin-button,
[type="number"].form-input-field-numeric::-webkit-outer-spin-button {
  visibility: hidden !important;
  pointer-events: all;
}
[type="number"].form-input-field-numeric:hover::-webkit-inner-spin-button,
[type="number"].form-input-field-numeric:hover::-webkit-outer-spin-button {
  visibility: visible !important;
}
.symbol.special {
  top: 40px;
  right: 20px;
}
.login-icon {
  height: 0.9375rem;
  width: 0.9375rem;
}
.modal {
  z-index: 99999;
  overflow: scroll !important;
}
.multiselect-label,
.pure-checkbox .pull-left,
.pure-checkbox label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  line-height: 1rem;
  font-size: 0.8rem;
}
.dropdown-list ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
          align-items: baseline;
}
.c-btn {
  background: transparent !important;
}
/* .btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  background-image: linear-gradient(21deg, #7892ff 5%, #9a5cff 80%);
} */
.modal-footer {
  -webkit-box-pack: center;
          justify-content: center;
}
.q-control-size {
  display: inline-block;
  vertical-align: middle !important;
  padding-top: 5px !important;
}
.q-field-control {
  font-size: 0.8rem;
}
.q-operator-control {
  background: transparent;
  height: 100%;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  color: var(--secondary-theme-text-color-1);
}
.rule-main-container .cuppa-dropdown.single-selection-dd,
.rule-dd .cuppa-dropdown {
  display: inline-block;
  min-width: 200px;
}
.q-tree-container {
  overflow: visible !important;
}
.mydp .btnpicker,
.mydrp .btnpicker,
.mydp .btnclear {
  height: 98%;
}
.box {
  position: relative;
  background-color: var(--over-all-background-widget);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 10px !important;
}
.priority-table,
.priority-table-deviation-report {
  max-width: 90px;
  max-height: 55px;
  box-shadow: 1px 1px 2px rgba(173, 173, 173, 1);
  -webkit-box-shadow: 1px 1px 2px rgba(173, 173, 173, 1);
  border: 0 !important;
}
.priority-table-deviation-report {
  max-width: 119px !important;
  max-height: 80px !important;
}
.priority-table-deviation-report .priority-section {
  max-height: 80px !important;
}
.priority-section {
  border-right: 1px solid;
  border-color: var(--theme-light-gray-three);
  font-size: 12px;
  display: inline-block;
  max-height: 45px;
}
.priority-table-deviation-report .priority-section .status {
  margin: 10px;
}
.priority-section .status {
  height: 15px;
  width: 15px;
  text-align: center;
  line-height: 8px;
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
  margin: 5px;
  font-size: 10px;
  color: var(--white);
}
.status {
  border-radius: 50%;
  height: 10px;
  width: 10px;
  padding: 3px;
}
.crm-status {
  min-width: 10px;
}
.status-low {
  color: var(--green-theme-1);
}
.status-low-bg {
  background-color: var(--status-low-bg-theme);
}
.priority-table-deviation-report .priority-section .priority-value {
  padding: 10px;
}
.priority-value {
  text-align: center;
  padding: 5px;
  margin-bottom: 0 !important;
  border-top: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.status-custom-2 {
  height: 10px !important;
  width: 10px !important;
}
.im-breach-status {
  padding: 5px 8px;
  border-radius: 50px;
  height: 24px;
  font-size: 14px;
  line-height: 17px;
}
.im-breach-status.special {
  width: 24px;
  display: inline-block;
}
.im-breach-icon {
  width: 9px;
  height: 12px;
}
.im-breach-legend {
  font-size: 14px;
  line-height: 24px;
  vertical-align: middle;
  margin-right: 20px;
  margin-left: 5px;
}
/* foamtree height */
.dashboard-foam-tree {
  min-height: 400px;
  height: 400px;
}
.text-white-space {
  white-space: normal;
}
.investment-border {
  border: none;
  box-shadow: 0 2px 5px rgba(224, 224, 224, 0.6);
}
.investment-background-color {
  background-color: rgba(0, 113, 188, 0.2);
}
.filter-color {
  color: var(--btnSecondaryColor);
}
.investment-border-radius {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/* .background-section {
  background-color: var(--white);
} */
.background-section-border-radius {
  border-radius: 5px;
}
.form-group-min-width {
  min-width: 14.5625rem !important;
}
@media screen and (max-width: 425px) {
  .btn.theme-form-btn {
    min-height: 35px;
    margin-top: 10px;
  }

  .btn-min-width {
    min-width: 0 !important;
  }

  .image-content-top {
    margin-top: 8px !important;
  }

  .form-group-input .form-control {
    max-width: 15rem;
  }

  .custom-input-upload-container {
    max-width: 15rem;
  }

  .upload-download-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .upload-file-wrapper .upload-files {
    padding: 0.625rem 0.56rem 0.625rem 0.5rem;
  }

  .fliter-section-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .client-flex-direction {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .rules-flex-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
}
@media screen and (max-width: 320px) {
  .q-switch-label {
    font-size: 10px !important;
  }

  .form-group-min-width {
    min-width: 13rem !important;
  }

  .create-multi-select .cuppa-dropdown .selected-list .c-btn {
    margin-left: 0.2rem !important;
  }

  .holding-report-dropdown .selected-list .c-list .c-token .c-label {
    width: 110px !important;
  }
}
.img-content {
  width: 1rem;
  height: 1rem;
}
.image-content-top {
  margin-top: 12px;
}
.primary-heading-rule {
  font-size: 1rem;
  color: var(--graph-label-theme);
  line-height: 2;
}
.add-rule-text {
  margin-left: 8px;
  font-size: 0.75rem;
}
.search-container {
  position: relative;
  max-width: 200px;
}
.search-container .search-icon {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 15px;
  height: 14px;
  margin: auto;
  color: var(--dark-gray);
  font-size: 13px;
}
.search-container .form-control {
  padding-left: 25px;
  border-radius: 30px;
}
.search-container-inside-table .form-control {
  padding: 5px 10px 5px 30px !important;
  border-radius: 25px;
}
.form-group-input .form-control {
  position: absolute;
  width: 23rem;
  height: 2.2rem;
  border: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
  border-radius: 26px;
  padding: 6px 13px;
  color: var(--secondary-theme-text-color-1);
}
.form-group-input .form-group-text {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 17px;
  color: var(--gray-29);
  margin-bottom: 12px;
}
.form-control-password {
  font-size: 0.875rem;
  color: var(--gray-29);
}
.form-control-number {
  font-size: 0.8125rem;
  line-height: 15px;
  color: var(--nobel-theme);
}
input:-webkit-autofill {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  box-shadow: inset 0 0 0 9999px white;
}
/* input:focus,
input:-webkit-autofill:focus {
  border-color: 1px solid var(--theme-light-gray-three);
  -webkit-box-shadow: inset 0 0 0 9999px white;
  box-shadow: inset 0 0 0 9999px white;
} */
.data-table-vertical-align .data-table tbody>tr>td {
  vertical-align: middle;
}
.onboarding-review-padding.table-container td.data-column {
  padding: 1rem !important;
}
.onboarding-review-border-bottom.table-container td.data-column {
  border-bottom: 0;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-upload {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}
.full-pageloader-container {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: var(--white);
  top: 0;
  z-index: 99999;
}
.full-pageloader-container img {
  width: 50px !important;
  height: 50px !important;
}
@media screen and (max-width: 425px) {
  .search-container-margin {
    margin-top: 0.625rem;
  }

  .add-rule-content {
    text-align: left;
  }

  .rules-content .data-table-header .float-left {
    float: right !important;
  }

  /* .form-group-min-width {
    min-width: 16.5625rem !important;
  } */
}
.form-group-date-picker .mydp {
  box-shadow: 0 2px 5px rgba(224, 224, 224, 0.6) !important;
  -webkit-box-shadow: 0 2px 5px rgba(224, 224, 224, 0.6) !important;
  border: none;
  line-height: 3.1;
}
.dashboard-datepicker-content .selectiongroup .selbtngroup {
  height: 2rem !important;
  padding-top: 0.625rem;
}
.charts-currency-wise-margin tspan {
  margin-top: 0.625rem;
}
.select-angle-down .selected-list .c-angle-down {
  bottom: 17px;
}
.holding-report-padding .data-table tbody>tr>td {
  padding: 0.875rem;
}
.dashboard-datepicker-content .selectiongroup .selection {
  height: 2.5rem !important;
  color: var(--secondary-theme-text-color-1);
}
/* .security-background-section {
  background-color: var(--white);
  border-radius: 5px;
} */
.search-container-inside-table .form-control {
  padding: 5px 10px 5px 30px !important;
  border-radius: 25px;
}
.form-group-align .custom-multiselect .cuppa-dropdown {
  z-index: 3;
}
.create-multi-select .cuppa-dropdown .selected-list .c-btn {
  margin-bottom: 0.625rem;
  margin-left: 0.625rem;
}
.create-multi-select .dropdown-list {
  padding-top: 2px !important;
}
.create-multi-select .arrow-2 {
  top: -12px !important;
  border-bottom: 14px solid !important;
  border-bottom-color: var(--theme-light-gray-three);
}
.create-multi-select .arrow-up {
  top: -11px !important;
}
.special-height {
  min-height: 168px;

  /* padding-top: 90px; */
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.deviation-report-main-container .table-responsive.original-table {
  min-height: 300px;
}
.overflow-visible {
  overflow: visible !important;
}
.search-field-container-angular .selected-list .c-btn {
  margin-top: 1rem;
}
.search-field-container-angular .cuppa-dropdown .selected-list .c-btn {
  margin-left: 0;
}
.form-group-date-picker .mydp .selectiongroup .selbtngroup .btnpicker {
  margin-top: 12px;
}
.form-group-c-token .custom-multiselect .selected-list .c-list .c-token {
  margin-right: 12px !important;
}
.deviation-report-margin-filter .custom-multiselect .selected-list {
  margin-bottom: 1rem;
  min-width: 11rem;
}
.floating-label-content-padding {
  padding-top: 3.3rem;
}
.analytica-table-border .analytics-table .data-table tbody>tr>td {
  border: none !important;
  border-left: none !important;
}
.currency-select-box-shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
}
.box-content-position {
  position: relative;
}
.box-content-no-data .no-data-wrapper {
  top: 50% !important;
}
.asset-chart-white-space {
  white-space: normal !important;
  width: 70px;
}
.widget-loader {
  text-align: center !important;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 9;

  /* width: 100%;
  height: 100%; */

  /* background-color: var(--white); */
}
.widget-loader>img {
  height: 15px !important;
  width: 15px !important;
  margin: auto;
}
.widget-loader i {
  font-size: 0.8rem;
}
.client-info-box-shadow {
  box-shadow: 0 2px 5px rgba(224, 224, 224, 0.6);
  -webkit-box-shadow: 0 2px 5px rgba(224, 224, 224, 0.6);
}
.image-margin-right .mf-type img {
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  ul.history-list.extra-margin li {
    border-bottom: none !important;
  }
}
.select-container-drop::-ms-expand {
  display: none;
}
.date-picker-width .mydp {
  min-width: 12rem;
}
@media screen and (max-width: 425px) {
  .date-picker-width .mydp {
    min-width: 12rem;
  }
}
/* .onboarding-over-flow .table-responsive {
  overflow-x: hidden;
} */
.personal-details-box-shadow {
  box-shadow: 0 2px 5px rgba(224, 224, 224, 0.6);
  -webkit-box-shadow: 0 2px 5px rgba(224, 224, 224, 0.6);
}
.border-right-personal-details {
  border-right: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.border-personal-details {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.personal-details-border-bottom .steps-sidebar-title {
  border-bottom: 0;
}
.personal-details-border .steps-sidebar-title {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
/* .pre-compliance-message-btn .message-popup {
  min-width: 320px;
  max-width: 320px;
  border: 1px solid var(--theme-light-gray-three);
  -webkit-box-shadow: 0 2px 5px rgba(224, 224, 224, 0.6);
  box-shadow: 0 2px 5px rgba(224, 224, 224, 0.6);
  background-color: var(--white);
}

.onboarding-pop-arrow {
  border-right: 1px solid var(--theme-light-gray-three);
  border-top: 1px solid var(--theme-light-gray-three);
} */
@media (max-width: 375px) {
  .pre-compliance-message-btn .message-popup {
    min-width: 220px;
    max-width: 220px;
  }
}
@media (max-width: 425px) {
  .compliance-maker-message-btn .message-popup {
    min-width: 280px;
    max-width: 280px;
  }
}
@media (max-width: 375px) {
  .compliance-maker-message-btn .message-popup {
    min-width: 220px;
    max-width: 220px;
  }
}
.report-over-flow .table-responsive {
  overflow-y: hidden;
}
.holding-report-select-flow .dropdown-list ul {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
.holding-report-dropdown .selected-list .c-list .c-token {
  margin-right: 1.75rem;
}
.holding-report-dropdown .selected-list .c-list .c-token .c-label {
  white-space: nowrap;
  width: 145px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.client-graph-revenue .highcharts-container-label {
  margin: 0 auto;
  overflow: visible !important;
  white-space: normal;
}
.currency-select-scroll .dropdown-menu {
  overflow-y: auto;
  max-height: 150px;
}
.reconciliation-datepicker-content .mydp {
  border: none;
}
.fa-info-color {
  color: var(--btnSecondaryColor);
}
.btn-with-icon-rm {
  display: inline-block;
  font-size: 12px !important;
  height: 30px;
  padding: 0 15px !important;
  line-height: 28px;
  border: none;
}
.btn-with-icon-close {
  background: none;
}
.rm-filter-margin .float-sm-right {
  margin-right: 1.25rem;
}
.security-input-text .selected-list .c-btn span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.currency-drop-down-list {
  max-height: 200px;
  overflow: auto;
}
.image-flag {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 10px;
}
/* .color-change-date-picker .mydp .highlight,
.color-change-date-picker .mydrp .highlight {
  color: #036 !important;
} */
/* .color-change-date-picker .mydp .weekdaytitle,
.color-change-date-picker .mydrp .weekdaytitle {
  background-color: #e7e7e7;
} */
.search-security-field-text {
  font-size: 0.8rem;
  margin: 5px;
}
/* .rm-progress-bar {
  background: #f7f7f7;
} */
.btn.btn-theme {
  padding: 0 1rem;
  font-size: 0.875rem;
  min-width: 9.0625rem;
  min-height: 2.5rem;
  border-radius: 2.5rem !important;
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); */
}
.btn-theme-primary-bg {
  /* background: var(--text-theme-color-highlight) !important;
  color: var(--white); */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.label-font-weight {
  font-weight: 900;
}
.client-info-flex {
  -webkit-box-flex: 1;
          flex-grow: 1;
}
.selected-curves-bottom {
  border-radius: 5px;
}
.selected-curves-list {
  border-radius: 5px !important;
  margin-top: 5px !important;
}
.fund-history-tabs .nav-tabs li a.nav-link.active {
  border-radius: 5px;
}
.box-content .fund-history-tabs .nav-tabs li a.nav-link:hover {
  border-radius: 5px;
}
.currency-select.show::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 11px !important;
}
.onboarding-review.table-container th {
  padding-bottom: 7px;
}
.data-table thead>tr>th {
  padding-bottom: 7px;
}
.currency-select-report {
  display: block;
  padding: 0;
  position: relative;
  min-width: 6.2rem;
  float: right;
  margin-top: 4px;
  box-shadow: 2px 2px 3px 0 #b7b7b7;
  border-radius: 5px;
}
.currency-select-report::after {
  background-size: 12px 7px !important;
  right: 5px;
  content: "";
  height: 24px;
  pointer-events: none;
  position: absolute;
  top: 12px !important;
  width: 15px;
  /* background-image: url("assets/images/scroll-down-icn.svg"); */
  background-repeat: no-repeat;
}
.currency-select-report.show::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: -2px;
}
.currency-select-hdreport {
  display: block;
  padding: 0;
  position: relative;
  min-width: 6.875rem;
  float: right;
  margin-top: 10px;
  box-shadow: 2px 2px 3px 0 #b7b7b7;
  border-radius: 5px;
  min-height: 2.7rem;
}
.currency-select-hdreport::after {
  background-size: 12px 7px !important;
  right: 5px;
  content: "";
  height: 24px;
  pointer-events: none;
  position: absolute;
  top: 13px !important;
  width: 15px;
  /* background-image: url("assets/images/scroll-down-icn.svg"); */
  background-repeat: no-repeat;
}
.currency-select-hdreport.show::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 0;
}
.currency-select-without-bg.show::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 10px;
}
.currency-select-without-bg-padding {
  padding: 1px !important;
}
.currency-select-without-bg-padding .dropdown-menu {
  margin-top: 10px;
  border-radius: 5px;
}
.date-picker-report-content .mydp .selectiongroup {
  padding-bottom: 2px !important;
}
.currency-select-border-radius .dropdown-menu {
  border-radius: 5px;
  margin-top: 5px;
}
.security-c-angle .selected-list .c-btn>span:first-child {
  padding-right: 0.625rem;
}
/* .review-client-section .nav-tabs .nav-link {
  border: 0 !important;
} */
/* popup css start */
.client-details-popup-box {
  /* border: 1px solid #aa525b; */
  box-shadow: 0 2px 5px rgba(224, 224, 224, 0.6);
  -webkit-box-shadow: 0 2px 5px rgba(224, 224, 224, 0.6);
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
}
.client-details-popup-box.special {
  width: 1200px;
}
.popup-menu-container {
  min-width: 45px;
  max-width: 45px;
  min-height: 650px;
  height: 100%;
  overflow: visible;
  position: relative;
  border: 0 !important;
}
.menu-icon-container {
  background: var(--text-theme-color-highlight);
  height: 45px;
  padding: 10px 15px;
}
.menu-icon-container svg {
  fill: var(--white);
  color: var(--white);
  width: 15px;
  height: 20px;
}
.menu-list-contianer,
.menu-list-toggle-container {
  position: absolute;
  top: 45px;
  left: 0;
  bottom: 0;
  width: 0;
  z-index: 9;
  overflow: auto;
  box-shadow: 0 3px 20px rgba(131, 65, 71, 0.15);
}
.popup-menu-container:hover .menu-list-contianer {
  width: 265px !important;

  /* border: 1px solid #aa525b; */
  border-left: 0;
  border-bottom: 0;
}
.menu-list-toggle-container {
  width: 265px !important;
  border-left: 0;
  border-bottom: 0;
}
.popup-image-section {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-top: 0;
  padding: 15px;
}
.image-main-container {
  display: -webkit-box;
  display: flex;
}
.image-container {
  width: 100%;
  height: 350px;
  overflow: auto;
}
.image-button-container {
  width: 30px;
  margin-left: 10px;
}
.date-main-container {
  -webkit-box-align: start;
          align-items: flex-start;
  margin-top: 20px;
}
.sent-message-container {
  width: 100%;
  height: 170px;
  overflow-y: auto;
  white-space: normal;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  padding: 5px;
}
.client-details-popup-box .pdf-demo {
  height: 100%;
  width: 100%;
}
.modal-client-details {
  height: 650px;
  overflow: auto;
  position: relative;
}
/* New Accordian common css */
/* .custom-tab:first-child {
  border-top: 1px solid;
  border-color: var(--graph-label-theme);
} */
.custom-tab {
  /* border: 1px solid;
  border-color: var(--graph-label-theme); */
  padding: 1rem;
  width: 100%;
  border-top: 0;
  cursor: pointer;
}
.custom-tab.active {
  border: 1px solid;
  border-color: var(--text-theme-color-highlight);
  color: var(--text-theme-color-highlight);
}
/* .review-accordian .card {
  border: 0;
}

.review-accordian .card-header {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.review-accordian .card-header .custom-tab-name {
  color: var(--white);
}

.review-accordian .card-header .custom-tab {
  border: 1px solid var(--text-theme-color-highlight);
  background: var(--text-theme-color-highlight);
  color: var(--white);
}

.review-accordian .card-header::after {
  color: var(--white);
} */
.custom-tab-name {
  font-size: 0.875rem;
  font-family: latoregular;
  font-weight: 300;
  line-height: 17px;
  color: var(--white);
  cursor: pointer;
}
.custom-subtab-name {
  font-size: 0.8rem;
  font-family: latoregular;
  font-weight: 300;
  line-height: 17px;
  color: var(--graph-label-theme);
  cursor: pointer;
}
.custom-subtab {
  border: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  border-top: 0;
  position: relative;
}
.review-accordian .card-body {
  border: 0;
  border-top: 0;
  padding: 0;
}
.custom-tab.active .custom-tab-name {
  color: var(--text-theme-color-highlight);
}
.card-header.active::after {
  color: var(--white);
}
.custom-subtab.active {
  border: 1px solid;
  border-color: var(--text-theme-color-highlight) !important;
}
.custom-subtab.active .custom-subtab-name {
  color: var(--text-theme-color-highlight);
}
.review-accordian {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  height: 600px;
}
.review-accordian-tabs::after {
  content: "";
}
.review-accordian-tabs {
  z-index: 1;
}
.client-name.special {
  color: var(--theme-fund-tabs-text);
}
.review-accordian.user-list .accordion .card {
  border-bottom: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
  background: transparent !important;
}
.review-accordian.user-list .accordion .card:last-child {
  border-bottom: 0;
}
.checker-details-section.special-ddf .nav-tabs .nav-link {
  text-align: left;
}
.checker-details-section.special-ddf .nav-item:last-child {
  border-left: 0 !important;
}
.white-space-normal {
  white-space: normal !important;
}
.dropdown-list {
  z-index: 10 !important;
}
.usermanagementmultiselect .lazyContainer .pure-checkbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
}
.usermanagementmultiselect .lazyContainer .pure-checkbox label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  font-size: 0.8rem;
}
.activity-log-table-container .table-drp .mydrp .selectiongroup {
  margin-left: 0 !important;
}
.activity-log-table-container .data-table-header {
  margin-bottom: 25px !important;
}
.activity-log-table-container .mydrp .selectiongroup {
  opacity: 1 !important;
}
.activity-log-table-container .mydrp {
  width: 235px !important;
}
.activity-log-table-container .mydrp .selection {
  padding: 0 34px 0 6px !important;
}
.special-svg-img {
  height: 30px;
  width: 30px;
}
.table-date-range-picker .mydrp .selection {
  border: 1px solid !important;
}
.table-date-range-picker .mydrp .selbtngroup {
  height: 33px !important;
}
.table-date-range-picker .mydrp .btnclear,
.table-date-range-picker .mydrp .btnpicker {
  margin-right: 1px !important;
  height: 95%;
}
.special-select select.form-control:not([size]):not([multiple]) {
  height: calc(1.75rem + 2px);
}
.modal {
  z-index: 99999 !important;
}
.list-message {
  font-size: 0.8rem !important;
}
.special-table-design {
  margin: 0 auto;
  padding: 10px;
}
.details-box-shadow {
  box-shadow: 0 2px 5px rgba(224, 224, 224, 0.6);
  -webkit-box-shadow: 0 2px 5px rgba(224, 224, 224, 0.6);
}
.card-body .steps-sidebar-title:active {
  border: 1px solid var(--text-theme-color-highlight);
}
.reject-padding {
  padding: 0 2.5rem !important;
}
/* .chart-margin .margin-right-10-px {
  margin: 1px !important;
} */
.details-box-shadow {
  box-shadow: 0 2px 5px rgba(224, 224, 224, 0.6);
  -webkit-box-shadow: 0 2px 5px rgba(224, 224, 224, 0.6);
}
.card-body .steps-sidebar-title:active {
  border: 1px solid;
  border-color: var(--text-theme-color-highlight);
}
.reject-padding {
  padding: 0 2.5rem !important;
}
.border-1-px-light-gray {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
}
.screen-date-height .custom-datepicker .mydp {
  height: 32.5px;
}
.screen-date-height .custom-datepicker .mydp .selectiongroup .selection {
  height: 32.5px !important;
}
.data-table-filter-alignment .column-selector-box {
  z-index: 1 !important;
}
.datepicker-margin .mydp .selectorarrow {
  margin-top: 18px;
}
.btn-border-radius {
  border-radius: 5px;
}
.rm-mapping-over-flow {
  overflow-y: hidden;
}
.background-accent-color {
  color: var(--white);
}
.border-bottom-1-px-light-gray {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.secondary-border-radius {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.currency-select-margin-top .dropdown-menu {
  margin-top: 10px !important;
}
.ops-maker-filter .bg-transparent {
  margin-top: 0.5rem;
}
.ddf-datepicker-alignment .mydp .selbtngroup {
  vertical-align: initial !important;
}
.activity-date-padding .mydp .selectiongroup .selection {
  padding-top: 6px;
}
.pop-up-title {
  font-size: 1rem !important;
}
.pop-up-content {
  font-size: 0.875rem !important;
}
.transaction-date-picker {
  width: 200px;
}
.mydp .header::before,
.mydrp .header::before {
  border-bottom: none !important;
}
select::-ms-expand {
  display: none;
}
.form-select-color .c-btn,
.card-header-closed {
  font-size: 0.8rem !important;
  /* color: var(--secondary-header-theme) !important; */
  font-weight: 500 !important;
}
.angular-multiselect-c-remove .selected-list.c-list.c-token.c-remove {
  top: 60% !important;
}
.select-container-drop-color .select-container-drop::after {
  border-color: var(--theme-light-gray-three) !important;
}
.header-font-size {
  font-size: 0.6rem;
}
select option {
  background: transparent;
  border: none;
}
.form-select-padding .selected-list .c-btn {
  padding: 14px !important;
}
.search-security-field-width .selected-list .c-btn {
  /* padding: 11px !important; */
  padding: 12px 35px 15px 12px !important;
}
.process-date-btn .btn {
  padding: 0.625rem;
  min-height: initial;
}
.querry-clearfix>div:first-child::after {
  content: "";
  display: block;
  clear: both;
}
.date-picker-holding-height .mydp .selectiongroup {
  padding: 3px;
}
.custom-input-upload-container {
  position: relative;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 20px;
  overflow: hidden;
  margin: 0;
  width: 23rem;
}
.custom-input-upload {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.file-upload-action {
  border-radius: 20px !important;
}
.custom-input-upload-container .btn-with-bg {
  border: none;
}
.upload-file-name {
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 17px;
  color: var(--secondary-theme-text-color-1);
  margin: 8px;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.delete-margin {
  margin-left: 0.625rem;
  margin-top: 0.625rem;
}
.nav-tabs-border {
  border: none;
}
.portfolio-cards-content {
  width: 50%;
}
.footer-text {
  white-space: normal;
  text-align: left;
  font-size: 0.7rem !important;
  color: #797979;
}
@media (min-width: 991px) and (max-width: 2200px) {
  .filter-width {
    width: 60rem !important;
  }
}
@media (min-width: 992px) {
  .review-accordian-tabs::after {
    width: 1px;
    height: 100%;
    background-color: var(--theme-light-Gray-Two);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.2px;
    z-index: -1;
  }

  .review-accordian-tabs {
    height: 598px;
    overflow: auto;
  }

  .review-accordian-data {
    height: 598px;
    overflow: auto;
  }

  .send-message-container .custom-textarea,
  .send-message-container .custom-textarea:focus,
  .send-message-container .custom-textarea:active {
    border-left: 0 !important;
  }

  .modal-max-width .modal-lg {
    max-width: 1000px !important;
  }
}
@media (max-width: 991px) {
  .review-accordian-tabs::after {
    width: 100%;
    height: 1px;
    background-color: var(--theme-light-Gray-Two);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }

  .review-accordian-tabs {
    height: 250px;
    overflow: auto;
  }

  .review-accordian-data {
    height: 350px;
    overflow: auto;
  }

  .image-container {
    height: 250px;
  }

  .sent-message-container {
    margin-right: 15px;
  }

  .send-message-container {
    margin-top: 20px;
    padding-right: 30px;
  }

  .client-details-popup-box.special {
    width: 100% !important;
  }

  .popup-image-section {
    margin-right: 15px;
  }

  .popup-menu-container .review-accordian-tabs {
    height: 600px;
  }

  .data-table-filter .float-sm-right {
    top: -63px !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .milestones-item .icon img {
    width: auto;
  }
}
@media (max-width: 1199px) {
  .client-details-popup-box.special {
    width: 100%;
  }

  .footer-text {
    margin-top: 15px;
  }
}
@media (max-width: 1024px) {
  .screen-date-height .mydp .selection {
    padding-left: 0;
  }

  .screen-date-height .custom-datepicker .mydp {
    height: 29.5px;
  }

  .countries-padding {
    padding: 1.6rem 0.6rem 1.4rem 0.6rem;
  }
}
.currency-select-without-bg-width {
  width: 18rem !important;
}
@media (min-width: 1300px) and (max-width: 1340px) {
  .popup-background {
    right: -76% !important;
  }

  .from-date-margin {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 1920) and (max-width: 2200px) {
  html {
    font-size: 18px;
  }

  .form-select-color .selected-list .c-angle-down {
    bottom: 20px;
  }

  .date-dash-color {
    margin-top: 0 !important;
  }

  .form-select-date .mydp .selectiongroup .selection {
    height: 46px !important;
  }

  .currency-select a {
    padding: 10px !important;
  }

  .dashboard-datepicker-content-activity .selectiongroup .selbtngroup {
    height: 37px !important;
  }

  .add-client-btn-padding .btn-with-icon {
    padding: 10px 15px !important;
    border-radius: 25px !important;
  }

  .currency-select-without-bg-height {
    height: 50px !important;
  }

  .currency-select-top .currency-select::after {
    top: 20px !important;
  }

  .currency-select::after {
    top: 19px !important;
  }

  .currency-select.show::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 1px !important;
  }

  .analytics-date-picker-width {
    width: 10rem !important;
  }

  .deviation-currency-width .currency-select a {
    padding: 14px !important;
  }

  .deviation-currency-margin .mydp .selectiongroup .selbtngroup .btnpicker {
    margin-right: 12px !important;
  }

  .deviation-currency-select-content .selected-list .c-btn {
    padding: 18px !important;
  }

  .deviation-currency-select-content .selected-list .c-angle-down {
    bottom: 30px;
  }

  .dashboard-datepicker-content .selectiongroup .selbtngroup {
    padding-right: 12px;
  }

  .currency-select-hdreport::after {
    top: 31px !important;
  }

  .currency-select-hdreport a {
    padding: 0.9rem !important;
  }

  .currency-select-without-bg-padding .dropdown-menu {
    margin-top: 1rem;
  }

  .currency-select-without-bg.show::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    top: 20px !important;
  }
}
@media (max-width: 1800px) and (min-width: 1500px) {
  .popup-background {
    right: auto !important;
    top: auto !important;
    margin-top: 10px;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .currency-select-sort-by .dropdown-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 10rem;
  }

  .client-info-blocks .badge-circular,
  .client-info-blocks .badge {
    padding: 1px 7px !important;
  }

  .currency-select-without-bg {
    width: 17rem;
  }

  .popup-close-icon {
    display: none;
  }

  html {
    font-size: 16px;
  }

  .h-90 {
    height: 75%;
  }

  .date-content-flex-direction {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .outer-holder-padding {
    padding: 1rem !important;
  }

  .security-header-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .custom-input-upload-container {
    width: 18rem;
  }

  .form-group-input .form-control {
    width: 18rem;
  }

  .filter-width {
    width: 27rem;
  }

  .align-flex-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media (max-width: 575px) {
  .data-table-filter-alignment .data-table-header {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: end;
            justify-content: flex-end;
    margin-top: 1rem;
  }

  .currency-select-without-bg {
    width: 15rem;
  }

  .investment-flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .btn-margin-right {
    margin-right: auto;
  }

  .summary-border-right {
    border-right: none !important;
  }

  .absolute-content {
    -webkit-box-pack: left !important;
            justify-content: left !important;
  }

  .absolute-content-center {
    text-align: left !important;
  }

  .btn-portfolio-menu .dropdown-menu {
    width: 25rem !important;
  }

  .filter-flex-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .fixed-porfolio {
    padding: 4px 9px;
  }

  .row-flex-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .filter-width {
    width: 20rem !important;
  }

  .modal-max-width .modal-lg {
    max-width: 600px !important;
  }

  .oms-tabs-container {
    overflow: auto;
  }
}
@media screen and (max-width: 425px) {
  .dashboard-flex-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .dash-color {
    display: none;
  }

  .btn-min-width {
    min-width: 120px !important;
  }

  .currency-select-without-bg {
    width: 15rem !important;
  }

  .outer-holder-padding {
    padding: 1rem;
  }

  .reject-approve-btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .datatable-message-button .message-popup {
    min-width: 220px;
    max-width: 220px;
  }

  /* .message.mob-popup {
    top: -10px;
    left: -45px;
  } */

  .popover-arrow {
    left: 40px;
  }

  .data-table-filter-alignment .data-table-header {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: end;
            justify-content: flex-end;
    margin-top: 1rem;
  }

  .table-pagination-alignment .margin-right-15-px {
    display: block !important;
    margin-right: 1rem !important;
  }

  html {
    font-size: 15px !important;
  }

  .currency-select-without-bg-width {
    width: 15rem !important;
  }

  .q-button-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .q-button-group .btn-theme-primary {
    margin-bottom: 3px;
  }

  .analytics-border-right {
    border-right: none;
  }

  .analytics-border {
    border-right: none !important;
    border-bottom: none !important;
  }

  .search-sort-flex-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .circular-badge-text-align {
    text-align: left !important;
  }

  .main-col-wrapper {
    border-right: none !important;
  }

  .flex-direction-alignment {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .nav-link-triangle::after {
    border-width: 16px !important;
  }

  .border-left-line-background-color::before {
    background: none !important;
  }

  .container-radio-currency .checkmark-radio::after {
    top: 4px;
  }

  .container-radio-period .checkmark-radio::after {
    left: 3px !important;
  }
}
@media screen and (max-width: 375px) {
  .dashboard-flex-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .dash-color {
    display: none;
  }

  .btn-portfolio-menu .dropdown-menu {
    width: 19rem !important;
  }

  .cards-flex-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .portfolio-cards-content {
    width: 100%;
  }

  .filter-width {
    width: 15rem !important;
  }

  .review-active-padding .nav-link {
    padding: 0.6rem 1.5rem !important;
  }

  .revenue-section-page .review-active-padding .nav-link {
    padding: 0.6rem 0.4rem !important;
  }

  .onboarding-padding .nav-link {
    padding: 0.5rem !important;
  }

  .tabs-margin-top .nav-tabs .nav-item {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 575px) and (min-width: 375px) {
  .btn-position {
    right: 15px !important;
    top: 56px !important;
  }
}
@media screen and (max-width: 320px) {
  .portfolio-cards-content {
    padding: 1rem 2rem 1rem 1.5rem !important;
  }

  .btn-position {
    right: 9px !important;
    top: 19px !important;
  }

  .revenue-section-page .client-theme-tabs .nav-tabs li a.nav-link {
    font-size: 0.58rem !important;
  }

  .revenue-section-page .review-active-padding .nav-link {
    padding: 0.6rem 0.3rem !important;
  }

  .revenue-section-page {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
/* .product-holding-content .selected-list .c-btn {
  padding: 15px !important;
} */
.deviation-datepicker .mydp .selection {
  padding-top: 6px;
}
.deviation-currency-padding .currency-select a {
  padding: 12px !important;
}
.currency-select-without-bg-height {
  height: 2.5rem;
}
.graph-labels .highcharts-data-label text {
  font-size: 0.7rem !important;
  line-height: 0.6rem !important;
  font-weight: 300 !important;
}
.graph-labels .highcharts-point {
  stroke: none;
}
/* .table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent !important;
} */
.portfolio-table-padding.table-container th {
  padding-bottom: 15px;
  padding-top: 15px;
}
.portfolio-table-border .data-table tbody>tr>td {
  border-top: none !important;
}
.btn-background {
  background: none !important;
}
/* .list-wrapper-class .list-wrapper-background:hover {
  background: var(--white) !important;
} */
/* .progress-bar-geography-content {
  width: 100%;
  background: #64acea;
  border-radius: 2px;
  height: 4px;
} */
/* .over-all-box-shadow {
  background: var(--white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
} */
.over-all-box-shadow {
  background: var(--secondaryColor);
  /* box-shadow: 0px 0px 40px #7070701A;
  -webkit-box-shadow: 0px 0px 40px #7070701A; */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 0.62rem;
  -webkit-border-radius: 0.62rem;
  -moz-border-radius: 0.62rem;
  -ms-border-radius: 0.62rem;
  -o-border-radius: 0.62rem;
}
.row-alignment {
  -webkit-box-align: center;
          align-items: center;
}
.over-all-heading {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  /* color: var(--secondary-header-theme); */
  margin-bottom: 8px;
}
.progress-over-all {
  height: 4px;
  border-radius: 9px !important;
}
/* .equity-progress-bar {
  width: 20.5%;
} */
.debt-progress-bar {
  width: 15.02%;
}
.commidity-progress-bar {
  width: 2.52%;
}
.mutual-fund-progress-bar {
  width: 31.19%;
}
.fixed-income-progress-bar {
  width: 15.02%;
}
.tab-heading-color {
  color: var(--table-theme-text-header);
  border-bottom: 1px solid var(--theme-light-gray-three);
}
.progress-bar-value {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  color: var(--secondary-header-theme);
}
.hignchart-transaction .highcharts-container {
  margin: auto;
}
.summary-heading {
  font-size: 1rem;
  font-weight: 600;
}
.time-date-flex-end {
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.portfolio-time-date-content {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
}
.btn-portfolio-menu .dropdown-menu {
  width: 36rem;
  border: none;
  min-width: 2rem;
  right: 10px;
  left: auto !important;
  background: var(--over-all-background-widget);
  top: 70px !important;
}
.btn-portfolio-menu .dropdown-toggle::after {
  display: none;
}
.btn-portfolio {
  border: none;
  background: none;
}
.settings-box-shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 3px;
}
.settings-border-bottom {
  border-bottom: 0.5px solid;
  border-color: var(--theme-light-gray-three);
}
.settings-border-right {
  border-right: 0.5px solid;
  border-color: var(--theme-light-gray-three);
}
.settings-padding {
  padding: 10px 15px;
}
.settings-height {
  height: 40px;
  -webkit-box-align: center;
          align-items: center;
}
.setting-overflow {
  max-height: 292px;
  overflow-y: auto;
}
.text-align-btn {
  text-align: right;
}
/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--secondary-header-theme);
  font-weight: 300;
}
/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: var(--white);
  border-radius: 3px;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.container input:checked~.checkmark::after,
.container-checkbox input:checked~.checkmark::after {
  display: block;
}
/* Style the checkmark/indicator */
.container-checkbox .checkmark::after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid var(--text-theme-color-highlight);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container-radio {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300;
}
/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */
.checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 0.5px solid;
  border-color: var(--theme-light-gray-three);
}
/* When the radio button is checked, add a blue background */
.container-radio input:checked~.checkmark-radio {
  background-color: var(--white);
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio::after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.container-radio input:checked~.checkmark-radio::after {
  display: block;
}
/* Style the indicator (dot/circle) */
.container-radio .checkmark-radio::after {
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--text-theme-color-highlight);
}
.btn.btn-theme-new {
  padding: 0 1rem;
  font-size: 0.875rem;
  min-width: 7rem;
  min-height: 2rem;
  border-radius: 1.25rem !important;
  font-weight: 500;
}
.summary-name {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: var(--table-theme-text-header);
  padding: 16px 10px 16px 26px;
}
/* .summary-content {
  background: var(--white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 3px;
} */
.summary-value-padding {
  padding: 15px 10px 10px 20px;
}
.summary-negative-color {
  color: var(--nagative-value-text);
}
.negative-value {
  font-weight: normal;
  font-size: 0.6rem;
  line-height: 0.75rem;
  /* background-color: rgba(230, 230, 230, 0.5); */
  border-radius: 3px;
  padding: 1px 3px;
}
.negative-color {
  color: var(--nagative-value-text) !important;
  background: var(--nagative-value-background) !important;
}
.absolute-content-alignment {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
/* .header-border-bottom {
  border-bottom: 1px solid var(--theme-light-gray-three);
} */
.transaction-table-padding.table-container th {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 9px;
}
.transaction-table-padding.table-container td {
  padding-left: 16px !important;
}
.over-all-tables.table-container th {
  font-size: 0.7rem;
  line-height: 0.75rem;
  color: var(--table-theme-text-header) !important;
  text-align: center;
  font-weight: 400 !important;
}
.over-all-tables.table-container td {
  font-size: 0.75rem !important;
  /* color: var(--secondary-header-theme); */
  text-align: left;
}
/* .over-all-tables.table-container tr {
  height: 60px;
} */
.border-line {
  border: 0.5px solid;
  border-color: var(--graph-label-theme);
  font-size: 0.55rem;
}
.border-line-padding {
  padding-left: 4px;
}
.nav-tabs .nav-link-border.active,
.nav-tabs .nav-link-border:hover {
  border: none;
  background: none;
}
.nav-link-border {
  display: block;
  padding: 0.5rem 1rem;
}
.tabs-text {
  font-size: 1rem;
  line-height: 1.25rem;
  color: var(--secondary-header-theme);
  font-weight: normal;
}
.portfolio-geography-heading {
  background: var(--fund-tabs-text-two);
  border-radius: 3px 3px 0 0;
  text-align: center;
}
.geography-value-text {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1rem;
  color: var(--table-theme-text-header);
}
.geography-value-color {
  font-weight: 500;
  font-size: 0.6rem;
  line-height: 0.75rem;
  color: var(--lime-green-theme);
  background: var(--lime-green-background);
  border-radius: 5px;
  padding: 4px 4px;
  margin-left: 4px;
}
.geography-value-progress {
  font-weight: 500;
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: var(--secondary-theme-text-color-1);
  margin-right: 7px;
}
.portfolio-tab-asset {
  font-size: 1rem;
  line-height: 1.25rem;
  color: var(--secondary-theme-text-color-1);
  font-weight: 400;
}
.portfolio-geography-padding {
  padding: 1rem;
}
.portfolio-border-bottom {
  border-bottom: 0.5px solid;
  border-color: var(--theme-light-gray-three);
}
.geography-value-color-red {
  font-weight: 500;
  font-size: 0.6rem;
  line-height: 0.75rem;
  border-radius: 5px;
  padding: 4px 4px;
  margin-left: 2px;
}
.portfolio-geography-progress-bar {
  -webkit-box-align: center;
          align-items: center;
}
.portfolio-cards-content {
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 3px; */
  padding: 2rem 1rem 1rem 1.5rem;
}
.portfolio-cards-heading {
  font-size: 0.75rem;
  line-height: 0.9rem;
  color: var(--table-theme-text-header);
  font-weight: 400;
  margin-bottom: 20px;
}
.portfolio-cards-value {
  font-size: 1rem;
  line-height: 1.25rem;
  color: var(--secondary-header-theme);
}
.graph-text {
  font-size: 0.75rem;
  line-height: 0.9rem;
  color: var(--secondary-header-theme);
  text-align: center;
  font-weight: 300;
}
.filter-box-shadow {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  background: var(-white);
}
.filter-margin {
  margin: 12px;
}
.btn-color-active.active .filter-margin {
  background: var(--theme-maya-blue);
  fill: var(--theme-maya-blue);
}
.label-text {
  font-size: 0.75rem;
  line-height: 0.9rem;
  color: var(--secondary-header-theme);
  font-weight: 400;
}
.filter-side-box-shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 360px;
  -webkit-box-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
          align-items: center;
  font-size: 0.75rem;
  line-height: 1.25;
  color: var(--secondary-header-theme);
  font-weight: 400;
  padding: 0.3125rem 0.625rem;
  background-color: var(--over-all-background-widget);
}
.filter-side-box-shadow>span {
  white-space: nowrap;
  max-width: 9rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.filter-side-box-shadow-md {
  font-size: 0.875rem;
  padding: 0.5em 0.8571em;
}
.side-section {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.filter-side-section {
  -webkit-box-align: center;
          align-items: center;
}
.fixed-porfolio {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 47px;
  padding: 3px 12px;
}
.search-container {
  position: relative;
  max-width: 15rem;
  width: 100%;
}
.search-container .search-icon {
  position: absolute;
  top: 0;
  left: auto;
  bottom: 0;
  width: 15px;
  height: 14px;
  margin: auto;
  color: var(--dark-gray);
  font-size: 13px;
  right: 10px;
}
.search-container .form-control {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 39px;
  font-size: 0.8rem;
  line-height: 1rem;
  border: none !important;
}
.search-container-inside-table .form-control {
  padding: 11px 18px !important;
}
/* The container */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--secondary-header-theme);
}
/* .tabs-background-color .nav-tabs {
  background: var(--white);
} */
.main-col-wrapper:last-child {
  border-right: 0;
}
.table-heading {
  padding: 0.8rem 0;
  font-weight: 400;
  font-size: 0.93rem;
  line-height: 1.25rem;
}
.list-wrapper-class ul li {
  list-style-type: none;
  /* display: inline-block; */
}
.list-wrapper-class {
  max-height: 26.5rem;
  overflow: scroll;
}
.chechbox-wrapper {
  position: relative;
  box-shadow: 0 2px 10px rgba(17, 17, 17, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.custom-switch-text {
  display: block;
  padding: 0.4375rem 0.875rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.25;
}
.custom-checkbox-item {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.custom-checkbox-item+span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-checkbox-item:checked+span {
  /* color: #5cbcff;
  border: 2px solid #5cbcff; */
  color: #fff;
  /* background-color: #48b4ff; */
  border-radius: 360px;
  -webkit-border-radius: 360px;
  -moz-border-radius: 360px;
  -ms-border-radius: 360px;
  -o-border-radius: 360px;
}
.apply-btn {
  padding: 0.6rem 2.5rem;
  font-size: 0.74rem;
  background-color: var(--text-theme-color-highlight) !important;
  border: none !important;
  border-radius: 1.87rem !important;
  -webkit-border-radius: 1.87rem !important;
  -moz-border-radius: 1.87rem !important;
  -ms-border-radius: 1.87rem !important;
  -o-border-radius: 1.87rem !important;
}
.apply-btn:focus {
  box-shadow: none !important;
}
.clear-btn {
  padding: 0.6rem 2.5rem;
  background-color: var(--secondary-theme-background-1) !important;
  color: var(--dark-gray-2);
  font-size: 0.74rem;
  font-weight: 400;
  border-radius: 1.87rem !important;
  -webkit-border-radius: 1.87rem !important;
  -moz-border-radius: 1.87rem !important;
  -ms-border-radius: 1.87rem !important;
  -o-border-radius: 1.87rem !important;
}
.clear-btn:focus {
  box-shadow: none !important;
}
.filter-box-shadow .dropdown-toggle::after {
  display: none;
}
.filter-box-shadow .dropdown-menu {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  border: none;
}
.filter-section-portfolio .show.dropdown .btn-color-active {
  /* background: var(--theme-maya-blue); */
  border-radius: 10px;
  width: 40px;
  height: 40px;
  /* fill: var(--white);
  stroke: var(--white); */
}
.tabs-text {
  fill: var(--secondary-header-theme);
}
.nav-link {
  padding: 0;
}
.portfolio-tabs-padding .nav-item {
  padding: 0.6rem 2.3rem 0.6rem 0;
}
.onboarding-tabs-padding .nav-link {
  padding: 0.6rem 1rem;
}
.nav-tabs .nav-link.active {
  background: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.nav-tabs .nav-link:hover {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none;
}
.nav-tabs .nav-link {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.portfolio-tabs .nav-link {
  font-weight: 800;
}
.portfolio-tabs .nav-link.active {
  border-width: 0.12rem;
}
/* .portfolio-tabs .nav-link.active .tabs-text,
.portfolio-tabs .nav-link.active {
  background-color: none;
  color: var(--white);
  fill: var(--white);
} */
/* .portfolio-tabs .nav-tabs .nav-link:hover {
  border: none !important;
} */
.heading-text-content {
  color: var(--secondary-header-theme);
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25rem;
}
.porfolio-search-font .form-control {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 300;
  height: 100%;
  padding: 0.625rem 2rem 0.625rem 1.25rem !important;
}
.porfolio-search-font .search-icon {
  right: 13px;
  top: 2px;
  opacity: 0.5;
}
.currency-select-analytics {
  height: 40px;
}
.risk-analytics-table .data-table tbody>tr>td {
  border-left: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
  border-top: none;
}
.risk-analytics-table.table-container th {
  padding-left: 16px !important;
}
.dropdown-box-shadow {
  /* background-color: #f7f7f7 !important; */
  /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);*/
  border-radius: 0.31rem;
  -webkit-border-radius: 0.31rem;
  -moz-border-radius: 0.31rem;
  -ms-border-radius: 0.31rem;
  -o-border-radius: 0.31rem;
}
.dropdown-box-shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
/* .dropdown-box-shadow .dropdown-menu {
  background-color: var(--white);
  border: none;
} */
.month-initial .tooltip {
  width: 9.375rem;
}
.month-initial .tooltip .tool-tip-text {
  font-size: 0.75rem;
  line-height: 0.935rem;
  color: var(--secondary-header-theme);
  font-family: Montserrat;
}
.hignchart-transaction .highcharts-container .highcharts-axis-title {
  color: var(--graph-label-theme) !important;
  fill: var(--graph-label-theme) !important;
  font-weight: 300;
}
/* .column-selector-btn-content {
  height: 40px !important;
  vertical-align: middle;
  border-radius: 50%;
  width: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border: none !important;
} */
.risk-analytics-table.table-container .index-padding {
  padding-left: 2rem !important;
}
.analytics-chart .highcharts-container .highcharts-axis-title {
  /* color: #9b9bbb !important;
  fill: #9b9bbb !important; */
  font-size: 0.87rem;
  font-weight: 300;
  font-family: "Montserrat" !important;
}
.placeholder-fix:focus::-webkit-input-placeholder {
  color: transparent !important;
  font-size: 0.75rem !important;
}
.placeholder-fix:focus::-moz-placeholder {
  color: transparent;
  font-size: 0.75rem !important;
}
.placeholder-fix:-moz-placeholder {
  color: transparent;
  font-size: 0.75rem !important;
}
.benchmark-select::after {
  right: 12px !important;
  margin-top: 6px !important;
}
.benchmark-select a {
  padding: 0.5rem 1rem !important;
}
.pagination-text-color {
  color: var(--nobel-theme);
}
.client-text-heading {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  color: var(--secondary-header-theme);
}
/* .client-onboard-text {
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: var(--theme-gray-color);
} */
.onboard-sub-text-color {
  color: var(--secondary-header-theme);
}
.client-info-border {
  border: 1px solid rgba(216, 216, 216, 0.5);
  border-radius: 3px 3px 0 0;
}
.client-onboard-info-border {
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  width: 1.5rem;
  height: 1.5rem;
}
/* new-cs-tabs */
.client-theme-tabs .nav-tabs li a {
  background-color: var(--export-theme-background-icon);
  color: var(--secondary-header-theme);
  /* background-color: var(--over-all-background-widget);
  color: var(--primary-theme-text-color-1); */
  border-radius: 3px 3px 0 0;
  border: none;
}
.client-theme-tabs.special .nav-tabs li a.nav-link.active {
  background: var(--text-theme-color-highlight);
  color: var(--white) !important;
  border-radius: 3px 3px 0 0;
}
.onboarding-padding .nav-link {
  padding: 0.6rem 2rem;
}
.review-active-padding .nav-link {
  padding: 0.6rem 2.8rem;
}
.client-theme-tabs .nav-tabs li a.nav-link {
  font-size: 0.8rem;
  line-height: 1.25rem;
  text-align: center;
  font-weight: normal;
}
.client-theme-tabs .tab-content {
  margin-top: 1px;
}
.green-border {
  background: var(--green-background-theme) !important;
}
.red-border {
  background: var(--red-background-theme);
}
.radio-text {
  font-weight: normal;
  font-size: 0.625rem;
  line-height: 0.75rem;
  text-align: center;
  color: var(--primary-theme-text-color-1);
}
.radio-btn-content {
  margin-top: 1.2rem;
}
.yellow-border {
  background: var(--yellow-border-theme);
}
.radio-border-radius {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.client-tabs-border-top {
  border-top: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.client-theme-tabs-border .nav-tabs {
  border-bottom: none;
}
.view-border {
  border: none;
  background: transparent;
}
.client-header-text {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-left: 12px;
}
.progress-img-content {
  width: 1rem;
  height: 1rem;
}
.client-details-header {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: var(--theme-gray-color);
}
.client-details-text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: var(--secondary-header-theme);
}
.client-content-margin {
  margin-top: 1.8rem;
  margin-left: 1rem;
}
.progress-left-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background: var(--text-theme-color-highlight);
  left: 0.5rem;
  top: 1.1rem;
  bottom: -2px;
}
.remove-file-content {
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  line-height: 25px;
  text-align: center;
  position: absolute;
  left: 97%;
  right: 0;
  top: -17px;
  background: var(--white);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12885);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12885);
}
.cross-icon-content {
  margin-top: 11px;
  width: 17px;
  height: 17px;
}
.border-left-line::before {
  content: "";
  position: absolute;
  width: 1px;
  background: var(--text-theme-color-highlight);
  left: 0;
  top: 3.5rem;
  bottom: -19px;
  display: block;
}
.client-theme-tabs .nav-tabs li a:hover {
  color: var(--table-theme-text-header);
}
.sort-by-client {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.sort-by-client::after {
  right: 16px !important;
  top: 11px !important;
}
.sortby-select-without-bg-height {
  height: 2.4rem;
}
.sortby-select-without-bg-width {
  width: 16rem !important;
}
.search-container-new .form-control {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: 0 2px 10px rgba(180, 109, 109, 0.06);
  border: none;
  border-radius: 10px;
}
.sort-by-client a.dropdown-toggle {
  color: var(--secondary-header-theme) !important;
}
.sort-by-client .dropdown-menu {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
  border: none;
  margin-top: 12px;
}
.sort-by-client .dropdown-menu li a.active {
  color: var(--text-theme-color-highlight) !important;
}
.reset-text {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: var(--theme-maya-blue);
}
.search-container-new {
  background: var(--white);
  border-radius: 10px;
}
/* onboarding-client */
.pop-up-title-content {
  line-height: 1.0625rem;
  color: var(--secondary-header-theme);
}
.popup-box-content-head {
  position: relative;
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
  padding: 1.3rem 1rem;
}
.success-step-content {
  margin-left: 8px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: var(--theme-gray-color);
  margin-top: 2px;
}
.image-content {
  margin-bottom: 7px;
  fill: var(--white);
}
.client-theme-tabs.special .nav-tabs li a.nav-link.active .image-content {
  fill: var(--text-theme-color-highlight);
}
.client-theme-tabs.special .nav-tabs li a.nav-link.active .success-step-content {
  background: var(--white);
}
.nav-link-triangle::after {
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: var(--export-theme-background-icon) !important;
  border-width: 18px;
  left: 100%;
  z-index: 2;
  border-radius: 2px;
}
.nav-link-dark-background {
  /* background: var(--whisper-theme) !important; */
  color: var(--secondary-header-theme);
}
.nav-link-light-background {
  background: var(--white-smoke) !important;
  color: var(--secondary-header-theme);
}
.client-theme-tabs.special .nav-tabs .nav-link-border-radius {
  border-radius: 0;
}
/* .nav-link-dark-background::after {
  border-left-color: var(--whisper-theme) !important;
} */
.nav-link-triangle-profile:hover::after {
  border-left-color: var(--text-theme-color-highlight) !important;
}
/* .nav-link-light-background::after {
  border-left-color: var(--theme-light-gray-three) !important;
} */
.onboarding-tabs .nav-item .nav-link-customer {
  padding: 0.5rem 1rem;
}
.onboarding-tabs .nav-item .nav-link-risk {
  padding: 0.5rem 1.8rem;
}
.onboarding-tabs .nav-item .nav-link-ddf {
  padding: 0.5rem 2.8rem;
}
.filter-custom-select .dropdown-menu {
  left: auto !important;
  right: 0;
  width: 14rem !important;
}
.filter-custom-select .select-heading-section {
  padding: 1.125rem 1rem;
  border-bottom: 0.5px solid;
  border-color: var(--theme-light-gray-three);
}
.select-heading-section .column-name {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: var(--secondary-header-theme);
  font-weight: 400;
}
.filter-custom-select .dropdown-menu .check-container {
  padding-left: 1.6rem;
}
.filter-border-top {
  border-top: 0.5px solid;
  border-color: var(--theme-light-gray-three);
}
.currency-select-without-bg .reset-img {
  position: initial;
  top: 0;
  right: 0;
}
.sort-by-client .dropdown-menu .reset-border-top:hover,
.sort-by-client .dropdown-menu .reset-border-top {
  border-top: 0.5px solid;
  border-color: var(--theme-light-gray-three);
}
.sort-by-client .dropdown-menu {
  max-height: none !important;
}
input.placeholder-fix::-webkit-input-placeholder {
  /* color: #707070 !important; */
  /* opacity: 0.5; */
  font-size: 0.75rem !important;
}
input.placeholder-fix::-moz-placeholder {
  /* color: #707070 !important; */
  /* opacity: 0.5; */
  font-size: 0.75rem !important;
}
input.placeholder-fix::-ms-input-placeholder {
  /* color: #707070 !important; */
  /* opacity: 0.5; */
  font-size: 0.75rem !important;
}
input.placeholder-fix::placeholder {
  /* color: #707070 !important; */
  /* opacity: 0.5; */
  font-size: 0.75rem !important;
}
/* .portfolio-tabs .nav-tabs .nav-link {
  border: none;
} */
input.placeholder-fix-color::-webkit-input-placeholder {
  font-size: 0.75rem !important;
}
input.placeholder-fix-color::-moz-placeholder {
  font-size: 0.75rem !important;
}
input.placeholder-fix-color::-ms-input-placeholder {
  font-size: 0.75rem !important;
}
input.placeholder-fix-color::placeholder {
  font-size: 0.75rem !important;
}
.portfolio-checkbox-padding {
  padding: 1rem 0.625rem 0 0.625rem;
}
.container-checkmark {
  display: block;
  position: relative;
  padding-left: 23px;
  cursor: pointer;
  font-size: 0.75rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--secondary-header-theme);
}
.container-checkmark .checkmark::after {
  left: 4px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid var(--text-theme-color-highlight);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.container-checkmark .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 13px;
  width: 13px;
  border-radius: 3px;
  margin-top: 3px;
  background-color: var(--white);
  color: var(--text-theme-color-highlight) !important;
  border: 0.5px solid var(--theme-light-gray-three);
}
.container-checkmark input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.container-checkmark input:checked~.checkmark::after {
  display: block;
}
/* .container-checkmark input:checked ~ .checkmark {
  background-color: rgba(92, 188, 255, 0.1);
} */
.portfolio-currency-padding {
  padding: 1rem;
}
.volatility-graph .highcharts-container {
  margin: auto;
}
.analytics-graph-border {
  border-right: 0.5px solid;
  border-bottom: 0.5px solid;
  border-color: var(--theme-light-gray-three);
}
.analytics-graph-border:nth-child(even) {
  border-right: none;
}
.analytics-graph-border:last-child,
.analytics-graph-border:nth-child(odd):nth-last-child(2) {
  border-bottom: none;
}
.secondary-heading-text {
  font-size: 1rem;
  line-height: 1.25rem;
  color: var(--secondary-header-theme);
  font-weight: 400;
}
.over-all-background-color {
  background: var(--white);
}
.secondary-sub-text {
  line-height: 0.9375rem;
}
.widget-box-content {
  opacity: 0.5;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 0 0 3px 3px;
  width: 100%;
  display: block;
}
.text-case-color {
  color: var(--text-theme-color-highlight) !important;
}
.table-borders {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.table-border-right {
  border-right: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.pending-content-color {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--yellow-border-theme);
  color: var(--secondary-header-theme);
  font-size: 0.625rem;
}
.pending-circular-badge .badge-warnning {
  color: var(--secondary-header-theme);
  background-color: rgba(250, 210, 70, 0.5);
}
.client-info-border-content {
  border: 1px solid rgba(186, 186, 186, 0.5);
  border-radius: 0 0 3px 3px;
  padding: 1.25em 1.75em;
  position: relative;
}
.off-boarding-btn-content .btn-theme {
  min-width: 7rem;
  min-height: 2rem;
}
.test-case-text {
  font-size: 0.875rem;
  line-height: 1.5625rem;
  color: var(--secondary-header-theme);
}
.text-area-content {
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  padding: 10px;
  width: 100%;
  background: transparent !important;
}
.btn-font-size .btn-theme {
  font-size: 1rem !important;
  line-height: 1.25rem;
}
.btn-theme-color {
  color: var(--theme-night-rider-2) !important;
  background: transparent !important;
}
.primary-client-text {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 400;
}
.individual-color {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--yellow-border-theme);
  content: "";
  position: absolute;
}
.initiated-client-caution {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: var(--secondary-header-theme);
}
.individual-text {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: var(--theme-gray-color);
}
.client-information-content .primary-text-color {
  color: var(--secondary-header-theme);
}
.client-information-content .primary-text-content {
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 400;
}
.primary-subtext-color {
  color: var(--theme-gray-color);
}
.client-information-content .tertiary-border-color {
  border-right: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.client-information-content .tertiary-border-left-color {
  border-left: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.client-information-content .tertiary-border-bottom-color {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.comment-box-btn {
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  background: transparent;
}
.download-btn-content .btn-theme {
  font-size: 12px !important;
  min-width: 9rem;
  min-height: 2rem;
}
.deactivate-btn-color .btn-theme-primary-bg {
  background: var(--nagative-value-text) !important;
}
.text-case-border-bottom {
  border-bottom: 1px solid;
  border-color: var(--text-theme-color-highlight);
}
.data-table-over-flow {
  overflow-y: hidden;
}
/* search-box-css */
.search-prospect {
  min-width: 230px;
}
.search-prospect .form-control:focus {
  border: none !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.search-prospect>svg {
  position: absolute;
  top: 12px;
  right: 10px;
  display: inline-block;
  width: 15px;
}
.search-prospect>input {
  padding: 10px 40px 10px 12px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  font-size: 0.75rem;
  border-bottom: none !important;
}
.placeholder-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 0.75rem;
  opacity: 0.5;
  color: var(--table-theme-text-header) !important;
}
.placeholder-text::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.75rem;
  opacity: 0.5;
  color: var(--table-theme-text-header) !important;
}
.placeholder-text:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 0.75rem;
  opacity: 0.5;
  color: var(--table-theme-text-header) !important;
}
.placeholder-text:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.875rem;
  opacity: 0.5;
  color: var(--table-theme-text-header) !important;
}
.btn-transparent {
  background: transparent;
  box-shadow: none;
  color: inherit;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}
/* .portfolio-tabs .nav-link {
  padding: 0.6rem 2.3rem;
} */
.portfolio-tabs .nav-tabs {
  border-bottom: none !important;
}
.modal-md {
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0);
  /* transform: translate(0, 50%) !important;
  -webkit-transform: translate(0, 50%) !important;
  -moz-transform: translate(0, 50%) !important;
  -ms-transform: translate(0, 50%) !important;
  -o-transform: translate(0, 50%) !important; */
}
.remove-file-content-offboard {
  left: 99% !important;
}
/* .icons-content {
  background: #abdcff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
} */
.icon-image-position {
  position: absolute;
  content: "";
  left: 13px;
  top: 11px;
}
.cross-image-content {
  width: 18px;
  height: 18px;
  margin: 10px;
}
.search-container-height .form-control {
  height: auto;
}
.sort-by-select-padding a {
  padding: 0.5rem 0.9rem !important;
}
.sort-by-client .dropdown-menu li a:hover {
  background-color: transparent !important;
}
.sort-by-select-padding .sort-text-padding {
  padding: 0 0 5px 16px !important;
}
.holding-report-margin-top .selected-list .c-btn {
  margin-top: 1.3rem !important;
}
.text-white-space {
  white-space: pre-wrap;
}
.prospect-custodian-text {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.container-checkbox-content .checkmark {
  width: 18px;
  height: 18px;
}
.container-checkbox-content .checkmark::after {
  width: 6px;
  height: 11px;
}
.custodian-service-text {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: var(--table-theme-text-header);
}
/* prospects */
.doc-upload-box {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  background-color: var(--white);
}
.error-message {
  margin-top: 1rem;
  color: hsl(342, 97%, 65%);
  font-size: 15px;
}
.doc-upload-head {
  padding: 1.25rem 2.375rem;
}
.hide-input-drag-drop {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}
.box {
  position: relative;
}
.acknowledge-dropdown-container.elipsis-container {
  right: 0;
}
.doc-upload-title {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 500 !important;
  color: var(--secondary-header-theme);
  line-height: 1.25rem;
}
.box-body-left {
  border-right: 1px solid;
  border-color: var(--theme-light-gray-three);
  padding: 2.125rem 2.375rem;
  height: 100%;
}
.box-body-right {
  padding: 2.125rem 2.375rem;
}
.body-note {
  margin-bottom: 2.125rem;
  font-size: 0.875rem;
  color: var(--nobel-theme-2);
}
.body-note-big {
  font-size: 1rem;
  color: var(--theme-fund-tabs-tex);
  font-weight: 500 !important;
  margin-bottom: 1.125rem;
}
.doc-upload-steps {
  margin-bottom: 3rem;
}
.doc-upload-steps p {
  color: var(--secondary-header-theme);
  margin-bottom: 0;
  font-size: 0.875rem;
}
.btn-with-icon {
  padding: 0 1.25rem;
  border-radius: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.input-file-sm {
  width: 60%;
  height: 16.75rem;
  border: 1px dashed;
  border-color: var(--theme-light-gray-three);
  background-color: var(--snow-theme);
  border-radius: 3px;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
}
.input-file-text {
  color: var(--nobel-theme-2);
  font-size: 0.875rem;
}
.input-file-sm .file-link {
  color: var(--text-theme-color-highlight);
}
.input-file-note {
  color: var(--silver-theme);
  font-size: 0.75rem;
}
.doc-upload-progress-wrapper {
  padding: 1.75rem;
  border-radius: 3px;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  width: 60%;
}
.doc-file {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.doc-name-progress {
  margin-left: 0.75rem;
  width: 100%;
}
.doc-name-progress .error-text {
  font-size: 0.625rem;
  margin-top: 0.2rem;
}
.doc-name {
  margin-bottom: 0.2rem;
  font-size: 0.625rem;
  color: var(--nobel-theme-2);
}
.error-note {
  font-size: 0.625rem;
  color: var(--nobel-theme-2);
  margin-bottom: 0.875rem;
}
.remove-file {
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  line-height: 1.5rem;
  top: -0.75rem;
  right: -0.75rem;
  background: var(--white);
  border-radius: 50%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.09);
  text-align: center;
  cursor: pointer;
}
.remove-file svg {
  height: 0.625rem;
  width: 0.625rem;
}
.doc-success-wrapper {
  border-radius: 3px;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  width: 30%;
  display: -webkit-box;
  display: flex;
  margin-top: 3.375rem;
}
.doc-success-wrapper .doc-file {
  padding: 0.75rem 1.75rem;
  display: -webkit-box;
  display: flex;
  flex-basis: 85%;
  border-right: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.doc-success-wrapper .delete-file {
  flex-basis: 15%;
  padding: 1rem;
  text-align: center;
}
.success-img img {
  width: 15.875rem;
}
.apply-btn.disabled {
  background-color: var(--theme-light-gray-three) !important;
}
.doc-upload-error-wrapper {
  width: 75%;
}
.doc-upload-success-wrapper {
  width: 100%;
}
/* .success-description-wrapper {
  margin-top: 2.125rem;
} */
.section-title {
  font-size: 0.75rem;
  color: var(--table-theme-text-header);
}
.section-text {
  font-size: 0.75rem;
  color: var(--secondary-header-theme);
  margin-top: 0.75rem;
}
.btn-wrapper {
  margin-top: 2.5rem;
}
@media all and (max-width: 1199px) {
  .input-file-sm {
    width: 75%;
  }

  .doc-upload-error-wrapper {
    width: 85%;
  }

  .doc-upload-head {
    padding: 1.75rem 1.5rem;
  }

  .box-body-left {
    padding: 1.75rem 1.5rem;
  }

  .box-body-right {
    padding: 1.75rem 1.5rem;
  }
}
@media all and (max-width: 991px) {
  .box-body-left {
    border-right: none;
    border-bottom: 1px solid;
    border-color: var(--theme-light-gray-three);
  }

  .doc-upload-error-wrapper {
    width: 100%;
  }

  .container-radio .checkmark-radio::after {
    left: 3px;
    top: 3px;
  }
}
@media all and (max-width: 767px) {
  .input-file-sm {
    width: 70%;
  }

  .doc-success-wrapper {
    width: 70%;
  }

  .doc-upload-progress-wrapper {
    width: 70%;
  }

  .doc-upload-head {
    padding: 1.5rem 1.25rem;
  }

  .box-body-left {
    padding: 1.5rem 1.25rem;
  }

  .box-body-right {
    padding: 1.5rem 1.25rem;
  }
}
@media all and (max-width: 575px) {
  .input-file-sm {
    width: 100%;
  }

  .doc-success-wrapper {
    width: 100%;
  }

  .doc-success-wrapper .doc-file {
    padding: 0.5rem 0.75rem;
  }

  .doc-success-wrapper .delete-file {
    padding: 0.5rem;
  }

  .doc-upload-progress-wrapper {
    padding: 1rem;
    width: 100%;
  }

  .flex-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .portfolio-time-date-content {
    margin-right: 4rem !important;
  }
}
.download-btn-content {
  background: transparent;
  border: none;
}
.doc-data-table-margin-bottom .data-table-header {
  margin-bottom: 0 !important;
  min-height: 0 !important;
}
.btn-with-icon-padding {
  padding: 0 1.5rem !important;
}
.custom-daterangepicker .mydrp .selectorarrowright:after,
.custom-daterangepicker .mydrp .selectorarrowright:before {
  left: 90%;
}
.custom-daterangepicker {
  position: relative;
  height: 2rem;
}
.custom-daterangepicker .mydrp {
  width: 100% !important;
  height: 100%;
}
.custom-daterangepicker .mydrp .selectiongroup {
  opacity: 1;
}
.custom-daterangepicker .mydrp .selection {
  padding-right: 1.63rem !important;
}
.custom-daterangepicker .mydrp .icon-mydrpcalendar::before {
  height: 100%;
}
/* new model portfolio changes UI 1st April */
.filter-radio-buttons {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
}
.custom-profile-radiobuttons {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-radiobtn-text {
  display: block;
  padding: 7px 0;
  border: 1px solid var(--text-theme-color-highlight);
  border-radius: 50px;
  font-size: 0.9rem;
  color: var(--portfolio-transaction-theme);
}
.custom-profile-radiobuttons:checked+span {
  background-color: var(--light-blue-theme-shade-3);
  color: var(--white);
}
/* tenure portfolio styling starts here */
.tenure-radio-options {
  display: inline-block;
  position: relative;
}
.custom-tenure-radio {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tenure-radio-text {
  display: block;
  padding: 8px 18px;
  border: 0 solid transparent;
  border-radius: 4px;
  font-size: 0.9rem;
  color: var(--theme-night-rider-2);
  /* border-left: 4px solid #45b2f8; */
  box-shadow: 2px 4px 6px #f1f1f1;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  cursor: pointer;
}
.tenure-radio-text::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 0 4px 4px 0;
}
.custom-tenure-radio:checked+span::after {
  background-color: var(--text-theme-color-highlight);
  color: var(--white);
  width: 100%;
}
.custom-tenure-radio:checked+span {
  color: var(--white) !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.tenure-risk-profile {
  position: relative;
}
.more-info {
  color: #d2d2d2;
  font-size: 0.73rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more-info:hover {
  color: var(--portfolio-weight-them);
}
/* tenure portfolio styling ends here */
/* mention models starts here */
/* .mention-models {
  font-size: 0.85rem;
  color: #aaa;
} */
.border-div {
  /* border: 1px solid #f1f1f1; */
  margin-right: 1rem;
  margin-bottom: 2rem;
  position: relative;
  border-radius: 3px;
}
.number-input-wrapper {
  display: inline-block;
  position: relative;
}
.number-column {
  /* background-color: #edf8fe; */
  padding: 6px 12px;
  display: inline-block;
}
.model-name {
  width: 85%;
  height: 38px;
  padding-left: 16px;
  border-radius: 6px;
  border: none;
  box-shadow: 0 2px 4px #ebebeb !important;
}
.model-name:focus {
  outline: none;
}
::-webkit-input-placeholder {
  font-size: 0.8rem;
}
::-moz-placeholder {
  font-size: 0.8rem;
}
::-ms-input-placeholder {
  font-size: 0.8rem;
}
::placeholder {
  font-size: 0.8rem;
}
.linked-tenure {
  font-size: 0.85rem;
  color: var(--dark-gray-2);
}
.linked-tenure-radio-button {
  padding: 5px 13px;
}
.choose-model-options {
  display: block;
  position: relative;
}
.transaction-mode {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transaction-mode-text {
  display: block;
  padding: 12px 18px;
  border: 0 solid transparent;
  border-radius: 4px;
  font-size: 0.9rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.disclaimer-text,
.email-us {
  color: #bebebe;
  font-size: 0.7rem;
}
.warning-icon {
  color: #f1c656;
  margin-right: 6px;
}
.next-button {
  background-color: var(--portfolio-weight-theme) !important;
  border: 1px solid;
  border-color: var(--portfolio-weight-theme) !important;
  padding: 6px 35px;
  border-radius: 50px !important;
}
.next-button:focus {
  box-shadow: none !important;
}
/* .plus-icon-bg {
  display: none;
} */
.border-div .plus-icon-bg {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--text-theme-color-highlight);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.plus-icon {
  color: var(--white);
  display: -webkit-box;
  display: flex;
}
.plus-icon svg {
  max-height: 100%;
  width: 100%;
  margin: 0;
}
/* select instrument ui */
.recently-used-container {
  padding: 2rem;
}
.card-item {
  padding: 10px;
  background-color: var(--over-all-background-widget);
  border-radius: 4px;
  margin-bottom: 1rem;
}
.card-detail-title {
  font-size: 0.9rem;
  color: var(--theme-night-rider-2);
}
.card-light-text {
  color: var(--table-theme-text-header);
  font-size: 0.75rem;
}
.theme-capsule-small {
  display: inline-block;
  padding: 5px 8px;
  font-size: 0.6rem;
  color: var(--primary-theme-text-color-1);
  background-color: var(--white-smoke);
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 20px;
  min-width: 2rem;
  text-align: center;
}
.recently-used-list {
  /* padding: 1rem 0 2rem; */
  position: relative;
  max-height: calc(100vh - 100px);
  overflow: auto;
}
.bottom-nav-arrow {
  font-size: 1rem;
  color: var(--secondary-theme-text-color-1);
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.heading-title {
  font-size: 1rem;
  color: var(--theme-night-rider-2);
}
.top-search-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 2rem;
}
.cutom-secrh-input {
  color: var(--silver-theme-2);
  padding: 8px 30px 8px 15px;
  font-size: 0.75rem;
  width: 100%;
  border-style: none;
  box-shadow: 0 2px 5px rgba(224, 224, 224, 0.6);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.cutom-secrh-input::-webkit-input-placeholder {
  opacity: 0.5;
}
.cutom-secrh-input::-moz-placeholder {
  opacity: 0.5;
}
.cutom-secrh-input::-ms-input-placeholder {
  opacity: 0.5;
}
.cutom-secrh-input::placeholder {
  opacity: 0.5;
}
.content-title {
  font-size: 1.25rem;
}
.content-subtitle {
  color: var(--primary-theme-text-color-1);
  font-size: 0.75rem;
}
.title-medium {
  font-size: 0.9rem;
}
.portfolio-content-wrapper {
  padding: 1rem;
}
.emptycard-text {
  font-size: 0.9rem;
  color: var(--dim-gray-theme);
}
.empty-card {
  text-align: center;
  border: 2px dashed;
  border-color: var(--theme-light-gray-three);
  border-radius: 3px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  min-height: 20rem;
  padding: 3rem;
}
.theme-font-light {
  font-family: "Montserrat", sans-serif !important;
}
.chart-label {
  font-size: 0.7rem;
  color: var(--table-theme-text-header);
  font-weight: 100 !important;
}
.search-icon {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 0.75rem;
  opacity: 0.5;
}
.highlited-text {
  position: relative;
}
.highlited-text::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  /* background-color: rgba(68, 178, 255, 0.15); */
  /* background: var(--background-themes-2); */
  background-color: var(--number-background-theme);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.45;
}
.highlited-text {
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  border-radius: 50%;
}
.box-card {
  padding: 0.8rem 1rem;
  border-radius: 3px;
  box-shadow: 0 4px 10px rgba(52, 52, 52, 0.08);
}
.top-search-title {
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06); */
  border-radius: 3px;
  background: var(--over-all-background-widget);
}
.edit-input-cotainer {
  position: relative;
}
.theme-edit-input {
  width: 100%;
  max-width: 4rem;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
  border-radius: 0;
  padding-left: 5px;
  padding-right: 12px;
  text-align: center;
  font-size: 0.8rem;
}
.edit-input-text {
  font-size: 0.8rem;
  position: absolute;
  right: 0;
  bottom: 3px;
}
.right-card-icon {
  border-left: 1px solid;
  border-color: var(--theme-light-gray-three);
  padding-left: 1rem;
}
.circle-box-icon {
  border-radius: 50%;
  padding: 5px;
  font-size: 1rem;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: var(--white);
  cursor: pointer;
}
.center-card-conteainer {
  margin-left: 2rem;
  width: 90%;
}
/* stocks page */
.select-section {
  width: 100%;
  -webkit-appearance: none;
  padding: 6px 35px 6px 16px;
  background-color: var(--coconut-theme);
  font-size: 0.86rem;
  border-radius: 50px;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  color: var(--nobel-theme);
  text-transform: capitalize;
}
.select-section:focus {
  outline: none;
}
/* toggle button styling starts here */
.toggle-btn-wrapper {
  background: var(--coconut-theme);
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 50px;
  display: -webkit-box;
  display: flex;
}
.toggle-radio-options {
  display: inline-block;
  position: relative;
  border-radius: 50px;
  width: 50%;
  text-align: center;
  height: 100%;
}
.custom-toggle-btn {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.custom-toggle-btn:checked+span {
  background-color: var(--portfolio-weight-theme);
  color: var(--white);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.custom-toggle-text {
  display: block;
  border: 0 solid transparent;
  border-radius: 50px;
  font-size: 0.9rem;
  color: var(--portfolio-transaction-theme);
  padding: 5px;
}
/* toggle button styling ends here */
.status-label-container {
  text-align: right;
  margin: 1rem 0;
}
.approved-text,
.pending-text,
.declined-text {
  font-size: 0.6rem;
  margin-right: 10px;
}
.approved-icon {
  color: var(--theme-soft-green);
}
.pending-icon {
  color: var(--yellow-border-theme);
}
.declined-icon {
  color: var(--theme-soft-red-2);
}
.top-box-icon {
  text-align: right;
  font-size: 0.7rem;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  right: 10px;
}
.edit-box-icon {
  color: var(--text-theme-color-highlight);
  font-size: 1rem;
}
.top-box-icon {
  top: 10px;
}
.head-text {
  color: var(--dim-gray-theme);
  margin: 0;
  font-size: 0.9rem;
}
.top-head-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 6px;
  position: relative;
}
.top-head-section {
  background: var(--coconut-theme);
  border: 1px solid var(--theme-light-gray-three);
  border-radius: 3px;
  margin-bottom: 2rem;
}
.top-head-box::after {
  width: 1px;
  height: 60%;
  content: "";
  background: var(--theme-light-gray-three);
  display: block;
  position: absolute;
  right: 0;
}
.content-none::after {
  background: transparent !important;
}
.box-add-icon {
  color: var(--vivid-blue-theme);
  border: 2px dashed;
  border-color: var(--vivid-blue-theme);
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  width: 4.5rem;
  height: 4.5rem;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 3rem;
  margin: 0;
}
.custom-select-container::after {
  content: "";
  position: absolute;
  display: block;
  height: 10px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--primary-theme-text-color-1);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  right: 0.9rem;
  top: 11px;
}
.custom-select-container {
  position: relative;
}
.theme-select-box {
  width: 100%;
  -webkit-appearance: none;
  padding: 6px 1.5rem 6px 6px;
  font-size: 0.86rem;
  border: none;
  color: var(--silver-theme-3);
}
.theme-box-label {
  font-size: 1rem;
  color: var(--table-theme-text-header);
  margin-bottom: 1rem;
}
.box-modal-close-icon {
  border: 0;
  font-size: 2rem;
  padding: 0;
  line-height: 1;
  text-align: right;
  position: absolute;
  right: -10px;
  top: -15px;
  background: var(--white);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12885);
}
.center-add-icon {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  border: 1px dashed;
  border-color: var(--text-theme-color-highlight);
  color: var(--text-theme-color-highlight);
  font-size: 1.5rem;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.main-list-grid-content .col {
  margin-bottom: 1rem;
}
.cutom-theme-select {
  background-color: var(--coconut-theme);
  /* -webkit-box-shadow: 0 4px 10px rgba(52, 52, 52, 0.08);
  box-shadow: 0 4px 10px rgba(52, 52, 52, 0.08); */
  border-radius: 3px;
}
.resize-div .width-100 {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.background-box-light {
  background-color: var(--background-themes-1);
}
.progress-circle-container {
  max-width: 3.5rem;
}
button:disabled {
  cursor: not-allowed !important;
  opacity: 0.7 !important;
}
.crose-icon-bg {
  padding: 0;
  background: var(--white);
  color: var(--text-theme-color-highlight);
  font-size: 1.2rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  border: 1px solid;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.custom-tenure-checkbox {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.custom-select-checkbox-container {
  display: inline-block;
  position: relative;
}
.custom-checkbox-text {
  padding: 5px 10px;
  border-radius: 20px;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  color: var(--portfolio-transaction-theme);
  font-size: 0.8rem;
}
.custom-tenure-checkbox:checked+.custom-checkbox-text {
  background: var(--crose-icon-bg);
  color: var(--white);
}
/* .mydp .mydpicon {
  display: none;
}

.mydp .btnclear,
.mydp .btndecrease,
.mydp .btnincrease,
.mydp .btnpicker {
  opacity: 0 !important;
} */
.hideme {
  display: none;
}
.progress-circle-container tspan:last-child {
  display: none !important;
}
.transaction-mode:disabled+span,
.tenure-radio-options input:disabled .tenure-radio-text,
.tenure-radio-options input:disabled .tenure-radio-text::after,
.custom-tenure-radio:disabled+span {
  opacity: 0.6 !important;
}
.model-config-container input[type="text"]:disabled {
  opacity: 0.6 !important;
}
.w-93 {
  width: 93% !important;
}
.portfolio-chart-item .highcharts-container {
  width: 100% !important;
  height: 100% !important;
}
.portfolio-chart-item .highcharts-container {
  width: 100% !important;
  height: 100% !important;
}
.main-list-grid-content .thead-border .highlited-text {
  display: inline !important;
  font-size: 1.1rem !important;
}
th .highlited-text::before {
  content: "";
  height: 90%;
  width: 2px;
  display: block;
  position: absolute;
  background: var(--pattens-blue);
}
th:nth-child(2) .highlited-text::before {
  content: none;
}
.margin-auto {
  margin: auto;
}
/* input type number arrow hide Chrome, Safari, Edge, Opera */
/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} */
/* input type number arrow hide Chrome Firefox */
/* input[type=number] {
  -moz-appearance: textfield;
} */
.box-bottom-icon-container {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.bottom-box-icon {
  margin: 0 10px;
}
.thead-border {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
}
.model-config-container {
  width: 90%;
  margin: auto;
}
/* .main-list-grid-content .table {
  table-layout: fixed;
} */
.select-section:focus {
  border: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
}
.page-loader-mode-width img {
  width: 100px;
}
.page-loader-mode-width {
  position: fixed;
  background: var(--white);
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
}
/* responsive code */
@media screen and (max-width: 768px) {
  .model-config-container {
    width: 80%;
  }

  .theme-border-right {
    border-right: none !important;
  }

  .portfolio-tabs-padding .nav-item {
    padding: 0.6rem 2.3rem 0.6rem 0;
  }
}
.btn-theme-sm-content {
  min-width: 7.0625rem !important;
  min-height: 2rem !important;
}
.form-group-checkmark .pure-checkbox input[type="checkbox"]+label:after {
  color: var(--white) !important;
}
.form-group-margin-top .selected-list .c-btn {
  margin-top: 1.3rem !important;
}
.card-header-arrow .card-header {
  position: relative !important;
}
.card-header-arrow .btn {
  width: 100% !important;
}
.card-header-arrow .card {
  border-radius: 0 !important;
  border-bottom: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
}
.card-header-padding .btn {
  padding: 0 !important;
}
.pure-checkbox input[type="checkbox"]:checked+label:after {
  color: var(--white);
}
.search-container-max-width {
  max-width: 18rem !important;
  max-height: 2.5rem;
}
.deviation-search-container-max-width {
  max-width: 30rem !important;
  max-height: 2.5rem;
}
.deviation-search-container-max-width .form-control,
.search-container-max-width .form-control {
  border-radius: 10px !important;
  border: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
}
.card-header-arrow-padding .btn {
  padding: 0 !important;
}
.custom-pagination-background .page-item .pagination-active {
  width: 25px !important;
  height: 20px !important;
  border-radius: 3px;
}
.date-content-borders .selectiongroup .selection {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 0;
}
.btn-position {
  position: absolute;
  top: auto;
  right: 25px;
  top: 23px;
  z-index: 99;
  height: 2.5rem;
}
.data-table-content-padding .data-table th,
.data-table-content-padding .data-table td {
  padding: 1.1rem;
}
.data-table-text .data-table th,
.data-table-text .data-table td {
  font-size: 0.7rem;
  line-height: 0.9rem;
  font-weight: 400 !important;
}
.date-table-margin .data-table-header {
  margin-bottom: 0 !important;
}
.download-file-text {
  margin-bottom: 0;
  cursor: pointer;
  font-size: 0.87rem;
  font-weight: 500;
}
.sort-by-section .currency-select .dropdown-menu,
.sort-by-section .currency-select {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
.sort-by-section .currency-select>a {
  font-size: 0.875rem !important;
  padding: 0.5rem 1rem !important;
}
.sort-by-section .currency-select ul li a {
  font-size: 0.75rem;
}
.sort-by-section .currency-select .dropdown-menu {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.border-line-right {
  height: 41px;
}
.reports-primary-heading {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
}
.border-none {
  border: none;
}
.background-transparent {
  background: transparent;
}
.arrow-text {
  font-size: 0.875rem;
  line-height: 1rem;
}
.pop-up-sub-text,
.pop-up-title-text {
  font-size: 0.875rem;
  line-height: 1rem;
}
.currency-select-width {
  min-width: 10.2rem;
}
.primary-heading-text {
  font-size: 1.25rem;
  line-height: 1.5;
}
.primary-heading-sub-text {
  font-size: 1rem;
  line-height: 1.25rem;
}
.primary-header-text {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.select-dropdown-width .currency-select-report {
  min-width: 12.2rem;
}
.select-dropdown-box-shadow {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
}
.form-group .form-label-text {
  font-size: 12px;
  line-height: 15px;
}
.select-list-content .dropdown-menu.show {
  margin-top: 7px;
  border: none;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
.select-inside-text .currency-select a.dropdown-toggle {
  padding: 10px;
}
.select-list-content .dropdown-menu.show li a {
  padding: 0.4rem 0.6rem !important;
}
.date-picker-box-shadow {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
}
.reports-table-padding.table-container td.data-column,
.reports-table-padding.table-container th {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.select-dropdown-margin-top .selected-list .c-btn {
  margin-top: 0.5rem !important;
}
.select-dropdown-text .selected-list .c-list .c-token .c-label {
  white-space: nowrap;
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.graph-widget-min-height {
  min-height: 18rem;
}
.graph-widget-border {
  border-radius: 5px;
}
.sortby-select-without-sm-width {
  width: 10rem;
}
.btn-max-height {
  max-height: 2.5rem;
}
.custom-pagination .arrow-icon {
  width: 12px;
  height: 12px;
}
span.c-remove.clear-all {
  display: none !important;
}
.return-indicator {
  display: none;
  vertical-align: middle;
}
.return-indicator.return-indicator-positive,
.return-indicator.return-indicator-negative {
  display: inline-block;
}
.return-indicator.return-indicator-negative {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* .data-table-header .float-sm-right {
  position: absolute;
  right: 15px;
  top: -54px;
} */
/* .card .btn::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 15px;
} */
/* .card-header button::after {
  font-family: FontAwesome;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f078";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  pointer-events: none;
  color: var(--white);
  font-size: 0.8rem;
} */
.select-currency-padding .currency-select a {
  padding: 0.625rem 1.5rem 0.625rem 0.625rem !important;
}
.report-select-height {
  height: 2.3rem;
}
.select-currency-box-shadow,
.select-currency-dropdown-background .dropdown-menu {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  /* border: none; */
  border-radius: 5px;
}
.currency-select-report-width {
  min-width: 12.2rem;
}
.currency-select .select-text-overflow {
  white-space: nowrap;
  /* width: 11.875rem; */
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-export {
  padding: 0.625rem !important;
  border-radius: 0.31rem !important;
  -webkit-border-radius: 0.31rem !important;
  -moz-border-radius: 0.31rem !important;
  -ms-border-radius: 0.31rem !important;
  -o-border-radius: 0.31rem !important;
}
.theme-export:hover {
  background-color: var(--white);
  box-shadow: 0px 0px 40px #7070701a;
}
.theme-export svg {
  margin-right: 0.75rem;
}
.theme-export span {
  font-size: 0.62rem;
}
.currency-select .dropdown-menu.show:hover {
  box-shadow: 0px 0px 40px #7070701a !important;
}
/* 21-april */
/* .primary-widget-heading {
  font-size: 0.75rem;
  line-height: 0.75rem;
} */
.summary-value-text {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.date-text-value {
  font-size: 1rem;
}
.primary-page-heading {
  font-size: 0.85rem;
}
/* .primary-widget-heading {
  font-size: 0.75rem;
} */
/* .summary-value {
  font-size: 1rem;
  line-height: 1.25rem;
  color: var(--secondary-header-theme);
  font-weight: 500;
} */
.summary-padding {
  padding: 16px 10px 16px 26px;
}
/* .summary-background-color {
  background: #f9fdff;
  border-radius: 3px 3px 0 0;
} */
/* .over-all-border-radius {
  border-radius: 0 0 3px 3px !important;
} */
.portfolio-tab-heading {
  font-size: 1rem;
  line-height: 1.25rem;
  color: var(--secondary-header-theme);
  padding: 12px;
  font-weight: 300;
}
.primary-text-font-size {
  font-size: 1.15rem;
}
.primary-sub-text-font-size {
  font-size: 0.9rem !important;
}
.primary-client-text {
  font-size: 0.8rem !important;
}
.secondary-text-font-size {
  font-size: 0.75rem !important;
}
.checkbox-label-font-size {
  font-size: 0.80rem !important;
}
.primary-widget-head-font-size {
  font-size: 0.75rem !important;
}
.secondary-text-header-font-size {
  font-size: 0.7rem;
}
.secondary-sub-text-font-size {
  font-size: 0.625rem;
}
.box-content-padding {
  padding: 0.68rem 1.5rem;
}
.widget-height {
  max-height: 200px;
  overflow-y: auto;
  min-height: 200px;
}
.widget-countries-height {
  max-height: 10.625rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.filter-background {
  border-radius: 10px;
}
.portfolio-geography-content {
  overflow-y: auto;
  height: 20.5rem;
}
.geography-background {
  background: none;
}
.portfolio-geographies-padding {
  padding: 1rem 0.625rem 0 0.625rem;
}
/* .search-container-position {
  position: absolute;
  top: 65%;
  z-index: 99;
}

.filter-position {
  position: absolute;
  top: 65%;
  left: 22%;
  z-index: 99;
} */
.portfolio-carding-padding {
  padding: 2rem;
}
/* .data-table-background .table-responsive {
  border-radius: 10px;
  padding: 0.875rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
} */
.table-border-left .data-table {
  border-left: none !important;
}
.custom-dropdown-table-container .data-table tbody>tr>td span {
  white-space: pre-wrap;
}
.main-list-grid-content .highcharts-label.highcharts-data-label,
.main-list-grid-content .highcharts-data-label-connector {
  visibility: visible !important;
}
@media screen and (max-width: 1024px) and (min-width: 991px) {
  .filter-position {
    left: 32%;
  }
}
.settings-position {
  position: absolute;
  top: 32px;
  right: 16px;
  z-index: 99;
}
.i-icon-position {
  position: absolute;
  top: 46px;
  right: 46px;
  z-index: 99;
}
.modal-form-label {
  margin-bottom: 1rem !important;
}
/* .datepicker-background .datepicker .mydp .btnpicker {
  margin-top: 2px;
} */
.datepicker-overall-content .datepicker .mydp .selection {
  font-size: 0.9rem !important;
  padding-left: 0;
}
.datepicker-overall-content .datepicker .mydp {
  border: none;
}
.datepicker-overall-content .mydp .icon-mydpcalendar {
  display: none;
}
.custom-dropdown-table-container .data-table tbody>tr>td {
  vertical-align: text-bottom !important;
}
.effective-date-conatiner .selectiongroup .selection {
  min-width: 12rem !important;
}
.effective-date-conatiner .selectiongroup .selbtngroup {
  min-width: 11rem !important;
}
.effective-date-conatiner button.btnpicker.btnpickerenabled {
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  background: transparent;
  padding-right: 1em;
}
.effective-date-conatiner .mydp .mydpicon {
  text-align: right !important;
  float: right !important;
}
@media (max-width: 320px) {
  .countries-max-height {
    height: 69%;
  }
}
/* model portfolio component styling starts here ==> media query only */
@media (min-width: 320px) {

  .common-stock-block,
  .instrument-portfolio-block,
  .instrument-model-block {
    width: 2.37rem;
    height: 2.37rem;
  }

  .btn-section-align {
    text-align: center;
  }

  .stock-value {
    font-weight: 500;
    font-size: 1rem;
  }

  .stock-title {
    font-size: 0.75rem;
    text-transform: capitalize;
  }

  .portfolio-overlap-bar {
    width: 1.7rem;
    height: 8.5rem;
    position: relative;
  }

  .portfolio-bar-value {
    position: absolute;
    bottom: 0;
  }

  .portfolio-bar-percentage-value {
    font-weight: 500;
    font-size: 0.93rem;
    position: absolute;
    top: -10%;
    bottom: -10%;
    z-index: 2;
  }

  .common-overlap-blue-bar {
    width: 1.7rem;
    height: 8.5rem;
    position: relative;
  }

  .common-blue-bar-value {
    position: absolute;
    bottom: 0;
  }

  .common-blue-percentage-value {
    font-weight: 500;
    font-size: 0.93rem;
    position: absolute;
    top: -10%;
    bottom: -10%;
    z-index: 2;
  }

  .common-overlap-pink-bar {
    width: 1.7rem;
    height: 8.5rem;
    position: relative;
  }

  .common-pink-bar-value {
    position: absolute;
    bottom: 0;
  }

  .common-pink-percentage-value {
    font-weight: 500;
    font-size: 0.93rem;
    position: absolute;
    top: -10%;
    bottom: -10%;
    z-index: 2;
  }

  .model-overlap-bar {
    width: 1.7rem;
    height: 8.5rem;
    position: relative;
  }

  .model-bar-value {
    position: absolute;
    bottom: 0;
  }

  .model-bar-percentage-value {
    font-weight: 500;
    font-size: 0.93rem;
    position: absolute;
    top: -10%;
    bottom: -10%;
    z-index: 2;
  }

  .portfolio-blue-bar-wrapper {
    position: absolute;
    top: 27%;
    left: 10%;
  }

  .common-blue-bar-wrapper {
    position: absolute;
    top: 27%;
    left: 37%;
  }

  .common-pink-bar-wrapper {
    position: absolute;
    top: 27%;
    left: 54%;
  }

  .model-pink-bar-wrapper {
    position: absolute;
    top: 27%;
    left: 80%;
  }

  .portfolio-model-section-wrapper {
    position: relative;
    min-height: 25rem;
  }

  .portfolio-blue-section {
    width: 14rem;
    height: 18rem;
    position: absolute;
    left: 2%;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    z-index: 1;
  }

  .portfolio-block-title {
    font-weight: 500;
    font-size: 0.68rem;
    position: absolute;
    top: -5%;
    left: 5%;
  }

  .model-pink-section {
    width: 13rem;
    height: 18rem;
    position: absolute;
    top: 9%;
    left: 32%;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
  }

  .model-block-title {
    font-weight: 500;
    font-size: 0.68rem;
    position: absolute;
    right: 5%;
    top: -5%;
  }

  .portfolio-text {
    position: absolute;
    left: -69%;
    text-align: center;
    width: 4rem;
    font-size: 0.67rem;
  }

  .portfolio-model-common-title {
    position: absolute;
    left: -30%;
    text-align: center;
    width: 5rem;
    font-size: 0.67rem;
  }

  .weight.text-uppercase {
    position: absolute;
    bottom: 21px;
    left: 40%;
    font-size: 0.67rem;
  }
}
@media (min-width: 375px) {

  .common-stock-block,
  .instrument-portfolio-block,
  .instrument-model-block {
    width: 2.37rem;
    height: 2.37rem;
  }

  .stock-value {
    font-weight: 500;
    font-size: 1rem;
  }

  .stock-title {
    font-size: 0.75rem;
    text-transform: capitalize;
  }

  .portfolio-overlap-bar {
    width: 1.7rem;
    height: 8.5rem;
    position: relative;
  }

  .portfolio-bar-value {
    position: absolute;
    bottom: 0;
  }

  .portfolio-bar-percentage-value {
    font-weight: 500;
    font-size: 0.93rem;
    position: absolute;
    top: -10%;
    bottom: -10%;
    z-index: 2;
  }

  .common-overlap-blue-bar {
    width: 1.7rem;
    height: 8.5rem;
    position: relative;
  }

  .common-blue-bar-value {
    position: absolute;
    bottom: 0;
  }

  .common-blue-percentage-value {
    font-weight: 500;
    font-size: 0.93rem;
    position: absolute;
    top: -10%;
    bottom: -10%;
    z-index: 2;
  }

  .common-overlap-pink-bar {
    width: 1.7rem;
    height: 8.5rem;
    position: relative;
  }

  .common-pink-bar-value {
    position: absolute;
    bottom: 0;
  }

  .common-pink-percentage-value {
    font-weight: 500;
    font-size: 0.93rem;
    position: absolute;
    top: -10%;
    bottom: -10%;
    z-index: 2;
  }

  .model-overlap-bar {
    width: 1.7rem;
    height: 8.5rem;
    position: relative;
  }

  .model-bar-value {
    position: absolute;
    bottom: 0;
  }

  .model-bar-percentage-value {
    font-weight: 500;
    font-size: 0.93rem;
    position: absolute;
    top: -10%;
    bottom: -10%;
    z-index: 2;
  }

  .portfolio-blue-bar-wrapper {
    position: absolute;
    top: 27%;
    left: 14%;
  }

  .common-blue-bar-wrapper {
    position: absolute;
    top: 27%;
    left: 39%;
  }

  .common-pink-bar-wrapper {
    position: absolute;
    top: 27%;
    left: 52%;
  }

  .model-pink-bar-wrapper {
    position: absolute;
    top: 27%;
    left: 80%;
  }

  .portfolio-model-section-wrapper {
    position: relative;
    min-height: 25rem;
  }

  .portfolio-blue-section {
    width: 15rem;
    height: 18rem;
    position: absolute;
    left: 3%;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
  }

  .portfolio-block-title {
    font-weight: 500;
    font-size: 0.68rem;
    position: absolute;
    top: -5%;
    left: 5%;
  }

  .model-pink-section {
    width: 15rem;
    height: 18rem;
    position: absolute;
    top: 9%;
    left: 33%;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
  }

  .model-block-title {
    font-weight: 500;
    font-size: 0.68rem;
    position: absolute;
    right: 5%;
    top: -5%;
  }

  .portfolio-text {
    position: absolute;
    left: -95%;
    text-align: center;
    width: 5rem;
    font-size: 0.67rem;
  }

  .portfolio-model-common-title {
    position: absolute;
    left: -6%;
    text-align: center;
    width: 5rem;
    font-size: 0.67rem;
  }

  .weight.text-uppercase {
    position: absolute;
    bottom: 21px;
    left: 40%;
    font-size: 0.67rem;
  }

  .btn-section-align {
    display: -webkit-box;
    display: flex;
  }
}
@media (min-width: 425px) {

  .common-stock-block,
  .instrument-portfolio-block,
  .instrument-model-block {
    width: 2.37rem;
    height: 2.37rem;
  }

  .stock-value {
    font-weight: 500;
    font-size: 1rem;
  }

  .stock-title {
    font-size: 0.75rem;
    text-transform: capitalize;
  }

  .portfolio-overlap-bar {
    width: 1.9rem;
    height: 8.5rem;
    position: relative;
  }

  .portfolio-bar-value {
    position: absolute;
    bottom: 0;
  }

  .portfolio-bar-percentage-value {
    font-weight: 500;
    font-size: 0.93rem;
    position: absolute;
    top: -10%;
    bottom: -10%;
    z-index: 2;
  }

  .common-overlap-blue-bar {
    width: 1.9rem;
    height: 8.5rem;
    position: relative;
  }

  .common-blue-bar-value {
    position: absolute;
    bottom: 0;
  }

  .common-blue-percentage-value {
    font-weight: 500;
    font-size: 0.93rem;
    position: absolute;
    top: -10%;
    bottom: -10%;
    z-index: 2;
  }

  .common-overlap-pink-bar {
    width: 1.9rem;
    height: 8.5rem;
    position: relative;
  }

  .common-pink-bar-value {
    position: absolute;
    bottom: 0;
  }

  .common-pink-percentage-value {
    font-weight: 500;
    font-size: 0.93rem;
    position: absolute;
    top: -10%;
    bottom: -10%;
    z-index: 2;
  }

  .model-overlap-bar {
    width: 1.9rem;
    height: 8.5rem;
    position: relative;
  }

  .model-bar-value {
    position: absolute;
    bottom: 0;
  }

  .model-bar-percentage-value {
    font-weight: 500;
    font-size: 0.93rem;
    position: absolute;
    top: -10%;
    bottom: -10%;
    z-index: 2;
  }

  .portfolio-blue-bar-wrapper {
    position: absolute;
    top: 24%;
    left: 11%;
  }

  .common-blue-bar-wrapper {
    position: absolute;
    top: 24%;
    left: 37%;
  }

  .common-pink-bar-wrapper {
    position: absolute;
    top: 24%;
    left: 54%;
  }

  .model-pink-bar-wrapper {
    position: absolute;
    top: 24%;
    left: 80%;
  }

  .portfolio-model-section-wrapper {
    position: relative;
    min-height: 25rem;
  }

  .portfolio-blue-section {
    width: 18rem;
    height: 19.25rem;
    position: absolute;
    left: 2%;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
  }

  .portfolio-block-title {
    font-weight: 500;
    font-size: 0.68rem;
    position: absolute;
    top: -5%;
    left: 5%;
  }

  .model-pink-section {
    width: 18rem;
    height: 19.25rem;
    position: absolute;
    top: 6%;
    left: 30%;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
  }

  .model-block-title {
    font-weight: 500;
    font-size: 0.68rem;
    position: absolute;
    right: 5%;
    top: -5%;
  }

  .portfolio-text {
    position: absolute;
    left: -65%;
    text-align: center;
    width: 5rem;
    font-size: 0.75rem;
  }

  .portfolio-model-common-title {
    position: absolute;
    left: 0%;
    text-align: center;
    width: 6.25rem;
    font-size: 0.75rem;
  }

  .weight.text-uppercase {
    position: absolute;
    bottom: 21px;
    left: 40%;
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {

  .common-stock-block,
  .instrument-portfolio-block,
  .instrument-model-block {
    width: 2.37rem;
    height: 2.37rem;
  }

  .stock-value {
    font-weight: 500;
    font-size: 1rem;
  }

  .stock-title {
    font-size: 0.75rem;
    text-transform: capitalize;
  }

  .portfolio-overlap-bar {
    width: 2.37rem;
    height: 8.5rem;
    position: relative;
  }

  .portfolio-bar-value {
    position: absolute;
    bottom: 0;
  }

  .portfolio-bar-percentage-value {
    font-weight: 500;
    font-size: 0.93rem;
    position: absolute;
    top: -10%;
    bottom: -10%;
    z-index: 2;
  }

  .common-overlap-blue-bar {
    width: 2.37rem;
    height: 8.5rem;
    position: relative;
  }

  .common-blue-bar-value {
    position: absolute;
    bottom: 0;
  }

  .common-blue-percentage-value {
    font-weight: 500;
    font-size: 0.93rem;
    position: absolute;
    top: -10%;
    bottom: -10%;
    z-index: 2;
  }

  .common-overlap-pink-bar {
    width: 2.37rem;
    height: 8.5rem;
    position: relative;
  }

  .common-pink-bar-value {
    position: absolute;
    bottom: 0;
  }

  .common-pink-percentage-value {
    font-weight: 500;
    font-size: 0.93rem;
    position: absolute;
    top: -10%;
    bottom: -10%;
    z-index: 2;
  }

  .model-overlap-bar {
    width: 2.37rem;
    height: 8.5rem;
    position: relative;
  }

  .model-bar-value {
    position: absolute;
    bottom: 0;
  }

  .model-bar-percentage-value {
    font-weight: 500;
    font-size: 0.93rem;
    position: absolute;
    top: -10%;
    bottom: -10%;
    z-index: 2;
  }

  .portfolio-blue-bar-wrapper {
    position: absolute;
    top: 19%;
    left: 20%;
  }

  .common-blue-bar-wrapper {
    position: absolute;
    top: 19%;
    left: 41%;
  }

  .common-pink-bar-wrapper {
    position: absolute;
    top: 19%;
    left: 51%;
  }

  .model-pink-bar-wrapper {
    position: absolute;
    top: 19%;
    left: 80%;
  }

  .portfolio-model-section-wrapper {
    position: relative;
    min-height: 22rem;
  }

  .portfolio-blue-section {
    width: 23.06rem;
    height: 19.25rem;
    position: absolute;
    left: 5%;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
  }

  .portfolio-block-title {
    font-weight: 500;
    font-size: 15px;
    position: absolute;
    top: -5%;
    left: 5%;
  }

  .model-pink-section {
    width: 27.06rem;
    height: 19.25rem;
    position: absolute;
    top: 0%;
    left: 36%;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
  }

  .model-block-title {
    font-weight: 500;
    font-size: 0.93rem;
    position: absolute;
    right: 5%;
    top: -5%;
  }

  .currency-label-color .highcharts-label.highcharts-data-label text {
    font-size: 0.85rem !important;
    font-weight: 600 !important;
  }

  .portfolio-text {
    position: absolute;
    left: -140%;
    text-align: center;
    width: 9.37rem;
    font-size: 0.87rem;
  }

  .portfolio-model-common-title {
    position: absolute;
    left: 0%;
    text-align: center;
    width: 6.25rem;
    font-size: 0.87rem;
  }

  .weight.text-uppercase {
    position: relative;
    left: 0;
    font-size: 0.87rem;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }

  .common-pink-bar-wrapper {
    left: 50%;
  }
}
/* model portfolio component styling starts here ==> media query only */
.data-table-filter .data-table-header {
  position: relative;
}
.data-table-filter .float-sm-right {
  position: absolute;
  right: 0px;
  top: -75px;
}
.filter-margin-bottom {
  margin-bottom: 1.25rem;
}
/* stock details css starts here*/
.position {
  text-align: right;
}
.background-section-box-shadow {
  box-shadow: none;
}
.text-size {
  font-size: 0.75rem;
  padding-top: 5rem;
  margin-bottom: 2.4rem;
  margin-right: auto;
}
/* stock details css ends here*/
.vertical-align-middle {
  vertical-align: middle !important;
}
.drop-down-background-theme {
  box-shadow: 0px 0px 40px #7070701a;
  -webkit-box-shadow: 0px 0px 40px #7070701a;
}
.drop-down-border {
  border: none;
}
.drop-down-height {
  height: 2rem;
}
.countries-text-font-size {
  font-size: 0.8rem;
}
.countries-percent-font-size {
  font-size: 0.688rem;
}
/* .search-container-background .form-control:focus {
  border: none !important;
} */
.row-padding-content {
  padding: 0.5rem 1.4rem;
}
.movers-padding-content {
  padding: 0.8rem 1.4rem;
}
.onboarding-widget-padding {
  padding: 1rem 1.5rem 0rem 1.5rem;
}
.selected-curves-list-margin-top {
  margin-top: 12px !important;
}
.sort-by-margin-top {
  margin-top: 0 !important;
}
.currency-select-without-bg-top::after {
  top: 13px !important;
}
.index-column-text .data-table .index-column {
  text-align: center;
}
.custom-control-label-position {
  top: 0.24rem !important;
}
.performance-border-top tbody td {
  border-top: none !important;
}
.theme-secondary-tab-content {
  border-radius: 3px;
}
.popover-arrow-alignment .popover-arrow {
  left: 11px !important;
}
td.text-overflow-ellipsis div {
  max-width: 150px !important;
  white-space: normal;
  word-break: break-all;
}
.holding-report-dropdown .selected-list .c-list .c-token {
  padding: 0;
}
.breakdown-widget-height {
  max-height: 8.625rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.box-content .fund-history-tabs .nav-tabs li a.nav-link {
  padding: 4px;
  height: 100%;
}
.date-picker-report-content {
  margin-top: 1.28rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
  border-radius: 3px;
}
.seleted-margin-top {
  margin-top: 12px !important;
}
.custodian-label-color .highcharts-label.highcharts-data-label text {
  font-size: 0.75rem !important;
  font-weight: 600 !important;
}
/* added by vinayak on 12 may  */
.modal-top-header {
  position: relative;
}
.modal-top-header .secondary-subtext span {
  position: absolute;
  top: 1.2rem;
  right: 1rem;
}
.rules-comp-nav-links-bg {
  padding: 0.6rem;
  margin-right: 0.13rem;
}
.message-position {
  left: -16px;
  top: 50px !important;
}
.cashflow-header-text {
  font-size: 0.7rem;
}
.cashflow-text-data {
  font-size: 0.7rem;
}
.custom-modal-cashflow .modal-dialog.modal-lg {
  max-width: 34% !important;
}
.company-details-max-height {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
/* .single-select-mode .filter-select-all {
  display: none;
} */
.inline-loader {
  width: 30px !important;
  height: 30px !important;
  margin-left: 5px;
}
.small-height-loader {
  width: 17px !important;
  height: 17px !important;
  margin-left: 5px;
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 3rem auto;
  }

  .pay-delete-modal.theme-modal .modal-dialog {
    max-width: 500px !important;
  }
}
.cross-position .secondary-subtext span {
  top: 1.5rem;
}
.benchmark-select-padding a.selected-curves-bottom {
  padding: 0.7rem 3.5rem 0.7rem 1rem !important;
}
.benchmark-select-padding::after {
  top: 17px;
}
.theme-btn {
  border-radius: 5px !important;
  padding: 0 1rem;
  font-size: 0.875rem;
  min-width: 9.0625rem;
  min-height: 2.5rem;
}
.conserve-text-position {
  position: absolute;
  bottom: auto;
  margin-left: -30px !important;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  top: 35%;
  font-size: 12px;
}
.widgets-border {
  border-radius: 5px;
}
/*====== added by prashant on 27 may ======*/
/* risk profiling css */
.tab-container-wrapper {
  width: 100%;
  margin: auto;
  /* padding: 50px 0 0; */
}
.nav-tab-container {
  /* display: flex;
  justify-content: center; */
  width: 100%;
  margin: auto;
  padding: 1.3rem;
  /* background-color: #f5f5f5; */
}
.steps-icon {
  width: 2.5rem;
  margin: auto;
  height: 2.5rem;
  /* background: #fff; */
}
.nav-tab-items {
  position: relative;
  list-style-type: none;
  /* width: 25%;
  float: left; */
  padding-bottom: 1rem;
}
.nav-tab-items::after {
  content: none;
}
/* added by vinayak on 21may */
.card-wrapper {
  border-radius: 0.93rem;
  -webkit-border-radius: 0.93rem;
  -moz-border-radius: 0.93rem;
  -ms-border-radius: 0.93rem;
  -o-border-radius: 0.93rem;
  background: var(--over-all-background-widget) !important;
}
.icon-section-wrapper {
  position: relative;
}
.icon-bg {
  position: relative;
  width: 2.7rem;
  height: 2.7rem;
  /* background-color: #428DFF; */
  opacity: 0.1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.icon-section-wrapper svg {
  position: absolute;
  bottom: -11%;
  left: 8%;
}
.next-btn {
  padding: 0.6rem 2.8rem;
  border: none;
  /* background-color: #c7c7c7; */
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}
/* .next-btn:active {
  background-color: #c7c7c7 !important;
} */
.next-btn:focus {
  box-shadow: none !important;
}
.progress-bar {
  /* border: 2px solid #428DFF; */
  border-width: 4px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
@media (max-width: 768px) {
  .modal.popup-position-down {
    top: 0 !important;
  }
}
@media (min-width: 768px) {
  .tab-container-wrapper {
    width: 100%;
    margin: auto;
    /* padding: 50px 0 0; */
  }

  .nav-tab-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
    margin: auto;
    padding: 1.3rem;
    /* background-color: #f5f5f5; */
  }

  .steps-icon {
    width: 2.5rem;
    margin: auto;
    height: 2.5rem;
    /* background: #fff; */
  }

  .nav-tab-items {
    position: relative;
    list-style-type: none;
    width: 25%;
    float: left;
    padding-bottom: 0rem;
  }

  .nav-tab-items::after {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    /* left: -50%; */
    bottom: -26px;
    z-index: 2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
}
/* risk profiling summary css */
.tab-container-wrapper {
  width: 100%;
  margin: auto;
  /* padding: 50px 0 0; */
}
.nav-tab-container {
  /* display: flex;
  justify-content: center; */
  width: 100%;
  margin: auto;
  padding: 1.3rem;
  /* background-color: #f5f5f5; */
}
.steps-icon {
  width: 2.5rem;
  margin: auto;
  height: 2.5rem;
  /* background: #fff; */
}
.nav-tab-items {
  position: relative;
  list-style-type: none;
  /* width: 25%;
  float: left; */
  padding-bottom: 1rem;
}
.nav-tab-items::after {
  content: none;
}
/* added by vinayak on 21may */
.card-wrapper {
  border-radius: 0.93rem;
  -webkit-border-radius: 0.93rem;
  -moz-border-radius: 0.93rem;
  -ms-border-radius: 0.93rem;
  -o-border-radius: 0.93rem;
}
.icon-section-wrapper {
  position: relative;
}
.icon-bg {
  position: relative;
  width: 2.7rem;
  height: 2.7rem;
  /* background-color: #428DFF; */
  opacity: 0.1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.icon-section-wrapper svg {
  position: absolute;
  bottom: -11%;
  left: 8%;
}
.submit-btn {
  padding: 0.6rem 2.8rem;
  border: none;
  /*background-color: #c7c7c7;*/
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}
.submit-btn:focus {
  box-shadow: none !important;
}
.progress-bar {
  border-width: 4px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
/* summary designing starts here */
.edit-btn-icon-wrapper {
  position: relative;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.edit-btn-icon-wrapper svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.selected-option-wrapper {
  /* border: 1px solid #E6E6E6; */
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
}
.circle-icon {
  width: 0.9rem;
  height: 0.9rem;
  /* background-color: #428DFF; */
  opacity: 0.3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.save-icon-bg {
  position: relative;
  width: 2.9rem;
  height: 2.9rem;
  /* background-color: #428DFF; */
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.save-icon-bg svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.summary-checkbox-wrapper {
  position: relative;
  cursor: pointer;
}
.summary-checkbox-wrapper input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.summary-checkbox-wrapper .radio-text {
  padding-left: 1rem;
  line-height: 1.1rem;
}
.custom-height-scroll {
  height: 23rem;
  overflow: scroll;
}
/* summary designing ends here */
/* media query starts here */
@media (min-width: 768px) {
  .tab-container-wrapper {
    width: 100%;
    margin: auto;
    /* padding: 50px 0 0; */
  }

  .nav-tab-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
    margin: auto;
    padding: 1.3rem;
    /* background-color: #f5f5f5; */
  }

  .steps-icon {
    width: 2.5rem;
    margin: auto;
    height: 2.5rem;
    /* background: #fff; */
  }

  .nav-tab-items {
    position: relative;
    list-style-type: none;
    width: 25%;
    float: left;
    padding-bottom: 0rem;
  }

  .nav-tab-items::after {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    /* left: -50%; */
    bottom: -26px;
    z-index: 2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
}
/*====== added by prashant ends here ======*/
.currency-strokes-transparent .highcharts-series .highcharts-point {
  stroke: none !important;
}
.currency-select .dropdown-menu.show {
  max-height: 110px;
  overflow: auto;
  z-index: 1;
}
.graph-labels tspan.highcharts-text-outline {
  stroke: none;
}
.fc-event .fc-content {
  text-align: left;
}
span.fc-title {
  font-size: 0.8rem;
  white-space: normal;
}
.bankdetails-model .card-header {
  position: relative;
}
.custom-document-upload-preview {
  max-width: 550px;
}
.word-break-heading {
  white-space: normal;
  word-break: break-word;
}
.onboarding-review-cii.table-container td.data-column {
  padding: 14px !important;
  word-break: break-word;
  white-space: pre-line;
}
.onboarding-review-cii.table-container th {
  padding-right: 10px !important;
}
@media (min-width: 1300px) and (max-width: 1440px) {
  .custom-daterangepicker .mydp .btnpicker {
    width: 18px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .rm-gdpr-padding-left {
    padding-left: 4rem !important;
  }

  .request-gdpr-padding-left {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  .text-display {
    display: none;
  }

  .h-90 {
    height: 86%;
  }

  .onboarding-review-deviation .table-padding-right {
    padding-right: 0.2rem !important;
  }
}
@media (min-width: 991px) {
  .common-blue-bar-wrapper {
    left: 41%;
  }

  .portfolio-blue-section {
    left: 4%;
  }

  .model-pink-bar-wrapper {
    left: 78% !important;
  }

  .common-pink-bar-wrapper {
    left: 44% !important;
  }
}
@media (min-width: 767px) {
  .portfolio-blue-section {
    width: 27rem !important;
  }

  .common-pink-bar-wrapper {
    left: 50% !important;
  }

  .model-pink-section {
    width: 27rem !important;
  }

  .model-pink-bar-wrapper {
    left: 74%;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .model-pink-bar-wrapper {
    left: 76% !important;
  }
}
.reconciliation-datepicker-content {
  /* padding: 4px 5px 0; */
  width: 12rem !important;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .model-box-min-width {
    min-width: 35rem;
  }
}
.btn-transparent-border {
  border: 1px solid #0074c5 !important;
}
.btn.modal-btn-min-width {
  min-width: 120px;
}
.popover-body {
  padding: 0 !important;
}
.modal-md>.modal-dialog {
  max-width: 500px;
}
.card-header-arrow .btn.btn-link {
  text-decoration: none !important;
}
.collapse-list-container .btn.btn-link {
  text-decoration: none !important;
}
/* .card .card-header .btn-link.collapsed::after {
  transform: rotate(360deg) !important;
  -webkit-transform: rotate(360deg) !important;
} */
.card .card-header .btn-link {
  position: relative;
}
@media (max-width: 425px) {
  .recon-flex-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: end !important;
            align-items: end !important;
    margin-bottom: 1rem;
  }
}
.details-section .nav .nav-link.active .nav-item {
  border-bottom: 0.095rem solid;
  border-color: var(--text-theme-color-highlight) !important;
}
.card-header-arrow .btn.btn-link:hover {
  text-decoration: none !important;
}
.card-header-arrow .btn.btn-link {
  text-decoration: none;
}
.golden-equiter-content {
  max-width: 10rem !important;
}
.client-deails-over-flow .original-table {
  max-height: 300px;
  overflow-y: auto;
}
.custom-selected-country-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.custom-selected-country-box .disc {
  margin-right: 10px !important;
}
.non-clickable-dropdown {
  cursor: not-allowed !important;
}
.non-clickable-dropdown .c-btn {
  cursor: not-allowed !important;
  pointer-events: none !important;
}
@media (min-width: 425px) {
  .model-pink-section {
    width: 18rem;
  }

  .portfolio-blue-section {
    width: 18rem;
  }
}
@media (max-width: 425px) {
  .config-drop-down-width .cuppa-dropdown {
    min-width: 17.2rem !important;
  }

  .new-details-box-width {
    width: 400px !important;
  }
}
@media (max-width: 320px) {
  .config-drop-down-width .cuppa-dropdown {
    min-width: 14.2rem !important;
  }

  .new-details-box-width {
    width: 330px !important;
  }
}
@media (min-width: 575px) {
  .model-pink-section {
    width: 22rem;
  }

  .portfolio-blue-section {
    width: 22rem;
  }
}
.dashboard-charts .highcharts-container .highcharts-data-labels {
  z-index: -1;
}
.dynamic-table table td {
  padding: 4px 6px;
}
.card .card-header .btn-link::after {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f078";
  position: absolute;
  top: 27px;
  right: 5px;
  pointer-events: none;
  color: #fff;
  font-size: 0.8rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.card .card-header .btn-link.collapsed::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.card-header:after {
  display: none;
}
button.btn.btn-link:disabled {
  background: var(--theme-light-Gray-Two);
}
.transform-small-case-dropdown li label,
.c-btn {
  text-transform: none !important;
}
.step-form-scroll-height {
  height: 540px;
}
.bussiness-text-font .custom-multiselect .cuppa-dropdown .selected-list .c-btn .c-list .c-token .c-label {
  font-size: 0.65rem !important;
}
.tooltip-background .tooltip {
  background-color: var(--theme-white-two) !important;
  border-radius: 4px;
}
.btn-small-icon {
  border-radius: 50% !important;
  border: 1px solid;
  padding: 0;
  height: 2rem;
  width: 2rem;
  display: block;
}
.irr-attribution-container .selected-list .c-btn {
  background-color: var(--over-all-background-widget) !important;
  margin-top: 0 !important;
  /* border: 0 !important; */
  box-shadow: none !important;
}
.onboarding-review-deviation.table-container th {
  padding-right: 0.25rem !important;
  padding-bottom: 1.125rem;
  padding-top: 1.125rem;
}
.onboarding-review-deviation.table-container td.data-column {
  padding: 12px !important;
  word-break: break-word;
  white-space: pre-line;
}
.onboarding-review-deviation .table-padding-right {
  padding-right: 1.875rem;
}
@media (min-width: 375px) and (max-width: 768px) {
  .countries-max-height {
    height: 76% !important;
  }
}
/* Header search bar css Start */
section.header-search-container {
  z-index: 99;
  width: 40%;
  position: relative;
}
.search-bar-container {
  position: relative;
}
.search-bar-input {
  box-sizing: border-box;
  border-radius: 0.4rem;
  padding: 0.2rem 0.2rem 0.2rem 2rem;
  font-size: 0.7rem;
  line-height: 1.2rem;
  color: #3c3c3c;
  width: 100%;
  min-height: 32px;
}
.search-bar-input::-moz-placeholder,
.search-bar-input::-moz-placeholder,
.search-bar-input:-moz-placeholder,
.search-bar-input:-ms-input-placeholder,
.search-bar-input::-webkit-placeholder {
  color: var(--light-grey);
}
.search-bar-input::placeholder,
.search-bar-input::-moz-placeholder,
.search-bar-input:-moz-placeholder,
.search-bar-input:-ms-input-placeholder,
.search-bar-input::-webkit-placeholder {
  color: var(--light-grey);
}
.search-icon-container {
  position: absolute;
  top: 0.5rem;
  height: 14px;
  width: 14px;
  left: 0.7rem;
}
.search-close-icon-container {
  position: absolute;
  top: 0.55rem;
  height: 14px;
  width: 14px;
  right: 0.7rem;
}
.header-container {
  display: -webkit-box;
  display: flex;
  /* justify-content: space-between; */
  -webkit-box-align: center;
          align-items: center;
}
.search-close-icon-container svg {
  vertical-align: top;
  height: 12px;
  width: 12px;
}
.search-icon-container svg {
  vertical-align: top;
  height: 14px;
  width: 14px;
}
.search-results-main-container {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  border-radius: 8px;
  overflow: hidden;
}
.search-results-container {
  max-height: 20rem;
  overflow-y: scroll;
  padding: 9px 26px 0;
}
.search-result {
  padding: 0.65rem 0.9rem 0.8rem;
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
  cursor: pointer;
}
.search-result .badge-title {
  font-weight: 500;
  font-size: 0.6rem;
  line-height: 0.7rem;
  color: var(--theme-text-Dark);
}
.search-result .box-header-title {
  font-weight: normal;
  font-size: 0.7rem;
  line-height: 0.85rem;
  color: var(--primary-theme-text-color-1);
}
.search-result .oms-badge {
  background-color: var(--number-background-theme);
}
.cannot-find-container {
  background: var(--number-background-theme) !important;
  box-shadow: 0 -1px 4px rgba(145, 145, 145, 0.25);
  text-align: center;
  padding: 0.8rem;
}
.cannot-find-text {
  font-size: 0.7rem;
  line-height: 0.85rem;
  color: var(--theme-text-Dark);
}
.cannot-find-text .btn-link {
  font-size: 0.8rem;
  line-height: 0.95rem;
  color: var(--text-theme-color-highlight) !important;
  text-decoration: underline !important;
  -webkit-text-decoration-color: var(--text-theme-color-highlight) !important;
          text-decoration-color: var(--text-theme-color-highlight) !important;
}
section.header-search-container.hide .search-results-main-container {
  display: none;
}
@media (max-width: 768px) {
  section.header-search-container.hide {
    width: auto;
    margin-left: auto;
    margin-right: 20px;
  }

  .header-search-container.hide .search-bar-input,
  .header-search-container.hide .search-close-icon-container {
    display: none;
  }

  .header-search-container.hide .search-icon-container {
    position: static;
    height: 18px;
    width: 18px;
  }

  .gdpr-padding-left {
    padding-left: 2rem !important;
  }

  .search-icon-container svg,
  .search-close-icon-container svg {
    height: 16px;
    width: 16px;
  }

  section.header-search-container.show {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .header-search-container.show .search-icon-container {
    position: absolute;
  }

  .header-search-container.show .search-bar-input {
    border-radius: 0;
  }

  .header-search-container.show .search-results-main-container {
    border-radius: 0;
    top: 100%;
    left: -4px;
    right: -4px;
  }

  .header-search-container.show .search-results-container {
    min-height: calc(100vh - 70px) !important;
    max-height: none;
  }
}
/* Header search bar css Start */
/* OMS CSS */
.oms-main-container {
  padding: 1.6rem;
}
.page-header-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
}
.page-header-icon {
  height: 1.8rem;
  width: 1.8rem;
  margin-right: 1rem;
}
.page-header-title {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2rem;
  text-transform: capitalize;
  margin: 0;
}
.box {
  border-radius: 10px;
  padding: 1.2rem 1.6rem;
  margin-bottom: 1.2rem;
  position: relative;
}
.box-header-title {
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2rem;
  color: var(--secondary-theme-text-color-1);
  margin-bottom: 0.5rem;
  word-break: break-all;
}
.box-header-subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 0.7rem;
  line-height: 0.85rem;
  letter-spacing: 0.14em;
  color: var(--primary-theme-text-color-1);
  margin-bottom: 1.6rem;
  word-break: break-all;
}
.badge-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
  flex-wrap: wrap;
}
.oms-badge {
  background: var(--number-background-theme);
  border-radius: 4px;
  padding: 0.3rem 0.7rem;
  margin-right: 0.8rem;
  margin-bottom: 5px;
}
.badge-title {
  font-style: normal;
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 0.85rem;
  text-align: center;
  color: var(--theme-text-Dark);
}
.oms-badge:last-child {
  margin-right: 0;
}
.stock-details-contianer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
}
.stock-details {
  margin-bottom: 1.2rem;
}
.detail-value {
  font-style: normal;
  font-weight: 600;
  font-size: 0.7rem;
  line-height: 0.85rem;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
.details-title {
  font-style: normal;
  font-weight: 600;
  font-size: 0.7rem;
  line-height: 0.85rem;
  letter-spacing: 0.04em;
  color: var(--text-theme-color-highlight);
  text-transform: uppercase;
}
.stock-details-btn-container {
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.section-header-title {
  font-style: normal;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 0.95rem;
  margin-bottom: 0.8rem;
}
.client-account-container,
.purchase-stock-details-container {
  margin-bottom: 2rem;
}
.oms-main-container .c-btn {
  min-height: 2rem;
  border: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
  border-radius: 4px !important;
}
.oms-main-container .form-label {
  margin-bottom: 0.6rem;
  margin-top: 0;
  color: var(--primary-theme-text-color-1);
}
.theme-input::-webkit-inner-spin-button {
  display: none;
}
.theme-input {
  max-height: 2rem !important;
  min-height: 2rem !important;
  border: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
  border-radius: 4px !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 0.7rem !important;
  line-height: 0.85rem !important;
  letter-spacing: 0.05em !important;
  padding-left: 5px;
}
.theme-input:focus {
  border: 1px solid !important;
  border-color: var(--text-theme-color-highlight) !important;
}
.oms-main-container .form-group {
  margin-bottom: 1.2rem;
}
.oms-main-container .theme-form-btn {
  border-radius: 4px !important;
}
.inner-box {
  border-radius: 4px;
  padding: 0.7rem 1.2rem;
}
.selected-list .c-angle-down svg,
.selected-list .c-angle-up svg {
  stroke-width: 2rem;
  /* stroke: #333; */
}
@media (min-width: 1200px) {
  .oms-modal .modal-content {
    min-width: 600px;
    max-width: 700px;
  }

  .oms-modal-custodion-confirm .modal-content {
    min-width: 900px !important;
    max-width: 1000px !important;
  }
}
.form-select-margin-top .selected-list .c-btn {
  margin-top: 0 !important;
}
.oms-textarea {
  border: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
  padding: 10px 16px;
  border-radius: 2px;
}
.oms-backdrop {
  background: rgba(47, 47, 47, 0.6);
}
.modal.oms-main-container {
  padding: 0 !important;
}
.oms-modal .modal-content {
  padding: 2rem;
  /* width: auto; */
  margin: auto;
}
.oms-modal.manually-add-modal .modal-content {
  width: 30rem;
}
.oms-modal-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.oms-loader-container {
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  max-width: 15rem;
  max-height: 15rem;
}
.oms-loader {
  background: transparent;
  height: 7.5rem;
  width: 7.5rem;
}
.section-header-support-text {
  color: #a6a6a6;
}
.oms-modal-body .box {
  border-radius: 4px;
  padding: 0.9rem 2.7rem 0.7rem;
}
.mos-label .box-header-title {
  padding: 0;
}
.mos-label::before,
.mos-label::after {
  top: 0.85rem;
  left: 0.55rem;
}
.custom-radio.oms-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: transparent;
  border: 1px solid #aa525b;
}
.custom-radio.oms-radio .custom-control-input:checked~.custom-control-label::after {
  background: none;
  background-color: #aa525b;
  border-radius: 50%;
  top: 1.05rem;
  left: 0.75rem;
  width: 0.6rem;
  height: 0.6rem;
}
.oms-input.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none !important;
}
.oms-radio .search-result {
  padding: 0;
  border: 0;
}
@media (max-width: 1919px) and (min-width: 992px) {
  .oms-modal .modal-dialog {
    min-width: auto !important;
    max-width: none !important;
  }
}
.oms-radio {
  padding: 0 0 5px;
  margin: 0 0 15px;
  border-bottom: 1px solid rgba(231, 231, 231, 0.5);
}
.oms-radio:last-child {
  border-bottom: 0;
}
.custom-radio.oms-radio .custom-control-input:checked~.box {
  background: #fffbfb;
}
.notfound-img-container {
  height: 180px;
  width: 280px;
}
.ins-not-found-img {
  width: 100%;
  height: 100%;
}
.ins-not-found {
  font-size: 0.7rem;
  line-height: 0.85rem;
  text-align: center;
  color: #636363;
}
.instrument-notfound-contanier {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
/* .instrument-notfound-contanier .btn-without-bg {
  border: 0;
} */
.custom-datepicker .oms-date-picker .mydp {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 4px;
  min-height: 2rem;
}
/* OMS CSS END */
/* list page start */
.oms-main-container.oms-order-list-container {
  padding: 16px;
  min-height: calc(100vh - 70px);
}
.oms-list-box {
  border-radius: 4px;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}
.reset-icon-container {
  background: var(--export-theme-background-icon);
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 3px 4px;
  margin-right: 0.8rem;
  height: 32px;
  width: 34px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
.reset-icon-container .oms-checkbox-control-label::before,
.reset-icon-container .oms-checkbox-control-label::after {
  top: 0.2rem !important;
  left: -0.6rem;
  height: 18px !important;
  width: 18px !important;
}
.oms-list-box .search-bar-input {
  border-radius: 4px;
}
.oms-table-badge-container {
  padding-bottom: 8px;
}
.oms-table-badge-container.client-badge {
  background: var(--themeBg);
  border-radius: 1.2rem;
}
.oms-table-badge-container.custodian-badge {
  background: #e8fff3;
  border-radius: 1.2rem;
}
.oms-badge-list-style {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin-right: 8px;
}
/* .client-badge .oms-badge-list-style {
  background: #d48e24;
}

.custodian-badge .oms-badge-list-style {
  background-color: #009245;
}

.client-badge .oms-table-badge {
  color: #d58e24;
}

.custodian-badge .oms-table-badge {
  color: #009245;
} */
.oms-table-badge {
  font-size: 0.7rem;
  line-height: 0.7rem;
}
.oms-table-container .data-table thead tr th {
  font-style: normal;
  font-weight: normal !important;
  font-size: 0.7rem;
  /* line-height: 1.25rem; */
  color: var(--table-theme-text-header);
  padding: 10px;
  /* border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three); */
  white-space: nowrap;
  background: var(--number-background-theme);
}
.oms-table-container .data-table tbody tr td {
  line-height: 1.25rem;
  color: var(--secondary-theme-text-color-1);
  padding: 20px 10px;
  font-size: 0.75rem !important;
}
.oms-table-striped tbody:nth-of-type(even) {
  border-radius: 4px;
}
.oms-table-striped tbody:nth-of-type(odd) {
  border-radius: 4px;
}
.oms-table-container .custom-control-label::before {
  top: -0.65rem;
  left: -1rem;
  background-color: transparent;
  border: 1px solid #ddd;
}
.oms-table-container .custom-control-label::after {
  top: -0.65rem;
  left: -1rem;
}
/* .oms-wrapper .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #aa525b;
} */
.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}
/* .oms-row-selected {
  background: #ffe8ea;
  border: 0.3px solid #811a1a;
} */
.oms-wrapper .search-bar-container:focus-within~.search-results-main-container {
  display: block;
}
.custom-control-label {
  cursor: pointer;
}
.oms-table-container .data-table tbody:last-of-type>tr>td {
  border: 0;
}
.oms-status-badge-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
.status-badge {
  width: 15px;
  height: 4px;
  margin: 10px 5px 0;
  background-color: #eee;
  border-radius: 4px;
}
/* .status-badge.green {
  background-color: var(--theme-soft-green);
}

.status-badge.yellow {
  background-color: var(--yellow-border-theme);
}

.status-badge.red {
  background-color: var(--theme-soft-red-2);
}

.status-badge.gray {
  background-color: var(--theme-medium-gray);
} */
/* .oms-action-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
} */
.oms-action-icons svg {
  margin-right: 0.8rem;
}
.oms-action-icons svg:last-child {
  margin-right: 0;
}
.oms-table-container .data-table-row-wrapper {
  border: 1px solid transparent;
}
.oms-tabs-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 1.2rem;
  position: relative;
}
@media (min-width: 1200px) {
  .oms-tabs-container {
    width: 50%;
  }

  .oms-tabs-container::after {
    content: "";
    width: calc(100vw - 140px);
    height: 1px;
    background-color: var(--over-all-body-bg-theme);
    position: absolute;
    top: 100%;
  }

  .cust-position-tab {
    -webkit-box-ordinal-group: 6;
            order: 5;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1200px) {
  .oms-tabs-container {
    border-bottom: 1px solid;
    border-color: var(--over-all-body-bg-theme);
  }
}
.filter-icon-container {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0.2rem;
  cursor: pointer;
  position: relative;
}
.filter-icon-container:last-child {
  margin-right: 0;
}
.filter-icon-main-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  margin-left: 2.5rem;
  flex-wrap: wrap;
}
.filter-seprator {
  background: #f1f1f1;
  width: 1px;
  height: 28px;
  margin: 0 0.5rem;
}
.filter-icon {
  height: 16px;
  width: 16px;
}
.oms-table-container .data-table-header {
  min-height: 15px;
}
.tab-container {
  padding: 8px 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}
.tab-container.active {
  /* border: 1px solid transparent; */
  border-bottom: 4px solid;
  border-color: var(--text-theme-color-highlight);
}
.tab-name {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.08em;
  color: var(--nobel-theme-2);
  margin-right: 8px;
}
.tab-container.active .tab-name {
  color: var(--text-theme-color-highlight);
}
.tab-badge {
  height: 24px;
  padding: 0 12px;
  border-radius: 14px;
}
.tab-badge p {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}
.tab-badge.all-badge p {
  color: var(--text-theme-color-highlight);
}
.all-badge {
  background-color: var(--export-theme-background-icon);
}
/* .draft-badge {
  background-color: #e4dfff;
} */
.tab-badge.draft-badge p {
  color: var(--theme-royalBlue);
}
.pending-badge {
  background-color: rgba(247, 147, 30, 0.1);
}
.tab-badge.pending-badge p {
  color: var(--theme-soft-orange);
}
.confirm-badge {
  background-color: var(--geography-theme-background);
}
.tab-badge.confirm-badge p {
  color: var(--geography-theme-text-color);
}
.cancel-badge {
  background-color: rgba(237, 28, 36, 0.1);
}
.tab-badge.cancel-badge p {
  color: var(--theme-soft-red-2);
}
/* Status Details CSS Start */
.details-status-main-box {
  border-radius: 4px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.details-status-main-box.show-details-status {
  width: 500px;
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  overflow-y: scroll;
}
.details-status-main-box.show-details-status .oms-modal-header {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  -ms-box-shadow: -6px 0px 5px rgba(213, 213, 213, 0.62);
  box-shadow: -6px 0px 5px rgba(213, 213, 213, 0.62);
  padding: 1.6rem;
}
.details-status-main-box.show-details-status .oms-modal-body {
  padding: 1.6rem;
}
.details-status-main-box.hide-details-status {
  right: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
  padding: 0;
}
.status-details-support-text {
  font-size: 0.875rem;
  margin-top: 0.4rem;
}
.status-action {
  font-weight: 300;
  font-size: 0.7rem;
  line-height: 0.85rem;
  padding-bottom: 6px;
}
.status-action-date-time-container {
  width: 25%;
  padding: 10px 10px 0 0;
}
.status-action-type-container {
  width: 75%;
  border-left: 2px dashed #efefef;
}
.status-type-name {
  font-weight: normal;
  font-size: 0.7rem;
  line-height: 1rem;
}
.status-type-name-container {
  position: relative;
  padding: 20px 0 0 30px;
  cursor: pointer;
}
.status-type-name-container::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 25px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}
/* .pending-action .status-type-name-container::before {
  background-color: #f3f3f3;
} */
.status-type-container {
  padding-bottom: 3rem;
}
.status-type-container .status-type-name-container {
  padding: 1.45rem 0 0 1.625rem;
}
.current-status {
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 1rem;
  margin-bottom: 1.2rem;
}
.confirm {
  color: var(--geography-theme-text-color);
}
.reject {
  color: #b84d58;
}
.status-label {
  font-weight: normal;
  font-size: 0.7rem;
  line-height: 1rem;
  margin-bottom: 8px;
}
.status-value {
  font-weight: normal;
  font-size: 0.7rem;
  line-height: 1rem;
  margin-bottom: 1.2rem;
}
.attachment-container {
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 32px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
}
.attachment-icon-container {
  background-color: var(--export-theme-background-icon);
  margin-right: 16px;
  padding: 5px;
  height: 30px;
  border-radius: 4px;
}
.attachment-icon {
  height: 20px;
  width: 20px;
  vertical-align: top;
}
.attachment-name {
  font-weight: normal;
  font-size: 0.7rem;
  line-height: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.status-type-expandable-area {
  padding-left: 1.6rem;
  padding-top: 2rem;
}
.inner-box .status-value {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.box {
  background: var(--white);
  box-shadow: 0 4px 4px rgba(214, 214, 214, 0.25);
}
.embed-size {
  width: 100%;
  height: 80vh;
}
/* Status Details CSS End */
.oms-checkbox-control-label {
  font-style: normal;
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 0.85rem;
  color: var(--secondary-header-theme);
}
.custom-checkbox .custom-control-input:checked~.oms-checkbox-control-label.custom-control-label::before {
  background-color: var(--text-theme-color-highlight);
  border: 1px solid;
  border-color: var(--text-theme-color-highlight);
}
.custom-checkbox .oms-checkbox-control-label.custom-control-label::before {
  top: -2px;
  background: transparent;
  border: 2px solid;
  border-color: var(--text-theme-color-highlight);
}
.custom-checkbox .oms-checkbox-control-label.custom-control-label::after {
  top: -2px;
}
.oms-popover .popover {
  overflow: hidden !important;
}
/* list page End */
.main-filter-container {
  border-radius: 4px;
  padding: 1.4rem;
  margin: 1rem;
  width: 100%;
}
.acknowledge-header {
  font-size: 12px;
  line-height: 25px;
  color: var(--light-grey);
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.acknowledge-dropdown-container {
  position: absolute;
  top: 109%;
  width: 260px;
  border-radius: 2px;
  padding: 6px 12px;
  z-index: 8;
}
.acknowledge-list {
  padding: 0.5rem 10px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.oms-main-container .form-group {
  margin-bottom: 1.2rem;
}
.textarea-conatiner {
  position: relative;
}
.oms-textarea {
  border: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
  padding: 10px 16px;
  border-radius: 2px;
}
.oms-textarea-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.acknowledgement-add-file {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
  width: 28px;
}
.single-list-item.false {
  border-radius: 4px;
  padding: 24px 32px;
}
.oms-modal-footer {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.header-support-btn {
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: var(--table-theme-text-header);
  cursor: pointer;
  display: inline-block;
}
.oms-list-modal .oms-modal-header {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.filter-icon-container-bg {
  background-color: var(--white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  height: 2rem;
  width: 2rem;
  padding: 2px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin: 0.2rem;
}
.reset-password-text {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.reset-text-theme {
  color: var(--eclipse-theme-2);
}
.login-text-font-size {
  font-size: 0.875rem;
}
.tooltip-position .tooltip {
  top: 30px !important;
  left: -10px !important;
}
.selected-list .c-angle-down {
  bottom: 10px;
}
.popcontent-padding .box {
  padding: 0 !important;
}
.popcontent-padding .acknowledge-list-container .acknowledge-list {
  min-width: 250px;
  flex-wrap: nowrap;
}
.table-expansion-value {
  line-height: 1.25rem;
  color: var(--secondary-theme-text-color-1);
  font-size: 0.7rem !important;
}
.table-expansion-label {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 0.7rem;
  line-height: 1.25rem;
  color: var(--table-theme-text-header);
}
.multi-list-checkbox-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  flex-wrap: wrap;
}
.multilist-checkbox {
  padding: 8px 10px;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 4px;
  margin-right: 1rem;
  margin-bottom: 0.8rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.multilist-checkbox .oms-checkbox-control-label {
  padding-left: 1.2rem;
}
.multilist-checkbox .custom-control-label::after,
.multilist-checkbox .custom-control-label::before {
  left: 0;
}
.oms-list-radio {
  display: inline-block;
  margin-right: 2rem;
}
.oms-list-radio .custom-control-label {
  font-style: normal;
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 0.85rem;
  color: var(--secondary-header-theme);
  padding-top: 7px;
}
.custom-control-label-padding {
  padding-top: 6px;
}
.execution-type-margin .selected-list .c-btn {
  margin-top: 0;
}
.oms-main-container .error-message {
  position: absolute;
  /* bottom: -6px; */
  font-size: 11px;
  line-height: 10px;
  font-weight: 300;
}
.current-bar {
  font-size: 0.7rem;
  line-height: 0.85rem;
  color: var(--primary-theme-text-color-1);
  margin-bottom: 12px;
  margin-top: 0;
  text-transform: capitalize;
}
.filter-dot {
  width: 13px;
  height: 13px;
  border: 1px solid;
  border-color: var(--text-theme-color-highlight);
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -4px;
  background-color: var(--text-theme-color-highlight);
}
.dot-color-yellow::before {
  content: "";
  background-color: var(--yellow-border-theme) !important;
}
.dot-color-red::before {
  content: "";
  background-color: var(--theme-soft-red-2) !important;
}
.dot-color-green::before {
  content: "";
  background-color: var(--theme-soft-green) !important;
}
.dot-color-gray::before {
  content: "";
  background-color: var(--theme-medium-gray) !important;
}
.oms-status-badge-container .dot-color-yellow {
  background-color: var(--yellow-border-theme) !important;
}
.oms-status-badge-container .dot-color-red {
  background-color: var(--theme-soft-red-2) !important;
}
.oms-status-badge-container .dot-color-green {
  background-color: var(--theme-soft-green) !important;
}
.oms-status-badge-container .dot-color-gray {
  background-color: #eee !important;
}
.backdrop-track {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9990;
}
.wc-time-sec>.time,
.white-background {
  background-color: rgba(255, 255, 255, 0.8);
}
.wc-time-sec>.time {
  cursor: pointer !important;
}
.set-line-height {
  line-height: 1.3;
}
.pending-popup-content {
  left: auto !important;
  right: 40px;
  /* top: 33px !important; */
}
.error-message,
.error-message-label {
  margin-top: 5px !important;
  color: var(--theme-soft-red-2) !important;
  font-size: 0.7rem !important;
  margin-bottom: 0;
}
.oms-date-range-picker .mydrp .selection {
  height: 2rem !important;
  top: 0 !important;
  border: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
  background: var(--over-all-background-widget) !important;
}
.oms-date-range-picker .mydrp .btnpicker {
  background: var(--over-all-background-widget);
}
.oms-date-range-picker .mydrp .selbtngroup {
  position: absolute;
  right: 1.2rem;
  top: 0.1rem;
  z-index: 1;
  height: 1.8rem !important;
}
.submit-loader {
  height: 10px !important;
  width: 10px !important;
}
.oms-date-range-picker .selbtngroup .btnpicker .icon-mydrpcalendar {
  background: url(/assets/images/calender-icon.svg) center left/100% no-repeat;
}
.oms-date-range-picker .mydrp .btnpicker {
  width: 19px;
}
.oms-date-range-picker {
  background: none;
}
.oms-date-range-picker .oms-date-range-element .selectorarrow {
  top: 40px;
}
.custodian-confirmation-seprator {
  position: absolute;
  left: 10px;
  right: 10px;
  height: 1px;
  top: -5px;
  background-color: var(--tableBackground);
}
.fees-list-container {
  padding: 10px;
  border-radius: 2px;
  max-height: 155px;
  /* overflow: auto; */
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.fees-list-table td {
  font-size: 0.7rem;
  line-height: 1.05rem;
  color: #676767;
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
  padding: 10px;
}
.fees-list-table tr:last-child td {
  border-bottom: 0;
}
.fees-list-table {
  width: 100%;
}
.irr-custom-widget-loader .widget-loader {
  width: 100%;
  height: 100%;
  background-color: var(--white);
}
.wc-date-container {
  padding: 8px !important;
  border: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
  border-radius: 4px !important;
  background: var(--over-all-background-widget) !important;
}
.wc-date-container>i {
  font-size: 0.6rem !important;
  line-height: 0.7rem !important;
  color: var(--text-theme-color-highlight) !important;
}
.wc-date-container>span {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 0.7rem !important;
  line-height: 0.7rem !important;
  letter-spacing: 0.05em !important;
  color: var(--secondary-theme-text-color-1) !important;
  float: left;
}
/* .match-order-btn {
  background: var(--text-theme-color-highlight);
  border: 1px solid;
  border-color: var(--text-theme-color-highlight);
  height: 40px;
  width: 40px;
  color: var(--white);
  padding: 5px;
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
} */
.match-icon {
  height: 35px;
  width: 35px;
}
.email-attachment-validation {
  font-size: 10px;
  font-style: italic;
  color: var(--text-theme-color-highlight);
}
.oms-doc-upload {
  border-radius: 1px;
  padding: 5px 12px;
  margin: 0 16px;
  position: absolute;
  left: 0;
  right: 16%;
  bottom: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.highchart-heatmap-visible .highcharts-container,
.highchart-heatmap-visible svg {
  overflow: visible !important;
}
.form-control-border {
  border: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
}
.custom-breach-chart-width {
  width: 97% !important;
  margin-left: -7px;
}
@media (min-width: 990px) and (max-width: 1024px) {
  .cilent-header-none {
    display: none;
  }

  .theme-border-right {
    border-right: none !important;
  }

  .search-background-input .input-field {
    max-width: 21rem !important;
  }
}
.dashboard-charts .highcharts-container .highcharts-data-label span {
  white-space: normal !important;
  color: var(--theme-medium-gray) !important;
}
.gdpr-textarea::-webkit-input-placeholder,
.custom-textarea::-webkit-input-placeholder,
.form-input::-webkit-input-placeholder,
.custom-datepicker .mydp .selectiongroup .selection::-webkit-input-placeholder {
  color: var(--theme-light-gray) !important;
  font-size: 0.85rem !important;
}
.gdpr-textarea::-moz-placeholder,
.custom-textarea::-moz-placeholder,
.form-input::-moz-placeholder,
.custom-datepicker .mydp .selectiongroup .selection::-moz-placeholder {
  color: var(--theme-light-gray) !important;
  font-size: 0.85rem !important;
}
.gdpr-textarea::-ms-input-placeholder,
.custom-textarea::-ms-input-placeholder,
.form-input::-ms-input-placeholder,
.custom-datepicker .mydp .selectiongroup .selection::-ms-input-placeholder {
  color: var(--theme-light-gray) !important;
  font-size: 0.85rem !important;
}
.gdpr-textarea::placeholder,
.custom-textarea::placeholder,
.form-input::placeholder,
.custom-datepicker .mydp .selectiongroup .selection::placeholder {
  color: var(--theme-light-gray) !important;
  font-size: 0.85rem !important;
}
.date-picker-height .datepicker .mydp .selbtngroup .btnpicker {
  height: auto !important;
}
.checkmark-radio-deviation {
  height: 18px;
  width: 18px;
}
.container-radio .checkmark-radio-deviation::after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
}
.portfolio-table-border.table-container th.header-text-weight {
  color: var(--secondary-header-theme) !important;
  font-weight: 600;
  font-family: "Montserrat-semibold" !important;
}
.deviation-graph-label .highcharts-container .highcharts-xaxis .highcharts-tick {
  display: none;
}
.data-table-dropdown-alignment .selected-list .c-btn {
  margin-top: 0 !important;
}
.data-table-dropdown-alignment .data-table .form-control {
  margin-top: 0.25rem !important;
  margin-bottom: 0px !important;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .aum-chart-label .highcharts-container .highcharts-data-label span {
    left: 0px !important;
  }

  .profit-slab-over-flow table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.custom-datepicker .mydp .selectiongroup .selection {
  font-size: 0.85rem !important;
  font-weight: 500;
  color: var(--secondary-theme-text-color-1) !important;
}
@media (min-width: 1440px) {
  .doc-image-upload {
    height: calc(100vh - 500px);
    overflow: auto;
  }

  .gdpr-padding-left {
    padding-left: 2rem !important;
  }

  .risk-table-padding {
    padding-right: 7rem !important;
  }
}
@media (max-width: 1440px) and (min-width: 1300px) {
  .custom-content-tables .data-table .transaction-type-padding {
    padding-left: 4rem !important;
  }

  .custom-content-tables .data-table .tolerance-padding {
    padding-right: 4rem !important;
  }

  .risk-table-padding {
    padding-right: 7rem !important;
  }
}
@media (max-height: 800px) {
  .doc-image-upload {
    height: 275px !important;
    overflow: auto;
  }
}
/* @media (max-width: 1919px) and (min-width: 992px) {
  .image-container,
  .image-main-container {
    min-height: calc(90vh - 200px) !important;
  }
} */
.button-margin .q-button-group .btn-min-width {
  margin-right: 10px;
}
.button-margin .q-empty-warning {
  text-align: left !important;
}
input[type="search"]::-webkit-search-decoration:hover,
input[type="search"]::-webkit-search-cancel-button:hover {
  cursor: pointer;
}
.input-field-margin .q-connector .q-control-size .q-input-control {
  margin-left: 0.625rem;
}
.onboarding-review-deviation.table-container th {
  padding-right: 10px !important;
}
.onboarding-review-deviation.table-container td.data-column {
  padding: 11px !important;
  word-break: break-word;
  white-space: pre-line;
}
.instrument-table-over-flow .table-responsive {
  overflow-x: visible;
}
.instrument-table-over-flow .table-responsive .data-table th .theme-form-control {
  padding-top: 1rem;
}
.zsiq_theme1.zsiq_floatmain {
  z-index: 11 !important;
}
.custom-multiselect .list-area .filter-select-all .nodata-label {
  font-size: 0.8rem;
  color: var(--theme-light-gray-three) !important;
}
.tooltip-width {
  text-align: left !important;
}
.form-text-font-size {
  font-size: 0.75rem;
}
.tooltip-inner-width .tooltip-inner {
  max-width: 50rem !important;
}
.input-field-margin-row .q-switch-group,
.input-field-margin .q-tree-container .q-right-align .q-remove-button {
  margin-bottom: 1rem;
  margin-top: 0.625rem;
}
.input-field-margin-row .q-empty-warning {
  text-align: left !important;
}
.widget-loader-width img {
  width: 30px;
  height: 30px;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 9;
}
.risk-table-container .data-table thead>tr>th {
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.risk-table-container .data-table tbody>tr>td {
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
/* .risk-table-container td.data-column,
.risk-table-container th {
  border-right: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
} */
.theme-table-border th {
  background-color: var(--number-background-theme);
  padding: 10px !important;
}
/* .theme-table-border th,
.theme-table-border td {
  border-right: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
} */
.theme-table-border .data-table-header {
  display: none !important;
}
.action-padding-left {
  padding-left: 5rem !important;
}
/* risk-profile-radio-btns */
.request-data-content {
  position: relative;
  padding: 1.2rem 1.2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
}
.request-data-radio-option input[type="radio"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}
.request-data-radio-option label {
  position: relative;
}
.request-data-radio-option label::before {
  content: "";
  width: 22px;
  height: 22px;
  margin: -5px 17px -5px 0;
  display: inline-block;
  border: 1px solid var(--portfolio-progress-theme-background);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.request-data-radio-option label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: rgba(66, 142, 255, 0);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.request-data-radio-option.active-request-data label::after {
  background-color: var(--text-theme-color-highlight);
}
.request-data-radio-option.active-request-data label::before {
  border: 1px solid var(--text-theme-color-highlight);
}
.request-data-content {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  box-shadow: 0px 2px 4px rgba(234, 234, 234, 0.25);
  -webkit-box-shadow: 0px 2px 4px rgba(234, 234, 234, 0.25);
  z-index: 1;
}
.active-request-data {
  border: 1.5px solid;
  border-color: var(--text-theme-color-highlight);
}
.request-data-content label {
  color: var(--secondary-theme-text-color-1);
}
.request-data-content p {
  color: var(--primary-theme-text-color-1);
}
.request-data-content label {
  font-size: 1rem;
  line-height: 1.25rem;
}
.request-data-content p {
  font-size: 0.875rem;
}
.request-data-content {
  background: var(--over-all-body-bg-theme);
}
.select-drop-down-border .create-multi-select .arrow-2 {
  border-bottom: 14px solid !important;
  border-bottom-color: var(--primary-theme-text-color-1) !important;
}
.select-drop-down-border .arrow-down.arrow-2 {
  top: auto !important;
  border-bottom: 17px solid !important;
  border-bottom-color: var(--primary-theme-text-color-1) !important;
}
.main-list-over-flow .table td .box {
  width: 28.125rem;
}
.table-select-option .selected-list .c-btn,
.custom-table-dropdown .selected-list .c-btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.table-select-option .table-responsive .data-table {
  min-height: 16.875rem;
}
.edit-form-input .form-control {
  font-size: 0.75rem;
}
/* .custom-table-dropdown .table-responsive {
  overflow-x: visible !important;
} */
.custom-table-dropdown .scroll-top-table {
  min-height: 12.5rem;
}
.upcoming-head-padding {
  padding: 1.38rem !important;
}
.client-needs-padding {
  padding: 1.6rem;
}
.modal.popup-position-down {
  top: calc(100% - 410px);
  position: fixed;
}
.width-80 {
  width: 80% !important;
}
.cursor-upload::-webkit-file-upload-button {
  cursor: pointer;
}
.gdpr-dropdown .table-responsive .data-table .overflow-visible {
  padding-top: 0;
}
.gdpr-dropdown .selected-list .c-btn {
  margin-top: 0;
}
/* .gdpr-dropdown .table-responsive .data-table {
  min-height: 14rem;
} */
/* .gdpr-dropdown .table-responsive .data-table .list-area .lazyContainer {
  overflow: auto;
  max-height: 7.1875rem;
} */
/* .gdpr-dropdown .dropdown-list {
  position: inherit;
} */
.risk-table-container .status-left {
  padding-left: 2rem !important;
}
.select-account-option .list-area .lazyContainer .pure-checkbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.select-account-option .list-area .custom-dropdown-list label {
  max-width: 25rem;
}
.profile-status-content {
  color: var(--theme-soft-orange);
  width: auto;
  border-radius: 25px;
  display: table;
}
.company-block-no {
  width: 40px;
  height: 40px;
  background-color: var(--number-background-theme);
  border-radius: 50%;
  position: relative;
}
.company-block-no span {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--secondary-theme-text-color-1);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 0;
}
.company-title-text {
  font-size: 1rem;
  margin-bottom: 0;
}
.form-content-padding {
  padding: 0.625rem 0.625rem 1.25rem 0.625rem;
}
.form-content-padding-bottom {
  padding-bottom: 1.25rem;
}
.basic-form-control-width {
  width: 26.2rem;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 5px;
  padding: 0.625rem;
}
.basic-form-control-width:focus {
  border: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
}
.greeting-area.basic-form-control-width {
  width: 30rem;
}
.config-form-label-text {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: var(--theme-shady-grey);
}
.config-drop-down-width .cuppa-dropdown {
  min-width: 26.2rem;
}
.config-drop-down-width .selected-list .c-btn {
  margin-top: 0;
  box-shadow: none !important;
}
.padding-top .selected-list .c-btn {
  margin-top: 0rem !important;
}
.required-star {
  font-size: 0.8rem;
  color: var(--theme-red);
}
.oms-modal-close-icon {
  cursor: pointer;
}
.info-text-heading {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.website-min-width {
  min-width: 14rem;
}
.basic-form-control-margin-left {
  margin-left: 3.4rem !important;
}
.company-form-control-margin-left {
  margin-left: 3.2rem !important;
}
.basic-btn-width {
  min-width: 7rem !important;
}
.widget-loader.custom-widget-loader img {
  width: 50px !important;
  height: 50px !important;
}
@media (min-width: 1300px) and (max-width: 1400px) {
  .pep-margin-content .form-label {
    margin-bottom: 1.5rem !important;
  }

  .popup-background::before {
    display: none;
  }
}
@media (min-width: 1300px) and (max-width: 1440px) {
  .elipsis-container-left {
    left: 76% !important;
  }
}
@media (min-width: 1330px) and (max-width: 1370px) {
  .client-dropdown-margin .product-holding-content .selected-list .c-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 1300px) {
  .revenue-tab-contents .table-container.custom-content-tables .contact-pay-padding-right {
    padding-right: 2rem !important;
  }

  .revenue-tab-contents .table-container.custom-content-tables .address-padding-left {
    padding-left: 5rem !important;
  }

  .revenue-tab-contents .table-container.custom-content-tables .contact-pay-padding-right {
    padding-right: 4rem !important;
  }

  .pricing-model.table-container .create-on-padding-right,
  .pricing-model.table-container .effective-padding-right {
    padding-right: 3rem !important;
  }

  .pricing-model.table-container .status-padding-left,
  .pricing-model.table-container .created-padding-left {
    padding-left: 4rem !important;
  }

  .profit-slab-over-flow.slab-based-table table thead th {
    width: auto !important;
  }
}
@media (max-width: 1340px) {
  .time-picker-input {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .company-flex-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .company-form-control-margin-left,
  .basic-form-control-margin-left {
    margin-left: 0 !important;
  }

  .meta-content-border {
    width: 78% !important;
  }

  .search-background-input .input-field {
    max-width: 16rem !important;
  }

  .prospect-label-padding .floating-label-content {
    padding-top: 1rem !important;
  }

  .prospect-phone-section {
    margin-top: 2rem;
  }

  .create-phone-section .prospect-phone-section {
    margin-top: 0.25rem;
  }

  .client-mapping-table-dropdown .table-responsive {
    overflow-x: auto !important;
  }

  .info-text-heading {
    font-size: 0.85rem;
    line-height: 1.375rem;
    font-weight: 600;
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .config-form-label-text {
    font-weight: normal;
    font-size: 0.7rem;
    line-height: 1.0625rem;
    color: var(--theme-shady-grey);
  }
}
@media (max-width: 425px) {

  .basic-form-control-width,
  .greeting-area.basic-form-control-width {
    width: 17.2rem;
  }

  .trade-radio-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .trade-radio-content .container-trade {
    margin-bottom: 1rem !important;
  }

  .dial-pad-number .selected-list .c-btn {
    min-height: 3.4rem !important;
    min-width: 5.4rem !important;
  }
}
@media (max-width: 575px) {
  .over-all-content-padding {
    padding: 1rem !important;
  }

  .share-ops-position.datatable-message-button .message-popup {
    min-width: 250px !important;
    max-width: 250px !important;
  }
}
@media (max-width: 375px) {
  .form-content-padding {
    padding: 0.625rem 0.625rem 1.25rem 0.875rem;
  }

  .countrycode {
    left: 1.5rem !important;
  }

  .theme-tab-title.theme-tab-title-padding {
    padding: 1rem !important;
  }

  .rm-date-flex-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
}
@media (max-width: 320px) {

  .basic-form-control-width,
  .greeting-area.basic-form-control-width {
    width: 14.2rem;
  }

  .table-padding-order {
    padding: 1rem 1.8rem 0rem 5rem !important;
  }

  .side-menu-content .sidepanel-div .contacts ul li.contact .wrap .meta .preview {
    width: 15rem;
  }

  .meta-content-border {
    width: 81% !important;
  }

  .dial-pad-number .selected-list .c-btn {
    min-width: 4.5rem !important;
  }

  .order-list-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .buy-content,
  .amount-content {
    margin-bottom: 10px;
  }

  .lgt-content {
    text-align: left !important;
  }

  .btn-section-align .btn {
    margin-bottom: 10px;
    margin-right: 0 !important;
  }

  .slab-based-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .aum-table .slab-based-flex h4 {
    margin-bottom: 8px;
  }
}
/*===== country code starts here ======*/
.country-code-custom-dd {
  position: relative;
}
.country-code-custom-dd .cuppa-dropdown .selected-list .c-btn {
  width: 45%;
  padding: 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  box-shadow: none !important;
  /* -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important; */
}
.country-code-custom-dd .cuppa-dropdown .selected-list .c-list .c-token {
  padding: 4px 8px 4px 8px !important;
  background: none !important;
  color: var(--secondary-theme-text-color-1) !important;
}
.selected-list .c-list .c-token {
  padding: 0px 8px 0px 8px !important;
}
.country-code-custom-dd .cuppa-dropdown .selected-list .c-list .c-token .c-remove {
  display: none;
}
.country-code-custom-dd .country-call {
  width: 50%;
  font-size: 0.85rem;
  padding: 0.375rem 0.75rem;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
  color: var(--secondary-theme-text-color-1);
  background: var(--over-all-background-widget);
}
.country-code-custom-dd .search-security-field-text {
  font-size: 0.8rem;
  margin: 5px 0;
}
.country-code-custom-dd .selected-list .c-list {
  float: left;
  padding: 0;
  margin: 0;
  width: calc(100% - 35px);
}
@media (min-width: 768px) {
  .country-code-custom-dd .cuppa-dropdown .selected-list .c-btn {
    width: 44%;
  }

  .country-code-custom-dd .country-call {
    width: 54%;
  }
}
/*===== country code ends here ======*/
/*===== ubo country code starts here ======*/
.ubo-custom-county-code-dd .cuppa-dropdown .selected-list .c-btn {
  background: none !important;
}
.ubo-custom-county-code-dd .country-call {
  background: none;
}
@media (min-width: 768px) {
  .ubo-custom-county-code-dd .cuppa-dropdown .selected-list .c-btn {
    width: 50%;
  }

  .ubo-custom-county-code-dd .country-call {
    width: 45%;
  }

  .rebalance-section-header-title {
    margin-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .ubo-custom-county-code-dd .cuppa-dropdown .selected-list .c-btn {
    width: 26%;
  }

  .ubo-custom-county-code-dd .country-call {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .theme-collapsable-table .data-table-header {
    right: 17% !important;
  }

  .checker-details-section.special-ddf .nav-tabs .nav-link {
    padding: 3px !important;
  }
}
/*===== ubo country code ends here ======*/
/*===== ubo country code ends here ======*/
.asc-dsc-content {
  position: relative;
  padding-right: 15px;
}
.asc-dsc-content::after {
  content: "";
  height: 12px;
  position: absolute;
  right: 8px;
  top: 7px;
  width: 7px;
  background: url('arrow-down-light.ce3e761159bd71045ad7.svg') no-repeat center left;
  background-size: 100%;
}
.asc-dsc-content.desc::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.country-code-margin-top {
  margin-top: 0px;
}
.btn-small {
  min-width: 2rem !important;
}
.circlular-indication {
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: var(--number-background-theme);
  border-radius: 50%;
  white-space: nowrap;
  padding: 8px;
  color: var(--white);
}
.status-capsule-label {
  padding: 0.18rem 0.625rem 0.18rem 1.5rem;
  border-radius: 20px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  /* justify-content: center; */
  position: relative;
  width: auto;
  white-space: normal;
}
.status-capsule-label::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  margin-left: -2px;
  position: absolute;
  left: 10px;
}
.inprogress-label {
  background: #fffce4;
  color: #d58e24;
}
.inprogress-label::before {
  background: #d58e24;
}
.success-label {
  background: #cce6c6;
  color: #24b830;
}
.success-label::before {
  background: #24b830;
}
.reject-label {
  background: #ffe4e4;
  color: red;
}
.reject-label::before {
  background: red;
}
.inprogress-pannel-icon::before {
  background-color: #d58e24 !important;
}
.success-pannel-icon::before {
  background-color: #24b830 !important;
}
.reject-pannel-icon::before {
  background-color: red !important;
}
.custom-heading-dark-table th {
  background-color: var(--number-background-theme);
  padding-top: 2.5rem;
  padding-bottom: 2rem !important;
}
.custom-heading-dark-table .table-responsive {
  /* border-radius: 10px 10px 0 0; */
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
/* New Table Design */
.table-data-content th:nth-child(5) {
  padding-left: 2.25rem !important;
}
.table-data-content .template-padding {
  padding-left: 2.25rem !important;
}
.table-data-content .table-responsive {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 4px;
}
.table-data-content .data-table tbody>tr>td {
  font-size: 0.75rem !important;
  vertical-align: middle;
  padding: 1.25rem;
  color: var(--table-theme-text-data);
}
.table-data-content th {
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: var(--table-theme-text-header) !important;
  text-align: center;
  font-weight: 500 !important;
  background-color: var(--number-background-theme);
}
.table-data-content th {
  padding-bottom: 1.25rem !important;
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.table-data-content td.data-column {
  word-break: break-word;
  white-space: pre-line;
}
.table-data-content .transaction-padding {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.table-data-content tbody:nth-of-type(even) {
  background-color: var(--table-theme-odd-background) !important;
}
.scheduled-drop-down {
  height: 2.4rem;
}
.scheduled-drop-down a:hover,
.scheduled-drop-down a {
  padding: 0.6rem;
}
.scheduled-drop-down::after {
  top: 11px !important;
}
.transection-report .table-container .form-control {
  margin-bottom: 0 !important;
  margin-top: 1.25rem;
}
.signature-datatable-padding .data-table td {
  padding-left: 1.5rem !important;
  padding-top: 1rem;
  padding-left: 1rem;
}
.signature-datatable-padding.table-container .selected-list .c-btn {
  margin-bottom: 0.7rem !important;
  margin-top: 0px !important;
}
.comma:after {
  content: ", ";
}
.comma:last-child:after {
  content: none;
}
.popover {
  box-shadow: 0px 3px 15px 0px rgb(204 204 204 / 35%);
  border-color: #efefef;
  font-family: Montserrat !important;
}
.schedule-meeting-content {
  padding: 1.5rem 2rem 1.5rem 2rem;
}
.schedule-meeting-content .form-group .form-label {
  font-size: 14px;
  line-height: 17px;
  color: var(--primary-theme-text-color-1) !important;
  margin-top: 0 !important;
  margin-bottom: 10px;
}
.schedule-meeting-content .form-group .input-text-field {
  border-radius: 4px;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  width: 100%;
  padding: 0.4rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--secondary-theme-text-color-1);
  font-weight: normal;
}
.custom-heading-dark-table thead tr th {
  padding-bottom: 0 !important;
  padding-top: 5px !important;
}
.custom-heading-dark-table thead tr:first-child th {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.digital-signature-table-wrapper td.data-column {
  word-break: break-word;
  white-space: pre-line;
}
.table-select-option .selected-list .c-list .c-token .c-label {
  padding-right: 0.875rem;
}
.input-field-margin .q-right-align {
  margin-bottom: 5px;
}
.date-picker-bg-theme .mydp {
  font-size: 0.5rem;
}
.selected-list .c-list .c-token .c-label,
.usermanagementmultiselect .selected-list .c-list .c-token .c-label {
  padding-right: 0.75rem;
}
.share-ops-position {
  top: 45px !important;
}
.share-ops-position.datatable-message-button .message-popup {
  min-width: 19rem;
  /* max-width: 27.5rem; */
}
.share-ops-position .message-reply-send .btn.btn-theme {
  min-width: 8.0625rem !important;
}
.upload-doc-content-progress .progress {
  height: 8px;
  border-radius: 2px !important;
  background: var(--secondary-theme-background-1);
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -ms-border-radius: 2px !important;
  -o-border-radius: 2px !important;
}
.upload-doc-content-progress .progress-bar {
  width: 70%;
  background: var(--text-theme-color-highlight);
  border-radius: 2px;
}
.upload-doc-content .progress-text {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: var(--secondary-theme-text-color-1);
}
.upload-doc-content .no-file-text {
  word-break: break-all;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: var(--table-theme-text-header);
}
.progress-text-heading {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: var(--secondary-theme-text-color-1);
}
.upload-doc-content .btn.btn-theme {
  min-width: 7.0625rem;
  min-height: 2.25rem;
}
.upload-doc-content-height {
  padding: 1.5rem 2rem 0rem 2rem;
  max-height: 18rem;
  overflow-y: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#cfcfcf), to(#fff)), -webkit-gradient(linear, left bottom, left top, from(#cfcfcf), to(#fff));
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to top, #fff, #fff), linear-gradient(to bottom, #cfcfcf, #fff), linear-gradient(to top, #cfcfcf, #fff);
  background-position: 0 0, 0 100%, 0 0, 0 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 100% 5em, 100% 5em, 100% 1em, 100% 1em;
  background-attachment: local, local, scroll, scroll;
}
.portfolio-datepicker .mydp .selection {
  background-color: var(--over-all-background-widget);
}
.progress-circle-text tspan {
  fill: var(--secondary-theme-text-color-1);
}
.onboarding-review-cii .list-area {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.column-selector-button svg {
  fill: var(--primary-theme-text-color-1);
  stroke: var(--primary-theme-text-color-1);
}
.column-selector-button svg {
  width: 1rem;
  height: 1rem;
}
.country-input .selected-list .c-btn {
  border-bottom: none !important;
  left: 12%;
  width: 30% !important;
  border-radius: 4px !important;
}
.dial-pad-number .country-call {
  border-bottom: none !important;
  padding: 0.55rem 0.75rem;
  right: 11%;
  width: 45%;
  border-radius: 4px !important;
}
/* .dial-pad-number .form-group .cuppa-dropdown .dropdown-list {
  left: 12%;
} */
@media (min-width: 320px) and (max-width: 425px) {
  .country-input .selected-list .c-btn {
    left: 0%;
    width: 46% !important;
  }

  .dial-pad-number .country-call {
    right: 5%;
    width: 45%;
  }

  .dial-pad-number .form-group-number {
    display: none;
  }

  .topic-date-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: end !important;
            align-items: end !important;
  }

  .topic-date-section .custom-datepicker {
    width: 50% !important;
  }

  /* .time-picker-height {
    width: %;
  } */

  .time-picker-height .ngb-tp {
    max-height: 6rem !important;
  }

  .search-background-input .input-field {
    max-width: 27rem !important;
  }

  .time-picker-input {
    width: 50% !important;
  }

  .btn-save-content svg {
    margin-bottom: 3px;
  }
}
.query-builder-content {
  padding-left: 2rem;
}
/* .query-builder-content .q-switch-label {
  font-size: 14px;
  line-height: 17px;
} */
.query-builder-content .q-switch-radio:checked+.q-switch-label {
  border: 1px solid;
  border-color: var(--text-theme-color-highlight) !important;
  background: var(--text-theme-color-highlight) !important;
  color: var(--white) !important;
}
.query-builder-content .q-switch-group .q-switch-label {
  padding: 0.25rem 1.5rem !important;
  background-color: var(--over-all-body-bg-theme) !important;
}
.query-builder-content .btn.btn-theme {
  min-width: 6.0625rem;
}
.select-dropdown-content.currency-select a {
  padding: 0.6rem !important;
  font-size: 0.875rem;
}
/* .select-dropdown-content.currency-select .dropdown-toggle {
  white-space: nowrap;
  max-width: 23.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
} */
.select-dropdown-content.currency-select::after {
  top: 12px !important;
}
.rule-date-picker {
  margin-top: 13px !important;
  margin-top: 0.8125rem !important;
  border-radius: 4px;
}
.query-builder-content .q-button-group .btn.btn-theme.btn-theme-primary.btn-min-width:first-child {
  background: none !important;
  border: 1px solid;
  border-color: var(--text-theme-color-highlight);
  color: var(--text-theme-color-highlight);
}
.back-btn-width {
  min-width: 8.0625rem !important;
}
.query-builder-content .q-switch-group div:first-child .q-switch-label {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.query-builder-content .q-switch-group div:last-child .q-switch-label {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.theme-box-shadow .request-data-content {
  box-shadow: none !important;
}
/* .company-sub-tabs-padding {
  padding-top: 1.4rem;
} */
.save-margin-btn {
  margin-right: 4rem;
}
.theme-box-shadow .request-data-content {
  box-shadow: none !important;
}
.product-holding-content.config-drop-down-width .c-btn span {
  font-size: 1rem !important;
}
.config-drop-down-width .selected-list .c-angle-down {
  bottom: 16px;
}
.signature-datatable-padding th:nth-child(5) {
  padding-left: 1rem;
}
/* .config-drop-down-width .dropdown-list ul li:hover .custom-dropdown-list {
  color: var(--white);
} */
.digital-signature-table-wrapper tbody:nth-of-type(even) {
  background-color: var(--over-all-body-bg-theme) !important;
}
.btn:disabled .icon-theme-var {
  fill: var(--portfolio-progress-theme-background) !important;
}
.filter-applied {
  fill: red;
}
.btn:disabled .icon-theme-stroke {
  stroke: var(--portfolio-progress-theme-background) !important;
}
.export-box-shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
  background: var(--over-all-body-bg-theme) !important;
  z-index: 1;
}
.small-input-font {
  font-size: 0.85rem !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .details-align-flex {
    text-align: right;
  }

  .fee-block-wrapper {
    border-right: none !important;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .revenue-section-page .tab-section.client-theme-tabs {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .fee-block-wrapper {
    border-right: none !important;
  }
}
@media (min-width: 320px) and (max-width: 425px) {

  .fixed-column table>thead>tr>th:nth-last-child(2),
  .fixed-column table>tbody>tr>td:nth-last-child(1) {
    right: auto !important;
  }

  .two-fixed-column table>thead>tr>th:nth-last-child(3),
  .two-fixed-column table>tbody>tr>td:nth-last-child(2) {
    right: auto !important;
  }

  .last-fixed-column table thead tr th:nth-last-child(2) {
    right: auto !important;
  }

  .last-fixed-column table>tbody>tr>td:nth-last-child(1) {
    right: auto !important;
  }

  .pending-popup-content {
    left: auto !important;
    right: 45px;
    top: -20px !important;
  }

  .prospect-phone-section {
    margin-top: 1.4rem;
  }

  .create-phone-section .prospect-phone-section {
    margin-top: 0.25rem;
  }

  .prospect-label-padding .floating-label-content {
    padding-top: 10px !important;
  }

  /* .phone-call-section {
    display: none;
  } */

  .onboard-fixed-column table>thead>tr>th:nth-last-child(2),
  .onboard-fixed-column table>tbody>tr>td:nth-last-child(1) {
    right: auto !important;
  }

  .isin-alignment {
    text-align: left !important;
    margin-top: 10px;
  }

  .badge-margin-top {
    margin-top: 1rem;
  }

  .container-radio .checkmark-radio-deviation::after {
    left: 4px;
    top: 5px !important;
  }

  .radio-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .container-radio-content .checkmark:after {
    left: 3px;
  }
}
@media (min-width: 425px) and (max-width: 575px) {
  .details-status-main-box.show-details-status {
    width: 420px;
  }
}
@media (min-width: 320px) and (max-width: 425px) {
  .dashboard-top-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .container-align-radio.container-radio-content .checkmark:after {
    top: 3px !important;
    left: 3px !important;
  }

  .pay-view-section .percent-div::after,
  .percent-div::after {
    padding: 0.6rem 1rem 0.6rem 1rem !important;
  }

  .selection-level-content .container-radio-content .checkmark:after,
  .pricing-type-content .container-radio-content .checkmark:after {
    width: 7px;
    height: 7px;
  }

  .container-radio-content .checkmark:after {
    left: 3px;
  }

  .container-align-radio.container-radio-content .checkmark:after {
    top: 3px !important;
    left: 3px !important;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .save-margin-btn {
    margin-right: 0 !important;
  }

  .btn-center-align {
    text-align: center !important;
  }

  .badge-margin-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .details-status-main-box.show-details-status {
    width: 335px;
  }

  .analysis-text-font,
  .analysis-percent-font {
    display: none;
  }
}
.theme-text-area {
  width: 100%;
  border: 0 !important;
  font-size: 1rem !important;
}
/* .notes-section-wraper {
  overflow: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#cfcfcf), to(#fff)), -webkit-gradient(linear, left bottom, left top, from(#cfcfcf), to(#fff));
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to top, #fff, #fff), linear-gradient(to bottom, #cfcfcf, #fff), linear-gradient(to top, #cfcfcf, #fff);
  background-position: 0 0, 0 100%, 0 0, 0 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 100% 5em, 100% 5em, 100% 1em, 100% 1em;
  background-attachment: local, local, scroll, scroll;
} */
.btn-popup-icon,
.btn-popup-icon:disabled,
.btn-popup-icon:hover {
  background-color: transparent !important;
  border: none !important;
}
.dial-pad-number .selected-list .c-btn {
  min-height: 3.2rem;
  min-width: 6rem;
  width: 100%;
  border: none !important;
  padding: 6px !important;
  border-radius: 5px;
  margin-top: 0 !important;
  background: var(--over-all-body-bg-theme) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.dial-pad-number .dropdown-list {
  min-width: 150px !important;
}
.dial-pad-number .selected-list .c-btn .c-angle-down {
  bottom: 38% !important;
}
.dial-pad-number .form-group-number {
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  padding: 0.5rem 0.75rem;
  max-height: 2.4rem;
  border-radius: 4px;
  margin-left: 6px;
  margin-bottom: 0 !important;
  max-width: 8rem;
  background: var(--over-all-body-bg-theme);
}
.dial-pad-number .form-group .selected-list .c-list .c-token .c-label {
  display: -webkit-box;
  display: flex;
}
.dial-pad-number .form-group .dropdown-list {
  min-width: 23rem;
}
.content-padding {
  padding: 1rem 1rem 3rem 1rem;
}
@media (min-width: 768px) {
  .content-padding {
    padding: 2rem 3.25rem;
  }
}
.image-responsive-width {
  width: auto;
  height: auto;
  max-width: 15rem;
  vertical-align: top;
  max-height: 100%;
}
/* select all in dropdown click issue fix */
.pure-checkbox.select-all label {
  pointer-events: none;
}
.pure-checkbox.select-all {
  pointer-events: all !important;
  cursor: pointer;
}
.member-item video {
  width: 100% !important;
  box-shadow: 0px 0px 12px rgba(65, 57, 57, 0.25);
  border-radius: 10px;
  position: relative;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.stream-video {
  position: relative;
  height: 100% !important;
}
.util-buttons {
  position: absolute;
  bottom: 2%;
  z-index: 1;
}
.util-buttons img {
  width: 1.625rem;
  margin-left: 5px;
}
.util-buttons span {
  font-size: 14px;
  color: #ffffff;
  margin-left: 5px;
}
.name-intials {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #2f2f2f;
  border-radius: 10px;
}
.member-name-initial {
  width: 7rem;
  height: 7rem;
  font-size: 3rem;
  border: 3px solid var(--text-theme-color-highlight);
  color: var(--text-theme-color-highlight);
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.middle-line-seperator {
  border: 0.6px solid;
  border-color: var(--secondary-theme-text-color-1);
  height: 0.75rem;
  margin: 3px 5px 3px 5px;
}
.details-status-main-box.new-show-details-status {
  width: 500px;
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  overflow-y: scroll;
}
.details-status-main-box.new-show-details-status .oms-modal-header {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  /* -webkit-box-shadow: 0 0 13px rgba(224, 224, 224, 0.62);
  -moz-box-shadow: 0 0 13px rgba(224, 224, 224, 0.62);
  -ms-box-shadow: 0 0 13px rgba(224, 224, 224, 0.62);
  box-shadow: 0 0 13px rgba(224, 224, 224, 0.62); */
  padding: 1.6rem 1.6rem 1.6rem 2rem;
}
.details-status-main-box.new-show-details-status .oms-modal-body {
  padding: 1.6rem 1.6rem 1rem 2rem;
}
.details-status-main-box.new-hide-details-status {
  right: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
  padding: 0;
}
.total-breach-heading {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.breach-count-text {
  color: var(--theme-soft-red-2);
  margin-left: 5px;
}
.breach-table-header {
  padding: 0.75rem 0rem 0.75rem 2rem;
  font-size: 0.75rem;
  /* line-height: 1.5625rem; */
  color: var(--table-theme-text-header);
}
.number-text-content {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--number-background-theme);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.breached-details-content {
  /* padding: 2.75rem 0rem 0.75rem 2rem; */
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.breached-details-text {
  font-size: 0.75rem;
  margin-left: 1.8125rem;
}
.breached-text-link {
  color: #007bff;
  cursor: pointer;
}
.breached-text-link:hover {
  -webkit-text-decoration: underline #007bff;
          text-decoration: underline #007bff;
}
/* .status-padding {
  padding: 2.75rem 0.5rem 0.75rem 0rem;
} */
.status-text-font {
  font-size: 0.75rem;
  background: var(--fund-tabs-text-two);
  border-radius: 20px;
  padding: 5px 16px 5px 16px;
  display: inline;
}
.rule-breach-table-content {
  background: var(--over-all-body-bg-theme);
  padding: 0.25rem 1rem 0.35rem 0.8rem;
  border-radius: 4px;
}
/* .rule-breach-table-content .custom-main-table .breached-table-header {
  width: 19rem;
} */
.zurich-head-text {
  font-size: 0.625rem;
  color: var(--secondary-theme-text-color-1);
}
.zurich-value-text {
  font-size: 0.625rem;
  color: var(--secondary-theme-text-color-1);
}
.priority-padding {
  padding: 0.75rem 0rem 0.75rem 0rem !important;
}
.table-padding-order {
  padding: 1rem 0.8rem 0rem 5rem;
}
.table-padding-order .rule-breach-table-content:nth-of-type(even) {
  background-color: var(--over-all-body-bg-theme) !important;
}
.row-one-padding {
  padding: 2.5rem 0rem 0.75rem 2rem;
}
.row-two-padding {
  padding: 1.75rem 0rem 0.75rem 2rem;
}
/* .filter-icon-container-action {
  width: 2rem !important;
  height: 2rem !important;
  box-shadow: 0px 0px 8px rgba(149, 149, 149, 0.25) !important;
  -webkit-box-shadow: 0px 0px 8px rgba(149, 149, 149, 0.25);
} */
.disabled-stroke-var:disabled svg {
  stroke: var(--theme-light-gray-three);
}
.disabled-fill-var:disabled svg {
  fill: var(--theme-light-gray-three);
}
.accept-icon-content,
.reject-icon-content {
  border-radius: 50%;
}
.branch-info-dd .cuppa-dropdown .selected-list .c-btn {
  margin-top: 0 !important;
}
.c-btn.disabled {
  cursor: not-allowed !important;
}
.status-content-field {
  background-color: var(--status-medium-bg-theme);
  border-radius: 22px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.1875rem 1rem;
}
.status-text,
.user-text {
  font-size: 0.6875rem;
  line-height: 1.0625rem;
  color: var(--theme-fund-tabs-text);
}
.user-name-text {
  font-size: 0.6875rem;
}
.screening-section .system-btn {
  min-width: 9.375rem;
  min-height: 1.75rem;
  font-size: 0.6875rem !important;
}
.status-text-content {
  font-size: 0.6875rem;
  border-radius: 20px;
  display: inline;
}
.profile-name-status {
  margin-top: 8px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}
.profile-name-status .on-off-status {
  font-size: 12px;
  display: none;
  color: var(--table-theme-text-header);
}
.status-options ul li {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-align: center;
          align-items: center;
}
.search-background-input {
  padding: 0.65rem;
  background: var(--fund-tabs-text-two) !important;
}
.search-background-input .input-field {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 18px;
  max-width: 26rem;
}
.user-name-margin {
  margin: 0.85rem;
}
.meta-content-border {
  width: 86%;
  padding: 1rem 1rem 1rem 0rem;
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.frame .content {
  /* background: url(assets/chat-bg.png); */
  /* background: url(assets/images/chart-background.png); */
  /* background: url(../src/assets/images/chat-background.png);
  background-color: rgb(0 0 0 / 2%); */
  background: var(--over-all-body-bg-theme);
}
.main-user-text-font {
  font-size: 0.875rem;
  color: var(--secondary-theme-text-color-1);
  margin-top: 2px;
}
/* .drop-down-box-shadow .product-holding-content .selected-list .c-btn {
  box-shadow: none !important;
  padding: 0.8125rem 0.625rem !important;
} */
.drop-down-box-shadow .product-holding-content .selected-list .c-angle-down {
  bottom: 12px;
}
/* scenario analysis changes */
.scenario-analysis-container .circular-button-with-icon {
  width: 30px;
  height: 30px;
  padding: 2px;
}
.topic-date-section .dashboard-datepicker-content {
  max-height: 2rem;
}
.topic-date-section .dashboard-datepicker-content .selectiongroup .selection {
  max-height: 1.5rem !important;
}
.topic-date-section .dashboard-datepicker-content .selectiongroup .selbtngroup {
  padding-top: 0.25rem !important;
}
.topic-date-section .custom-datepicker .mydp .selectiongroup .selection {
  font-size: 0.75rem !important;
}
.topic-date-section .mydp .btnpicker {
  width: auto !important;
}
.topic-date-section .icon-mydpcalendar {
  margin-bottom: 1.25rem;
  margin-right: 0.1rem;
}
.topic-date-section .date-picker-report-content {
  box-shadow: none !important;
}
/* .time-picker-height .ngb-tp {
  max-height: 2rem;
}

.time-picker-height .ngb-tp .ngb-tp-input-container .form-control {
  font-size: 0.75rem;
}

.time-picker-height .ngb-tp .ngb-tp-input-container .btn:hover {
  color: var(--text-theme-color-highlight);
} */
.side-menu-content .sidepanel-div .contacts ul li.contact.active .meta-content-border {
  border-bottom: 1px solid;
  border-color: var(--text-theme-color-highlight);
}
.topic-date-section .time-content .form-control {
  border-bottom: none !important;
  padding-top: 0;
}
.topic-date-section .time-content {
  padding-left: 1.5rem;
}
.topic-date-section .time-content .form-control:focus {
  border-bottom: none;
}
.btn-icon-fill svg {
  fill: var(--white);
}
.digital-signature-table-wrapper .selected-list .c-list .c-token .c-remove {
  display: none;
}
.digital-signature-table-wrapper .selected-list .c-btn {
  color: var(--secondary-theme-text-color-1) !important;
}
.price-as-text {
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: var(--table-theme-text-header);
  margin-bottom: 1rem;
}
.currency-text-font {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.fixed-column table>thead>tr>th:nth-last-child(2),
.fixed-column table>tbody>tr>td:nth-last-child(1) {
  position: -webkit-sticky !important;
  position: sticky !important;
  right: 0;
  /* z-index: 8; */
}
.table-responsive {
  position: relative;
}
.two-fixed-column table>thead>tr>th:nth-last-child(3),
.two-fixed-column table>tbody>tr>td:nth-last-child(2) {
  position: -webkit-sticky !important;
  position: sticky !important;
  right: 100px;
  /* z-index: 7; */
}
.fixed-column table>thead>tr>th:nth-last-child(2),
.fixed-column table>thead>tr>th:nth-last-child(3) {
  background-color: var(--number-background-theme);
}
.two-fixed-column table>tbody:nth-child(even)>tr>td:nth-last-child(1),
.two-fixed-column table>tbody:nth-child(even)>tr>td:nth-last-child(2) {
  background-color: var(--over-all-background-widget);
}
.two-fixed-column table>tbody:nth-child(odd)>tr>td:nth-last-child(1),
.two-fixed-column table>tbody:nth-child(odd)>tr>td:nth-last-child(2) {
  background-color: var(--over-all-body-bg-theme);
}
.on-disabled .selected-list .c-btn {
  cursor: not-allowed !important;
}
.close-opacity:focus,
.close-opacity:hover {
  opacity: initial !important;
}
.oms-padding .modal-content {
  padding: 0 !important;
}
.add-prospect-padding {
  padding: 1.5rem;
}
.prospect-phone-section .selected-list .c-btn {
  min-width: 7rem;
  margin-top: 0;
  padding: 3px !important;
  border: none !important;
  border-bottom: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
  border-radius: 0 !important;
}
.prospect-phone-section .country-call {
  margin-left: 5px;
}
.prospect-phone-section .dropdown-list {
  min-width: 25rem;
}
.prospect-phone-section .c-label {
  display: -webkit-box !important;
  display: flex !important;
}
.circular-svg-font svg {
  width: 0.813rem;
  height: 0.813rem;
}
.time-link-color .ngb-tp .ngb-tp-input-container .form-control {
  font-size: 0.8rem !important;
}
/* .drop-down-box-shadow .product-holding-content .c-btn span {
  font-size: 0.8rem !important;
} */
.select-option-time .select-option-content {
  height: 2rem;
  background: var(--over-all-background-widget);
  font-size: 0.75rem;
  color: var(--secondary-theme-text-color-1);
  border: none;
}
.time-picker-input {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -webkit-box-align: center;
          align-items: center;
  padding-right: 3px;
}
.time-picker-input svg {
  margin-left: 2px;
}
.topic-date-section .custom-datepicker .mydp .selection {
  padding-left: 2px;
}
/* New design changes 22 Oct */
#layout {
  position: absolute;
  top: 140px;
  bottom: 100px;
  left: 0;
  right: 0;
  background-color: transparent;
  overflow: hidden;
}
#layout>div {
  background-color: transparent;
  display: inline-block;
  border: 2px solid #333436 !important;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#layout>div {
  width: 0;
  height: 0;
  opacity: 0;
}
#layout>div.ot-layout {
  opacity: 1;
}
.stream-video {
  position: absolute;
  background-color: transparent;
  overflow: hidden;
  width: 100%;
}
.stream-video video {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  /* transform-origin: 0 0; */
}
/* #layout {
  margin:0 -20px !important;
} */
/* new ui fixes 22oct */
.country-code-custom-dd .selected-list .c-list .c-token .c-label {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}
.country-code-custom-dd .custom-dropdown-list.display-inline-block {
  display: -webkit-box !important;
  display: flex !important;
}
.not-allowed-cursor {
  cursor: not-allowed !important;
}
/* table css */
.custom-content-tables thead tr:first-child th {
  padding: 1.5rem !important;
}
.custom-content-tables.small-padding-table thead tr:first-child th {
  padding: 1rem !important;
}
.custom-content-tables.table-container th {
  font-size: 0.7rem;
  line-height: 0.75rem;
  color: var(--table-theme-text-header) !important;
  text-align: center;
  font-weight: 400 !important;
}
.custom-content-tables.table-container td {
  color: var(--secondary-theme-text-color-1);
}
.custom-content-tables .data-table td {
  padding: 1.5rem !important;
  word-break: break-word;
}
.custom-content-tables th {
  background-color: #f9fafb;
}
.custom-content-tables .table-responsive {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.custom-content-tables .data-table {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.pep-margin-content .form-label {
  margin-bottom: 0.5rem;
}
.add-client-padding {
  padding: 0.125rem 0.9375rem !important;
  font-size: 0.8rem;
}
.gdpr-padding-table .rm-gdpr-padding-left {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.investment-mandate-padding .data-table .tenure-padding {
  padding-right: 4rem !important;
}
.risk-table-container .data-table thead,
.audit-head-background .data-table thead {
  background: var(--number-background-theme);
}
.audit-head-background.table-container td {
  border-right: none !important;
}
.risk-table-status-padding {
  padding-left: 5rem !important;
}
.ops-bank-table td.bank-run-status-padding,
.ops-bank-table th.bank-run-status-padding {
  padding-left: 4rem !important;
}
.ops-bank-table thead tr:first-child th {
  padding: 1.5rem;
}
.ops-bank-table th {
  font-size: 0.7rem;
  line-height: 0.75rem;
  color: var(--table-theme-text-header) !important;
  text-align: center;
  font-weight: 400 !important;
}
.ops-bank-table td {
  color: var(--secondary-theme-text-color-1);
}
.ops-bank-table .data-table td {
  padding: 1.5rem;
}
.ops-bank-table th {
  background-color: var(--number-background-theme);
}
.ops-bank-table .table-responsive {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ops-bank-table .data-table {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.bank-padding-table .table-container td.data-column {
  padding-left: 10px !important;
}
.data-table .selected-list .c-btn {
  margin-top: 0 !important;
  margin-bottom: 1rem;
}
/* custom circular radio button */
.custom-circular-radio-btn {
  display: block;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.8rem;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-circular-radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
/* .custom-circular-radio-btn:hover input ~ .custom-radio-checkmark {
  background-color: #ccc;
} */
.custom-circular-radio-btn input:checked~.custom-radio-checkmark {
  background-color: var(--text-theme-color-highlight);
  border-color: var(--text-theme-color-highlight);
  box-shadow: 0px 0px 4px var(--text-theme-color-highlight);
}
.custom-radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-circular-radio-btn input:checked~.custom-radio-checkmark:after {
  display: block;
}
.custom-circular-radio-btn .custom-radio-checkmark:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid var(--white);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rebalance-type-select-wrapper ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.rebalance-type-select-wrapper ul li {
  margin-right: 2rem;
}
.rm-client-dropdown .data-table .list-filter .form-control {
  height: 2rem !important;
}
.rebalance-type-select-wrapper.with-border-bottom {
  border-bottom: 1px solid;
  border-bottom-color: var(--theme-light-gray-three);
}
.rebalance-type-select-wrapper.with-border-top {
  border-top: 1px solid;
  border-top-color: var(--theme-light-gray-three);
}
.rebalance-type-select-wrapper:last-child {
  border-bottom: none !important;
}
.rebalance-type-select-wrapper {
  padding: 1rem 0;
}
.modal-header svg {
  width: 1rem;
  height: 1rem;
}
.btn-square {
  padding: 0.7rem;
  min-width: 150px;
  border-radius: 5px !important;
}
.main-page-wrapper {
  padding: 2rem 1.5rem;
}
.page-top-section {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
}
.toggle-reverse {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.onboard-fixed-column table>thead>tr>th:nth-last-child(2),
.onboard-fixed-column table>tbody>tr>td:nth-last-child(1) {
  position: -webkit-sticky !important;
  position: sticky !important;
  right: 0;
  z-index: 8;
}
.box-widget-text-lg {
  font-size: 1.75rem;
}
.box-widget-text-md {
  font-size: 1.25rem;
}
.theme-collapse-section {
  height: 0;
  overflow: hidden;
}
.theme-collape-section-open {
  height: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.onboard-fixed-column table>thead>tr>th:nth-last-child(2) {
  background-color: var(--white);
}
.onboard-two-fixed-column table>tbody:nth-child(even)>tr>td:nth-last-child(1),
.onboard-two-fixed-column table>tbody:nth-child(even)>tr>td:nth-last-child(2) {
  background-color: var(--over-all-body-bg-theme);
}
.onboard-two-fixed-column table>tbody:nth-child(odd)>tr>td:nth-last-child(1),
.onboard-two-fixed-column table>tbody:nth-child(odd)>tr>td:nth-last-child(2) {
  background-color: var(--over-all-background-widget);
}
.subheading-bar {
  width: 1.1rem;
  height: 4px;
  border-radius: 5px;
  overflow: hidden;
}
.theme-secondary-tab-list {
  display: -webkit-inline-box;
  display: inline-flex;
  background: var(--over-all-background-widget);
  box-shadow: 0px 9px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px 10px 0 0;
}
.theme-tab-title {
  font-size: 1rem;
  padding: 1rem 3rem;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 0.6;
}
.theme-tab-title:after {
  content: "";
  height: 6px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0rem 1rem 0 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: var(--text-theme-color-highlight);
  z-index: 1;
}
.theme-tab-title.active:after {
  width: 100%;
}
.theme-tab-title.active {
  opacity: 1;
}
.tab-main-content {
  position: relative;
  margin-top: -10px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.06);
}
/* custom collapse table css start*/
.column-text-td {
  padding: 30px 10px 10px 10px !important;
}
td.column-text-td {
  color: var(--secondary-theme-text-color-1);
}
.column-text {
  color: var(--secondary-theme-text-color-1);
  font-size: 0.75rem !important;
  margin-bottom: 0.6rem;
}
.theme-collapsable-table .data-table-header {
  position: absolute;
  right: 12%;
  top: -50px;
}
.transaction-position {
  position: absolute;
  right: 28px;
}
.theme-collapsable-table .data-table thead {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.theme-collapsable-table tbody td {
  font-family: "Montserrat-medium", sans-serif;
  background-color: #f6f6f6;
  position: relative;
}
.theme-collapsable-inner-table .data-table thead>tr>th {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 100 !important;
}
.action-column {
  background-color: transparent !important;
}
.theme-collapsable-table .data-table tbody>tr>td:first-child {
  padding: 1rem 2rem 1rem 3rem;
}
.theme-collapsable-table .fa-caret-right:before {
  content: "\f054" !important;
}
.theme-collapsable-table .fa-caret-down:before {
  content: "\f078" !important;
}
.theme-collapsable-table .fa {
  margin-top: 10px;
}
.column-call-to-action {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.theme-collapsable-table tbody tr:first-child td:after {
  content: "";
  height: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  display: block;
  background-color: var(--over-all-background-widget);
  z-index: 0;
}
.column-inner-box {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
}
.column-inner-box .column-content-box {
  background-color: var(--over-all-background-widget);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 55px;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0 30px 0 10px;
}
.column-inner-box-first .column-content-box {
  border-radius: 6px 0 0 6px !important;
  padding-left: 30px !important;
}
.column-inner-box-last .column-content-box {
  border-radius: 0 6px 6px 0 !important;
}
.theme-collapsable-table tbody {
  position: relative;
}
.theme-collapsable-table tbody.data-table-row-wrapper:before {
  content: "";
  width: 20px;
  background-color: var(--over-all-background-widget);
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 0;
  z-index: 10;
}
th.column-inner-box {
  padding-right: 30px !important;
}
.column-text-td:nth-last-child(2) {
  padding-right: 0.8rem !important;
}
.tab-section-table {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
  padding-bottom: 1rem;
}
/* .column-call-to-action svg {
  width: .9rem;
} */
.theme-collapsable-inner-table tbody.data-table-row-wrapper:before {
  content: none;
}
.theme-collapsable-inner-table tbody tr:first-child td:after {
  content: none;
}
.theme-collapsable-inner-table .data-table tbody .row-expansion td:first-child {
  padding: 1rem !important;
}
.theme-collapsable-inner-table {
  margin: 0 -1rem !important;
}
.theme-collapsable-inner-table .column-inner-box .column-content-box {
  background-color: transparent !important;
}
.theme-collapsable-inner-table .data-table thead>tr>th {
  padding-top: 0 !important;
}
.theme-collapsable-inner-table .action-column {
  background-color: var(--white);
}
.theme-collapsable-inner-table .data-table tbody>tr>td:first-child .fa {
  display: none;
}
.theme-collapsable-inner-table tbody td {
  padding-top: 7px !important;
}
.visibility-hidden {
  visibility: hidden;
}
.btn-theme-with-icon {
  padding: 0;
  border-radius: 50% !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 10;
}
.theme-collapsable-table button.btn-with-icon-table {
  width: 2.5rem !important;
  height: 2.5rem !important;
  border-radius: 50% !important;
  padding: 0 !important;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: var(--over-all-background-widget) !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15) !important;
}
.theme-collapsable-table .btn-with-icon-table span.data-table-icon-text-color {
  display: none;
}
.theme-collapsable-table .column-selector-button {
  border-radius: 50% !important;
}
.theme-collapsable-table .btn-with-icon-table .fa {
  margin: 0 !important;
  color: var(--primary-theme-text-color-1) !important;
}
.theme-collapsable-inner-table tbody:not(:last-child) td.collapsed-fist-column {
  visibility: hidden;
}
/* custom collapse table css end*/
.modal-body-svg {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.modal-content-text {
  font-size: 1rem;
  color: var(--dark);
}
.country-section-margin-top {
  margin-top: 1.25rem;
}
.file-tooltip .tooltip {
  left: auto !important;
}
.digital-signature-table-wrapper .data-table {
  min-height: 21rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  overflow: auto;
}
.table-container-main .data-table.scroll-top-table thead tr th:nth-child(12) {
  min-width: 9.375rem;
}
.table-container-main .data-table.scroll-top-table tbody:nth-of-type(even) tr {
  background-color: var(--over-all-body-bg-theme) !important;
}
.digital-signature-table-wrapper .list-area div {
  overflow: auto;
  max-height: 7rem !important;
}
.language-arrow .config-drop-down-width .selected-list .c-angle-down svg,
.language-arrow .config-drop-down-width .selected-list .c-angle-up svg {
  stroke: var(--secondary-theme-text-color-1) !important;
  stroke-width: 1rem !important;
  fill: var(--secondary-theme-text-color-1) !important;
}
.custom-content-tables .data-table .form-control {
  background: var(--white) !important;
  padding-left: 10px;
  border-bottom: none !important;
  border-radius: 4px !important;
  padding-right: 10px;
}
.deviation-currency-select-content .selected-list .c-angle-down {
  bottom: 13px;
}
.ops-bank-table.table-container td:nth-child(4),
.ops-bank-table.table-container th:nth-child(5) {
  padding-left: 14px !important;
}
.digital-signature-table-wrapper .data-table .form-control,
.ops-bank-table .data-table .form-control {
  background: var(--white) !important;
  padding-left: 10px;
  border-bottom: none !important;
  border-radius: 4px !important;
}
.rm-client-dropdown .data-table .form-control {
  margin-bottom: 0 !important;
  height: 2.4rem;
}
.rm-client-dropdown .data-table .list-filter .form-control {
  height: 2rem !important;
}
.rm-client-dropdown .data-table .list-filter .c-search {
  top: 9px !important;
}
.rm-client-dropdown .data-table .selected-list .c-btn {
  margin-top: 0 !important;
}
.digital-signature-table-wrapper .data-table .form-control {
  height: 2.25rem;
}
.risk-upload-table .custom-table-dropdown .selected-list .c-btn {
  margin-bottom: 0 !important;
}
.yes-text-font {
  font-size: 0.75rem;
  color: var(--secondary-theme-text-color-1);
}
.form-selected-filed {
  padding: 0.9rem;
  background-color: var(--theme-light-gray-three);
  color: var(--black);
}
.modal-form-selectd-field {
  font-size: 0.7rem;
  border-radius: 3px !important;
}
.field-unit-value {
  font-family: "Montserrat-medium", sans-serif;
}
input.modal-text-input {
  border: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
  border-radius: 5px !important;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
/* .modal-text-input:focus,
.modal-text-input:active {
} */
.col-form-label {
  display: block;
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
  font-size: 0.7rem !important;
  line-height: 1rem !important;
  color: var(--primary-theme-text-color-1);
}
.formio-component-datetime .input-group-append .input-group-text {
  background: url(/assets/images/calender-icon.svg) no-repeat center;
  border: 0 !important;
  border-bottom: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
  background-size: 100% !important;
  border-radius: 0 !important;
  padding: 10px;
}
.formio-component-datetime .fa {
  display: none !important;
}
.has-feedback .form-control {
  padding-left: 10px;
}
.formio-choices.form-group {
  margin-bottom: 0;
  /* border: 1px solid #ccc; */
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 5px;
}
.formio-choices .form-control:focus {
  border-bottom: none !important;
}
/* .dropdown,
.dropleft,
.dropright,
.dropup,
.dropdown:active,
.dropleft:active,
.dropright:active,
.dropup:active {
  border-bottom: 0 !important;
} */
.choices[data-type*="select-one"]::before,
.choices[data-type*="select-one"]::after {
  position: absolute;
  display: block;
  content: "";
  border: 8px solid transparent;
}
.choices[data-type*="select-one"]::before {
  top: 40% !important;
  border-style: solid;
  border-width: 8px;
  border-top-color: var(--theme-light-gray-three) !important;
  height: 0;
  width: 0;
  position: absolute;
  right: 11px;
  margin-top: 0 !important;
  pointer-events: none;
  z-index: 1;
}
.form-control,
.custom-datepicker .mydp,
.custom-daterangepicker .mydrp {
  font-size: 0.85rem !important;
}
.choices[data-type*="select-one"]::after {
  top: 40% !important;
  border-top-color: #fff !important;
  z-index: 2;
  right: 11px;
}
.choices[data-type*="select-one"].is-open:after,
.choices[data-type*="select-one"].is-open:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border-color: transparent;
}
.choices[data-type*="select-one"].is-open:after {
  top: 20% !important;
  border-top-color: #fff !important;
  margin-top: 0 !important;
}
.choices[data-type*="select-one"].is-open:before {
  top: 16% !important;
  border-top-color: var(--theme-light-gray-three) !important;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: var(--text-theme-color-highlight) !important;
  border-color: var(--text-theme-color-highlight) !important;
}
.choices__list--multiple .choices__item {
  background-color: var(--text-theme-color-highlight);
  border: 1px solid;
  border-color: var(--text-theme-color-highlight);
}
.is-open .choices__list--dropdown {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.choices[data-type*="select-one"] .choices__input {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.formio-component-textfield {
  margin-top: 1.1rem !important;
}
.select-checkbox-margin .form-radio .form-check .form-check-input {
  margin-top: 0.1rem;
}
.select-checkbox-margin .formio-component-isPoliticallyExposed .form-radio {
  display: -webkit-box;
  display: flex;
}
.select-checkbox-margin .formio-component-gender .form-radio {
  display: -webkit-box;
  display: flex;
  margin-top: 0.6rem;
}
.select-checkbox-margin .form-radio .form-check .form-check-label {
  margin-right: 10px;
  margin-bottom: 5px;
}
.select-checkbox-margin .formio-component-checkbox .form-check {
  margin-top: 4rem;
}
/* .formio-component-relatedParties_853 .table td,
.formio-component-relatedParties_1524 .table td,
.formio-component-relatedParties_1430 .table td,
.formio-component-relatedParties .table td {
  vertical-align: bottom !important;
} */
.formio-component .table td {
  vertical-align: bottom !important;
}
/* .formio-component-relatedParties_853 .table thead th,
.formio-component-relatedParties_1524 .table thead th,
.formio-component-relatedParties_1430 .table thead th,
.formio-component-relatedParties .table thead th {
  font-size: 0.75rem;
} */
.formio-component .table thead th {
  font-size: 0.75rem;
}
/* .formio-component-relatedParties_853 .table-bordered th,
.formio-component-relatedParties_853 .table-bordered,
.formio-component-relatedParties_1524 .table-bordered th,
.formio-component-relatedParties_1524 .table-bordered,
.formio-component-relatedParties_1430 .table-bordered th,
.formio-component-relatedParties_1430 .table-bordered,
.formio-component-relatedParties .table-bordered,
.formio-component-relatedParties .table-bordered th {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
} */
.formio-component .table-bordered th,
.formio-component .table-bordered {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
/* .formio-component-relatedParties_853 .table th,
.formio-component-relatedParties_1524 .table th,
.formio-component-relatedParties_1430 .table th
.formio-component-relatedParties .table th {
  border-top: 1px solid;
  border-color: var(--theme-light-gray-three);
} */
.formio-component .table th {
  border-top: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.formio-component-financialProductsOfClient .form-radio label::before,
.formio-component-howClientHasManagedAssets .form-radio label::before,
.formio-component-estimatedNetWorthStream .form-radio label::before {
  display: none;
}
.formio-component-financialProductsOfClient .form-check-input,
.formio-component-howClientHasManagedAssets .form-check-input,
.formio-component-estimatedNetWorthStream .form-check-input {
  margin-left: 0;
}
.formio-component-sameAsPermanentAddress span {
  margin-left: 7px;
}
.choices[data-type*="select-multiple"]::before,
.choices[data-type*="select-multiple"]::after {
  position: absolute;
  display: block;
  content: "";
  border: 8px solid transparent;
}
.choices[data-type*="select-multiple"]::before {
  top: 50% !important;
  border-style: solid;
  border-width: 8px;
  border-top-color: var(--theme-light-gray-three) !important;
  height: 0;
  width: 0;
  position: absolute;
  right: 11px;
  margin-top: 0 !important;
  pointer-events: none;
  z-index: 1;
}
.choices[data-type*="select-multiple"]::after {
  top: 45% !important;
  border-top-color: var(--over-all-background-widget) !important;
  z-index: 2;
  right: 11px;
}
.choices[data-type*="select-multiple"].is-open:after,
.choices[data-type*="select-multiple"].is-open:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border-color: transparent;
}
.choices[data-type*="select-multiple"].is-open:after {
  top: 20% !important;
  border-top-color: var(--over-all-background-widget) !important;
  margin-top: 0 !important;
}
.choices[data-type*="select-multiple"].is-open:before {
  top: 16% !important;
  border-top-color: var(--theme-light-gray-three) !important;
}
.formio-component-multiple .choices__input {
  background: var(--over-all-background-widget);
}
.choices__list--multiple .choices__item {
  margin-bottom: 0px;
  margin-top: 6px;
}
.formio-component-radio .form-check-label {
  position: relative !important;
}
.formio-component-radio .form-check-input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.formio-component-radio .form-check-label span {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  color: var(--secondary-theme-text-color-1);
  min-width: 100px;
  font-size: 0.7rem;
  padding: 0.35rem 0.7rem;
  display: block;
  text-align: center;
}
.formio-component-radio input[type="radio"].form-check-input:checked+span {
  color: var(--text-theme-color-highlight) !important;
  border-color: var(--text-theme-color-highlight);
}
.formio-component-radio .form-check-input {
  margin-left: 0;
}
.formio-component-radio .form-check {
  padding-left: 0;
}
.formio-component-radio .form-radio {
  display: -webkit-box;
  display: flex;
  flex-flow: wrap !important;
}
.formio-component-countryOfFiscalResidence .col-form-label {
  margin-bottom: 0.75rem !important;
}
.formio-component-clientBuySellFrequency .form-radio .form-check,
.formio-component-activeYearsInMarket .form-radio .form-check,
.formio-component-knowledgeOfMarkets .form-radio .form-check,
.formio-component-annualRegularIncomeStream .form-radio .form-check,
.formio-component-annualRegularIncome .form-radio .form-check,
.formio-component-estimatedNetWorth .form-radio .form-check,
.formio-component-positionOfPEP .form-radio .form-check {
  margin-bottom: 10px;
}
.formio-component-selectboxes .form-check {
  padding-left: 0 !important;
}
.formio-component-selectboxes .form-check-label {
  position: relative;
}
.formio-component-selectboxes .form-check-input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.formio-component-selectboxes .form-check-label span {
  min-width: 100px;
  font-size: 0.7rem;
  padding: 0.35rem 0.7rem;
  display: block;
  text-align: center;
}
.formio-component-selectboxes input[type="checkbox"].form-check-input:checked+span {
  color: var(--text-theme-color-highlight) !important;
  border-color: var(--text-theme-color-highlight);
}
.formio-component-selectboxes .form-check-label span {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  color: var(--secondary-theme-text-color-1);
}
.formio-component-selectboxes .form-radio {
  display: -webkit-box;
  display: flex;
  flex-flow: wrap !important;
}
.formio-component-selectboxes .form-radio .form-check {
  margin-bottom: 10px;
}
.choices__list--multiple .choices__item {
  border-radius: 20px;
}
/* css for onboarding-flow-image */
/* .steps-item .steps-icon {
  border: 1px solid;
  border-color: var(--text-theme-color-highlight);
}

.steps-item::after {
  background-color: var(--text-theme-color-highlight);
} */
/* .formio-button-remove-row .fa-times-circle-o:before {
  display: none !important;
} */
/* .formio-component-relatedParties_853  .formio-button-remove-row::before,
.formio-component-relatedParties_1524 .formio-button-remove-row::before,
.formio-component-relatedParties_1430 .formio-button-remove-row::before,
.formio-component-relatedParties .formio-button-remove-row::before {
  content: 'x' !important;
  color: #fff;
  bottom: 13px;
  position: absolute;
  left: 21px;
  font-size: 1rem;
} */
.formio-component .formio-button-remove-row::before {
  content: "x" !important;
  color: #fff;
  bottom: 13px;
  position: absolute;
  left: 21px;
  font-size: 1rem;
}
/* .formio-component-relatedParties_853 .fa-times-circle-o::before,
.formio-component-relatedParties_1524 .fa-times-circle-o::before,
.formio-component-relatedParties_1430 .fa-times-circle-o::before,
.formio-component-relatedParties .formio-button-remove-row .fa-times-circle-o::before {
  display: none !important;
} */
.formio-component .fa-times-circle-o::before {
  display: none !important;
}
/* .formio-component-relatedParties_853 .formio-button-remove-row,
.formio-component-relatedParties_1524 .formio-button-remove-row,
.formio-component-relatedParties_1430 .formio-button-remove-row,
.formio-component-relatedParties .formio-button-remove-row {
  border-radius: 50% !important;
  height: 25px !important;
  width: 25px !important;
} */
.formio-component .formio-button-remove-row {
  border-radius: 50% !important;
  height: 25px !important;
  width: 25px !important;
}
.form-control.is-invalid {
  background-image: none;
}
.form-control.is-invalid:focus {
  box-shadow: none;
}
.alert-danger {
  display: none;
}
.formio-error-wrapper {
  background: none;
  padding: 0 !important;
}
/* .formio-component-relatedParties_853 .table .formio-button-add-row,
.formio-component-relatedParties_1524 .table .formio-button-add-row,
.formio-component-relatedParties_1430 .table .formio-button-add-row,
.formio-component-relatedParties .table .formio-button-add-row {
  border-radius: 2.5rem !important;
  min-width: 9.0625rem;
  min-height: 2.5rem;
  background: var(--text-theme-color-highlight) !important;
  color: var(--white) !important;
  border: none;
} */
.formio-component .table .formio-button-add-row {
  border-radius: 2.5rem !important;
  min-width: 9.0625rem;
  min-height: 2.5rem;
  background: var(--text-theme-color-highlight) !important;
  color: var(--white) !important;
  border: none;
}
.formio-component-multiple .form-control .choices__input {
  padding: 0;
  margin-bottom: 0;
  margin-left: 8px;
}
.formio-component-multiple .form-control .choices__list--multiple .choices__item {
  margin-top: 0;
  margin-bottom: 5px;
}
.nav-tab-section .nav-tabs {
  border-bottom: none;
}
.nav-tab-section .nav-item .nav-link {
  color: var(--secondary-header-theme) !important;
  font-size: 1rem;
  padding: 0.6rem 2rem !important;
}
/* padding: 1rem 1.875rem 0.875rem 2rem; */
.formio-component-textarea .ck-editor__main .ck-editor__editable {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  box-shadow: none !important;
  color: var(--secondary-theme-text-color-1);
}
.formio-component-textarea .ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
  border-color: var(--theme-light-gray-three) !important;
}
.formio-component-select .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: var(--number-background-theme) !important;
}
.formio-component-select .choices__list--dropdown .choices__item {
  color: var(--primary-theme-text-color-1);
}
.formio-component-addJointHolder .btn-primary {
  border-radius: 2.5rem !important;
  min-width: 9.0625rem;
  min-height: 2.5rem;
  background: var(--text-theme-color-highlight) !important;
  color: var(--white) !important;
  border: none;
}
.formio-errors .error {
  font-size: 0.65rem;
}
.step-form-onboard-edit {
  /* overflow-y: auto; */
  overflow-x: hidden;
  max-height: 552px;
}
.step-form-onboard-edit .address-details .formio-component-textarea.has-feedback .ck-editor__main .ck-editor__editable {
  min-height: 475px !important;
  max-height: 475px;
  overflow-y: auto;
}
/* .formio-component-ddfReasonForChangeOfClientClassification textarea,
.formio-component-ddfReasonForChangeOfClientClassification textarea:focus,
.formio-component-ddfInternalRiskComments textarea,
.formio-component-ddfInternalRiskComments textarea:focus,
.formio-component-ddfAMLCommentsAndRemarks textarea,
.formio-component-ddfAMLCommentsAndRemarks textarea:focus,
.formio-component-ddUboCommentsAndRemarks textarea:focus,
.formio-component-ddUboCommentsAndRemarks textarea {
  border: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
} */
.formio-component-textarea textarea,
.formio-component-textarea textarea:focus {
  border: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
}
.dropdown-with-shadow .selected-list .c-btn {
  border: 0 !important;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15) !important;
}
.dropdown-with-shadow .selected-list .c-angle-down {
  bottom: 14px !important;
}
.dropdown-with-shadow .selected-list .c-angle-up {
  top: 14px !important;
}
input.modal-text-input.disabled {
  background-color: var(--theme-light-gray-three) !important;
}
.modal-form-seperate {
  border-top: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
  padding: 0.6rem 0;
}
.dropdown-with-shadow .list-filter {
  border-bottom: none !important;
}
.client-mapping-table-dropdown .table-responsive {
  overflow-x: initial;
}
.custom-content-tables.ops-service-mapping .ops-service-action-padding {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.onboard-padding .table-container td.data-column {
  padding-left: 1.4rem !important;
}
.onboard-fixed-column table>thead>tr>th:nth-last-child(2),
.onboard-fixed-column table>tbody>tr>td:nth-last-child(1) {
  position: -webkit-sticky !important;
  position: sticky !important;
  right: 0;
  z-index: 8;
}
/* .onboard-two-fixed-column table > thead > tr > th:nth-last-child(3) {
  position: -webkit-sticky !important;
  position: sticky !important;
  right: 100px;
  z-index: 7;
} */
.onboard-fixed-column table>thead>tr>th:nth-last-child(2) {
  background-color: var(--white);
}
.onboard-two-fixed-column table>tbody:nth-child(even)>tr>td:nth-last-child(1),
.onboard-two-fixed-column table>tbody:nth-child(even)>tr>td:nth-last-child(2) {
  background-color: var(--over-all-body-bg-theme);
}
.onboard-two-fixed-column table>tbody:nth-child(odd)>tr>td:nth-last-child(1),
.onboard-two-fixed-column table>tbody:nth-child(odd)>tr>td:nth-last-child(2) {
  background-color: var(--over-all-background-widget);
}
.onboard-padding .table-container td.data-column.modify-padding-left,
.onboard-padding .table-container .modify-padding-left {
  padding-left: 3rem !important;
}
.onboard-padding .table-container tbody:nth-of-type(odd),
.bank-padding-table .table-container tbody:nth-of-type(odd) {
  background-color: var(--over-all-body-bg-theme) !important;
}
.message-popup-position.message {
  top: 35px !important;
}
.currency-search-content {
  max-width: 25rem;
}
.currency-search-content .form-control {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 300;
  height: 100%;
  padding: 0.75rem 2rem 0.75rem 0.8rem !important;
}
.currency-search-content .form-control:focus {
  border: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
}
.currency-search-content .search-icon {
  position: absolute;
  top: -2px;
  left: auto;
  bottom: 0;
  width: 0.9375rem;
  height: 0.875rem;
  margin: auto;
  color: var(--primary-theme-text-color-1);
  font-size: 1.0625rem;
  /* right: auto; */
}
.currency-search-content .form-control {
  border-radius: 5px;
  font-size: 0.875rem;
  line-height: 1rem;
  border: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
}
.custom-content-tables.investment-tenure .padding-right-tenure {
  padding-right: 3rem !important;
}
.btn-scenerio {
  width: 100%;
  display: -webkit-box;
  display: flex;
  color: var(--primary-theme-text-color-1);
}
/* .custom-select-container.btn-scenerio::after {
  position: absolute;
  left: 10px;
  color: var(--primary-theme-text-color-1);
  right: auto;
  content: '';
  background-image: url(assets/images/dropdown-icon.svg);
  background-repeat: no-repeat;
  display: block;
  height: 10px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--primary-theme-text-color-1);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  right: 0.9rem;
  top: 19px;
}

.custom-select-container.btn-scenerio:hover {
  color: none;
  background-color: none;
  border-color: none;
}

.custom-select-container.btn-scenerio {
  border: none;
  background: var(--over-all-body-bg-theme);
  padding: 0.95rem 2.25rem;
  border-radius: 4px !important;
}

.custom-select-container.btn:hover {
  color: var(--primary-theme-text-color-1) !important;
} */
.scenario-table.custom-content-tables thead tr:first-child th {
  padding: 1rem !important;
  padding-left: 1.5rem !important;
}
.scenario-table.custom-content-tables .data-table td {
  padding: 0.75rem !important;
  padding-left: 1.5rem !important;
}
.scenario-table.custom-content-tables .data-table {
  border: none;
}
.custom-content-tables.scenario-table.date-creation-padding .date-padding-left {
  padding-left: 3rem !important;
}
.card.scenerio-card {
  border: none !important;
}
.circular-icon-button .icon-height {
  height: 14px !important;
}
.accordion-content .card .card-header .btn-link {
  width: 100%;
  padding: 0.95rem 2.65rem;
  border-radius: 4px !important;
  color: var(--primary-theme-text-color-1);
  font-size: 0.75rem !important;
  text-decoration: none;
  display: -webkit-box;
  display: flex;
}
.accordion-content .card .card-header .btn-link::after {
  right: auto;
  left: 13px;
  top: 17px;
}
.accordion-content .card {
  border: none;
  margin-bottom: 1rem;
}
.accordion-content .card .card-header .btn-link::after {
  color: var(--primary-theme-text-color-1);
}
.accordion-content .card-header {
  border-bottom: none;
  padding: 0;
  background: var(--over-all-body-bg-theme);
}
.accordion-content .card .card-header .btn-link.collapsed::after {
  -webkit-transform: rotate(-80deg);
  transform: rotate(-80deg);
}
.accordion-content .card .card-header .btn-link::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  font-size: 0.7rem;
}
/* .accordion-content .card .card-header .btn-link.collapsed {
  background: var(--over-all-body-bg-theme);
} */
.accordion-content .card-header .btn-link .collapse.show .card {
  background: var(--over-all-background-widget);
  box-shadow: 0px 0px 4px 4px rgba(216, 216, 216, 0.25);
  border-radius: 4px;
}
.accordion-content .card-body {
  padding: 1rem;
}
.account-drop-down-list .dropdown-list ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.active-content-accordion .card-header {
  background: var(--over-all-background-widget);
}
.active-content-accordion {
  box-shadow: 0px 0px 4px 4px rgba(216, 216, 216, 0.25);
  border-radius: 4px;
}
.client-confirm-popup {
  padding: 2rem 2.5rem;
}
.client-confirm-body .progress {
  min-width: 5.4375rem;
  height: 8px;
  margin-right: 4px;
}
.client-confirm-body .progress .progress-bar {
  width: 25%;
  border-radius: 2px;
}
.client-confirm-body .doc-upload-progress .progress .progress-bar {
  background: var(--text-theme-color-highlight) !important;
}
.confirm-textarea {
  border: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
  padding: 0.625rem 1rem;
  border-radius: 2px;
  font-size: 0.875rem !important;
  line-height: 1.0625rem;
  color: var(--secondary-theme-text-color-1);
}
.confirm-modal-footer {
  margin-top: 2.25rem;
  padding-top: 1.5625rem;
  border-top: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.confirm-header-title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 0.95rem;
  color: var(--secondary-theme-text-color-1);
}
.confirm-textarea:focus {
  border: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
}
.confirm-doc-name {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: var(--secondary-theme-text-color-1);
}
.confirm-textarea::-webkit-input-placeholder {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.confirm-textarea::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.confirm-textarea::-ms-input-placeholder {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.confirm-textarea::placeholder {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.confirm-date-picker-content {
  background: var(--over-all-background-widget);
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 4px;
  height: 2.1875rem;
}
.confirm-date-picker-content .selectiongroup .selbtngroup {
  padding-top: 0;
}
.confirm-date-picker-content.dashboard-datepicker-content .selectiongroup .selection {
  height: 2.125rem !important;
}
.btn.btn-theme.confirm-save-width {
  min-width: 5rem !important;
}
.btn.btn-theme.confirm-saved-width {
  min-width: 8rem !important;
}
.confirm-text-theme {
  color: var(--table-theme-text-header);
  font-size: 0.875rem;
}
.confirm-doc-upload {
  border-radius: 1px;
  padding: 5px 12px;
  margin: 0 16px;
  position: absolute;
  left: 0;
  right: 16%;
  bottom: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.filter-icon-confirm-attach:hover {
  box-shadow: none !important;
}
.existing-scenerio-box-padding {
  padding: 1.5rem 2.5rem;
}
.accordion-content .table-container .data-table-pagination {
  display: none !important;
}
.btn-width-create {
  min-width: 6rem !important;
}
.accordion-content .card .card-header .btn-link {
  white-space: normal;
  text-align: left;
}
.place-btn-width {
  min-width: 5rem !important;
  min-height: 2.5rem !important;
}
.rebalance-container {
  padding: 1.6rem;
}
.rebalance-container .c-btn {
  min-height: 2.5rem;
}
.bottom-margin-label {
  margin-bottom: 1rem !important;
}
.rebalance-container .theme-input {
  min-height: 2.5rem !important;
  font-size: 0.875rem !important;
  padding-left: 9px !important;
}
.rebalance-container .c-btn span {
  font-size: 0.875rem !important;
}
.rebalance-container .selected-list .c-angle-down {
  bottom: 0.9375rem;
}
.rebalance-container .form-group .form-label {
  font-size: 0.85rem;
}
.rebalance-container .theme-input:focus {
  border: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
}
.rebalance-header-title {
  font-size: 1rem;
  line-height: 1.5rem;
}
.rebalance-section-header-title {
  font-size: 1rem;
  line-height: 0.95rem;
  margin-bottom: 0.8rem;
}
.trade-fund-rebalance {
  font-size: 1rem;
}
.isin-text {
  font-size: 0.8rem;
  background: var(--table-theme-odd-background);
  padding: 0.5rem 0.875rem;
  border-radius: 4px;
}
.rebalance-fund-block {
  background: var(--over-all-body-bg-theme);
  padding: 1.125rem;
  border-radius: 4px;
}
.badge-margin-top {
  margin-top: 2rem;
}
.order-widget {
  padding: 1rem 1rem;
  cursor: pointer;
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.order-text-heading {
  font-size: 0.875rem;
  color: var(--secondary-theme-text-color-1);
}
.order-label-text {
  color: var(--secondary-header-theme);
  font-size: 0.875rem;
  margin-bottom: 4px;
}
.order-label-header {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: var(--table-theme-text-header);
}
.order-widget-active {
  background: var(--number-background-theme);
  border-left: 5px solid;
  border-color: var(--text-theme-color-highlight);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.order-widget-margin {
  margin-left: 5px;
}
.box-border-radius {
  border-radius: 4px !important;
}
.box-max-height {
  max-height: 38rem;
  min-height: 38rem;
  overflow-y: auto;
}
.order-box-padding {
  padding-right: 5px;
  padding-bottom: 0.625rem;
  padding-top: 1.125rem;
}
.over-all-box-shadow .order-box-padding .box-max-height::-webkit-scrollbar {
  width: 0.625rem !important;
}
.place-order-footer {
  background: var(--over-all-background-widget);
  box-shadow: 0px -5px 4px rgba(160, 160, 160, 0.25);
  position: fixed;
  bottom: 0;
  width: 100%;
}
.over-all-box-shadow .order-box-padding .box-max-height .order-widget-margin:last-child .order-widget {
  border-bottom: none;
}
.comment-icon svg {
  width: 14px !important;
  height: 14px !important;
}
.date-number {
  font-size: 12px;
  line-height: 12px;
  color: var(--secondary-theme-text-color-1);
}
.date-text {
  font-size: 11px;
  line-height: 10px;
  color: var(--table-theme-text-header);
}
.confirm-date-content {
  background: var(--over-all-body-bg-theme);
  width: 140px;
  padding: 10px;
  border-radius: 4px;
}
.comment-popup-section {
  min-width: 18rem;
  padding: 13px 9px 13px 13px;
  box-shadow: 0px 0px 11px 4px rgba(0, 116, 197, 0.08);
  -webkit-box-shadow: 0px 0px 11px 4px rgba(0, 116, 197, 0.08);
  border-radius: 2px;
  background: var(--over-all-background-widget);
}
.comment-boxshadow {
  border: none;
}
.comment-boxshadow .popover-body {
  min-width: 18rem !important;
}
.confirm-client-text {
  font-size: 0.75rem;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 3px;
}
.attach-section-pdf {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 4px;
  box-shadow: 0px 4px 4px rgba(224, 224, 224, 0.25);
  -webkit-box-shadow: 0px 4px 4px rgba(224, 224, 224, 0.25);
  max-width: 150px;
  padding: 1px;
  padding: 5px 5px 5px 10px;
  min-width: 150px;
}
.attach-section-pdf span {
  font-size: 11px;
  line-height: 21px;
  padding-left: 5px;
  color: var(--table-theme-text-header);
}
.mydrp .selecteddaybegin,
.mydrp .selecteddayend {
  background-color: var(--text-theme-color-highlight) !important;
  color: var(--white) !important;
}
.mydrp .range {
  background-color: var(--export-theme-background-icon) !important;
  opacity: 0.7;
}
.dashboard-datepicker .mydrp .alignselectorright {
  right: -10px !important;
}
.checkmark-width {
  width: 17px !important;
}
.container-radio .checkmark-radio-deviation.check-radio-left::after {
  left: 3px !important;
}
.check-radio-left {
  width: 17px !important;
}
.table-container .data-table .rule-type-paading {
  padding-left: 2rem !important;
}
.small-dot-width {
  width: 8px !important;
  height: 8px !important;
}
.medium-dot-width {
  width: 12px !important;
  height: 12px !important;
}
.tab-main-content .search-container .form-control:focus {
  border: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
}
.last-max-width {
  max-width: 12.5rem;
}
.last-background-content {
  background: var(--fund-tabs-text-two);
  border-radius: 4px;
  padding: 0.1rem 0.65rem;
}
.horizon-line {
  border: 0.5px solid;
  border-color: var(--primary-theme-text-color-1);
  width: 40px;
}
.horizon-line.horizon-line-width {
  width: 5px !important;
}
.theme-tab-title.theme-tab-title-padding {
  padding: 1rem 2rem !important;
}
.table-container .data-table .dev-display-alignment span div {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 10px;
}
.tab-section-table .units-padding-right {
  padding-right: 4rem !important;
}
.tab-section-table .column-text-td.trnx-padding {
  padding-right: 2rem !important;
}
.join-meeting-content .form-group .input-text-field {
  padding: 0.7rem 0.5rem !important;
}
.start-btn-width .btn.btn-theme {
  min-width: 7rem !important;
  font-size: 0.875rem !important;
}
.start-meeting-background {
  background: var(--over-all-background-widget);
  border-radius: 4px;
}
.no-meeting-text {
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  color: var(--secondary-theme-text-color-1);
}
.no-meeting-background {
  background: var(--over-all-background-widget);
  border-radius: 4px;
  padding: 2.5rem 1rem;
}
.spinner-background {
  color: var(--text-theme-color-highlight);
  width: 3rem;
  height: 3rem;
}
.start-meeting-content {
  background: url('meeting-background.6781aa7780357abcfad3.png');
  background-repeat: no-repeat;
  height: 100vh;
  overflow-y: auto;
  background-size: cover;
}
.start-meeting-content-position {
  -webkit-transform: translate(0%, 40%) !important;
  transform: translate(0%, 40%) !important;
}
/* css-new-checkmark */
.meeting-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--primary-theme-text-color-1);
}
/* Hide the browser's default checkbox */
.meeting-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.meeting-checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 4px;
}
/* On mouse-over, add a grey background color */
/* .meeting-container:hover input ~ .meeting-checkmark {
  background-color: #ccc;
} */
/* When the checkbox is checked, add a blue background */
.meeting-container input:checked~.meeting-checkmark {
  background-color: var(--text-theme-color-highlight) !important;
}
/* Create the checkmark/indicator (hidden when not checked) */
.meeting-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.meeting-container input:checked~.meeting-checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.meeting-container .meeting-checkmark:after {
  left: 6px;
  top: 1px;
  width: 6px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.start-text-padding {
  padding: 1.5rem 2rem 0rem 2rem;
}
.branch-info-dd .c-btn span {
  font-size: 0.85rem !important;
}
/* new form io fields style */
.col-form-label {
  display: block;
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
  font-size: 0.7rem !important;
  line-height: 1rem !important;
  color: var(--primary-theme-text-color-1);
}
.formio-component-datetime .input-group-append .input-group-text {
  background: url(/assets/images/calender-icon.svg) no-repeat center;
  border: 0 !important;
  border-bottom: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
  background-size: 100% !important;
  border-radius: 0 !important;
  padding: 10px;
}
.formio-component-datetime .fa {
  display: none !important;
}
.has-feedback .form-control {
  padding-left: 10px;
}
.formio-choices.form-group {
  margin-bottom: 0;
  /* border: 1px solid #ccc; */
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 5px;
}
.formio-choices .form-control:focus {
  border-bottom: none !important;
}
/* .dropdown,
.dropleft,
.dropright,
.dropup,
.dropdown:active,
.dropleft:active,
.dropright:active,
.dropup:active {
  border-bottom: 0 !important;
} */
.choices[data-type*="select-one"]::before,
.choices[data-type*="select-one"]::after {
  position: absolute;
  display: block;
  content: "";
  border: 8px solid transparent;
}
.choices[data-type*="select-one"]::before {
  top: 40% !important;
  border-style: solid;
  border-width: 8px;
  border-top-color: var(--theme-light-gray-three) !important;
  height: 0;
  width: 0;
  position: absolute;
  right: 11px;
  margin-top: 0 !important;
  pointer-events: none;
  z-index: 1;
}
.form-control,
.custom-datepicker .mydp,
.custom-daterangepicker .mydrp {
  font-size: 0.85rem !important;
}
.choices[data-type*="select-one"]::after {
  top: 40% !important;
  border-top-color: #fff !important;
  z-index: 2;
  right: 11px;
}
.choices[data-type*="select-one"].is-open:after,
.choices[data-type*="select-one"].is-open:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border-color: transparent;
}
.choices[data-type*="select-one"].is-open:after {
  top: 20% !important;
  border-top-color: #fff !important;
  margin-top: 0 !important;
}
.choices[data-type*="select-one"].is-open:before {
  top: 16% !important;
  border-top-color: var(--theme-light-gray-three) !important;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: var(--text-theme-color-highlight) !important;
  border-color: var(--text-theme-color-highlight) !important;
}
.choices__list--multiple .choices__item {
  background-color: var(--text-theme-color-highlight);
  border: 1px solid;
  border-color: var(--text-theme-color-highlight);
}
.is-open .choices__list--dropdown {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.choices[data-type*="select-one"] .choices__input {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.formio-component-textfield {
  margin-top: 1.1rem !important;
}
.select-checkbox-margin .form-radio .form-check .form-check-input {
  margin-top: 0.1rem;
}
.select-checkbox-margin .formio-component-isPoliticallyExposed .form-radio {
  display: -webkit-box;
  display: flex;
}
.select-checkbox-margin .formio-component-gender .form-radio {
  display: -webkit-box;
  display: flex;
  margin-top: 0.6rem;
}
.select-checkbox-margin .form-radio .form-check .form-check-label {
  margin-right: 10px;
}
.select-checkbox-margin .formio-component-checkbox .form-check {
  margin-top: 4rem;
}
.formio-component-relatedParties .table td {
  vertical-align: bottom !important;
}
.formio-component-relatedParties .table thead th {
  font-size: 0.75rem;
}
.formio-component-relatedParties .table-bordered,
.formio-component-relatedParties .table-bordered th {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.formio-component-relatedParties .table th {
  border-top: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.formio-component-financialProductsOfClient .form-radio label::before,
.formio-component-howClientHasManagedAssets .form-radio label::before,
.formio-component-estimatedNetWorthStream .form-radio label::before {
  display: none;
}
.formio-component-financialProductsOfClient .form-check-input,
.formio-component-howClientHasManagedAssets .form-check-input,
.formio-component-estimatedNetWorthStream .form-check-input {
  margin-left: 0;
}
.formio-component-sameAsPermanentAddress span {
  margin-left: 7px;
}
.choices[data-type*="select-multiple"]::before,
.choices[data-type*="select-multiple"]::after {
  position: absolute;
  display: block;
  content: "";
  border: 8px solid transparent;
}
.choices[data-type*="select-multiple"]::before {
  top: 50% !important;
  border-style: solid;
  border-width: 8px;
  border-top-color: var(--theme-light-gray-three) !important;
  height: 0;
  width: 0;
  position: absolute;
  right: 11px;
  margin-top: 0 !important;
  pointer-events: none;
  z-index: 1;
}
.choices[data-type*="select-multiple"]::after {
  top: 45% !important;
  border-top-color: var(--over-all-background-widget) !important;
  z-index: 2;
  right: 11px;
}
.choices[data-type*="select-multiple"].is-open:after,
.choices[data-type*="select-multiple"].is-open:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border-color: transparent;
}
.choices[data-type*="select-multiple"].is-open:after {
  top: 20% !important;
  border-top-color: var(--over-all-background-widget) !important;
  margin-top: 0 !important;
}
.choices[data-type*="select-multiple"].is-open:before {
  top: 16% !important;
  border-top-color: var(--theme-light-gray-three) !important;
}
.formio-component-multiple .choices__input {
  background: var(--over-all-background-widget);
}
.choices__list--multiple .choices__item {
  margin-bottom: 0px;
  margin-top: 6px;
}
.formio-component-radio .form-check-label {
  position: relative !important;
}
.formio-component-radio .form-check-input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.formio-component-radio .form-check-label span {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  color: var(--secondary-theme-text-color-1);
  min-width: 100px;
  font-size: 0.7rem;
  padding: 0.35rem 0.7rem;
  display: block;
  text-align: center;
}
.formio-component-radio input[type="radio"].form-check-input:checked+span {
  color: var(--text-theme-color-highlight) !important;
  border-color: var(--text-theme-color-highlight);
}
.formio-component-radio .form-check-input {
  margin-left: 0;
}
.formio-component-radio .form-check {
  padding-left: 0;
}
.formio-component-radio .form-radio {
  display: -webkit-box;
  display: flex;
  flex-flow: wrap !important;
}
.formio-component-countryOfFiscalResidence .col-form-label {
  margin-bottom: 0.75rem !important;
}
.container-radio .checkmark-radio-deviation.check-radio-left::after {
  left: 4px !important;
}
.formio-component-clientBuySellFrequency .form-radio .form-check,
.formio-component-activeYearsInMarket .form-radio .form-check,
.formio-component-knowledgeOfMarkets .form-radio .form-check,
.formio-component-annualRegularIncomeStream .form-radio .form-check,
.formio-component-annualRegularIncome .form-radio .form-check,
.formio-component-estimatedNetWorth .form-radio .form-check,
.formio-component-positionOfPEP .form-radio .form-check {
  margin-bottom: 10px;
}
.formio-component-selectboxes .form-check {
  padding-left: 0 !important;
}
.formio-component-selectboxes .form-check-label {
  position: relative;
}
.formio-component-selectboxes .form-check-input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.formio-component-selectboxes .form-check-label span {
  min-width: 100px;
  font-size: 0.7rem;
  padding: 0.35rem 0.7rem;
  display: block;
  text-align: center;
}
.formio-component-selectboxes input[type="checkbox"].form-check-input:checked+span {
  color: var(--text-theme-color-highlight) !important;
  border-color: var(--text-theme-color-highlight);
}
.formio-component-selectboxes .form-check-label span {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  color: var(--secondary-theme-text-color-1);
}
.formio-component-selectboxes .form-radio {
  display: -webkit-box;
  display: flex;
  flex-flow: wrap !important;
}
.formio-component-selectboxes .form-radio .form-check {
  margin-bottom: 10px;
}
.choices__list--multiple .choices__item {
  border-radius: 20px;
}
/* css for onboarding-flow-image */
/* .steps-item .steps-icon {
  border: 1px solid;
  border-color: var(--text-theme-color-highlight);
}

.steps-item::after {
  background-color: var(--text-theme-color-highlight);
} */
/* .formio-button-remove-row .fa-times-circle-o:before {
  display: none !important;
} */
.formio-component-relatedParties .formio-button-remove-row::before {
  content: "x" !important;
  color: #fff;
  bottom: 13px;
  position: absolute;
  left: 21px;
  font-size: 1rem;
}
.formio-component-relatedParties .formio-button-remove-row .fa-times-circle-o::before {
  display: none !important;
}
.formio-component-relatedParties .formio-button-remove-row {
  border-radius: 50% !important;
  height: 25px !important;
  width: 25px !important;
}
.form-control.is-invalid {
  background-image: none;
}
.form-control.is-invalid:focus {
  box-shadow: none;
}
.alert-danger {
  display: none;
}
.formio-error-wrapper {
  background: none;
  padding: 0 !important;
}
.blink {
  -webkit-animation: blinker 1.5s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
          animation: blinker 1.5s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.sa-pii-tables .table-container .custom-multiselect .cuppa-dropdown .selected-list .c-btn span {
  white-space: nowrap;
  width: 9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.sa-pii-tables .table-container .data-table {
  min-height: 17rem;
}
.sa-pii-tables .list-area div {
  max-height: 7rem !important;
}
.nav-tab-section .nav-tabs {
  border-bottom: none;
}
.nav-tab-section .nav-item .nav-link {
  color: var(--secondary-header-theme) !important;
  font-size: 1rem;
  padding: 1rem 1.875rem 0.875rem 2rem;
}
.nav-tab-section .nav-item {
  background: var(--over-all-background-widget);
}
.nav-tab-section .nav-item:first-child {
  border-top-left-radius: 10px;
}
.nav-tab-section .nav-item:last-child {
  border-top-right-radius: 10px;
}
.nav-tab-section .nav-item:first-child a {
  padding: 1rem 1.875rem 0.875rem 1.5625rem;
}
.nav-tab-section .nav-item:last-child a {
  padding: 1rem 2.1875rem 0.875rem 2.5rem;
}
.nav-tab-section .first-child-active:after {
  content: "";
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0rem 1rem 0 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: var(--text-theme-color-highlight);
  z-index: 1;
}
.nav-tab-section .middle-child-active:after {
  content: "";
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 1rem 1rem 0 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: var(--text-theme-color-highlight);
  z-index: 1;
}
.nav-tab-section .last-child-active:after {
  content: "";
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 1rem 0rem 0 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: var(--text-theme-color-highlight);
  z-index: 1;
}
.nav-tab-section .nav-tabs .nav-link.active {
  color: var(--secondary-theme-text-color-1) !important;
}
.revenue-tab-contents {
  background: var(--over-all-background-widget);
  border-radius: 0px 17px 17px 17px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.circular-icon-button.icon-width-svg svg {
  width: 1rem;
  height: 0.75rem;
}
.revenue-tab-contents .tab-pane .custom-content-tables {
  padding: 1rem 1.5rem;
}
.popup-content-section {
  padding: 1rem 1.5rem;
}
.edit-section-content,
.view-section-content {
  padding: 1rem 1.5rem;
}
.form-input-field {
  width: 100%;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 4px;
  padding: 0.62rem 1rem;
  font-size: 0.75rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.angular-min-height .selected-list .c-angle-down {
  bottom: 14px;
}
.angular-min-height .selected-list .c-btn {
  min-height: 2.8125rem !important;
  margin-top: 0 !important;
}
.select-option-content .currency-select a.dropdown-toggle {
  padding: 12px 20px 12px 12px !important;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--theme-light-gray) !important;
}
.select-option-content .currency-select a.dropdown-toggle:hover {
  color: var(--theme-light-gray) !important;
}
.select-option-content .currency-select a.dropdown-text-active {
  color: var(--secondary-theme-text-color-1) !important;
}
.select-option-content .currency-select a.dropdown-text-active:hover {
  color: var(--secondary-theme-text-color-1) !important;
}
.select-option-content .custom-select-container::after {
  top: 15px !important;
}
.revenue-tab-contents .table-container.custom-content-tables .created-padding-right {
  padding-right: 3rem !important;
}
.external-text {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  margin-right: 0.625rem;
  margin-top: 0.125rem;
  color: var(--primary-theme-text-color-1);
}
.highlighted-with-dark {
  color: var(--secondary-theme-text-color-1) !important;
}
.toggle-content-margin {
  margin-bottom: 0.125rem;
  margin-top: 0.8125rem;
}
.select-option-content .custom-select-container {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.select-option-content .search-container-input {
  padding: 1.125rem 0.9375rem 0px 0.625rem;
  min-width: 8rem !important;
}
.select-option-content .search-container-input .form-control {
  font-size: 0.75rem;
  line-height: 1rem;
  border-radius: 0;
  padding-left: 1.75rem;
  padding: 0.2rem 0.25rem 0.2rem 2rem;
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.select-option-content .search-bar-icon-input {
  position: absolute;
  top: 26px;
  left: 15px;
  width: 0.9375rem;
  height: 0.9375rem;
}
.select-search-option-content .custom-select-container .dropdown-menu.show ul {
  max-height: 9.375rem;
  overflow: auto;
  z-index: 1;
}
.select-search-option-content .currency-select .dropdown-menu.show {
  overflow: hidden;
  max-height: none;
}
.select-option-content .currency-select .selected-curves-list li a,
.select-option-content .currency-select .selected-curves-list ul li a {
  padding: 0.5rem 1.25rem 0.5rem 0.75rem !important;
}
/* The container */
.container-radio-content {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  font-size: 0.75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right: 1.5rem;
  color: var(--table-theme-text-header);
}
/* Hide the browser's default radio button */
.container-radio-content input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.125rem;
  width: 1.125rem;
  background-color: var(--over-all-background-widget);
  border-radius: 50%;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.container-radio-content input:checked~.checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.container-radio-content .checkmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--text-theme-color-highlight);
}
.pricing-type-content {
  border-top: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.radio-content-active {
  color: var(--secondary-theme-text-color-1) !important;
}
.container-radio-content .checkmark:after .checkmark-border {
  border: 1px solid;
  border-color: var(--text-theme-color-highlight);
}
.aum-data-pagination .data-table-pagination {
  display: none;
}
.aum-data-pagination .data-table-header {
  margin-bottom: 0 !important;
}
.percent-input-holder {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
  display: inline-block;
  padding-right: 1rem;
}
.transaction-drop-down {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.transaction-text {
  border: none;
}
.percent-input-holder>input {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
}
.percent-input-holder:after {
  content: "%";
  font-size: 0.75rem;
}
.input-percent-field {
  text-align: right;
  max-width: 4rem;
  font-size: 0.75rem;
}
.input-amount-field {
  text-align: center;
  min-width: 4rem;
  font-size: 0.75rem;
  border: none;
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.container-radio-content input:checked~.checkmark {
  border: 1px solid;
  border-color: var(--text-theme-color-highlight);
}
.aum-input-field .dash-icon {
  margin-left: 5px;
  margin-right: 5px;
  width: 1rem;
}
.aum-input-field {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.aum-input-field .input-field-one {
  border: none;
  max-width: 4rem;
  text-align: right;
  font-size: 12px;
}
.aum-input-field .input-field-two {
  border: none;
  max-width: 4rem;
  text-align: left;
  font-size: 0.75rem;
}
.table-container.aum-data-pagination .aum-padding-right {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.table-container.aum-data-pagination .currency-padding {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.75rem !important;
}
.value-padding input {
  border: none;
  padding: 0px;
  outline: none;
}
.percent-div,
.percent-input {
  position: relative;
  width: 100%;
  height: 2.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.percent-div::after {
  content: "%";
  position: absolute;
  top: 1px;
  left: auto;
  font-size: 0.75rem;
  color: var(--table-theme-text-header);
  background: var(--over-all-body-bg-theme);
  right: 1px;
  padding: 0.65rem 1.125rem 0.6rem 1.25rem;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.percent-input {
  border-radius: 4px;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  padding-left: 1rem;
  font-size: 0.75rem;
}
.done-btn-width {
  min-width: 5rem !important;
  min-height: 2rem !important;
}
.range-column {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.range-column .percent-input-holder {
  border-bottom: none;
  padding: 0;
}
.range-column .dash-margin {
  margin-left: 10px;
  margin-right: 5px;
}
.select-option-disabled {
  background: var(--portfolio-progress-theme-background);
}
.table-container.custom-content-tables .created-om-padding {
  padding-right: 5rem !important;
}
.overall-date-picker {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  height: 40px !important;
}
.dashboard-datepicker-content.overall-date-picker .selectiongroup .selection {
  height: 2.35rem !important;
}
.dashboard-datepicker-content.overall-date-picker .selectiongroup .selbtngroup {
  height: 2rem !important;
}
.overall-date-picker .mydp .selectiongroup .selection {
  padding-left: 1rem;
}
.overall-date-picker .mydp .selectiongroup .selection {
  font-size: 0.85rem !important;
  color: var(--secondary-theme-text-color-1) !important;
  font-weight: 500;
}
.selection-level-content {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.specific-level-content {
  border-top: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.done-margin-btn .btn-theme {
  margin-top: 2.8rem;
}
.step-form-onboard-edit {
  /* overflow-y: auto; */
  overflow-x: hidden;
  max-height: 600px;
  min-height: 350px;
}
.overall-date-picker .mydp .invaliddate {
  background: var(--over-all-background-widget);
}
@media (min-width: 320px) and (max-width: 575px) {
  .nav-tab-section {
    flex-wrap: wrap-reverse;
  }

  .nav-tab-section .nav-item .nav-link {
    font-size: 0.75rem !important;
    padding: 0.7rem 0.6rem 0.7rem 0.6rem !important;
  }

  .add-btn-margin {
    margin-bottom: 10px;
  }

  .edit-flex-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .currency-over-flow .table-responsive {
    overflow-x: auto !important;
  }

  /* .slab-based-table table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  } */

  .ddf-border-left {
    border-left: none;
    padding-left: 0;
  }

  .view-ddf-details.special-ddf .nav-tabs .nav-link {
    padding: 0.375rem 1.125rem 0.375rem 1.125rem !important;
  }

  .country-icon-wrapper span::after {
    height: 34px !important;
  }

  .content-flex-direction .currency-select {
    margin-left: initial !important;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .content-flex-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
}
.switch-option-disabled {
  background: var(--theme-light-gray-three);
  opacity: 0.5;
}
.plus-background-content {
  border-radius: 50%;
  background: var(--text-theme-color-highlight);
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.5rem;
  margin-top: 1.25rem;
  cursor: pointer;
}
.plus-background-content span {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 2rem;
  color: var(--over-all-background-widget);
}
.formio-component-screeningResultsNotice p {
  margin-top: 1rem !important;
  margin-bottom: 6px !important;
  font-size: 0.7rem !important;
  line-height: 1rem !important;
  color: var(--primary-theme-text-color-1);
}
.select-checkbox-margin .formio-component-checkbox.formio-component-mailingAddSameAsRegisteredAddress .form-check,
.select-checkbox-margin .formio-component-checkbox.formio-component-tradingAddSameAsRegisteredAddress .form-check {
  margin-top: 0 !important;
}
.formio-component-ddfCriteriaAssessmentOptions.formio-component-radio .form-check-label span {
  text-align: left !important;
}
.formio-component-ddfAMLelem1 p,
.formio-component-ddfAMLelem2 p,
.formio-component-ddfAMLelem3 p,
.formio-component-ddfAMLelem4 p,
.formio-component-ddfAMLelem5 p,
.formio-component-ddfAMLelem6 p,
.formio-component-ddfAMLelem7 p,
.formio-component-ddfAMLelem8 p {
  margin-top: 1rem !important;
  font-size: 0.8rem !important;
  line-height: 1rem !important;
  color: var(--secondary-theme-text-color-1);
}
.formio-component-isClientSFA04NO2LowRisk .col-form-label,
.formio-component-isClientSFA04NO2HighRisk .col-form-label,
.formio-component-isMoneyRecievedInCash .col-form-label,
.formio-component-doesScreeningWithRiskDatabaseProduceHighRisk .col-form-label,
.formio-component-isComplexStructuresHighRisk .col-form-label,
.formio-component-isDealingWithPEPHighRisk .col-form-label,
.formio-component-hasAccountManagerMetClient .col-form-label,
.formio-component-isClientFATFHugeRisk .col-form-label {
  margin-top: 0 !important;
}
.alert-success {
  display: none;
}
.flatpickr-day:hover {
  background: var(--number-background-theme) !important;
  border-color: var(--number-background-theme) !important;
}
.formio-component-checkbox .form-check-label {
  font-size: 0.75rem;
}
.ddf-border-left {
  border-left: 1px solid;
  border-color: var(--theme-light-gray-three);
  /* padding-left: 10px; */
}
.formio-component-relatedParties .table tbody td .formio-component-dateOfScreening {
  width: 135px;
}
.flatpickr-day.today:hover {
  color: var(--secondary-theme-text-color-1);
}
.formio-component-checkbox .form-check-label input {
  margin-top: 0.15rem;
}
.onboard-delete-icon {
  position: absolute;
  left: 0.6rem;
}
.currency-search-content {
  max-width: 25rem;
}
.currency-search-content .form-control {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 300;
  height: 100%;
  padding: 0.75rem 2rem 0.75rem 0.8rem !important;
}
.currency-search-content .form-control:focus {
  border: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
}
.currency-search-content .search-icon {
  position: absolute;
  top: -2px;
  left: auto;
  bottom: 0;
  width: 0.9375rem;
  height: 0.875rem;
  margin: auto;
  color: var(--primary-theme-text-color-1);
  font-size: 1.0625rem;
  /* right: auto; */
}
.currency-search-content .form-control {
  border-radius: 5px;
  font-size: 0.875rem;
  line-height: 1rem;
  border: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
}
.custom-content-tables.investment-tenure .padding-right-tenure {
  padding-right: 5rem !important;
}
.btn-scenerio {
  width: 100%;
  display: -webkit-box;
  display: flex;
  color: var(--primary-theme-text-color-1);
}
/* .custom-select-container.btn-scenerio::after {
  position: absolute;
  left: 10px;
  color: var(--primary-theme-text-color-1);
  right: auto;
  content: '';
  background-image: url(assets/images/dropdown-icon.svg);
  background-repeat: no-repeat;
  display: block;
  height: 10px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--primary-theme-text-color-1);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  right: 0.9rem;
  top: 19px;
}

.custom-select-container.btn-scenerio:hover {
  color: none;
  background-color: none;
  border-color: none;
}

.custom-select-container.btn-scenerio {
  border: none;
  background: var(--over-all-body-bg-theme);
  padding: 0.95rem 2.25rem;
  border-radius: 4px !important;
}

.custom-select-container.btn:hover {
  color: var(--primary-theme-text-color-1) !important;
} */
.scenario-table.custom-content-tables thead tr:first-child th {
  padding: 1rem !important;
  padding-left: 1.5rem !important;
}
.scenario-table.custom-content-tables .data-table td {
  padding: 0.75rem !important;
  padding-left: 1.5rem !important;
}
.scenario-table.custom-content-tables .data-table {
  border: none;
}
.custom-content-tables.scenario-table.date-creation-padding .date-padding-left {
  padding-left: 3rem !important;
}
.card.scenerio-card {
  border: none !important;
}
.circular-icon-button .icon-height {
  height: 14px !important;
}
.accordion-content .card .card-header .btn-link {
  width: 100%;
  padding: 0.95rem 2.65rem;
  border-radius: 4px !important;
  color: var(--primary-theme-text-color-1);
  font-size: 0.75rem !important;
  text-decoration: none;
  display: -webkit-box;
  display: flex;
}
.accordion-content .card .card-header .btn-link::after {
  right: auto;
  left: 13px;
  top: 17px;
}
.accordion-content .card {
  border: none;
}
.accordion-content .card .card-header .btn-link::after {
  color: var(--primary-theme-text-color-1);
}
.accordion-content .card-header {
  border-bottom: none;
  padding: 0;
  background: var(--over-all-body-bg-theme);
}
.accordion-content .card .card-header .btn-link.collapsed::after {
  -webkit-transform: rotate(-80deg);
  transform: rotate(-80deg);
}
.accordion-content .card .card-header .btn-link::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  font-size: 0.7rem;
}
/* .accordion-content .card .card-header .btn-link.collapsed {
  background: var(--over-all-body-bg-theme);
} */
.accordion-content .card-header .btn-link .collapse.show .card {
  background: var(--over-all-background-widget);
  box-shadow: 0px 0px 4px 4px rgba(216, 216, 216, 0.25);
  border-radius: 4px;
}
.accordion-content .card-body {
  padding: 1rem;
}
.account-drop-down-list .dropdown-list ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.active-content-accordion .card-header {
  background: var(--over-all-background-widget);
}
.active-content-accordion {
  box-shadow: 0px 0px 4px 4px rgba(216, 216, 216, 0.25);
  border-radius: 4px;
}
.client-confirm-popup {
  padding: 2rem 2.5rem;
}
.client-confirm-body .progress {
  min-width: 5.4375rem;
  height: 8px;
  margin-right: 4px;
}
.client-confirm-body .progress .progress-bar {
  width: 25%;
  border-radius: 2px;
}
.client-confirm-body .doc-upload-progress .progress .progress-bar {
  background: var(--text-theme-color-highlight) !important;
}
.confirm-textarea {
  border: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
  padding: 0.625rem 1rem;
  border-radius: 2px;
  font-size: 0.875rem !important;
  line-height: 1.0625rem;
  color: var(--secondary-theme-text-color-1);
}
.confirm-modal-footer {
  margin-top: 2.25rem;
  padding-top: 1.5625rem;
  border-top: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.confirm-header-title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 0.95rem;
  color: var(--secondary-theme-text-color-1);
}
.confirm-textarea:focus {
  border: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
}
.confirm-doc-name {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: var(--secondary-theme-text-color-1);
}
.confirm-textarea::-webkit-input-placeholder {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.confirm-textarea::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.confirm-textarea::-ms-input-placeholder {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.confirm-textarea::placeholder {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.confirm-date-picker-content {
  background: var(--over-all-background-widget);
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 4px;
  height: 2.1875rem;
}
.confirm-date-picker-content .selectiongroup .selbtngroup {
  padding-top: 0;
}
.confirm-date-picker-content.dashboard-datepicker-content .selectiongroup .selection {
  height: 2.125rem !important;
}
.btn.btn-theme.confirm-save-width {
  min-width: 5rem !important;
}
.btn.btn-theme.confirm-saved-width {
  min-width: 8rem !important;
}
.confirm-text-theme {
  color: var(--table-theme-text-header);
  font-size: 0.875rem;
}
.confirm-doc-upload {
  border-radius: 1px;
  padding: 5px 12px;
  margin: 0 16px;
  position: absolute;
  left: 0;
  right: 16%;
  bottom: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.filter-icon-confirm-attach:hover {
  box-shadow: none !important;
}
.existing-scenerio-box-padding {
  padding: 1.5rem 2.5rem;
}
.accordion-content .table-container .data-table-pagination {
  display: none !important;
}
.btn-width-create {
  min-width: 6rem !important;
}
.accordion-content .card .card-header .btn-link {
  white-space: normal;
  text-align: left;
}
.place-btn-width {
  min-width: 5rem !important;
  min-height: 2.5rem !important;
}
.rebalance-container {
  padding: 1.6rem;
}
.rebalance-container .c-btn {
  min-height: 2.5rem;
}
.plus-action-btn {
  border-radius: 50% !important;
  background: var(--text-theme-color-highlight);
  width: 1.2rem;
  height: 1.2rem;
  padding: 0 !important;
}
.bottom-margin-label {
  margin-bottom: 1rem !important;
}
.rebalance-container .theme-input {
  min-height: 2.5rem !important;
  font-size: 0.875rem !important;
  padding-left: 9px !important;
}
.rebalance-container .c-btn span {
  font-size: 0.875rem !important;
}
.rebalance-container .selected-list .c-angle-down {
  bottom: 0.9375rem;
}
.rebalance-container .form-group .form-label {
  font-size: 0.85rem;
}
.rebalance-container .theme-input:focus {
  border: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
}
.select-c-btn-margin .c-btn .c-list .c-token .c-label {
  color: var(--secondary-theme-text-color-1) !important;
}
.table-container.custom-content-tables.map-data-table .pay-date-padding {
  padding-right: 3.5rem !important;
}
.table-container.custom-content-tables.map-data-table .status-padding {
  padding-left: 4.5rem !important;
}
.table-container.custom-content-tables.map-data-table .account-type-padding-left {
  padding-left: 2.5rem !important;
}
/* .map-pricing-section {
  padding: 1rem 1.5rem;
} */
.map-pricing-section .btn-section-align {
  border-top: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.form-label-margin {
  margin-bottom: 0.7rem !important;
  margin-top: 1rem !important;
}
.date-picker-disabled .mydp .selection {
  background: var(--theme-light-gray-three);
  opacity: 0.5;
}
.date-picker-disabled .mydp .selbtngroup .btnpicker {
  background: var(--theme-light-gray-three);
  opacity: 0.1;
}
.data-dropdown-list .selected-curves-list li {
  padding: 0.5rem 1.25rem 0.5rem 0.75rem !important;
  color: var(--primary-theme-text-color-1);
  font-size: 0.75rem;
  cursor: pointer;
  text-align: left;
}
.data-dropdown-list .selected-curves-list li:hover {
  background-color: var(--number-background-theme) !important;
}
.switch-toggle {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 15px;
}
.switch-toggle input {
  opacity: 0;
  cursor: pointer;
}
.rebalance-header-title {
  font-size: 1rem;
  line-height: 1.5rem;
}
.rebalance-section-header-title {
  font-size: 1rem;
  line-height: 0.95rem;
  margin-bottom: 0.8rem;
}
.trade-fund-rebalance {
  font-size: 1rem;
}
.isin-text {
  font-size: 0.8rem;
  background: var(--table-theme-odd-background);
  padding: 0.5rem 0.875rem;
  border-radius: 4px;
}
.rebalance-fund-block {
  background: var(--over-all-body-bg-theme);
  padding: 1.125rem;
  border-radius: 4px;
}
.badge-margin-top {
  margin-top: 2rem;
}
.order-widget {
  padding: 1rem 1rem;
  cursor: pointer;
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.order-text-heading {
  font-size: 0.875rem;
  color: var(--secondary-theme-text-color-1);
}
.order-label-text {
  color: var(--secondary-header-theme);
  font-size: 0.875rem;
  margin-bottom: 4px;
}
.order-label-header {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: var(--table-theme-text-header);
}
.order-widget-active {
  background: var(--number-background-theme);
  border-left: 5px solid;
  border-color: var(--text-theme-color-highlight);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.order-widget-margin {
  margin-left: 5px;
}
.box-border-radius {
  border-radius: 4px !important;
}
.box-max-height {
  max-height: 38rem;
  min-height: 38rem;
  overflow-y: auto;
}
.slider-toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: transform 0.4s linear;
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}
.formio-component-radio input[type="radio"].form-check-input:checked+span {
  color: var(--text-theme-color-highlight) !important;
  border-color: var(--text-theme-color-highlight);
}
.slider-toggle:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 0px;
  bottom: 0px;
  background-color: var(--text-theme-color-highlight);
  -webkit-transition: transform 0.4s linear;
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}
input:checked+.slider-toggle {
  background-color: var(--number-background-theme) !important;
}
.details-cross-alignment .close-button {
  line-height: 0px !important;
}
.revenue-tab-contents .tab-pane .custom-content-tables {
  padding: 1rem 1.5rem;
}
input:checked+.slider-toggle:before {
  -webkit-transform: translateX(19px);
  transform: translateX(19px);
}
/* Rounded sliders */
.slider-toggle.round {
  border-radius: 34px;
}
.slider-toggle.round:before {
  border-radius: 50%;
}
.data-drop-down-option ul {
  background: var(--over-all-background-widget);
  width: 300px;
  border-radius: 4px;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 4px;
  padding: 0.58rem 1rem;
  font-size: 0.75rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  height: 2.375rem;
  background-clip: padding-box;
  max-height: 150px;
  overflow: auto;
}
.data-drop-down-option ul li {
  cursor: pointer;
  padding: 0.5rem 1.25rem 0.5rem 0.75rem !important;
  color: var(--secondary-theme-text-color-1);
  text-align: left;
}
.data-drop-down-option ul li:hover {
  background-color: var(--number-background-theme) !important;
}
.currency-over-flow .table-responsive {
  overflow-x: visible;
}
.order-box-padding {
  padding-right: 5px;
  padding-bottom: 0.625rem;
  padding-top: 1.125rem;
}
.over-all-box-shadow .order-box-padding .box-max-height::-webkit-scrollbar {
  width: 0.625rem !important;
}
.place-order-footer {
  background: var(--over-all-background-widget);
  box-shadow: 0px -5px 4px rgba(160, 160, 160, 0.25);
  position: fixed;
  bottom: 0;
  width: 100%;
}
.over-all-box-shadow .order-box-padding .box-max-height .order-widget-margin:last-child .order-widget {
  border-bottom: none;
}
.comment-icon svg {
  width: 14px !important;
  height: 14px !important;
}
.date-number {
  font-size: 12px;
  line-height: 12px;
  color: var(--secondary-theme-text-color-1);
}
.date-text {
  font-size: 11px;
  line-height: 10px;
  color: var(--table-theme-text-header);
}
.confirm-date-content {
  background: var(--over-all-body-bg-theme);
  width: 140px;
  padding: 10px;
  border-radius: 4px;
}
.comment-popup-section {
  min-width: 18rem;
  padding: 13px 9px 13px 13px;
  box-shadow: 0px 0px 11px 4px rgba(0, 116, 197, 0.08);
  -webkit-box-shadow: 0px 0px 11px 4px rgba(0, 116, 197, 0.08);
  border-radius: 2px;
  background: var(--over-all-background-widget);
}
.comment-boxshadow {
  border: none;
}
.custom-content-tables .data-table .search-type-dropdown input {
  border-bottom: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
  padding: 0;
  border-radius: 0 !important;
  font-size: 0.75rem;
  padding: 0.75rem 0.75rem 0rem 0.5rem !important;
}
.formio-component-selectboxes input[type="checkbox"].form-check-input:checked+span {
  color: var(--text-theme-color-highlight) !important;
  border-color: var(--text-theme-color-highlight);
}
.product-holding-content .selected-list .c-btn {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
}
.select-checkbox-hidden .lazyContainer .pure-checkbox input[type="checkbox"]+label {
  padding-left: 0;
}
.select-checkbox-hidden .pure-checkbox input[type="checkbox"]:checked+label:after,
.select-checkbox-hidden .pure-checkbox input[type="checkbox"]+label:before {
  display: none;
}
.angular-disabled-switch .selected-list .c-btn {
  background: var(--theme-light-gray-three) !important;
  opacity: 0.5;
}
.product-holding-content.select-all-hidden .cuppa-dropdown .dropdown-list .list-area .select-all {
  display: none;
}
.comment-boxshadow .popover-body {
  min-width: 18rem !important;
}
.confirm-client-text {
  font-size: 0.75rem;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 3px;
}
.attach-section-pdf {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 4px;
  box-shadow: 0px 4px 4px rgba(224, 224, 224, 0.25);
  -webkit-box-shadow: 0px 4px 4px rgba(224, 224, 224, 0.25);
  max-width: 150px;
  padding: 1px;
  padding: 5px 5px 5px 10px;
  min-width: 150px;
}
.attach-section-pdf span {
  font-size: 11px;
  line-height: 21px;
  padding-left: 5px;
  color: var(--table-theme-text-header);
}
.mydrp .selecteddaybegin,
.mydrp .selecteddayend {
  background-color: var(--text-theme-color-highlight) !important;
  color: var(--white) !important;
}
.mydrp .range {
  background-color: var(--export-theme-background-icon) !important;
  opacity: 0.7;
}
.dashboard-datepicker .mydrp .alignselectorright {
  right: -10px !important;
}
.checkmark-width {
  width: 17px !important;
}
.container-radio .checkmark-radio-deviation.check-radio-left::after {
  left: 3px !important;
}
.percent-input-holder {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  font-size: 0.75rem;
  text-align: center;
  /* padding: 0.60rem; */
  border-radius: 0.3rem;
}
.check-radio-left {
  width: 17px !important;
}
.join-meeting-content .form-group .input-text-field {
  padding: 0.7rem 0.5rem !important;
}
.product-holding-content.select-checkbox-hidden .cuppa-dropdown .dropdown-list .list-area .select-all {
  display: none;
}
.start-btn-width .btn.btn-theme {
  min-width: 7rem !important;
  font-size: 0.875rem !important;
}
.start-meeting-background {
  background: var(--over-all-background-widget);
  border-radius: 4px;
}
.input-percent-field {
  text-align: center;
  max-width: 4rem;
  font-size: 0.75rem;
}
.slab-based-table table thead {
  background: var(--number-background-theme);
}
.slab-based-table table thead th {
  font-size: 0.75rem;
  text-align: center;
  padding: 1rem;
  color: var(--table-theme-text-header);
}
.slab-based-table table thead th.aum-width {
  width: 250px;
}
.slab-based-table table td {
  padding: 1rem;
  text-align: center;
}
.aum-input-field {
  padding: 0.4rem;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 0.3rem;
}
.aum-input-field .input-field-one {
  border: none;
  max-width: 6rem;
  text-align: center;
  font-size: 0.75rem;
}
.aum-input-field .input-field-two {
  border: none;
  max-width: 6rem;
  text-align: center;
  font-size: 0.75rem;
  margin-right: 5px;
}
.slab-input-fee {
  border: none;
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
  font-size: 0.75rem;
  text-align: center;
}
.form-label-type-margin {
  margin-top: 0.7rem !important;
  margin-bottom: 0.9rem !important;
}
.edit-external-text {
  color: var(--secondary-theme-text-color-1);
  font-size: 0.75rem;
  margin-right: 5px;
}
.status-font-content {
  color: var(--secondary-theme-text-color-1);
  font-size: 0.75rem !important;
}
.table-container.custom-content-tables .payment-status-padding {
  padding-left: 2.5rem !important;
}
.freeze-date-picker .dashboard-datepicker-content.overall-date-picker .selectiongroup .selection {
  height: 2.45rem !important;
}
.percent-div,
.percent-input {
  position: relative;
  width: 100%;
  height: 2.375rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  background-clip: padding-box;
}
.percent-div::after {
  content: "%";
  position: absolute;
  top: 1px;
  left: auto;
  bottom: 1px;
  font-size: 0.75rem;
  color: var(--table-theme-text-header);
  background: var(--over-all-body-bg-theme);
  right: 1px;
  padding: 0.58rem 1rem 0.58rem 1rem;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.table-container.custom-content-tables .pay-amount-padding {
  padding-right: 2.5rem !important;
}
.no-meeting-text {
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  color: var(--secondary-theme-text-color-1);
}
.no-meeting-background {
  background: var(--over-all-background-widget);
  border-radius: 4px;
  padding: 2.5rem 1rem;
}
.spinner-background {
  color: var(--text-theme-color-highlight);
  width: 3rem;
  height: 3rem;
}
.range-column .percent-input-holder {
  border-bottom: none;
  padding: 0;
}
.start-meeting-content {
  background: url('meeting-background.6781aa7780357abcfad3.png');
  background-repeat: no-repeat;
  height: 100vh;
  overflow-y: auto;
  background-size: cover;
}
.start-meeting-content-position {
  -webkit-transform: translate(0%, 40%) !important;
  transform: translate(0%, 40%) !important;
}
/* css-new-checkmark */
.meeting-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--primary-theme-text-color-1);
}
/* Hide the browser's default checkbox */
.meeting-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.meeting-checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  /* height: 38px !important; */
}
.dashboard-datepicker-content.overall-date-picker .selectiongroup .selection {
  height: 2.25rem !important;
}
/* On mouse-over, add a grey background color */
/* .meeting-container:hover input ~ .meeting-checkmark {
  background-color: #ccc;
} */
/* When the checkbox is checked, add a blue background */
.meeting-container input:checked~.meeting-checkmark {
  background-color: var(--text-theme-color-highlight) !important;
}
.overall-date-picker .mydp .selectiongroup .selection {
  font-size: 0.8rem !important;
  color: var(--secondary-theme-text-color-1) !important;
  font-weight: 500;
}
/* Create the checkmark/indicator (hidden when not checked) */
.meeting-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.meeting-container input:checked~.meeting-checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.meeting-container .meeting-checkmark:after {
  left: 6px;
  top: 1px;
  width: 6px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.start-text-padding {
  padding: 1.5rem 2rem 0rem 2rem;
}
.branch-info-dd .c-btn span {
  font-size: 0.85rem !important;
}
/* @media screen and (max-width: 900px) {
  .side-menu-content .sidepanel-div {
    max-height: 795px
  }

  .frame .content  {
    max-height: 795px
  }
} */
.blink {
  -webkit-animation: blinker 1.5s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
          animation: blinker 1.5s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}
@keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.analysis-percent-font {
  font-size: 1rem !important;
}
/* .slab-based-table table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
} */
.include-margin-top {
  margin-top: 1rem;
}
.text-md-btn-left {
  text-align: left !important;
}
.slab-table-country-icon-wrapper span::after {
  height: 37px !important;
}
.switch-option-disabled {
  background: var(--theme-light-gray-three);
  opacity: 0.5;
  background-clip: padding-box;
}
.sa-pii-tables .table-container .custom-multiselect .cuppa-dropdown .selected-list .c-btn span {
  white-space: nowrap;
  width: 9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.sa-pii-tables .table-container .data-table {
  min-height: 17rem;
}
.sa-pii-tables .list-area div {
  max-height: 7rem !important;
}
.custom-bottom-popup {
  bottom: 10px;
  top: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.custom-bottom-popup .modal-dialog {
  margin-top: auto;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
  width: 95%;
}
.plus-action-btn {
  border-radius: 50% !important;
  background: var(--text-theme-color-highlight);
  width: 1.6rem;
  height: 1.6rem;
  padding: 0 !important;
}
.mce-container-body .mce-statusbar,
.mce-container-body .mce-statusbar * {
  display: none !important;
}
.total-rule-height {
  max-height: 21rem;
  overflow: auto;
}
.select-c-btn-margin .c-btn {
  margin-top: 0;
}
.product-holding-content .c-btn span,
.select-c-btn-margin .c-btn span {
  color: var(--theme-light-gray) !important;
  font-size: 0.75rem !important;
}
.product-holding-content .c-btn span span,
.select-c-btn-margin .c-btn span span {
  color: var(--secondary-theme-text-color-1) !important;
}
.details-cross-alignment .close-button {
  line-height: 0px !important;
}
/* client dashboar ui fixes for ipad */
@media screen and (max-width: 1200px) {
  .portfolio-tabs-padding .nav-item {
    padding: 0.6rem 2rem 0.6rem 0 !important;
  }

  .portfolio-tabs .nav-link {
    font-size: 0.87rem !important;
  }

  .portfolio-tabs ul.nav-tabs {
    width: 80%;
  }
}
.table-container.custom-content-tables.map-data-table .status-padding {
  padding-left: 4.5rem !important;
}
/* .table-container.custom-content-tables.map-data-table .account-type-padding-left {
  padding-left: 2.5rem !important;
} */
/* report side menu starts here */
.report-sidemenu ul.nav li svg {
  height: 1.7rem !important;
}
.report-sidemenu ul.nav li svg path {
  fill: var(--text-theme-color-highlight) !important;
}
.report-sidemenu ul.nav li svg rect {
  fill: var(--white) !important;
}
.onboard-delete-icon {
  position: absolute;
  left: 0.6rem;
}
@media (max-width: 425px) {
  .mob-popup .message-popup {
    min-width: 13.12rem;
    max-width: 13.12rem;
    width: 13.12rem;
  }

  .revenue-section-page .client-theme-tabs .nav-tabs li a.nav-link {
    font-size: 0.65rem;
  }

  .revenue-section-page .review-active-padding .nav-link {
    padding: 0.6rem;
  }
}
/* report side menu ends here */
.dropdown-margin-top-zero .c-btn {
  margin-top: 0px !important;
}
@media screen and (max-width: 425px) {
  .btn-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
}
.model-height-auto .modal-client-details {
  height: auto !important;
}
.popup-container {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow-x: hidden;
  height: 100%;
}
.show-popup {
  opacity: 1;
  max-height: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
}
.hide-popup {
  opacity: 0;
  max-height: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 0%;
}
.box-overlay {
  /* width: 90%; */
  background: #fff;
  width: 50%;
  /* margin: 2rem auto; */
  margin: 8rem auto;
  position: relative;
  /* display: inline-block;
  width: 30px;
  height: 15px; */
  border-radius: 10px;
}
.btn-popup-close {
  margin-left: auto;
  padding: 0;
}
.slider-toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme-light-gray-three) !important;
  -webkit-transition: transform 0.4s linear;
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}
.slider-toggle:before {
  position: absolute;
  content: "";
  height: 0.95rem;
  width: 0.95rem;
  left: 0px;
  bottom: 0px;
  background-color: var(--theme-light-Gray-Two);
  -webkit-transition: transform 0.4s linear;
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}
.popup-header-container {
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}
.popup-wrapper {
  /* width: 95%;
  margin: 0 auto; */
  padding: 2rem;
}
.popup-title-container {
  /* padding: 1rem 0px;
  width: 95%;
  margin: 0 auto; */
  padding: 2rem 2rem 0rem 2rem;
}
input:checked+.slider-toggle:before {
  background-color: var(--text-theme-color-highlight);
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}
.client-details-img-section .image img,
.right-image-section .image img {
  width: 100%;
  margin-top: 6px;
  height: 100%;
}
.client-details-img-section .media,
.right-image-section .media {
  margin-top: 6px;
}
.client-details-img-section figure.table table,
.right-image-section figure.table table {
  width: 100%;
  margin-top: 10px;
}
.right-image-section .table td,
.right-image-section .table th,
.client-details-img-section .table td,
.client-details-img-section .table th {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-collapse: collapse;
}
.ck-content .table table {
  border: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
}
.select-modal-top .selected-list .c-btn {
  margin-top: 0 !important;
}
.select-modal-top.form-select-color .lazyContainer .pure-checkbox.selected-item label {
  color: var(--text-theme-color-highlight) !important;
}
.special-ddf .details-section .nav-tabs .nav-link span {
  font-size: 0.75rem;
  padding-bottom: 2px;
}
.documents-wrapper .product-holding-content .selected-list .c-btn,
.user-section .product-holding-content .selected-list .c-btn,
.account-section .product-holding-content .selected-list .c-btn {
  margin-top: 0 !important;
}
.step-form-container .account-section .product-holding-content .selected-list .c-list .c-token {
  padding: 0 !important;
  background: none !important;
  color: var(--secondary-theme-text-color-1) !important;
  border-radius: 0 !important;
}
.custom-range-picker {
  border: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
  border-radius: 4px;
  height: 38px;
}
.custom-range-picker .selectiongroup .selection {
  height: 36px !important;
  font-size: 0.8rem !important;
  color: var(--secondary-theme-text-color-1);
  font-weight: 500;
}
.custom-range-picker .selectiongroup .selbtngroup {
  height: 39px !important;
}
.custom-range-picker .mydrp .alignselectorright {
  margin-top: 10px !important;
}
.custom-daterangepicker.custom-range-picker .mydrp .selection {
  padding-left: 0.75rem;
}
.custom-daterangepicker.custom-range-picker .mydrp .icon-mydrpcalendar::before {
  background-size: 0.85rem auto !important;
}
.widget-padding {
  padding: 1.5rem;
}
.analysis-percent-font {
  font-size: 2rem;
  color: var(--secondary-theme-text-color-1);
}
.analysis-text-font {
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: var(--secondary-theme-text-color-1);
}
.table-container.custom-content-tables .client-name-padding {
  padding-left: 4rem !important;
}
.table-container.custom-content-tables .revenue-padding {
  padding-right: 3rem !important;
}
.product-holding-content .selected-list .c-btn {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
}
/* word-break: break-word; */
.step-form-container .account-section .product-holding-content .selected-list .c-list .c-token .c-remove {
  display: none !important;
}
.product-holding-content .c-btn span {
  color: var(--theme-light-gray) !important;
  font-size: 0.75rem !important;
}
.product-holding-content .c-btn span span {
  color: var(--secondary-theme-text-color-1) !important;
}
.product-holding-content .dropdown-list .list-area .list-filter .c-clear {
  top: 4px !important;
}
.special-ddf .tab-content .tab-pane {
  border-top: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.view-ddf-details .nav-tabs {
  border-bottom: none;
}
.dashboard-widget {
  margin: 0 -0.6em 0.8em;
}
.dashboard-widget-container {
  width: 20%;
  padding: 0 0.6em;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}
.wiget-box-shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.dashboard-widget-item {
  width: 100%;
  display: -webkit-inline-box;
  display: inline-flex;
  margin-bottom: 1em;
  border-radius: 4px;
  margin-top: 1em;
  position: relative;
}
.dashboard-widget-item .details {
  width: auto;
  padding: 0.75rem;
}
.dashboard-widget-item .details .type {
  font-size: 0.75rem;
  display: block;
  white-space: nowrap;
  font-weight: 300;
  color: var(--primary-theme-text-color-1) !important;
}
.dashboard-widget-item .details .value {
  font-size: 1.25rem;
  line-height: 1.15em;
  white-space: nowrap;
  color: var(--secondary-theme-text-color-1) !important;
  margin-top: 10px;
}
.dashboard-widget .dashboard-widget-container .dashboard-widget-item .icon {
  height: 5em;
  padding: 1.5625rem 1.5rem;
  background: var(--text-theme-color-highlight);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.external-name-padding {
  padding-left: 1.25rem;
}
.external-payee-accordian {
  background: var(--over-all-body-bg-theme) !important;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  margin-top: 1rem;
  border-radius: 4px;
  cursor: pointer;
}
.dot-circle-content {
  border-radius: 50%;
  width: 9px;
  height: 9px;
}
.dot-circle-red {
  background: var(--theme-soft-red-2);
}
.dot-circle-green {
  background: var(--theme-soft-green);
}
.dot-circle-yellow {
  background: var(--yellow-border-theme);
}
.collapse-row-border {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
  padding-bottom: 8px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .dashboard-widget {
    flex-wrap: wrap;
  }

  .dashboard-widget-container {
    width: 50%;
  }
}
.view-ddf-details .details-section .nav .nav-item {
  margin-right: 0.65rem;
  margin-left: 0 !important;
}
.view-ddf-details .details-section .nav-tabs {
  -webkit-box-pack: end !important;
          justify-content: end !important;
}
.view-ddf-details .details-section .user-section,
.view-ddf-details .details-section .account-section {
  height: 35rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
.view-ddf-details.special-ddf .nav-tabs .nav-link.active,
.checker-details-section.special-ddf .nav-tabs .nav-link.active {
  text-align: center;
  border-bottom: 0.095rem solid !important;
  border-color: var(--text-theme-color-highlight) !important;
  background-color: var(--number-background-theme) !important;
}
.view-ddf-details.special-ddf .nav-tabs .nav-link.active span,
.checker-details-section.special-ddf .nav-tabs .nav-link.active span {
  color: var(--text-theme-color-highlight) !important;
}
.checker-details-section.special-ddf .nav-tabs .nav-link {
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
}
.view-ddf-details.special-ddf .nav-tabs .nav-link {
  padding: 0.375rem 3.125rem 0.375rem 3.125rem;
  border-radius: 0;
  text-align: center;
}
.ddf-details-section .view-ddf-details.special-ddf .nav-tabs .nav-link {
  padding: 0.375rem 0rem 0.375rem 0rem;
}
.view-ddf-details .details-section .nav .nav-item {
  margin-right: 0 !important;
  margin-left: 0 !important;
  -webkit-box-flex: 1;
          flex: 1;
}
.view-ddf-details.document-tab-enable .details-section .nav .nav-item {
  -webkit-box-flex: 1;
          flex: auto;
}
.view-ddf-details .details-section .nav .nav-item:last-child {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.no-data-available-text {
  color: var(--secondary-theme-text-color-1);
  font-size: 0.9rem;
}
.side-section-border {
  border-left: 1px solid;
  border-color: var(--theme-light-gray-three);
  margin-left: 1.5rem;
}
.form-group figure.table {
  margin-top: 5px;
}
.form-group figure.table table {
  width: 100%;
}
.form-group figure.table table td {
  border: 1px solid #dee2e6;
}
@media (max-width: 1191px) {
  .special-ddf .details-section .nav-tabs .nav-link span {
    font-size: 0.7rem;
  }
}
@media (max-width: 991px) {
  .dashboard-widget-container {
    width: 50%;
  }

  .dashboard-widget {
    flex-wrap: wrap;
  }

  .cust-position-tab {
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important;
  }
}
@media (max-width: 1024px) {
  .content-flex-direction .currency-select {
    margin-left: initial !important;
  }
}
@media (max-width: 575px) {
  .dashboard-widget-container {
    width: 100%;
  }

  .dashboard-widget {
    flex-wrap: wrap;
  }

  .cust-position-tab {
    margin-top: 1rem;
  }
}
.slab-based-table table {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-collapse: collapse;
  width: 100%;
}
.slab-based-table table thead {
  background: var(--number-background-theme);
}
.slab-based-table table thead th {
  font-size: 0.75rem;
  text-align: center;
  padding: 1rem;
  color: var(--table-theme-text-header);
  width: 15.625rem;
}
.slab-based-table table td {
  padding: 1rem;
  text-align: center;
  vertical-align: top;
}
.slab-input-fee {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  font-size: 0.75rem;
  text-align: center;
  padding: 0.6rem;
  border-radius: 0.3rem;
}
.form-label-type-margin {
  margin-top: 0.7rem !important;
  margin-bottom: 0.9rem !important;
}
.edit-external-text {
  color: var(--secondary-theme-text-color-1);
  font-size: 0.75rem;
  margin-right: 5px;
}
.status-font-content {
  color: var(--secondary-theme-text-color-1);
  font-size: 0.75rem !important;
}
.table-container.custom-content-tables .payment-status-padding {
  padding-left: 2.5rem !important;
}
.freeze-date-picker .dashboard-datepicker-content.overall-date-picker .selectiongroup .selection {
  height: 2.25rem !important;
}
.table-container.custom-content-tables .pay-amount-padding {
  padding-right: 2.5rem !important;
}
/* @media screen and (max-width: 900px) {
  .side-menu-content .sidepanel-div {
    max-height: 795px
  }

  .frame .content  {
    max-height: 795px
  }
} */
.blink {
  -webkit-animation: blinker 1.5s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
          animation: blinker 1.5s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}
@keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .side-section-border {
    margin-left: 0;
  }

  .close-icon-svg {
    padding: 0.3rem 2.375rem 0.3rem;
  }
}
/* date-picker-css-start */
.overall-date-picker {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  height: 38px !important;
}
.dashboard-datepicker-content.overall-date-picker .selectiongroup .selection {
  height: 2.25rem !important;
}
.dashboard-datepicker-content.overall-date-picker .selectiongroup .selbtngroup {
  height: 2rem !important;
}
.overall-date-picker .mydp .selectiongroup .selection {
  padding-left: 1rem;
}
.overall-date-picker .mydp .selectiongroup .selection {
  font-size: 0.8rem !important;
  color: var(--secondary-theme-text-color-1) !important;
  font-weight: 500;
}
/* client dashboar ui fixes for ipad */
@media screen and (max-width: 991px) {
  .portfolio-tabs-padding .nav-item {
    padding: 0.6rem 2rem 0.6rem 0;
  }

  .portfolio-tabs .nav-link {
    font-size: 0.87rem !important;
  }
}
@media (max-width: 990px) {
  .rm-date-flex-direction-content {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .rm-date-flex-direction-content .date-content {
    display: block !important;
  }
}
.percent-input.placeholder-fix::-webkit-input-placeholder,
.form-input-field.placeholder-fix::-webkit-input-placeholder {
  /* Edge */
  color: var(--theme-light-gray) !important;
  font-size: 0.75rem !important;
}
.percent-input.placeholder-fix::-moz-placeholder,
.form-input-field.placeholder-fix::-moz-placeholder {
  color: var(--theme-light-gray) !important;
  font-size: 0.75rem !important;
}
.percent-input.placeholder-fix::-ms-input-placeholder,
.form-input-field.placeholder-fix::-ms-input-placeholder {
  color: var(--theme-light-gray) !important;
  font-size: 0.75rem !important;
}
.percent-input.placeholder-fix::placeholder,
.form-input-field.placeholder-fix::placeholder {
  color: var(--theme-light-gray) !important;
  font-size: 0.75rem !important;
}
.tax-margin {
  margin-bottom: 0.8rem !important;
  margin-top: 5px;
}
.payee-margin {
  margin-bottom: 0.75rem !important;
  margin-top: 3px;
}
.select-c-btn-margin .selected-list .c-angle-down {
  bottom: 0.75rem !important;
}
.btn-save-content {
  height: 1.6rem;
  width: 1.6rem;
  padding: 0;
  border-radius: 50% !important;
  cursor: pointer;
  background: var(--text-theme-color-highlight);
  border: none;
}
.btn-save-content svg {
  width: 0.875rem;
  height: 0.875rem;
}
.invoice-margin {
  margin-bottom: 0.8rem !important;
  margin-top: 1rem !important;
}
.signature-datatable-padding.table-container th:nth-child(5),
.table-container.custom-content-tables th:nth-child(5) {
  padding-left: 1.5rem !important;
}
.signature-datatable-padding.table-container th,
.table-container.custom-content-tables th {
  padding-left: 1.5rem;
  padding-right: 0.4rem;
}
.product-holding-content .lazyContainer .pure-checkbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  word-break: break-word;
}
.external-pay-margin {
  margin-top: 0.95rem;
}
.tax-inclusive-margin {
  margin-bottom: 0.8rem !important;
  margin-top: 1px;
}
.include-external-height .slider-toggle:before {
  height: 0.9rem !important;
}
.particular-table-amount table tr th {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
}
.particular-table-amount table {
  border-collapse: collapse;
  width: 100%;
}
.particular-table-amount td,
.particular-table-amount th {
  text-align: left;
  padding: 8px;
  font-size: 0.75rem;
}
.particular-table-amount th {
  color: var(--table-theme-text-header);
}
.particular-table-amount td {
  color: var(--secondary-theme-text-color-1);
}
.slab-based-table table .slab-action-column {
  text-align: center;
}
.slab-based-table table thead th.action-aum-width {
  width: 15.625rem;
  text-align: center;
}
.slab-based-table table thead th.profit-action-aum-width {
  width: 10rem !important;
  text-align: center;
}
.save-icon-bg-height {
  background: transparent;
  border: none;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50% !important;
  cursor: pointer;
  background: var(--text-theme-color-highlight);
}
.form-border {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.profit-range-border .percent-input-holder {
  border: none !important;
}
.profit-range-border {
  padding: 0.4rem;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 0.3rem;
}
.external-payee-accordian .collapse-row-height {
  height: 6.25rem;
  overflow-y: auto;
}
.contact-label-margin {
  margin-top: 1rem;
  margin-bottom: 0.55rem;
}
.create-phone-section .form-input {
  width: 100%;
  border: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
  border-radius: 4px !important;
  padding: 0.58rem 1rem !important;
  font-size: 0.75rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  height: 2.375rem;
}
.create-phone-section .prospect-phone-section .selected-list .c-btn {
  min-width: 7rem;
  margin-top: 0;
  padding: 3px !important;
  border: none !important;
  border: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
  border-radius: 4px !important;
}
.create-phone-section .prospect-phone-section .selected-list .c-list .c-token .c-remove {
  display: none;
}
.row-box-shadow-specific-level {
  box-shadow: 0px 4px 20px rgba(112, 112, 112, 0.25);
  -webkit-box-shadow: 0px 4px 20px rgba(112, 112, 112, 0.25);
}
.specific-level-content .activeOne {
  margin-top: 1.25rem !important;
  padding-top: 1rem !important;
  padding-left: 1rem;
  padding-right: 1rem;
}
.include-margin-top {
  margin-top: 2rem;
}
.view-edit-cross-icon .close-button {
  line-height: 8px !important;
}
.top-bottom-analysis .widget-padding {
  padding: 1rem !important;
}
.revenue-tab-contents .table-container.custom-content-tables .address-padding-left {
  padding-left: 3rem !important;
}
.pay-view-section .percent-div::after {
  padding: 0.55rem 1rem 0.55rem 1rem;
}
.profit-range-border .percent-input-holder {
  padding-right: 1rem;
}
.slab-based-table .fee-alignment-padding {
  padding-right: 2rem !important;
}
/* client dashboar ui fixes for ipad */
/* @media screen and (max-width: 1200px) {
  .portfolio-tabs-padding .nav-item {
    padding: 0.6rem 2rem 0.6rem 0 !important;
  }

  .portfolio-tabs .nav-link {
    font-size: .87rem !important;
  }
} */
.total-rule-height {
  max-height: 21rem;
  overflow: auto;
}
.details-cross-alignment .close-button {
  line-height: 0px !important;
}
/* client dashboar ui fixes for ipad */
@media screen and (max-width: 1200px) {
  .portfolio-tabs-padding .nav-item {
    padding: 0.6rem 2rem 0.6rem 0 !important;
  }

  .portfolio-tabs .nav-link {
    font-size: 0.87rem !important;
  }

  .portfolio-tabs ul.nav-tabs {
    width: 80%;
  }

  .client-fund-details-tab ul.nav-tabs {
    width: 100% !important;
  }
}
.border-table {
  border-top: 1px solid;
  border-color: var(--theme-light-gray-three);
  padding-top: 1.25rem;
  margin-top: 0.625rem;
}
.comment-text-font {
  font-size: 0.85rem;
}
.select-checkbox-hidden.form-select-color .lazyContainer .pure-checkbox.selected-item label {
  color: var(--text-theme-color-highlight) !important;
}
.prospect-phone-section .list-filter .c-clear {
  top: 5px !important;
}
.product-holding-content .c-btn span.c-label {
  color: var(--secondary-theme-text-color-1) !important;
}
.table-container.custom-content-tables.map-data-table .plan-action-left {
  padding-left: 2rem !important;
}
/* report side menu starts here */
.report-sidemenu ul.nav li svg {
  height: 1.7rem !important;
}
.report-sidemenu ul.nav li svg path {
  fill: var(--text-theme-color-highlight) !important;
}
.report-sidemenu ul.nav li svg rect {
  fill: var(--white) !important;
}
/* report side menu ends here */
.product-holding-content .list-area .list-filter .c-clear {
  top: 5px;
}
.dropdown-margin-top-zero .c-btn {
  margin-top: 0px !important;
}
.onboarding-tabs {
  border-bottom: 0 !important;
}
.client-theme-tabs {
  position: relative;
}
.add-btn-margin {
  position: relative;
}
.add-btn-margin button {
  position: absolute;
  right: 0;
  bottom: 8px;
}
.comment-section {
  padding: 0.8rem;
  border: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
  border-radius: 0.4rem;
}
.form-block-wrapper {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.fee-block-wrapper {
  padding: 1.1rem;
  border-right: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.profit-slab-wrapper {
  padding: 1.1rem;
}
.heading-wrapper {
  margin-top: 1.3rem;
}
.type-margin {
  margin: 1rem 0;
}
.custom-payee-dropdown {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.selected-option {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
  background-color: var(--over-all-background-widget) !important;
  border-radius: 0.3rem;
}
.custom-payee-dropdown .options-container {
  position: absolute;
  top: 40px;
  color: #000;
  width: 100%;
  height: 0;
  max-height: 0;
  opacity: 0;
  margin-top: 0.1rem;
  border-radius: 0.4rem;
  overflow: auto;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  background: var(--over-all-background-widget);
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  z-index: 10;
}
.custom-payee-dropdown .option,
.selected-option {
  padding: 0.75rem;
  cursor: pointer;
}
.custom-payee-dropdown .option:hover {
  background-color: #313131;
}
.custom-payee-dropdown label {
  cursor: pointer;
}
.custom-payee-dropdown .option .radio-option {
  display: none;
}
.selected-option svg {
  width: 0.813rem;
  height: 0.813rem;
  fill: var(--theme-light-gray) !important;
}
.selected-option.active-dropdown+.options-container {
  height: 12.5rem;
  max-height: 12.5rem;
  opacity: 1;
}
.create-payee-wrapper button {
  padding: 0.8rem;
  position: absolute;
  bottom: 0;
  border-radius: 0.4rem;
}
.select {
  color: var(--theme-light-gray) !important;
  font-size: 0.75rem !important;
}
.options-container h6 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 80%;
}
.options-container::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
  border-top: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 10px;
  z-index: 5;
}
.last-fixed-column table thead tr th:nth-last-child(2) {
  position: -webkit-sticky !important;
  position: sticky !important;
  right: -1px;
  /* z-index: 8; */
}
.footer-border-none {
  border-top: none !important;
}
.disable-date-picker {
  pointer-events: none;
  opacity: 0.5;
  background: var(--theme-light-gray-three) !important;
}
.disable-date-picker:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: not-allowed;
  pointer-events: all !important;
  z-index: 99;
}
.both-side-toggle-slider input:checked+.slider-toggle:before,
.both-side-toggle-slider .slider-toggle:before {
  background-color: var(--text-theme-color-highlight);
}
.country-icon-wrapper,
.slab-table-country-icon-wrapper {
  position: relative;
}
.slab-table-country-icon-wrapper {
  display: -webkit-inline-box;
  display: inline-flex;
}
.country-icon-wrapper span,
.slab-table-country-icon-wrapper span {
  position: absolute;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 0.75rem;
  z-index: 3;
  width: 40px;
  height: 100%;
  color: var(--table-theme-text-header);
}
.country-icon-wrapper input,
.slab-table-country-icon-wrapper input {
  padding: 0.58rem 1rem 0.58rem 3rem;
}
.slab-percent-icon-wrapper input {
  padding: 0.58rem 3rem 0.58rem 3rem;
}
.country-icon-wrapper span::after,
.slab-table-country-icon-wrapper span::after {
  content: "";
  position: absolute;
  left: 1px;
  width: 40px;
  height: 36px;
  background-color: var(--over-all-body-bg-theme);
  z-index: -1;
  border-radius: 0.2rem;
}
.percent-icon-wrapper {
  position: relative;
}
span.percent-icon-wrapper {
  position: absolute;
  right: 2px;
}
span.percent-icon-wrapper::after {
  content: "%";
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 768px) {

  .profit-slab-wrapper .profit-slab-over-flow .aum-input-field .input-field-one,
  .profit-slab-wrapper .profit-slab-over-flow .aum-input-field .input-field-two {
    max-width: 5.5rem;
  }

  .slab-based-table table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.last-fixed-column table>thead>tr>th:nth-last-child(2) {
  background-color: var(--number-background-theme);
}
.last-fixed-column-bg table>tbody:nth-child(even)>tr>td:nth-last-child(1) {
  background-color: var(--over-all-background-widget);
}
.last-fixed-column-bg table>tbody:nth-child(odd)>tr>td:nth-last-child(1) {
  background-color: var(--over-all-body-bg-theme);
}
.last-fixed-column table>tbody>tr>td:nth-last-child(1) {
  position: -webkit-sticky !important;
  position: sticky !important;
  right: 0;
  /* z-index: 8; */
}
.top-bottom-analysis .slider-toggle:before {
  background-color: var(--text-theme-color-highlight);
}
.dashboard-widget-padding {
  padding: 1rem 1.5rem 1rem 1.5rem;
}
.profit-sharing-content .heading-wrapper svg {
  fill: var(--graph-label-theme);
}
.effective-date-disabled .mydp .selectiongroup .selection {
  background: var(--theme-light-gray-three) !important;
  opacity: 0.5;
}
.effective-date-disabled .mydp .btnpickerdisabled {
  background: var(--theme-light-gray-three) !important;
  opacity: 0.15 !important;
}
.product-holding-content.select-checkbox-hidden .c-btn span {
  white-space: nowrap;
  width: 15rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-holding-content .search-cross-icon::-webkit-search-cancel-button {
  position: relative;
  right: 20px;
}
/* global-css */
.product-holding-content .c-btn .c-list .c-token .c-label {
  white-space: nowrap;
  width: 14rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-holding-content .selected-list .c-list .c-token .c-remove {
  display: none;
}
.prospect-phone-section .list-area .list-filter .c-clear,
.product-holding-content .list-area .list-filter .c-clear {
  width: 0.75rem;
  height: 0.75rem;
  cursor: pointer;
}
.prospect-phone-section .list-filter .c-clear svg,
.product-holding-content .list-filter .c-clear svg {
  fill: var(--theme-light-Gray-Two) !important;
}
.table-drop-down .data-table .form-control {
  margin-bottom: 0 !important;
  height: 2.25rem;
}
.table-dropdown-margin .table-container .selected-list .c-btn {
  margin-top: 0 !important;
}
.no-data-height .data-table {
  min-height: 21rem;
}
@media screen and (max-width: 425px) {
  .btn-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
}
.update-padding.table-container .paid-amount-padding {
  padding-right: 3rem !important;
}
.overall-date-picker .mydp .invaliddate {
  background: var(--over-all-background-widget);
}
/* .overall-date-picker .mydp .invaliddate {
  background: var(--over-all-background-widget);
} */
/* date-picker-css-end */
/* .product-holding-content .selected-list .c-btn {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
} */
/* radio-buttons-css-start */
/* The container */
/* .container-radio-content {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  font-size: 0.75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right: 1.5rem;
  color: var(--table-theme-text-header);
} */
/* Hide the browser's default radio button */
/* .container-radio-content input {
  position: absolute;
}*/
.back-header-section {
  background: var(--over-all-body-bg-theme);
  box-shadow: 0px 4px 4px rgba(192, 192, 192, 0.25);
  padding: 1rem 1.25rem 1rem 1.25rem;
  border-top-left-radius: 0.62rem;
  border-top-right-radius: 0.62rem;
}
.scenerio-section {
  border-radius: 0.625rem 0.625rem 0px 0px;
}
.custodian-form-content {
  padding: 1.25rem 2.875rem 1.25rem 2.875rem;
  overflow: auto;
}
.custodian-form-content .search-icon {
  position: absolute;
  top: -2px;
  left: 20px;
  bottom: 0;
  width: 0.9375rem;
  height: 0.875rem;
  margin: auto;
  color: var(--dark-gray);
  font-size: 1.0625rem;
  right: auto;
}
.custodian-search-box .form-control {
  border-radius: 5px;
  font-size: 0.875rem;
  line-height: 1rem;
  border: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
  font-weight: 300;
  height: 100%;
  padding: 0.6rem 2rem 0.6rem 3rem !important;
}
.custodian-search-box {
  max-width: 30rem;
}
.custodian-select-checkbox {
  background: var(--over-all-body-bg-theme);
  border-radius: 4px 4px 0px 0px;
  padding: 1.5rem;
  max-height: 34.375rem;
  overflow-y: auto;
}
.currency-btn-checkbox input.btn-checkbox:checked+div {
  border: 2px solid;
  border-color: var(--text-theme-color-highlight);
}
.currency-btn-checkbox .btn-checkbox {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.currency-btn-checkbox .checkbox-btn {
  min-width: 6.25rem;
  font-size: 0.6rem;
  padding: 0.7rem;
  display: block;
  text-align: center;
}
.currency-btn-checkbox .btn-transparent-gray {
  border: 2px solid;
  border-color: var(--theme-light-gray-three);
  color: var(--secondary-theme-text-color-1);
  border-radius: 65px;
  background: var(--over-all-background-widget);
  box-shadow: inset 0px 0px 4px rgba(121, 121, 121, 0.25);
  -webkit-box-shadow: inset 0px 0px 4px rgba(121, 121, 121, 0.25);
}
.country-dollar-text {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  padding-left: 1.125rem;
  /* max-width: 11.5625rem; */
  /* text-align: left; */
}
.custodian-select-checkbox .currency-min-width {
  min-width: 15.5rem;
  width: 100%;
}
.currency-min-width {
  min-width: 17.5rem;
}
.browse-section-wrapper {
  position: relative;
  border: 1px dashed;
  border-color: var(--theme-light-gray-three);
  border-radius: 10px;
  padding: 2rem;
  cursor: pointer;
  margin-bottom: 3rem;
  height: 15rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.browse-section-wrapper input:focus {
  outline: none !important;
}
.browse-section-wrapper input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */
/* .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.125rem;
  width: 1.125rem;
  background-color: var(--over-all-background-widget);
  border-radius: 50%;
} */
/* Create the indicator (the dot/circle - hidden when not checked) */
/* .checkmark:after {
  content: "";
  position: absolute;
  display: none;
} */
/* Show the indicator (dot/circle) when checked */
/* .container-radio-content input:checked ~ .checkmark:after {
  display: block;
} */
/* Style the indicator (dot/circle) */
/* .container-radio-content .checkmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--text-theme-color-highlight);
} */
/*
.container-radio-content .checkmark:after .checkmark-border {
  border: 1px solid;
  border-color: var(--text-theme-color-highlight);
}

.container-radio-content input:checked ~ .checkmark {
  border: 1px solid;
  border-color: var(--text-theme-color-highlight);
} */
.top-bottom-analysis .currency-select {
  min-width: 7.5rem;
}
.details svg {
  fill: var(--graph-label-theme);
}
.details-popup.message.datatable-message-button {
  left: -22px !important;
  right: auto !important;
}
.details-popup .message-popup {
  border-radius: 5px;
}
.details-popup .message-popup .popover-arrow {
  left: 19px !important;
  right: auto !important;
}
.message-reply-recieved .details .type {
  font-size: 0.75rem;
  display: block;
  white-space: nowrap;
  font-weight: 300;
  color: var(--primary-theme-text-color-1) !important;
}
.message-reply-recieved .details .value {
  font-size: 1.25rem;
  line-height: 1.15em;
  white-space: nowrap;
  color: var(--secondary-theme-text-color-1) !important;
  margin-top: 0.625rem;
}
.message-reply-recieved .details.padding-left-pending {
  padding-left: 0.875rem;
}
.message-reply-recieved .details .value span {
  white-space: pre-wrap;
}
.select-checkbox-margin {
  padding: 0 1.5rem;
}
.formio-component-select .form-group.formio-choices .form-control {
  border-bottom: none;
}
.table-container .data-table .selected-list .c-btn,
.table-container.custom-content-tables .data-table .selected-list .c-btn {
  margin-bottom: 0;
}
/* 09-02-2021 --  table td fix width */
.custom-mwr-table .data-table thead>tr>th {
  min-width: 130px !important;
}
@media (max-width: 767px) {
  .custom-filter-position.dropdown-menu.show {
    right: 0px !important;
    left: auto !important;
  }
}
@media screen and (min-width: 575px) and (max-width: 767px) {
  .custom-filter-position .filter-width {
    width: 20rem;
  }
}
.particular-table-amount {
  height: 27rem;
  min-height: 27rem;
}
.width-10-px {
  width: 1rem;
  height: 1rem;
}
.upload-text {
  font-size: 0.875rem;
  color: var(--table-theme-text-header);
  margin-bottom: 0;
}
.upload-body-section {
  text-align: center;
  width: 90%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.upload-body-section .basic-btn-width {
  box-shadow: none !important;
  min-height: 2.25rem;
}
.custodian-form-content .upload-body-section {
  text-align: center;
  width: 90%;
}
.upload-content-section {
  background: var(--over-all-body-bg-theme);
  border-radius: 4px;
  padding: 8px 15px;
}
.upload-content-section .progress {
  height: 8px;
  border-radius: 2px !important;
}
.upload-content-section .progress-bar {
  background: var(--text-theme-color-highlight);
  border-radius: 2px;
}
.upload-content-section .progress-text {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: var(--secondary-theme-text-color-1);
}
.progress-text-active {
  color: var(--text-theme-color-highlight);
}
.upload-list-section {
  position: relative;
  max-height: 29rem;
  overflow: auto;
  background: var(--over-all-body-bg-theme);
  border-radius: 4px;
}
.upload-list-section .currency-btn-checkbox input.btn-checkbox:checked+div {
  border-left: 5px solid !important;
  border-color: var(--text-theme-color-highlight) !important;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: var(--number-background-theme);
}
.upload-list-section .upload-text {
  font-size: 0.875rem;
  width: 100%;
  text-align: left;
  color: var(--secondary-theme-text-color-1);
}
.upload-list-section .checkbox-btn,
.upload-list-section .currency-btn-checkbox .checkbox-btn {
  padding: 0 !important;
}
.upload-list-section .currency-btn-checkbox input.btn-checkbox:checked+div p {
  color: var(--text-theme-color-highlight);
}
.upload-list-spacing {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 0.75rem;
}
.successfully-text {
  font-size: 0.875rem;
}
.upload-close-icon {
  position: absolute;
  right: 0px;
  top: -15px;
  background: var(--theme-light-gray-three);
  border-radius: 50%;
  padding: 3px;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
  cursor: pointer;
}
.upload-close-icon svg {
  fill: var(--theme-soft-red-2);
  stroke: var(--theme-soft-red-2);
}
.form-control-account {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 4px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.form-control-account:focus {
  border: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
}
.back-header-section.account-popup-padding {
  padding: 1rem 1.5625rem 1rem 1.5625rem;
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
  .currency-btn-checkbox .checkbox-btn {
    padding: 0.7rem 1rem;
  }

  .comment-icon-paading-top {
    padding-top: 3rem !important;
  }
}
@media screen and (max-width: 375px) and (min-width: 320px) {
  .country-dollar-text {
    font-size: 0.7rem;
    padding-left: 0.625rem;
  }

  .alert-alignment {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 320px) {
  .country-dollar-text {
    max-width: none;
    word-break: normal;
    text-align: center;
  }

  .custodian-form-content {
    padding: 1.25rem;
  }
}
@media (min-width: 992px) {
  .scenerio-max-width .modal-lg {
    max-width: 950px;
  }
}
.progress-container {
  width: 100%;
  position: absolute;
  z-index: 1;
}
.progress-container .progressbar li {
  float: left;
  width: 30%;
  position: relative;
  text-align: center;
  font-size: 0.75rem;
}
.progress-container .progressbar li:before {
  /* content: "1"; */
  content: " ";
  width: 26px;
  height: 26px;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  line-height: 27px;
  background: var(--white);
  color: var(--theme-light-gray-three);
  text-align: center;
  font-weight: bold;
}
.progress-container .progressbar {
  counter-reset: step;
}
.progress-container .progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--table-theme-text-header);
  top: 12px;
  left: 0;
  z-index: -1;
}
.progress-container .progressbar .active:after {
  background: var(--text-theme-color-highlight);
}
.progress-container .progressbar .active:before {
  border-color: var(--text-theme-color-highlight);
  box-shadow: 0px 0px 1px 7px rgba(192, 192, 192, 0.25);
  color: var(--white);
}
.progress-container .progressbar .active span {
  color: var(--text-theme-color-highlight);
}
/* .progress-div-height {
  height: 400px;
} */
.progress-container .progressbar .progress-visited:before {
  content: "✓";
}
.progress-container .progressbar .progress-visited span {
  color: var(--text-theme-color-highlight);
}
.progress-container .progressbar .progress-visited:after {
  background: var(--text-theme-color-highlight);
}
.progress-container .progressbar .progress-visited:before {
  border-color: var(--text-theme-color-highlight);
  background: var(--text-theme-color-highlight);
  color: var(--white);
}
.widget-loader.wait-loader-size img {
  height: 25px !important;
  width: 25px !important;
}
.svg-icon-logo svg {
  max-height: 30px;
  width: 30px;
}
.disabled-div {
  pointer-events: none;
  touch-action: none;
  cursor: not-allowed !important;
}
/* .custodian-form-content {
  min-height: 650px;
} */
.status-gray {
  background-color: var(--theme-light-gray);
}
input[type="search"]::-webkit-search-cancel-button {
  position: relative;
  right: 0;
  top: 1px !important;
  -webkit-appearance: none;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 0.625rem;
  background: url('table-cross-icon.35898e433adfd0704826.svg') no-repeat 50% 50%;
}
.custodian-form-content .currency-btn-checkbox .checkbox-btn {
  height: 4.125rem;
}
.custodian-form-content .currency-btn-checkbox .svg-icon-logo svg {
  max-height: 40px !important;
  width: 40px;
}
.status-gray {
  background-color: var(--theme-light-gray);
}
.select-checkbox-margin .formio-component-form .datagrid-table .formio-component-comments .form-control,
.select-checkbox-margin .formio-component-form .datagrid-table .formio-component-dateOfScreening .form-control,
.select-checkbox-margin .formio-component-form .datagrid-table .formio-component-entityName .form-control {
  padding: 0 !important;
}
.select-checkbox-margin .formio-component-form .datagrid-table .formio-component-dateOfScreening .input-group {
  width: 100px !important;
}
@media (min-width: 320px) and (max-width: 375px) {
  .select-checkbox-margin .formio-component.formio-component-form .formio-component-ddfEntities {
    overflow-x: auto;
  }
}
.select-checkbox-margin .formio-component .formio-component-ddfCriteriaAssessmentOptions {
  padding-top: 1rem;
}
.ddf-middle-height {
  max-height: 37.5rem;
  overflow-y: auto;
}
/* .account-section {
  height: 34.875rem;
  overflow: auto;
} */
/* .formio-choices .form-control .choices__input--cloned::placeholder {
  color: transparent;
} */
.formio-choices .form-control.is-invalid .choices__input--cloned::-webkit-input-placeholder {
  color: var(--primary-theme-text-color-1) !important;
}
.formio-choices .form-control.is-invalid .choices__input--cloned::-moz-placeholder {
  color: var(--primary-theme-text-color-1) !important;
}
.formio-choices .form-control.is-invalid .choices__input--cloned::-ms-input-placeholder {
  color: var(--primary-theme-text-color-1) !important;
}
.formio-choices .form-control.is-invalid .choices__input--cloned::placeholder {
  color: var(--primary-theme-text-color-1) !important;
}
.custodian-form-content .step-form-onboard-edit {
  max-height: 385px !important;
}
.progress-div-height .collapse-list-container {
  max-height: 470px;
  overflow-y: auto;
}
.purchase-stock-details-container .theme-input {
  min-height: 2.3rem !important;
}
.btn-auto {
  min-width: auto !important;
}
th.custom-padding-x-0,
td.custom-padding-x-0,
.onboard-padding .table-container td.data-column.custom-padding-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-margin-top-select .selected-list .c-btn {
  margin-top: 0;
}
.datatable-message-button.message-btn-popup .message-popup {
  min-width: 500px;
}
.fee-checkbox .table-responsive .data-table .lazyContainer .pure-checkbox input[type="checkbox"]+label {
  padding-left: 0em;
}
.fee-checkbox .table-responsive .data-table .lazyContainer .pure-checkbox input[type="checkbox"]+label:after,
.fee-checkbox .table-responsive .data-table .lazyContainer .pure-checkbox input[type="checkbox"]+label:before {
  display: none;
}
.fee-checkbox .table-responsive .data-table .cuppa-dropdown .list-filter .c-search {
  top: 9px !important;
}
/* .client-mapping-table-dropdown .bs-tooltip-top {
  padding: 0rem !important;
} */
.dashboard-charts-label .highcharts-data-labels .highcharts-data-label-color-3 {
  top: inherit;
}
.aum-chart-label .highcharts-data-labels .highcharts-data-label-color-1 {
  top: inherit;
}
.file-type-dropdown .selected-list .c-btn {
  border: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
  margin-top: 0rem !important;
}
.file-type-dropdown .selected-list .c-btn .c-label {
  color: var(--secondary-theme-text-color-1) !important;
}
.file-type-dropdown .selected-list .c-btn span {
  color: var(--theme-light-gray) !important;
  font-size: 0.75rem !important;
}
.formio-component-relatedPartyDOB .input-group .form-control,
.formio-component-relatedPartyDOB .input-group {
  cursor: pointer;
}
.attachment-card-content {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 3px;
  padding: 4px 8px;
  background: var(--snow-theme);
  margin-bottom: 4px;
}
.attachment-card-content {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  border-radius: 3px;
  padding: 4px 8px;
  background: var(--snow-theme);
  margin-bottom: 4px;
}
.attachment-card-content .doc-name {
  width: 13.25rem;
}
.view-step-one .attachment-card-content {
  border-radius: 6px;
  padding: 6px 10px;
}
.label-que-font {
  font-size: 0.625rem;
  line-height: 0.75rem;
  color: var(--primary-theme-text-color-1);
}
.label-ans-font {
  font-size: 0.625rem;
  line-height: 0.75rem;
  color: var(--secondary-theme-text-color-1);
  padding-left: 2px;
}
.ellipse-text {
  white-space: nowrap;
  width: 650px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.display-hide {
  display: none;
}
.collapse-border {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.collapse-text-underline {
  padding-bottom: 2px;
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.table-container.custom-content-tables .ic-status-padding span {
  padding-right: 4rem !important;
  /* padding-left: 5rem !important; */
}
.collapse-content {
  font-size: 0.875rem;
}
.message-popup.comment-section-width {
  min-width: 20rem;
  max-width: 20rem;
}
.custom-content-tables.table-container .max-padding-value {
  padding-right: 3rem !important;
}
.custom-content-tables.table-container .priority-padding-left {
  padding-left: 3rem !important;
}
.custom-content-tables.table-container .mandate-rule-padding-left {
  padding-left: 4rem !important;
}
.custom-content-tables.table-container .mandate-rule-padding-right {
  padding-right: 4rem !important;
}
.tooltip-padding-top .nav .bs-tooltip-right {
  padding: 1rem 0.4rem 0 0.4rem !important;
}
.user-table-align .custom-content-tables .data-table th:nth-child(5) {
  text-align: left;
}
.tooltip-top-position .bs-tooltip-top {
  margin-bottom: 0.5rem;
}
.tooltip-inner-width .bs-tooltip-right {
  top: 45px !important;
}
.table-responsive::-webkit-scrollbar {
  height: 0.75rem !important;
}
.alert-alignment {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin-right: 3rem;
}
.row-expand-padding {
  padding: 1.25rem 4.5rem;
}
.row-confirmed-padding,
.row-cancelled-padding {
  padding: 1.25rem 1.75rem;
}
.mob-popup.datatable-message-button .message-popup,
.download-popup-message-container.datatable-message-button .message-popup {
  min-width: auto !important;
  max-width: initial !important;
  /* width: auto !important; */
}
.message-popup.loader-popup-height {
  width: 320px !important;
  height: 50px !important;
}
@media screen and (max-width: 1024px) and (min-width: 320px) {

  .share-ops-position.message.datatable-message-button,
  .mob-popup.message.datatable-message-button,
  .download-popup-message-container.message.datatable-message-button {
    left: auto !important;
  }

  .mob-popup.message.datatable-message-button .popover-arrow,
  .download-popup-message-container.message.datatable-message-button .popover-arrow {
    right: auto !important;
    left: 28px !important;
  }

  .share-ops-position.message.datatable-message-button .popover-arrow {
    right: auto !important;
    left: 7px !important;
  }

  .onboard-buttons-block {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
    flex-wrap: wrap;
  }

  .overlay-width {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .mob-popup.message.datatable-message-button {
    flex-wrap: wrap;
  }

  .message.datatable-message-button.mob-comment-box {
    right: auto;
    top: 25px;
    left: -60px;
  }
}
.mob-popup.datatable-message-button .message-popup .message-reply-send .client-margin {
  margin-left: 0.75rem;
}
@media screen and (max-width: 425px) and (min-width: 320px) {

  .download-popup-message-container.message.datatable-message-button .message-reply-send .cif-margin-bottom,
  .download-popup-message-container.message.datatable-message-button .message-reply-send .risk-margin-top {
    margin-top: 0.75rem;
  }

  .download-popup-message-container.message.datatable-message-button .message-reply-send {
    flex-wrap: wrap;
  }

  .message.datatable-message-button.mob-comment-box .popover-arrow {
    left: auto !important;
  }

  .upload-background-content .doc-name {
    width: 5rem !important;
  }

  .mob-popup.datatable-message-button .message-popup .message-reply-send .risk-profile-wrap {
    flex-wrap: wrap;
  }

  .mob-popup.datatable-message-button .message-popup .message-reply-send .client-margin {
    margin-top: 0.75rem;
    margin-left: 0 !important;
  }
}
.table-container .custom-multiselect-inside-filter-row .selected-list .c-btn span {
  color: var(--theme-fund-tabs-text);
  font-size: 0.75rem !important;
}
.table-container .custom-multiselect-inside-filter-row .selected-list .c-btn .c-token .c-label,
.table-container .custom-multiselect-inside-filter-row .selected-list .c-btn span span {
  color: var(--secondary-theme-text-color-1);
  font-size: 0.75rem !important;
  white-space: nowrap;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-weight: 300;
}
.rm-client-dropdown .circular-icon-button.tooltip-position .tooltip.bs-tooltip-bottom {
  padding: 0 !important;
  margin: 0 0.8rem 0 0.4rem !important;
}
.overall-widget-scroll .main-list-over-flow::-webkit-scrollbar {
  height: 0.75rem !important;
}
.error-dialog {
  max-height: 27.375rem !important;
}
.message.datatable-message-button.mob-comment-box,
.message.datatable-message-button.download-popup-message-container,
.message.datatable-message-button.mob-popup {
  right: -55px;
  top: 25px;
}
.oms-doc-upload .upload-background-content {
  padding: 0.3rem 0.75rem;
  background: var(--export-theme-background-icon);
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.upload-background-content .doc-name {
  white-space: nowrap;
  width: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upload-background-color.oms-doc-upload {
  background: none;
  padding: 0 !important;
  -webkit-box-pack: start !important;
          justify-content: start !important;
}
.add-clint-btn-align {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-top: 0.2rem;
}
.tooltip-width-max .tooltip-inner {
  max-width: 392px;
  text-align: left;
  padding: 0.1rem 0.5rem;
}
.customer-pii-dropdown-margin .table-container .form-control.theme-form-control {
  margin-bottom: 0 !important;
}
.customer-pii-dropdown-margin .table-container .custom-multiselect .selected-list .c-btn span {
  width: 9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.ddf-sow-guidelines li {
  font-size: 0.7rem;
  list-style-type: decimal;
}
.ddf-sow-guidelines ul {
  padding-left: 0.5rem;
}
.ddf-sow-guidelines ul li {
  list-style-type: circle;
}
.flex-full-width {
  -webkit-box-flex: 1;
          flex: 1 0 100%;
  text-align: center;
}
.formio-component-textarea .ck-content {
  padding: 20px !important;
}
.formio-component-textarea .ck-content ol li {
  list-style-type: decimal;
  display: list-item;
}
.formio-component-textarea .ck-content ul li {
  display: list-item;
  list-style-type: disc;
}
@media (min-width: 425px) and (max-width: 768px) {

  .basic-form-control-width,
  .greeting-area.basic-form-control-width {
    width: 20rem;
  }

  .config-drop-down-width .cuppa-dropdown {
    min-width: 20rem;
  }
}
@media (max-width: 375px) {
  .prospect-countrylist-dropdown-width .dropdown-list {
    min-width: 18rem !important;
  }
}
@media (min-width: 376px) and (max-width: 450px) {
  .prospect-countrylist-dropdown-width .dropdown-list {
    min-width: 20rem !important;
  }
}
@media (max-width: 320px) {
  .activity-log-table-container .mydrp {
    width: 213px !important;
  }

  .cst-resp-btn button {
    margin-bottom: 1rem;
  }

  .cst-resp-btn {
    flex-wrap: wrap;
  }
}
.formio-component-noDependentQuestionTwo .field-required:after,
.formio-component-noDependentQuestionOne .field-required:after,
.formio-component-yesDependentQuestionOne .field-required:after,
.formio-component-yesDependentQuestionTwo .field-required:after,
.formio-component-financialServiceOptionTwoBPart .field-required:after,
.formio-component-clientHasSufficientFinancialExperienceOfRelevantFinancialMarketsOptionThree .field-required:after {
  display: none;
}
.formio-component-town .col-form-label:after {
  position: relative;
  z-index: 10;
  content: " *";
  color: var(--theme-soft-red-2);
}
@media (min-width: 320px) and (max-width: 1024px) {
  .status-badge-content-alignment {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
}
.formio-component-trustActivities .choices.is-disabled .choices__input {
  background-color: transparent;
  display: none;
}
.formio-component-trustActivities .is-disabled .choices__list--multiple .choices__item {
  background-color: var(--text-theme-color-highlight) !important;
  border: 1px solid !important;
  border-color: var(--text-theme-color-highlight) !important;
}
.formio-component-trustActivities .choices__item.choices__item--selectable span {
  display: inline-block;
  /* width: 305px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.formio-component-trustActivities .choices__item.choices__item--selectable.is-highlighted span {
  width: 100%;
  word-break: break-all;
  text-overflow: initial;
  white-space: break-spaces;
}
/* comment-icon-paading */
.comment-icon-paading-top {
  padding-top: 2rem;
}
.ddf-screening-heading {
  margin-top: 1rem !important;
  margin-bottom: 6px !important;
  font-size: 0.7rem !important;
  line-height: 1rem !important;
  color: var(--primary-theme-text-color-1);
}
.formio-component-textarea div.formio-editor-read-only-content,
.formio-component-ddfAdditionalComments .formio-editor-read-only-content,
.formio-component-documentsInformationRelatedOn .formio-editor-read-only-content {
  font-size: 0.85rem;
}
.text-edit-font-size h2 {
  font-size: 0.7rem;
}
/* formio custom class */
.undertaking-who-has-controller .field-required::after {
  display: none !important;
}
.client-text-wrap {
  line-height: 14px;
  word-break: break-all;
}
.accodian-arrow-alignment .card .btn {
  width: 100% !important;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
  color: white !important;
}
.accodian-arrow-alignment .card .card-header .btn-link::after {
  top: 15px !important;
}
.accodian-arrow-alignment .card .card-header {
  background-color: var(--text-theme-color-highlight) !important;
}
.opacity-disabled {
  opacity: 0.5 !important;
}
@media (min-width: 1300px) and (max-width: 1360px) {
  .date-picker-width-time-series .date-picker-width .mydp {
    min-width: 10rem;
  }
}
.modal-height {
  height: 60vh;
}
.description-list ul {
  padding-left: 1.2rem !important;
}
.description-list ul li {
  list-style: disc !important;
}
.idea-generation-table table.data-table {
  min-height: 21rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  overflow: auto;
}
.idea-generation-table .data-table.scroll-top-table thead,
.idea-generation-table .data-table.scroll-top-table tbody {
  display: table !important;
}
.idea-generation-table .data-table.scroll-top-table thead tr th,
.idea-generation-table .data-table.scroll-top-table tbody tr td {
  min-width: 9.375rem !important;
  max-width: 9.375rem;
  white-space: normal;
}
/* .idea-generation-table .data-table.scroll-top-table tbody:nth-of-type(even) tr td {
  background-color: #fafafa !important;
} */
/* modal height adjusted with scroll */
.cust-modal-parent {
  max-height: 700px;
  overflow-y: scroll;
}
@media (max-width: 360px) {
  .status-action-type-container {
    margin-left: 2rem;
  }
}
.margin-left-1-rem {
  margin-left: 1rem;
}
.padding-1-5-rem {
  padding: 0.5rem 1.5rem !important;
}
.investment-objective-name-inner input {
  margin-left: 35px;
  margin-top: 10px;
}
.investment-objective-margin {
  margin-left: 12px;
  margin-top: 8px;
}
@media (max-width: 360px) {
  .investment-objective-name-inner input {
    width: 9rem;
  }
}
.open-new-link {
  vertical-align: baseline;
  height: 0.6rem;
  width: 0.6rem;
  margin-top: 0.05rem;
}
.open-new-link:hover {
  fill: var(--text-theme-color-highlight) !important;
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}
.loader-content {
  position: relative;
  min-height: 30px;
}
.drop-select-margin-top .selected-list .c-btn {
  margin-top: 0.5rem;
}
.account-table .data-table {
  min-height: 24.5rem;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  overflow: auto;
}
.account-table .data-table td,
.account-table .data-table th {
  min-width: 220px !important;
}
.match-order-transaction-inner-container {
  display: -webkit-box;
  display: flex;
  margin-top: 15px;
}
.card-left {
  border-left: 5px solid #fcc879;
  height: 100%;
}
.card-right {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100% !important;
}
.max-width-28 {
  max-width: 28rem !important;
}
.match-box-right,
.transaction-box-border {
  border-right: 5px solid #009245;
}
.card-left-inner {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-height: 14rem !important;
}
.refresh-butn {
  min-width: 78px !important;
  min-height: 30px !important;
  background: var(--number-background-theme);
}
@media (max-width: 1200px) {
  .match-order-transaction-inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.card-scroller {
  -webkit-box-flex: 1;
          flex: 1;
}
.card-scroller>div:first-child {
  display: none;
}
.order-box-header-title {
  font-size: 14px;
}
.select-transaction-text {
  font-size: 12px;
}
.box-close-icon-container-img img {
  position: absolute;
  top: 15px;
  right: 10px;
}
.tick-button-oms {
  background: var(--text-theme-color-highlight);
  border-radius: 100%;
  padding: 5px;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.order-box::after {
  content: "";
  position: absolute;
  top: 55px;
  right: -10px;
  height: 20px;
  width: 20px;
  background: #fff;
  border-top: 1px solid rgba(235, 235, 235, 0.5);
  border-left: 1px solid rgba(235, 235, 235, 0.5);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 9;
  box-shadow: inset 1px 1px 2px 0 rgb(214 214 214 / 25%);
}
.match-box-right::before {
  content: "";
  position: absolute;
  top: 55px;
  left: -11px;
  height: 20px;
  width: 20px;
  background: #fff;
  border-top: 1px solid rgba(235, 235, 235, 0.5);
  border-left: 1px solid rgba(235, 235, 235, 0.5);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.formio-component-agreementTnC label span a,
.formio-component-agreementTnC label span a:hover {
  color: var(--text-theme-color-highlight) !important;
}
.zip-color {
  color: #aeaeae;
}
.client-writeup {
  margin-top: 3rem;
}
.client-writeup-ami {
  margin-top: 1.5rem;
}
.client-writeup-asas {
  margin-top: 1rem;
}
.font-size-12.formio-component-showGuidelinesParagraph h3 {
  font-size: 1rem;
}
.font-size-12.formio-component-showGuidelinesParagraph {
  font-size: 0.8rem !important;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.comps-checker .button-disable-ddf label input,
.comps-checker .ddf-comment-review .card {
  cursor: no-drop !important;
}
.client-info-table .onboarding-table-tooltip th {
  text-align: left !important;
}
.formio-textfield-multiple .btn-secondary {
  height: 25px;
  width: 25px;
  position: relative;
  border-radius: 50% !important;
}
.formio-textfield-multiple .btn-secondary::before {
  content: "x" !important;
  color: #fff;
  bottom: 0;
  position: absolute;
  left: 8px;
  font-size: 1rem;
}
.crm-table-wrapper {
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.crm-table-wrapper .data-table.scroll-top-table tbody:nth-of-type(odd) tr {
  background-color: white !important;
  border-bottom: 1px solid #e2e8f0;
  border-top: 1px solid #e2e8f0;
}
.crm-table-wrapper .data-table.scroll-top-table thead tr {
  border-bottom: 1px solid #e2e8f0;
}
.crm-table-wrapper.custom-content-tables.table-container th {
  font-size: 0.75rem;
  line-height: 15px;
  padding: 1.5rem 0.625rem !important;
  color: #4b5563 !important;
}
.circular-btn-bg {
  background: transparent;
  box-shadow: none;
}
.font-style-1 {
  font-size: 0.875rem;
  line-height: 20px;
  color: #606060;
}
.client-info-title {
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 24px;
  text-transform: capitalize;
  color: #323232;
}
.client-info-top-bar {
  padding: 24px 30px 16px 18px;
  background: #fff;
  border-radius: 6px;
}
.search-bar {
  border: 1px solid #e5e7eb;
  border-width: 0px 0px 1px;
}
.crm-search-width {
  width: 25rem !important;
}
.crm-search-width .search-icon {
  left: 7px;
  right: auto !important;
}
.crm-label-text {
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
  color: #6b7280;
}
.add-new-text {
  /* font-family: "Roboto-Regular"; */
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 24px;
  color: #0074c5;
}
.crm-btn-circular {
  box-shadow: none;
  background: transparent;
  border: none;
}
.custom-crm-btn {
  background: none !important;
  box-shadow: none !important;
}
.onborading-search .crm-search-width .search-icon {
  top: 16px;
  right: 92% !important;
}
.fullscreen .object-custom-scroll {
  width: 100% !important;
  height: 100% !important;
}
.fullscreen .object-custom-scroll .full-screen-width {
  width: 100%;
  padding-bottom: 3rem
}
.toastui-editor-mode-switch {
  display: none !important;
}
.task-list-item {
  padding-left: 20px;
  position: relative;
  list-style: none;
}
.task-list-item::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 4px;
  border: 1px solid #9ca3af;
  left: 0;
}
.task-list-item.checked::after {
  content: "✓";
  /* content: ''; */
  position: absolute;
  top: 2px;
  left: 3px;
  width: 13px;
  height: 14px;
  z-index: 99;
  /* background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iIzRCOTZFNiI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE2IDBjMS4xMDUgMCAyIC44OTUgMiAydjE0YzAgMS4xMDUtLjg5NSAyLTIgMkgyYy0xLjEwNSAwLTItLjg5NS0yLTJWMkMwIC44OTUuODk1IDAgMiAwaDE0em0tMS43OTMgNS4yOTNjLS4zOS0uMzktMS4wMjQtLjM5LTEuNDE0IDBMNy41IDEwLjU4NSA1LjIwNyA4LjI5M2wtLjA5NC0uMDgzYy0uMzkyLS4zMDUtLjk2LS4yNzgtMS4zMi4wODMtLjM5LjM5LS4zOSAxLjAyNCAwIDEuNDE0bDMgMyAuMDk0LjA4M2MuMzkyLjMwNS45Ni4yNzggMS4zMi0uMDgzbDYtNiAuMDgzLS4wOTRjLjMwNS0uMzkyLjI3OC0uOTYtLjA4My0xLjMyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwNTAgLTI5NikgdHJhbnNsYXRlKDc4OCAxOTIpIHRyYW5zbGF0ZSgyNjIgMTA0KSIvPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K'); */
}
.toastui-editor-contents .task-list-item.checked:before {
  background-image: none !important;
}
.notes-cancel {
  position: absolute;
  right: 15px;
  top: 12px;
}
.note-para img,
.text-design img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.crm-card-wrapper {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline flow-root list-item;
  width: inherit;
}
.crm-table-wrapper .c-btn {
  padding: 6px 10px !important;
  min-height: 34px;
}
.crm-table-wrapper .cuppa-dropdown {
  top: -4px !important;
}
.text-wrap-column {
  word-break: break-word !important;
  white-space: normal;
}
.scroll-none {
  overflow: hidden;
}
.note-para,
.text-design {
  font-size: 0.875rem;
  color: #606060;
  margin-bottom: 0.5rem;
  overflow-x: scroll;
}
.note-para::-webkit-scrollbar,
.text-design::-webkit-scrollbar {
  display: none;
}
.note-para ul li,
.note-para ol li,
.text-design ul li,
.text-design ol li {
  list-style: inherit;
  position: relative;
  padding-left: 20px;
}
.note-para ul,
.note-para ol,
.text-design ul,
.text-design ol {
  counter-reset: crm-counter;
}
.note-para ul li::before,
.text-design ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: black;
  left: 0px;
  top: 8px;
}
.note-para ol li::before,
.text-design ol li::before {
  counter-increment: crm-counter;
  content: counter(crm-counter);
  position: absolute;
  left: 0px;
  top: 1px;
}
.note-para table,
.text-design table {
  width: 100%;
  padding-top: 2px;
  border: 1px solid;
}
.note-para table tr,
.text-design table tr {
  border-bottom: 1px solid;
}
.note-para table th,
.note-para table td,
.text-design table th,
.text-design table td {
  border-right: 1px solid;
}
.note-para table th,
.text-design table th {
  background-color: var(--number-background-theme);
  color: var(--table-theme-text-header) !important;
}
.note-para table tr p,
.text-design table tr p {
  text-align: center;
}
.note-para ul .task-list-item::before,
.note-para ol .task-list-item::before,
.text-design ul .task-list-item::before,
.text-design ol .task-list-item::before {
  background: transparent;
  color: transparent;
  width: 15px;
  height: 15px;
  border-radius: 0;
  top: 4px;
}
.table-striped tbody tr:nth-of-type(even),
.table-striped tbody tr:nth-of-type(odd) {
  background: none !important;
}
.client-transaction-tbl.table-striped tbody:nth-of-type(odd) {
  background-color: #fff !important;
}
.client-transaction-tbl.table-striped tbody tr {
  background-color: transparent;
}
.client-transaction-tbl.table-striped tbody:nth-of-type(even),
.table-striped tbody:nth-of-type(even) {
  background-color: #f9fafb !important;
}
.crm-table-wrapper.custom-content-tables .data-table td {
  padding: 0.625rem !important;
}
.last-fixed-column-bg table>tbody:nth-child(even) tr {
  background-color: #fff;
}
.last-fixed-column-bg table>tbody:nth-child(odd) tr {
  background-color: var(--over-all-body-bg-theme);
}
.match-box {
  position: relative;
  border: 1px solid rgba(235, 235, 235, 0.5);
  max-width: 400px;
  padding: 14px 20px;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
}
.match-box .oms-badge {
  background-color: var(--export-theme-background-icon);
  padding: 0.2rem 0.7rem;
}
.match-box .badge-title {
  color: var(--text-theme-color-highlight);
  font-size: 0.6rem;
  line-height: 0.7rem;
}
.transaction-box {
  border-right: 5px solid #009245;
  z-index: 9;
}
.transaction-box::before {
  content: "";
  position: absolute;
  top: 55px;
  left: -11px;
  height: 20px;
  width: 20px;
  border-top: 1px solid rgba(235, 235, 235, 0.5);
  border-left: 1px solid rgba(235, 235, 235, 0.5);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 1200px) {

  .order-box,
  .transaction-box {
    min-width: 20rem;
    width: 100%;
  }

  .select-transaction-box {
    min-width: 17rem;
    width: 100%;
    min-height: 6.2rem;
  }
}
.custom-matchbox-styling {
  padding: 14px !important;
}
.custom-matchbox-styling .order-details {
  padding-right: 4px !important;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
  height: 100% !important;
}
.custom-matchbox-styling .order-details .detail-value {
  overflow-wrap: break-word !important;
  width: 100% !important;
}
.custom-matchbox-styling .order-details .details-title {
  height: 28px !important;
}
@media (min-height: 550px), (min-width: 1024px) {
  .match-order-transaction-container {
    max-height: calc(100vh - 300px);
    overflow: auto;
  }

  .unmatched-transaction-container {
    max-height: calc(100vh - 212px);
    overflow: auto;
  }

  .unmatched-transaction-hover-btn-container {
    display: none;
  }
}
.unmatched-transaction-container .transaction-box {
  margin-left: 15px;
  cursor: pointer;
  min-width: 18rem;
}
@media (max-height: 549px), (max-width: 1023px) {
  .unmatched-transaction-hover-btn-container {
    position: absolute;
    top: 30px;
    left: -12px;
  }

  .hover-btn-container {
    background: white none repeat scroll 0 center;
    border: 0 none;
    border-radius: 50%;
    box-shadow: rgba(9, 30, 66, 0.08) 0 0 0 1px, rgba(9, 30, 66, 0.08) 0 2px 4px 1px;
    color: rgb(107, 119, 140);
    cursor: pointer;
    height: 24px;
    outline: currentcolor none 0;
    padding: 0;
    -webkit-transition: background-color 100ms linear 0s, color 100ms linear 0s, opacity 300ms cubic-bezier(0.2, 0, 0, 1) 0s, -webkit-transform 300ms cubic-bezier(0.2, 0, 0, 1) 0s;
    transition: background-color 100ms linear 0s, color 100ms linear 0s, opacity 300ms cubic-bezier(0.2, 0, 0, 1) 0s, -webkit-transform 300ms cubic-bezier(0.2, 0, 0, 1) 0s;
    transition: background-color 100ms linear 0s, color 100ms linear 0s, opacity 300ms cubic-bezier(0.2, 0, 0, 1) 0s, transform 300ms cubic-bezier(0.2, 0, 0, 1) 0s;
    transition: background-color 100ms linear 0s, color 100ms linear 0s, opacity 300ms cubic-bezier(0.2, 0, 0, 1) 0s, transform 300ms cubic-bezier(0.2, 0, 0, 1) 0s, -webkit-transform 300ms cubic-bezier(0.2, 0, 0, 1) 0s;
    width: 24px;
  }

  .hover-btn-container:hover {
    background-color: #aa525b;
    color: white;
  }

  .hover-btn-container svg {
    vertical-align: top;
  }

  .unmatched-transaction-main-container.open {
    right: -15px;
  }
}
.transaction-selected,
.transaction-select {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
}
.transaction-select {
  padding-right: 50px;
  position: relative;
}
.transaction-select .match-box {
  margin: 0 15px 0 0;
}
.transaction-selected .match-box {
  margin: 0 2px;
}
.order-box {
  border-left: 5px solid #fcc879;
  z-index: 8;
}
.transaction-selected .order-box::after {
  background-color: #fcc879 !important;
}
.transaction-selected .box-info-icon-container {
  top: 35px;
}
.oms-list-header {
  margin-bottom: 2rem;
}
.reconciled-account-filter .dropdown-list {
  z-index: 99999 !important;
}
@media screen and (max-width: 540px) {

  .transaction-selected,
  .transaction-select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .match-box {
    width: 100% !important;
    margin-top: 10px !important;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }

  .card-scroll {
    margin: 0;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    width: 100%;
  }

  .transaction-select {
    padding: 0 !important;
  }
}
.page-header-subtitle {
  font-size: 16px;
  line-height: 19px;
}
.total-unconciled {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
}
.total-unconciled strong {
  font-weight: 400;
}
.page-header-support-text {
  font-size: 0.8rem;
  line-height: 0.95rem;
  text-transform: capitalize;
}
.ins-request-success-title {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2rem;
}
.ins-request-success-subtitle {
  font-size: 0.7rem;
  line-height: 0.85rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.toastui-editor-defaultUI {
  border: 1px solid #96989a !important;
}
.notes.fullscreen .objects-container {
  -webkit-column-count: 4;
  -moz-column-count: 4;
       column-count: 4;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  /* height: 100vh; */
}
/* .notes.fullscreen .note-title {
  width: 100%;
} */
.notes.fullscreen .color-palette {
  left: 65%;
}
.onboarding-tooltip .table-responsive {
  padding-bottom: 1.3rem;
}
.address-details .related-parties-details .choices__list--dropdown {
  height: 150px;
}
.address-details .col-xl-12 .related-parties-details {
  height: 320px;
}
@media screen and (max-width: 1200px) {

  .mob-popup.message.datatable-message-button .popover-arrow,
  .download-popup-message-container.message.datatable-message-button .popover-arrow .custom-onboard-button .popover-arrow {
    right: 20px !important;
    left: auto !important;
  }
}
.title-with-icon-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.title-with-icon-content .icon-max-heigth-1rem {
  max-height: 1rem;
}
.title-with-side-icon-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.title-with-side-icon-content .icon-max-heigth-1rem {
  max-height: 1rem;
  padding-left: 10px;
}
.action-column-data {
  position: -webkit-sticky !important;
  position: sticky !important;
  right: 0;
  z-index: 2;
}
.crm-table-wrapper.custom-content-tables .data-table td.action-column-data {
  padding: 4px 0 !important;
  text-align: center;
  min-width: 36px !important;
}
.table-striped tbody:nth-of-type(even) .action-column-data {
  background-color: #f9fafb !important;
}
.table-striped tbody:nth-of-type(odd) .action-column-data {
  background-color: #fff !important;
}
.new-onboarding-table .last-fixed-column table>thead>tr>th:nth-last-child(2) {
  background-color: #f9fafb !important;
}
/* @media (min-width: 1300px) and (max-width: 1440px) { */
.action-popup-container {
  left: 7rem !important;
  min-width: auto !important;
  max-width: 100% !important;
  width: calc(100% - 11rem) !important;
  margin: 2.2rem 0 0;
  border-radius: 0 !important;
  background: #f2f2f2;
  z-index: 10 !important;

  /* margin: 0 !important;
  position: absolute; */
  /* = left: calc(-100vh - 44.1rem) !important; */
  /* left: unset !important;
  right: 0;
  top: 0; */
  /* = transform: translateX(-95%); */
  /* width: calc(100vh + 153.1vh) !important;
  background: #f2f2f2;
  z-index: 100 !important; */
}
.access-mapping-popup .action-popup-container {
  left: 3.2rem !important;
  width: calc(100% - 6.5rem) !important;
  margin: 2.5rem 0 0;
}
.action-popup-container .action-button-list {
  padding: 14px 10px;
  text-align: right;
}
.action-button {
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  border: 0;
}
/* } */
.document-section-container .badge-circular {
  width: 24px;
  height: 24px;
  line-height: 22px;
  border: 1px solid #e6e6e6 !important;
}
.top-document-section .btn {
  min-width: 7rem !important;
}
.overflow-hidden {
  overflow: hidden;
}
.popover-body .data-letters {
  padding: 9px 10px;
  font-weight: 600;
  font-family: "Montserrat-semibold";
}
.popover-body .circle {
  height: 32px;
  min-width: 32px;
  width: 32px;
  vertical-align: middle;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  color: rgba(105, 105, 105, 0.5);
  font-size: 0.875rem;
}
.comment-popup-section .popover-arrow-right-placement {
  left: unset;
  right: -6px;
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
}
@media screen and (max-width: 768px) {

  .table-container th.action-column-data,
  .table-container td.action-column-data {
    min-width: 36px !important;
  }
}
@media screen and (max-width: 767px) {
  .action-popup-container {
    left: 2rem !important;
    width: calc(100% - 4rem) !important;
  }

  .access-mapping-popup .action-popup-container {
    left: 2rem !important;
    width: calc(100% - 4rem) !important;
  }
}
/* card animations */
.card-fade-out-right {
  -webkit-animation: card-fadeOutRight ease-in-out 0.5s forwards;
  animation: card-fadeOutRight ease-in-out 0.5s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes card-fadeOutRight {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }
}
@keyframes card-fadeOutRight {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }
}
.card-fade-in-left {
  -webkit-animation: card-fadeOutLeft ease-in-out 0.5s forwards;
  animation: card-fadeOutLeft ease-in-out 0.5s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes card-fadeOutLeft {
  0% {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }

  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes card-fadeOutLeft {
  0% {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }

  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
/* FLOWY START */
.onboarding-form-builder-modal .modal-lg {
  max-width: 1300px !important;
}
.blockelem:first-child {
  margin-top: 20px;
}
.blockelem {
  padding-top: 10px;
  width: 318px;
  border: 1px solid transparent;
  -webkit-transition-property: box-shadow, height;
  transition-property: box-shadow, height;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.05, 0.03, 0.35, 1);
          transition-timing-function: cubic-bezier(0.05, 0.03, 0.35, 1);
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(22, 33, 74, 0);
  box-sizing: border-box;
}
.blockelem:hover {
  box-shadow: 0px 4px 30px rgba(22, 33, 74, 0.08);
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}
.grabme,
.blockico {
  display: inline-block;
}
.grabme {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: -14px;
  width: 15px;
}
.blockin {
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
}
.blockico {
  width: 36px;
  height: 36px;
  background-color: #f1f4fc;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
}
.blockico span {
  height: 100%;
  width: 0px;
  display: inline-block;
  vertical-align: middle;
}
.blockico img {
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.blocktext {
  display: inline-block;
  width: 220px;
  vertical-align: top;
  margin-left: 12px;
}
.blocktitle {
  margin: 0px !important;
  padding: 0px !important;
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  color: #393c44;
}
.blockdesc {
  margin-top: 5px;
  font-family: Roboto;
  color: #808292;
  font-size: 14px;
  line-height: 21px;
}
.blockdisabled {
  background-color: #f0f2f9;
  opacity: 0.5;
}
#properties {
  position: absolute;
  height: 100%;
  width: 311px;
  background-color: #fff;
  right: -150px;
  opacity: 0;
  z-index: 2;
  top: 0px;
  box-shadow: -4px 0px 40px rgba(26, 26, 73, 0);
  padding-left: 20px;
  -webkit-transition: all 0.25s cubic-bezier(0.05, 0.03, 0.35, 1);
  transition: all 0.25s cubic-bezier(0.05, 0.03, 0.35, 1);
}
.itson {
  z-index: 2 !important;
}
/* FLOWY BREAK 1 */
.expanded {
  right: 0 !important;
  opacity: 1 !important;
  box-shadow: -4px 0px 40px rgba(26, 26, 73, 0.05);
  z-index: 2;
}
#header2 {
  font-size: 20px;
  font-family: Roboto;
  font-weight: bold;
  color: #393c44;
  margin-top: 101px;
}
#close {
  margin-top: 100px;
  position: absolute;
  right: 20px;
  z-index: 9999;
  -webkit-transition: all 0.25s cubic-bezier(0.05, 0.03, 0.35, 1);
  transition: all 0.25s cubic-bezier(0.05, 0.03, 0.35, 1);
}
#close:hover {
  cursor: pointer;
  opacity: 0.7;
}
#dataprop {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #393c44;
  width: calc(88% / 3);
  height: 48px;
  line-height: 48px;
  display: inline-block;
  float: left;
  margin-left: 20px;
}
#alertprop {
  display: inline-block;
  font-family: Roboto;
  font-weight: 500;
  color: #808292;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  width: calc(88% / 3);
  text-align: center;
  float: left;
}
#logsprop {
  width: calc(88% / 3);
  display: inline-block;
  font-family: Roboto;
  font-weight: 500;
  color: #808292;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.inputlabel {
  font-family: Roboto;
  font-size: 14px;
  color: #253134;
}
.dropme {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e8e8ef;
  box-shadow: 0px 2px 8px rgba(34, 34, 87, 0.05);
  font-family: Roboto;
  font-size: 14px;
  color: #253134;
  text-indent: 20px;
  height: 40px;
  line-height: 40px;
  width: 287px;
  margin-bottom: 25px;
}
.dropme img {
  margin-top: 17px;
  float: right;
  margin-right: 15px;
}
/* FLOWY BREAK 2 */
.checkus {
  margin-bottom: 10px;
}
.checkus img {
  display: inline-block;
  vertical-align: middle;
}
.checkus p {
  display: inline-block;
  font-family: Roboto;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 10px;
}
#divisionthing {
  height: 1px;
  width: 100%;
  background-color: #e8e8ef;
  position: absolute;
  right: 0px;
  bottom: 80;
}
#removeblock {
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
  font-family: Roboto;
  font-size: 14px;
  text-align: center;
  width: 287px;
  height: 38px;
  line-height: 38px;
  color: #253134;
  border: 1px solid #e8e8ef;
  -webkit-transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
}
#removeblock:hover {
  cursor: pointer;
  opacity: 0.5;
}
/* FLOWY BREAK 3 */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
.blockyname {
  font-family: Roboto;
  font-weight: 500;
  color: #253134;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.blockyright {
  display: inline-block;
  float: right;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: 5px;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  text-align: center;
  /* background-color: #fff; */
  -webkit-transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
  z-index: 10;
}
.blockyright:hover {
  background-color: #f1f4fc;
  cursor: pointer;
}
.blockyright img {
  margin-top: 12px;
}
.blockyleft {
  display: inline-block;
  margin-left: 10px;
}
/* FLOWY BREAK 4 */
.blockydiv {
  width: 100%;
  height: 1px;
  background-color: #e9e9ef;
}
.blockyinfo {
  font-family: Roboto;
  font-size: 14px;
  color: #808292;
  margin-top: 15px;
  text-indent: 20px;
  margin-bottom: 20px;
}
.blockyinfo span {
  color: #253134;
  font-weight: 500;
  display: inline-block;
  border-bottom: 1px solid #d3dcea;
  line-height: 20px;
  text-indent: 0px;
}
.block {
  background-color: #fff;
  margin-top: 0px !important;
  box-shadow: 0px 4px 30px rgba(22, 33, 74, 0.05);
}
.selectedblock {
  border: 2px solid #217ce8;
  box-shadow: 0px 4px 30px rgba(22, 33, 74, 0.08);
}
/* FLOWY BREAK 5 */
@media only screen and (max-width: 832px) {
  #centerswitch {
    display: none;
  }
}
@media only screen and (max-width: 560px) {
  #names {
    display: none;
  }
}
.formio-dialog {
  z-index: 9999999 !important;
}
#names {
  display: inline-block;
  vertical-align: top;
}
#title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  color: #393c44;
  margin-bottom: 0px;
}
#subtitle {
  font-family: Roboto;
  color: #808292;
  font-size: 14px;
  margin-top: 5px;
}
#discard:hover {
  cursor: pointer;
  opacity: 0.7;
}
#buttonsright {
  float: right;
  margin-top: 15px;
}
#search input {
  width: 318px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #e8e8ef;
  box-sizing: border-box;
  box-shadow: 0px 2px 8px rgba(34, 34, 87, 0.05);
  border-radius: 5px;
  text-indent: 35px;
  font-family: Roboto;
  font-size: 16px;
}
::-webkit-input-placeholder {
  /* Edge */
  color: #c9c9d5;
}
::-moz-placeholder {
  color: #c9c9d5;
}
::-ms-input-placeholder {
  color: #c9c9d5;
}
::placeholder {
  color: #c9c9d5;
}
#search img {
  position: absolute;
  margin-top: 10px;
  width: 18px;
  margin-left: 12px;
}
#header {
  font-size: 20px;
  font-family: Roboto;
  font-weight: bold;
  color: #393c44;
}
#subnav {
  border-bottom: 1px solid #e8e8ef;
  width: calc(100% + 20px);
  margin-left: -20px;
  margin-top: 10px;
}
.navdisabled {
  -webkit-transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
}
.navdisabled:hover {
  cursor: pointer;
  opacity: 0.5;
}
.navactive {
  color: #393c44 !important;
}
#triggers {
  margin-left: 20px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #808292;
  width: calc(88% / 3);
  height: 48px;
  line-height: 48px;
  display: inline-block;
  float: left;
}
.navactive:after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #217ce8;
  margin-top: -4px;
}
#actions {
  display: inline-block;
  font-family: Roboto;
  font-weight: 500;
  color: #808292;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  width: calc(88% / 3);
  text-align: center;
  float: left;
}
#loggers {
  width: calc(88% / 3);
  display: inline-block;
  font-family: Roboto;
  font-weight: 500;
  color: #808292;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
/* FLOWY BREAK 6 */
#footer {
  position: absolute;
  left: 0;
  padding-left: 20px;
  line-height: 40px;
  bottom: 0;
  width: 270px;
  border: 1px solid #e8e8ef;
  height: 67px;
  box-sizing: border-box;
  background-color: #fff;
  font-family: Roboto;
  font-size: 14px;
}
#footer a {
  text-decoration: none;
  color: #393c44;
  -webkit-transition: all 0.2s cubic-bezier(0.05, 0.03, 0.35, 1);
  transition: all 0.2s cubic-bezier(0.05, 0.03, 0.35, 1);
}
#footer a:hover {
  opacity: 0.5;
}
#footer span {
  color: #808292;
}
#footer p {
  display: inline-block;
  color: #808292;
}
#footer img {
  margin-left: 5px;
  margin-right: 5px;
}
.blockelem:first-child {
  margin-top: 20px;
}
.blockelem {
  padding-top: 10px;
  border: 1px solid transparent;
  -webkit-transition-property: box-shadow, height;
  transition-property: box-shadow, height;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.05, 0.03, 0.35, 1);
          transition-timing-function: cubic-bezier(0.05, 0.03, 0.35, 1);
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(22, 33, 74, 0);
  box-sizing: border-box;
}
.blockelem:hover {
  box-shadow: 0px 4px 30px rgba(22, 33, 74, 0.08);
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}
#canvas .blockelem {
  width: 200px;
}
#canvas .blockelem {
  width: 200px;
}
#blocklist .reject {
  color: #fe8f8f !important;
}
#blocklist .accept {
  color: #d9dd6b !important;
}
#blocklist .submit {
  color: #b5deff !important;
}
#canvas .accept {
  background: #d9dd6b !important;
}
#canvas .reject {
  background: #fe8f8f !important;
}
#canvas .submit {
  background: #b5deff !important;
}
#canvas .logicBlock {
  background: #d8e3e7 !important;
}
#canvas .repeatStepsBlock {
  background: #66b2ff;
}
#canvas .repeatFlowBlock {
  background: #90ee90;
}
.grabme,
.blockico {
  display: inline-block;
}
.grabme {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: -14px;
  width: 15px;
}
#blocklist {
  height: calc(100% - 220px);
  overflow-y: auto;
  overflow-x: hidden;
  width: 244px;
  display: inline-block;
}
.blockin {
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
}
.blockico {
  width: 36px;
  height: 36px;
  background-color: #f1f4fc;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
}
.blockico span {
  height: 100%;
  width: 0px;
  display: inline-block;
  vertical-align: middle;
}
.blockico img {
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.blocktext {
  display: inline-block;
  width: 220px;
  vertical-align: top;
  margin-left: 12px;
}
.blocktitle {
  margin: 0px !important;
  padding: 0px !important;
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  color: #393c44;
}
.blockdesc {
  margin-top: 5px;
  font-family: Roboto;
  color: #808292;
  font-size: 14px;
  line-height: 21px;
}
.blockdisabled {
  background-color: #f0f2f9;
  opacity: 0.5;
}
#canvas {
  position: absolute;
  width: calc(100% - 361px);
  height: calc(100% - 71px);
  top: 71px;
  left: 361px;
  z-index: 0;
  overflow: auto;
}
#propwrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 311px;
  height: 100%;
  padding-left: 20px;
  overflow: hidden;
  z-index: -2;
}
.itson {
  z-index: 2 !important;
}
.expanded {
  right: 0 !important;
  opacity: 1 !important;
  box-shadow: -4px 0px 40px rgba(26, 26, 73, 0.05);
  z-index: 2;
}
#header2 {
  font-size: 20px;
  font-family: Roboto;
  font-weight: bold;
  color: #393c44;
  margin-top: 101px;
}
#close {
  margin-top: 100px;
  position: absolute;
  right: 20px;
  z-index: 9999;
  -webkit-transition: all 0.25s cubic-bezier(0.05, 0.03, 0.35, 1);
  transition: all 0.25s cubic-bezier(0.05, 0.03, 0.35, 1);
}
#close:hover {
  cursor: pointer;
  opacity: 0.7;
}
#dataprop {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #393c44;
  width: calc(88% / 3);
  height: 48px;
  line-height: 48px;
  display: inline-block;
  float: left;
  margin-left: 20px;
}
/* #dataprop:after,
#alertprop:after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #217ce8;
  margin-top: -4px;
} */
#alertprop {
  display: inline-block;
  font-family: Roboto;
  font-weight: 500;
  color: #808292;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  width: calc(88% / 3);
  text-align: center;
  float: left;
}
#logsprop {
  width: calc(88% / 3);
  display: inline-block;
  font-family: Roboto;
  font-weight: 500;
  color: #808292;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.inputlabel {
  font-family: Roboto;
  font-size: 14px;
  color: #253134;
}
.dropme {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e8e8ef;
  box-shadow: 0px 2px 8px rgba(34, 34, 87, 0.05);
  font-family: Roboto;
  font-size: 14px;
  color: #253134;
  text-indent: 20px;
  height: 40px;
  line-height: 40px;
  width: 287px;
  margin-bottom: 25px;
}
.dropme img {
  margin-top: 17px;
  float: right;
  margin-right: 15px;
}
.checkus {
  margin-bottom: 10px;
}
.checkus img {
  display: inline-block;
  vertical-align: middle;
}
.checkus p {
  display: inline-block;
  font-family: Roboto;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 10px;
}
#divisionthing {
  height: 1px;
  width: 100%;
  background-color: #e8e8ef;
  position: absolute;
  right: 0px;
  bottom: 80;
}
#removeblock {
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
  font-family: Roboto;
  font-size: 14px;
  text-align: center;
  width: 287px;
  height: 38px;
  line-height: 38px;
  color: #253134;
  border: 1px solid #e8e8ef;
  -webkit-transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
}
#removeblock:hover {
  cursor: pointer;
  opacity: 0.5;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
.blockyleft img {
  display: inline-block;
  vertical-align: middle;
}
.block {
  background-color: #fff;
  margin-top: 0px !important;
  box-shadow: 0px 4px 30px rgba(22, 33, 74, 0.05);
}
.selectedblock {
  border: 2px solid #217ce8;
  box-shadow: 0px 4px 30px rgba(22, 33, 74, 0.08);
}
@media only screen and (max-width: 832px) {
  #centerswitch {
    display: none;
  }
}
@media only screen and (max-width: 560px) {
  #names {
    display: none;
  }
}
.segue-label {
  font-size: 12px !important;
}
.form-builder-row {
  min-height: 450px;
}
#canvas .accept {
  background: #d9dd6b !important;
}
#canvas .reject {
  background: #fe8f8f !important;
}
#canvas .submit {
  background: #b5deff !important;
}
#canvas .logicBlock {
  background: #d8e3e7 !important;
}
#canvas .status-step {
  background: burlywood !important;
}
#canvas .error-block {
  border: 2px solid red !important;
}
#canvas .success-block {
  border: 2px solid green !important;
}
.onboarding-cuppa .cuppa-dropdown {
  margin-top: -20px !important;
}
.sort-order {
  position: absolute;
  size: 15px;
  font-weight: 600;
  top: -28px;
  left: -10px;
  padding: 5px 13px 5px 13px;
  border-radius: 50%;
  border: 2px solid;
  background: cyan;
}
.document-data-table-section .row-expand-padding {
  /* padding: 1rem !important; */
  height: 300px;
  overflow: auto !important;
}
/* FLOWY END */
.edit-document-popup .selected-list .c-btn {
  margin-top: 0 !important;
}
.edit-document-popup .selected-list .c-angle-down {
  bottom: 33% !important;
}
.edit-document-popup .plus-action-btn {
  width: 1.5rem !important;
  height: 1.5rem !important;
}
/* .edit-document-popup-tbody {
  height: 150px;
} */
.edit-document-popup .selected-list .c-btn {
  border-color: #767676 !important;
  color: #000 !important;
}
.pure-checkbox-container .checkmark {
  border: 2px solid !important;
  border-color: var(--text-theme-color-highlight) !important;
  border-radius: 3px !important;
}
.base-step-buttons {
  margin-left: 15rem;
}
@media (min-width: 1024) {
  .base-step-buttons {
    margin-left: 5rem;
  }
}
.fixed-height-table .table-responsive {
  max-height: 700px !important;
  overflow-y: scroll !important;
}
.fixed-height-table-dash .table-responsive {
  max-height: 550px !important;
  overflow-y: scroll !important;
}
.fixed-height-table thead {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: -1px;
  z-index: 7;
}
.dropdown-over-scrollbar .table-responsive {
  overflow-x: inherit !important;
}
.dropdown-over-scrollbar.custom-content-tables .data-table {
  overflow: inherit !important;
}
.recon-orders-number {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
  color: blue !important;
}
.client-info-table .onboarding-table-tooltip th.onboarding-action-col {
  text-align: right !important;
}
.max-width-container .max-content-width .custom-dropdown {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.max-width-container .custom-dropdown-height .custom-dropdown-container .list-container {
  max-height: 150px !important;
}
.margin-bottom-150-px {
  margin-bottom: 150px !important;
}
.rule-color {
  color: var(--text-theme-color-highlight) !important;
}
.holding-currency-dropdown .c-btn {
  margin-top: 0px;
}
.reconciliation-filter-dropdown .list-area {
  width: 15rem;
}
.reconciliation-filter-dropdown .pure-checkbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.reconciliation-filter-dropdown .custom-dropdown-oneline label {
  width: 12rem;
  word-wrap: break-word;
}
.birthday-icon {
  width: 12px;
  height: 12px;
  fill: var(--text-theme-color-highlight);
}
.loan-icon {
  width: 13px;
  height: 13px;
  fill: var(--text-theme-color-highlight);
}
.send-icon {
  width: 1rem;
  height: 1rem;
  fill: var(--text-theme-color-highlight);
}
/* accordion styling */
.address-card .accordion>.card {
  border: 0 !important;
  background-color: transparent !important;
  margin-bottom: 0.625rem !important;
}
.address-card .accordion>.card>.card-header {
  padding: 1rem !important;
  background: #f3f4f6 !important;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04) !important;
  border-radius: 2px !important;
  border: 0 !important;
}
.address-card .accordion-header-title {
  font-weight: 600 !important;
  font-size: 0.625rem !important;
  line-height: 0.75rem !important;
  color: #606060 !important;
  font-family: "Montserrat-semibold";
  white-space: pre-wrap;
  text-align: left;
}
.address-card .accordion .card .card-header h5 {
  line-height: 1rem !important;
}
.address-card .accordion .card .card-header .btn-link {
  padding: 0 !important;
  width: 100% !important;
  display: -webkit-box !important;
  display: flex !important;
}
.address-card .accordion .card .card-header .btn-link::after {
  display: none !important;
}
.address-card .modified-text {
  margin-left: auto !important;
  font-size: 0.5625rem !important;
  line-height: 0.6875rem !important;
  color: #9ca3af !important;
}
.address-card .accordion .card .card-header .btn-link.collapsed .card-header-arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.address-card .accordion .card .card-body {
  background: transparent !important;
  padding: 0.5rem 0 0 0.75rem !important;
  white-space: normal !important;
}
@media (max-width: 575px) {
  .address-card .accordion>.card>.card-header {
    padding: 0.75rem !important;
  }

  .address-card .accordion-header-title {
    white-space: normal;
    text-align: left;
  }
}
.ops-drpdwn .list-name p {
  text-overflow: ellipsis;
  width: 165px;
}
.transaction-drpdwn .list-container {
  height: 110px;
}
.custom-dropdown-aline-pop .cuppa-dropdown .dropdown-list {
  bottom: 46px !important;
}
/*dropdoun  change*/
.custom-dropdown-aline-pop .cuppa-dropdown .dropdown-list .arrow-2 {
  border-bottom: 10px solid !important;
}
.custom-dropdown-aline-pop .cuppa-dropdown .dropdown-list .arrow-down {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #fff !important;
  bottom: -8px !important;
}
.custom-dropdown-aline-pop .cuppa-dropdown .dropdown-list .arrow-down .arrow-2 {
  bottom: 8px;
}
/* transaction type dropdown */
.service-drop-down .table-responsive {
  overflow-x: initial !important;
}
.service-drop-down .table-responsive .dd-list {
  height: 116px !important;
}
.service-drop-down .table-responsive .dd-list .list-container {
  max-height: 100% !important;
}
.description-ol ol li {
  list-style: lower-latin;
}
.description-ol ol {
  padding-left: 1.4rem;
}
.head-font-size {
  font-size: 1.2rem;
}
.description-ol p:first-child {
  padding-top: 10px;
}
.description-ol p b {
  font-weight: 800;
}
.goal-popup-title {
  font-size: 14px;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.img-border-wrapper {
  padding: 1rem;
  border: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
}
.custom-goal-cb {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 0.4rem;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.custom-goal-cb::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--white);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.custom-goal-cb:checked {
  background-color: var(--text-theme-color-highlight);
}
.custom-goal-cb:checked::after {
  opacity: 1;
}
.img-upload-wrapper {
  position: relative;
}
.img-upload-wrapper .img-delete-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.img-upload-box {
  position: relative;
  padding: 1rem 0.6rem;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.img-upload-box input {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
  opacity: 0;
}
.cuppa-dropdown .dropdown-list {
  z-index: 10 !important;
}
@media screen and (max-width: 767px) {
  .form-content-padding-bottom .form-control {
    font-size: 0.65rem !important;
  }

  .product-holding-content.config-drop-down-width .c-btn span {
    font-size: 0.65rem !important;
  }

  .config-drop-down-width .selected-list .c-angle-down {
    bottom: 10px;
  }

  .custom-content-tables.table-container th {
    font-size: 0.85rem;
  }

  .section-right-main-content p {
    font-size: 0.85rem !important;
  }

  .custom-toggle-text {
    font-size: 0.85rem;
  }

  .module-tab-icons svg {
    vertical-align: top;
  }
}
.input-field-border .form-control,
.input-field-border .custom-datepicker .mydp,
.input-field-border .custom-daterangepicker .mydrp {
  border: 1px solid black;
}
.input-field-border .form-control:focus {
  border-top: 1px solid !important;
  border-right: 1px solid !important;
  border-left: 1px solid !important;
}
.input-field-border .custom-content-tables .data-table .form-control {
  border-bottom: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
}
.input-field-border .theme-form-control {
  border: 1px solid !important;
}
.min-height-table-filter .data-table {
  min-height: 350px;
}
.min-height-table-filter .data-table tbody>tr>td {
  font-size: 0.75rem !important;
  vertical-align: initial;
}
.inline-filter-my-date-picker {
  position: relative;
}
.inline-filter-my-date-picker .header td:nth-child(1) {
  padding: 0 0 0 4px !important;
}
.inline-filter-my-date-picker .header td:nth-child(3) {
  padding: 0 4px 0 0 !important;
}
.inline-filter-my-date-picker .mydp .header td:nth-child(2) {
  text-align: center;
  padding: 0 !important;
}
.inline-filter-my-date-picker .mydp .daycell,
.inline-filter-my-date-picker .mydp .monthcell,
.inline-filter-my-date-picker .mydp .weekdaytitle,
.inline-filter-my-date-picker .mydp .yearcell {
  padding: 4px !important;
  text-align: center;
}
.inline-filter-my-date-picker .btnclear {
  display: inherit;
}
.table-alinment-change.table-container td.data-column {
  padding: 1.5rem !important;
  word-break: break-word;
  white-space: unset;
}
.table-alinment-change.table-container th {
  padding: 1.5rem !important;
}
.table-alinment-change table th {
  background-color: #f9fafb;

}
.table-alinment-change.table-container tbody:nth-of-type(even) {
  background-color: #f9fafb;
}
.table-alinment-change.table-container tbody:nth-of-type(odd) {
  background-color: #fff;
}
.processing-module .bank-file-heading {
  display: none;
}
.processing-module .action-popup-container {
  left: 20rem !important;
  width: calc(100% - 25rem) !important;
}
.pre-trade-breach .data-table .selected-list .c-btn {
  margin-bottom: 0.6rem;
}
.pre-trade-breach-min-height .data-table {
  min-height: 21rem;
}
.value-divider-left {
  border-left: 0.5px solid;
  border-color: var(--theme-off-white);
}
.select-disabled {
  pointer-events: none;
  touch-action: none;
}
.form-disabled {
  cursor: not-allowed;
}
.update-btn .btn.btn-theme {
  min-width: 4rem;
}
.circular-icon-btn-flot-left .circular-icon-button {
  float: left;
  height: 2rem;
  width: 2rem;
}
.circular-icon-btn-flot-left .icon-svg .svg-refresh-width {
  width: 2rem !important;
  height: 2rem !important;
}
.group-details-accordion .accordion>.card {
  background: #F9FAFB;
  border: 1px solid #f9fafb !important;
  border-radius: 2px;
  padding: 1rem;
  margin-bottom: 10px;
}
.group-details-accordion .accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: 0;
  border: 0;
  background-color: transparent;
  padding: 0;
}
.group-details-accordion .accordion-header-title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  text-align: justify;
  color: #606060;
}
.group-details-accordion .accordion .card .card-header h5 {
  line-height: 1rem !important;
}
.group-details-accordion .accordion .card .card-header .btn-link {
  padding: 0 !important;
  width: 100% !important;
  display: -webkit-box !important;
  display: flex !important;
  text-decoration: none;
}
.group-details-accordion .accordion .card .card-header .btn-link:hover {
  text-decoration: none;
}
.group-details-accordion .accordion .card .card-header .btn-link::after {
  display: none !important;
}
.group-details-accordion .modified-text {
  margin-left: auto !important;
  font-size: 0.5625rem !important;
  line-height: 0.6875rem !important;
  color: #9ca3af !important;
}
.group-details-accordion .accordion .card .card-header .btn-link.collapsed .card-header-arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.group-details-accordion .accordion .card .card-body {
  background: transparent !important;
  padding: 0.8rem 0 0 0 !important;
  white-space: normal !important;
  border-top: 1px solid #D1D5DB;
  margin-top: 0.8rem;
}
@media (max-width: 575px) {
  .group-details-accordion .accordion>.card>.card-header {
    padding: 0.75rem !important;
  }

  .group-details-accordion .accordion-header-title {
    white-space: normal;
    text-align: left;
  }
}
.type-search-container-max-width {
  max-width: 10rem !important;
  max-height: 2rem;
  border-radius: 5px !important;
  border: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
}
.type-search-container-max-width .form-control {
  padding: 0.3rem 2rem 0.4rem 0.5rem !important;
  border-radius: 5px;
  font-size: 0.70rem !important;
  min-height: 1.9rem;
}
.type-search-container-max-width .search-icon {
  top: -1px;
}
.tooltip-overflow .data-table thead>tr>th {
  overflow: visible;
}
.pos-access-role-table table tr td {
  height: 60px;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.tooltip-overflow .data-table thead>tr>th {
  overflow: visible;
}
.pos-access-role-table table tr td {
  height: 60px;
}
.mandatory-doc {
  font-size: 1rem;
  font-weight: bold;
}
/* crm styles */
.pe-box-padding {
  padding: 16px 24px 8px;
}
.padding-bottom-12px {
  padding-bottom: 12px;
}
.border-box-shadow {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  margin: 24px 2px;
  background-color: #fff;
  font-size: 12px;
}
.crm-update-menu {
  background: #F3F4F6;
  border-radius: 10px 10px 0px 0px;
  height: 51px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0px;
  margin: 0px;
}
.crm-update-menu ul {
  display: -webkit-box;
  display: flex;
  height: 100%;
  padding: 0px;
  margin: 0px;
}
.crm-update-menu ul li:first-child {
  padding-left: 24px;
}
.crm-update-menu ul li {
  display: -webkit-box;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0px 16px;
  border-bottom: 2px solid #F3F4F6;
}
.crm-update-menu ul li:hover {
  height: 100%;
  border-bottom: 2px solid var(--number-background-theme);
}
.crm-update-menu ul li:hover .crm-update-menu ul li .icon-menu svg path {
  fill: var(--text-theme-color-highlight);
}
.crm-update-menu .head-active {
  border-bottom: 2px solid var(--text-theme-color-highlight);
  color: var(--text-theme-color-highlight);
}
.crm-update-menu ul li:active .icon-menu svg path {
  fill: var(--text-theme-color-highlight);
}
.crm-box-head {
  background: #F3F4F6;
  border-radius: 10px 10px 0px 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0px;
}
.crm-side-box-head-menu {
  padding: 0px 16px 0px 24px;
  height: 51px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 12px;
  color: var(--secondary-theme-text-color-1);
}
.crm-box-head-menu {
  border-bottom: 2px solid var(--text-theme-color-highlight);
  ;
  font-weight: 600;
  padding: 0px 16px 0px 24px;
  height: 51px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 12px;
  color: var(--secondary-theme-text-color-1);
}
.icon-menu {
  display: inline-block;
  margin-right: 6px;
}
.update-pe-btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  left: 0px;
  top: 0px;
  background: #6366F1;
  border-radius: 5px;
  color: #fff;
  font-size: 10px;
}
.update-input {
  width: 95%;
  margin-left: 16px;
}
.update-input input {
  width: 100%;
  height: 32px;
  border: 1px solid #D1D5DB;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 5px;
}
.update-input input:hover {
  border: 1px solid var(--text-theme-color-highlight);
  box-shadow: 0px 0px 4px rgba(99, 102, 241, 0.04), 0px 4px 8px rgba(99, 102, 241, 0.06);
  border-radius: 4px;
}
.update-input input:active {
  box-shadow: 0px 0px 4px rgba(99, 102, 241, 0.04), 0px 4px 8px rgba(99, 102, 241, 0.06);
}
.post {
  width: 91px;
  height: 32px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background: #0074C5;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  border: none;
  margin-left: 16px;
}
.background-green {
  background: #10B981;
}
.background-orange {
  background: #F97316;
}
.background-red {
  background: #EF4444
}
.background-blue {
  background: #06B6D4
}
.checkbox svg {
  fill: #fff;
}
.input-filter-right {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: auto;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.checkbox-2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  vertical-align: top;
  border: 1px solid #9CA3AF;
  border-radius: 4px;
}
.edit-checkbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  vertical-align: top;
  background: #6366F1;
  border-radius: 5px;
}
.edit-checkbox svg {
  fill: #fff;
}
.calendar-checkbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  vertical-align: top;
  background: #EF4444;
  border-radius: 5px;
}
.post-workspace {
  width: 80%;

}
.post-contant {
  font-size: .9rem;
  font-weight: 400;
  color: var(--primary-theme-text-color-1);
  line-height: 24px;
  margin-bottom: 0px;
  word-break: break-word;
}
.react {
  margin-bottom: 0px;
}
.react span {
  font-weight: 400;
  font-size: 12px;
  color: #9CA3AF;
}
.react-dot {
  display: inline-block;
  width: 18px;
  text-align: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.text-align-right {
  text-align: end;
}
.input-div {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 4px 24px;
  font-size: 12px;
  border-bottom: 1px solid #D1D5DB;
}
.sidebar-menu-width {
  width: 100%;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-size: 12px;
}
.input-div input {
  margin-left: -10px;
}
.width-80p {
  width: 80%;
  padding-left: 30px;
  border: none;
  height: 32px;
}
.input-svg {
  position: absolute;
  left: 24px;
  display: inline-block;
}
.post-wrap {
  display: -webkit-box;
  display: flex;
  padding: 16px 24px;
  border-bottom: 1px solid #D1D5DB;
}
.task-tab {
  padding: 16px 24px 24px;
  font-size: 12px;
}
.task-tab p {
  font-size: 12px;
  color: var(--primary-theme-text-color-1);
  font-weight: 400;
}
.input-filter {
  margin-left: 15px;
}
.day-ago-wrap {
  min-width: 128px;
}
.day-ago-dot-bar {
  display: inline-block;
  margin-left: 14px;
}
.task-input input {
  width: 100%;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  height: 38px;
  padding: 0px 14px 0px 14px;
  font-size: 14px;
  margin-top: 12px;
}
.task-input {
  position: relative;
}
.task-input .drop-down {
  position: absolute;
  right: 14px;
  top: 21px;
  cursor: pointer;
}
.task-input textarea {
  width: 100%;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
}
.add-task-box .btn-theme {
  padding: 8px 16px;
  font-size: 16px !important;
  border-radius: 5px !important;
  font-weight: 600;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border: none;
}
.add-task-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: auto;
  padding: 16px 24px;
  background: #F3F4F6;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.repeats-evryday {
  display: inline-block;
  width: 50%;
  position: relative;
  margin-top: 12px;
  margin-right: 19px;
}
.repeats-evryday .drop-down {
  position: absolute;
  right: 16px;
  top: 10px;
}
.repeats-evryday-input {
  height: 40px;
  width: 100%;
  background: #F9FAFB;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  padding-left: 12px;
  padding-right: 12px;
}
.repeats-day {
  width: 55%;
  position: relative;
}
.repeats-day .drop-down {
  position: absolute;
  right: 30px;
  top: -3px;
}
.repeats-day-input {
  height: 40px;
  width: 58px;
  background: #F9FAFB;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  margin-left: 19px;
  margin-right: 19px;
  padding-left: 8px;
}
.sidebar-evant-contant {
  padding: 16px 24px 16px;
  color: #9CA3AF;
  font-size: 12px;
}
.sidebar-evant-contant .no-event-contant {
  padding-bottom: 16px;
}
.overdue-head {
  display: -webkit-box;
  display: flex;
  padding: 12px 24px 12px;
  color: var(--secondary-theme-text-color-1);
  border-bottom: 1px solid #D1D5DB;
}
.overdue-contant {
  font-size: 14px;
  color: #0074C5;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overdue-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 17px 24px 0px;
}
.today-head {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 24px 24px 10px;
  font-weight: 400;
  line-height: 18px;
  border-bottom: 1px solid #D1D5DB;
  color: var(--secondary-theme-text-color-1);
}
.today-contant {
  font-size: 14px;
  color: #0074C5;
  font-family: 'Montserrat-medium' !important;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.today-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 12px 24px 0px;
}
.repeats-checkbox-wrap {
  display: -webkit-box;
  display: flex;
  padding-bottom: 25px;
}
.repeats-checkbox-wrap-text {
  margin-left: 8px;
  color: var(--primary-theme-text-color-1);
}
.repeats-wrap-box {
  background: #EFF6FF;
  padding: 24px;
  margin: 0px -25px;
}
.repeats-end-after-input {
  margin-right: 12px;
  width: 58px;
  background: #F9FAFB;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  height: 38px;
  margin-left: 12px;
  padding: 0px 8px;
}
.repeats-radio-btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border: 2px solid #0074C5;
  border-radius: 100px;
  margin-right: 10px;
}
.repeats-end-summary {
  padding-top: 16px;
  -webkit-box-align: center;
          align-items: center;
}
.repeats-end-summary p {
  padding-bottom: 6px;
}
.repeats-end-after {
  display: inline-block;
  position: relative;
}
.repeats-end-after .drop-down {
  position: absolute;
  right: 22px;
  top: 10px;
}
.repeats-end-on-date-input {
  width: 339px;
  margin-right: 12px;
  background: #F9FAFB;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  height: 40px;
  margin-left: 12px;
  padding: 0px 8px;
}
.repeats-end-on-wrap {
  display: -webkit-box;
  display: flex;
  padding-top: 16px;
  -webkit-box-align: center;
          align-items: center;
  color: #666666;
}
.repeats-end-nevar {
  display: -webkit-box;
  display: flex;
  padding-top: 12px;
  color: #666666;
}
.evant-date-input {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
}
.evant-date-input input {
  width: 22%;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 12px;
}
.svg-top-margin-2 {
  margin-top: -1px;
}
.due-day-input {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
}
.due-day-input input {
  width: 100%;
  height: 40px;
  border-radius: 4px;
}
.due-day-input .drop-down {
  position: absolute;
  right: 16px;
  top: 10px;
}
.set-date-time-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 12px;
}
.due-day-input .wc-date-container>span {
  color: var(--primary-theme-text-color-1) !important;
}
.input-background-color {
  background: #F9FAFB;
}
.input-border-color {
  border: 1px solid #EBEBEB;
}
.notes-stiky-btn {
  position: fixed;
  height: 60px;
  width: 60px;
  right: 10px;
  bottom: 10px;
  background: #FEF3C7;
  border: none;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  z-index: 999;
}
.notes-stiky-btn:hover .take-notes-stiky {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  padding-left: 15px;
  top: 0;
}
.noteLeft {
  right: 0px;
}
.noteRight {
  left: 0px;
  -webkit-box-pack: right;
          justify-content: right;
  right: unset !important;
  padding-right: 15px;
  padding-left: 0 !important;
}
.notes-stiky-btn-wrap {
  position: relative;
}
.take-notes-stiky {
  position: fixed;
  height: 60px;
  width: 173px;
  border-radius: 30px;
  background: #FEF3C7;
  display: none;
  right: 10px;
  bottom: 10px;
  z-index: -1;
}
.take-notes-stiky p {
  padding-left: 16px;
  font-size: 14px;
  font-weight: 600;
}
.crm-note-wrap .crm-search-width p {
  display: inline-block;
}
.crm-note-wrap .crm-search-width .search-icon {
  left: 12px;
  font-size: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 10px;
}
.crm-note-wrap .crm-search-width p .search-bar {
  padding-left: 2rem !important;
  height: 40px;
}
.crm-note-wrap .crm-search-width .top-bar-label {
  font-size: 12px;
  line-height: 36px;
  height: 40px;
  vertical-align: top;
  padding: 0px 16px 0px 16px;
}
.crm-note-wrap .crm-search-width .top-bar-label .filter-icon .img-fluid {
  height: 16px;
  width: 16px;
}
.crm-note-wrap .object-custom-scroll .full-screen-width {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 50px;
}
.new-note-section .new-note-section-icon img {
  padding-left: 6px;
}
.pe-box-padding .update-input {
  width: 100%;
}
.priority-box {
  min-width: 19px;
  font-size: 10px;
  padding: 0.2rem;
  height: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0px 8px;
  background: #F87171;
  border-radius: 2px;
  color: #fff;
}
.priority-box-2 {
  min-width: 19px;
  font-size: 10px;
  padding: 0.2rem;
  height: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0px 8px;
  background: #FB923C;
  border-radius: 2px;
  color: #fff;
}
.priority-box-3 {
  min-width: 19px;
  font-size: 10px;
  padding: 0.2rem;
  height: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0px 8px;
  background: #FBBF24;
  border-radius: 2px;
  color: #fff;
}
.import-email {
  display: inline-block;
  background-color: var(--number-background-theme);
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 18px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.sidebar-evant {
  border-radius: 5px;
  border-top: 5px solid #F87171;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-right: 16px;
  background: #F3F4F6;
  line-height: 15px;
  text-align: center;
  font-size: 11px;
}
.sidebar-evant-wrap {
  display: -webkit-box;
  display: flex;
  margin-bottom: 16px;
}
.ck-editor__editable strong {
  font-family: sans-serif !important;
}
.crm-filter-wrap .date-range-input {
  width: 100% !important;
  display: block !important;
}
.crm-filter-wrap .date-range-input .mydrp {
  display: contents !important;
}
.crm-filter-wrap .date-range-input .mydrp .selectiongroup .selection {
  height: 38px !important;
}
.crm-filter-wrap .oms-date-range-picker {
  margin-top: 14px !important;
}
.crm-filter-wrap .form-label {
  margin-top: 0px;
}
.checkbox-priority-wrap {
  display: -webkit-box;
  display: flex;
  width: 60px;
}
.overdue-attach-icon {
  margin-left: 8px;
  margin-right: 8px;
}
.overdue-wrap .overdue-contant {
  color: var(--primary-theme-text-color-1);
}
.task-filter-wrap {
  margin-top: 32px;
  padding: 8px 24px;
  font-size: 12px;
  background: #F3F4F6;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.task-filter-wrap input {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  height: 40px;
  margin: 8px;
  padding-left: 12px;
}
.overdue-check-priority {
  display: -webkit-box;
  display: flex;
}
.post-workspace-wrap {
  width: 100%;
  padding-left: 1rem;
}
.post-workspace-wrap .popup-uparrow {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 15px solid #eff6ff;
  margin-left: 2px;
  top: -12px;
}
.post-workspace-wrap .rply-popup {
  padding: 8px 8px;
  /* background-color: #EFF6FF; */
  border-radius: 4px;
  position: relative;
  margin-top: 12px;
}
.breker-dot {
  display: inline-block;
  width: 18px;
  text-align: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.rply-popup .rply-input-wrap {
  display: -webkit-box;
  display: flex;
}
.rply-popup .reply-contant-wrap {
  display: -webkit-box;
  display: flex;
  margin-bottom: 8px;
}
.reply-contant-user .user-name {
  font-size: 14px;
  font-weight: 600;
  color: #0074C5;
}
.ck.ck-icon {
  color: gray !important;
}
.ck-editor-custom .ck-editor {
  border: 1px solid #D1D5DB !important;
  border-radius: 5px !important;
  /* min-height: 10rem; */
}
.ck-editor-custom .ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
  min-height: 7rem;
}
.no-min-width.ck-editor-custom .ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
  min-height: 0 !important;
}
.ck-editor-custom .ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-blurred {
  min-height: 7rem;
}
.ck-editor-custom .ck.ck-toolbar {
  background-color: #fff;
  border-bottom: 1px solid #D1D5DB;
}
.ck-editor-custom .ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
  border: 1px solid #D1D5DB;
  border-width: 1px 0px 0px 0px;
}
.update-label-visible-wrap {
  display: -webkit-box;
  display: flex;
  color: var(--primary-theme-text-color-1);
}
.update-label-visible-wrap img {
  fill: #8B5CF6;
}
.public-pvt-drpdwn {
  /* width: 12rem; */
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.public-pvt-drpdwn .selected-list .c-btn {
  margin-top: 0px;
  border: none !important;
  color: #1F2937 !important;
  font-size: 12px !important;
}
.public-pvt-drpdwn .selected-list .c-angle-down,
.selected-list .c-angle-up {
  display: none;
}
.public-pvt-drpdwn .cuppa-dropdown .dropdown-list {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media (max-width: 992px) {
  .notes.fullscreen .objects-container {
    -webkit-column-count: 3;
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (max-width: 768px) {
  .notes.fullscreen .objects-container {
    -webkit-column-count: 2;
    -moz-column-count: 2;
         column-count: 2;
  }
}
.notes .modal-footer {
  padding-top: 0px;
}
@media (min-width: 1440px) {
  .crm-note-wrap .object-custom-scroll .full-screen-width {
    width: 90%;
  }
}
.note-checkbox {
  background-color: #F59E0B;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  vertical-align: top;
  border-radius: 5px;
}
.react-text {
  display: inline-block;
  width: 18px;
  text-align: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.label-picker-cust {
  height: 80px;
  overflow: scroll;
}
.ck-list__item {
  text-overflow: ellipsis !important;
  max-width: 350px !important;
}
.crm-search-width .search-bar::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.crm-search-width .search-bar::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.crm-search-width .search-bar::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.crm-search-width .search-bar::placeholder {
  color: #000;
  opacity: 1;
}
.crm-search-width .search-bar::-ms-input-placeholder {
  color: #000;
}
.new-note-section .custom-placeholder::-webkit-input-placeholder {
  font-size: 16px;
}
.new-note-section .custom-placeholder::-moz-placeholder {
  font-size: 16px;
}
.new-note-section .custom-placeholder::-ms-input-placeholder {
  font-size: 16px;
}
.new-note-section .custom-placeholder::placeholder {
  font-size: 16px;
}
.new-note-section .model-box .modal-body {
  padding-bottom: 0.8rem;
}
.notes.fullscreen .new-note-section {
  width: 60%;
}
@media (max-width: 992px) {
  .notes.fullscreen .new-note-section {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .notes.fullscreen .new-note-section {
    width: 80%;
  }
}
.notes.fullscreen .crm-search-width {
  width: 28rem !important;
}
.notes.fullscreen .crm-search-width p .search-bar {
  width: 320px !important;
}
.crm-filter-wrap .form-control {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
}
.crm-note-wrap .main-filter-container .cst-resp-btn .btn.btn-theme,
.opportunity-filter .cst-resp-btn .btn.btn-theme {
  min-width: 4rem;
  border-radius: 5px !important;
  margin-top: 30px;
  min-height: 38px !important;
}
@media (min-width: 1200px) {
  .crm-note-wrap .main-filter-container .cst-resp-btn .btn.btn-theme {
    margin-top: 5px;
  }
}
.crm-workspace-wrap .main-filter-container .cst-resp-btn .btn.btn-theme {
  min-width: 5rem !important;
  border-radius: 5px !important;
  margin-top: 30px;
}
.rply-input-wrap .btn.btn-theme {
  min-width: 4rem !important;
  border-radius: 5px !important;
  margin-top: 1rem;
  margin-left: 0.5rem;
  min-height: 2rem !important;
}
.rply-input-wrap .update-input {
  text-align: end;
}
.rply-input-wrap .btn.btn-theme .loader-light-mode {
  display: inherit;
}
.rply-input-wrap .btn.btn-theme .loader-dark-mode {
  display: inherit;
}
.ck.ck-toolbar {
  border: none !important;
  border-right: 1px solid #D1D5DB !important;
  margin-right: -1px !important;
}
.note-wrapper .main-filter-container .selected-list .c-list {
  width: 100%;
}
.note-wrapper .main-filter-container .selected-list .c-list .c-token {
  width: inherit;
}
.note-wrapper .main-filter-container .c-list .c-token .c-label {
  width: 80%;
}
.crm-workspace-wrap .main-filter-container .selected-list .c-list {
  width: 100%;
}
.crm-workspace-wrap .main-filter-container .selected-list .c-list .c-token {
  width: inherit;
}
.crm-workspace-wrap .main-filter-container .c-list .c-token .c-label {
  width: 80%;
}
.mention {
  color: #0074C5 !important;
  cursor: pointer !important;
}
.mention:hover {
  text-decoration: underline;
}
.note-content .text-design {
  overflow: hidden;
}
.crm-outer-holder {
  overflow-x: hidden;
}
.due-day-input .wc-date-container {
  height: 38px !important;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.task-input .selecter-input {
  border-color: var(--theme-light-gray-three) !important;
}
.task-input .selecter-input .label {
  margin-bottom: 2px;
}
.add-task-container .main-filter-container .row.clearfix.align-items-center {
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}
.add-task-container .main-filter-container .cst-resp-btn {
  height: 38px;
  margin-top: auto;
  margin-bottom: 20px;
}
.document-section-container-2 {
  position: fixed;
  height: 96vh;
  top: 56px;
  background: #fff;
  z-index: 11;
  right: 0px;
  width: 33%;
  min-width: 450px;
  overflow: scroll;
  padding-bottom: 50px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
}
.container-width-67p {
  width: 67%;
}
.side-task-panel-wrap {
  padding-bottom: 24px;
  overflow: scroll;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.add-task-container .overdue-contant .import-email {
  font-size: 14px;
  border-radius: 4px;
  padding: 2px 8px;
  margin-right: 8px;
}
.add-task-container .checkbox-priority-wrap .checkbox-2 {
  width: 22px;
  height: 22px;
}
.add-task-container .checkbox-priority-wrap .check-container-new {
  padding-left: 22px;
}
.add-task-container .checkbox-priority-wrap .checkmark::after {
  /* background-color: var(--text-theme-color-highlight) !important; */
  left: 7px;
  top: 3px;
}
.add-task-container .checkbox-priority-wrap .priority-box,
.add-task-container .checkbox-priority-wrap .priority-box-2,
.add-task-container .checkbox-priority-wrap .priority-box-3 {
  height: 22px;
}
.add-task-container .main-filter-container .cst-resp-btn .btn.btn-theme {
  min-width: 5rem !important;
  border-radius: 5px !important;
}
.card-header-arrow .card-header {
  padding: 0px;
}
.card-header-arrow .card .card-header .btn-link::after,
.card-header-arrow .card .card-header .btn:hover {
  color: #0074C5 !important;
}
.card-header-arrow .card .card-header .btn-link::after {
  top: 16px;
}
.rply-popup .card-body {
  background-color: #EFF6FF !important;
}
.ck-editor__editable ul li,
.post-workspace ul li {
  list-style: inside;
  margin-left: 9px;
}
.ck-editor__editable ol li,
.post-workspace ol li {
  list-style: decimal;
  margin-left: 22px;
  padding-left: 6px;
}
/* task time picker start here */
.task-date-time-picker :not(.fa-clock-o, .fa-angle-left, .fa-angle-right, .fa-angle-down, .fa-angle-up, .fa-check, .fa-plus, .fa-minus, .fa-calendar) {
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.75rem !important;
}
.task-date-time-picker .time-view {
  top: 6.875rem !important;
}
.task-date-time-picker .years-view>.prev,
.task-date-time-picker .years-view>.next {
  font-size: 1.5rem !important;
}
.task-date-time-picker .wc-day-row,
.task-date-time-picker .wc-date-row,
.task-date-time-picker .wc-my-sec {
  display: none !important;
}
.task-date-time-picker .time {
  margin-top: 0.4rem;
  color: black;
}
.task-date-time-picker .fa-angle-left,
.task-date-time-picker .month-year,
.task-date-time-picker .fa-angle-right,
.task-date-time-picker .year-dropdown {
  color: black;
}
.task-date-time-picker .wc-details,
.task-date-time-picker .year-dropdown {
  background: white !important;
}
.task-date-time-picker .calendar-header {
  background: #DDD !important;
  color: #036 !important;
  font-size: 11px !important;
  font-weight: 400;
}
.task-date-time-picker .calendar-day span {
  border-radius: 50% !important;
}
/* task time picker end here */
.progress-width .progress {
  width: 100%;
}
.action-btn .task-filter .filter-icon {
  height: 20px;
  width: 20px;
}
.update-label-visible-wrap .public-pvt-drpdwn .c-btn span {
  font-size: 12px !important;
  font-weight: normal;
  color: var(--primary-theme-text-color-1);
}
.rply-popup .card-header-arrow .card .collapse {
  max-height: 250px;
  overflow-y: scroll;
}
.close-side-panel {
  height: 38px;
  border-bottom: 1px solid #EBEBEB !important;
}
.close-side-panel svg {
  border: 1px solid #EBEBEB;
  position: relative;
  cursor: pointer !important;
}
.close-side-panel .side-panel-label {
  margin-left: 0.5rem;
  font-size: 1rem !important;
}
.post-contant strong {
  font-family: 'Montserrat-semibold' !important;
}
.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
  border-color: var(--text-theme-color-highlight) !important;
}
.crm-search-width .search-bar {
  border: none !important;
}
.tag-label-wrap .selecter-input-text {
  border: 1px solid #EBEBEB !important;
  height: 38px !important;
}
.tag-label-wrap .selecter-input {
  border-bottom: none !important;
}
.task-date-time-picker .wc-date-container>i {
  font-size: 0.9rem !important;
  padding-right: 8px;
}
.due-day-input .wc-date-popover .wc-banner {
  background: var(--text-theme-color-highlight) !important;
}
.due-day-input .wc-date-popover .wc-banner .wc-time-sec .time {
  background: none;
  color: #fff;
}
.due-day-input .wc-date-popover .calendar-days .selected-day span {
  background: var(--text-theme-color-highlight) !important;
}
.due-day-input .wc-date-popover .calendar-days .selected-day span {
  background: var(--text-theme-color-highlight) !important;
  border-color: var(--text-theme-color-highlight) !important;
}
.due-day-input .wc-date-popover .calendar-header {
  background: var(--number-background-theme) !important;
}
.due-day-input .wc-date-popover .calendar-day:hover>span {
  background: var(--text-theme-color-highlight) !important;
  border-color: var(--text-theme-color-highlight) !important;
}
.wc-date-popover .cal-util>.ok {
  color: #fff !important;
  border-color: var(--text-theme-color-highlight) !important;
  background: var(--text-theme-color-highlight) !important;
}
.ck-reset_all :not(.ck-reset_all-excluded) {
  border-radius: 5px 5px 0px 0px !important;
}
.wc-date-popover .cal-util>.ok:hover {
  box-shadow: none !important;
}
.ck-editor-custom .ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
  border-radius: 0px 0px 5px 5px !important;
}
.set-date-time-link .cuppa-btn-group button {
  border-color: var(--text-theme-color-highlight) !important;

}
.set-date-time-link .time-view-btn button {
  border-color: var(--text-theme-color-highlight) !important;
  background: var(--text-theme-color-highlight) !important;
}
.set-date-time-link .cuppa-btn-group>.active {
  border-color: var(--text-theme-color-highlight) !important;
  background: var(--text-theme-color-highlight) !important;
}
.ck.ck-content p {
  word-break: break-all;
}
.email-compose-form p {
  font-size: 12px;
  color: var(--primary-theme-text-color-1);
  font-weight: 400;
}
.task-information-icon {
  width: auto;
  height: 1.2rem;
}
.side-task-panel-wrap .col-2 {
  max-width: 28.666667% !important;
}
.calendar-wrap .fc .fc-daygrid-day.fc-day-today,
.calendar-wrap .fc-unthemed td.fc-today {
  background: var(--number-background-theme);
}
.notes .ck-content,
.update-input .ck-content {
  max-height: 300px;
}
.overflow-text p {
  word-break: break-all;
}
.email-background {
  background-color: #fff;
}
.btn-clear-enable-my-date-picker .btnclear {
  display: inherit;
}
.btn-clear-enable-my-date-picker .mydp .icon-mydpremove {
  background: url(/assets/images/close-icon.svg) no-repeat center left;
  background-size: 90% 90%;
}
.calendar-wrap .fc-button-primary {
  border: 1px solid !important;
  border-color: var(--text-theme-color-highlight) !important;
  color: var(--text-theme-color-highlight) !important;
  background: none !important;
  height: 38px;
  font-size: 0.9rem;
}
.calendar-wrap .fc-button-active {
  background: var(--export-theme-background-icon) !important;
}
.calender-box .fc-button-primary:disabled {
  background-color: var(--export-theme-background-icon) !important;
}
.rply-popup .card-body {
  padding-bottom: 0.5rem !important;
}
.task-search-bar input::-webkit-input-placeholder,
.task-search-bar input::-webkit-input-placeholder {
  color: #6B7280;
  ;
}
.task-search-bar input::placeholder,
.task-search-bar input::-webkit-input-placeholder {
  color: #6B7280;
  ;
}
.evant-calender .fc-event .fc-content {
  text-align: left;
}
.evant-calender .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
.crm-update-menu .head-active .icon-menu svg,
.crm-update-menu .head-active .icon-menu svg path {
  fill: var(--text-theme-color-highlight);
}
.dropdown-text .selected-list .c-btn span {
  color: #000 !important;
}
.calendar-wrap .fc-toolbar h2 {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .app-calendar .fc-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .app-calendar .fc-toolbar .fc-center {
    margin: 1rem 0;
  }

  .document-section-container-2 {
    width: 75%;
  }
}
.fc-dayGridMonth-button,
.fc-timeGridWeek-button,
.fc-timeGridDay-button,
.fc-today-button {
  text-transform: capitalize;
}
.fc-content {
  cursor: pointer;
}
.btn-opocity button:disabled {
  opacity: 0.5 !important;
}
.opportunity-loss-btn {
  background: #EF4444;
}
.opportunity-won-btn {
  background: #10B981;
}
.opportunity-in-progress-btn {
  background: #FBBF24;
}
.email-contant ul>li {
  list-style: disc !important;
}
.email-contant ol>li {
  list-style: decimal !important;
}
.cuppa-btn-group>.active {
  background: var(--text-theme-color-highlight) !important;
}
.hour>input,
.minutes>input {
  color: var(--text-theme-color-highlight) !important;
}
.calendar-wrap .fc-button:focus,
.calendar-wrap .fc-button-primary:not(:disabled):active:focus,
.calendar-wrap .fc-button-primary:not(:disabled).fc-button-active:focus {
  box-shadow: none !important;
}
.connect-email-pop-form .selected-list .c-btn {
  margin-top: 0px !important;
  padding: 10px 16px !important;
  color: var(--secondary-theme-text-color-1) !important;
}
.connect-email-pop-form .c-btn span {
  font-size: 0.865rem !important;
  font-weight: 400 !important;
}
.moduletest .modal-content {
  border-radius: 50px;
}
.connect-email-pop-form input::-webkit-input-placeholder {
  color: var(--primary-theme-text-color-1) !important;
  font-size: 0.9rem;
}
.connect-email-pop-form input::-moz-placeholder {
  color: var(--primary-theme-text-color-1) !important;
  font-size: 0.9rem;
}
.connect-email-pop-form input::-ms-input-placeholder {
  color: var(--primary-theme-text-color-1) !important;
  font-size: 0.9rem;
}
.connect-email-pop-form input::placeholder {
  color: var(--primary-theme-text-color-1) !important;
  font-size: 0.9rem;
}
.modal-height-account-type-mapping .modal-content {
  min-height: 300px !important;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.oms-table-vertical-scroll .table-responsive {
  height: 500px !important;
}
.oms-table-vertical-scroll .table-responsive table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
}
.icon-excl-container {
  border: 1px solid var(--text-theme-color-highlight);
  height: 15px;
  width: 15px;
  padding: 12px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: var(--text-theme-color-highlight);
  color: var(--white) !important;
}
.dx-filter-header .dx-column-indicators .dx-sort {
  display: none;
}
.dx-area-fields[group='filter'] .dx-column-indicators .dx-sort {
  display: none;
}
/* .dx-filter-header .dx-column-indicators .dx-header-filter  {
  display: none;
}

.dx-area-fields[group='filter'] .dx-column-indicators .dx-header-filter  {
  display: none;
} */
.dx-pivotgrid .dx-pivotgrid-horizontal-headers tr:first-child td.dx-grandtotal {
  border-top: 0;
  height: 0 !important;
  padding: 0;
}
.pivot-grid-conatiner {
  overflow: hidden;
  overflow-x: auto;
  border: 1px solid #fafafa;
}
.crm-table-wrapper.p-4 .custom-content-tables .data-table td {
  padding: 1rem 1.5rem !important;
}
.crm-table-wrapper.p-4 .custom-content-tables thead tr:first-child th {
  font-size: 0.75rem;
}
@media screen and (max-width: 425px) {
  .notes.fullscreen .crm-search-bar-resp {
    width: 20rem !important;
  }

  .notes .crm-search-bar-resp {
    width: 16rem !important;
  }
}
.opportunity-form-section .selected-list .c-btn {
  margin-top: 0px;
}
.curency-input .selected-list .c-btn {
  min-width: 150px;
}
.expected-close-dte .selectiongroup,
.expected-close-dte .selectiongroup input {
  height: 38px !important;
}
.document-section-container-2 .prospect-amt input {
  min-width: 180px !important;
}
@media (max-width: 991px) {
  .react span {
    font-size: 0.7rem;
  }

  post-workspace {
    width: 75%;
  }

}
.notes-composer .modal-footer {
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}
.notes-composer .modal-footer .btn.btn-theme {
  border-radius: 5px !important;
}
.opportunity-form-section .selecter-input,
.opportunity-form-section .select-input-wrap {
  font-size: 0.865rem;
}
.opportunity-form-section .text-lable {
  font-size: 0.75rem;
}
.contact-over-elipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.oppotunity-table-font {
  font-size: 0.875rem;
}
.opportunity-filter .btnpicker .icon-mydrpcalendar {
  margin-top: 5px;
}
.page-title-heading {
  font-size: 1rem;
  color: #1F2937 !important;
  font-family: 'Montserrat-semibold';
}
.event-calendar .min-width-80-px .btn-theme-primary-bg {
  background: var(--export-theme-background-icon) !important;
  color: var(--text-theme-color-highlight) !important;
}
.event-calendar .fc-button-group .fc-dayGridMonth-button,
.event-calendar .fc-button-group .fc-timeGridWeek-button,
.event-calendar .fc-button-group .fc-timeGridDay-button {
  width: 70px;
}
.content .pe-box-padding {
  background: #fff;
}
.content .add-task-container.p-4,
.content .event-calendar.p-4 {
  padding: 0px !important;
}
.content .event-header {
  display: none;
}
.content .update-section {
  box-shadow: 0px 0px 4px rgb(0 0 0 / 4%), 0px 4px 8px rgb(0 0 0 / 6%);
  border-radius: 8px;
}
.oppotunity-form-input.due-day-input .wc-time-sec {
  display: none;
}
.oppotunity-form-input.due-day-input .wc-details,
.oppotunity-form-input.due-day-input .year-dropdown {
  background: var(--text-theme-color-highlight) !important;
  color: #fff;
}
.oppotunity-form-input.due-day-input .today>span {
  border-color: var(--text-theme-color-highlight) !important;
}
.oppotunity-form-input.due-day-input .month-year,
.oppotunity-form-input.due-day-input .fa-angle-left,
.oppotunity-form-input.due-day-input .fa-angle-right {
  color: #fff;
}
.content .event-calendar .contact-email .add-task-container .border-box-shadow {
  margin-top: 0px;
  border-radius: 0px 0px 10px 10px;
}
.opportunity-form-section .wc-date-container,
.opportunity-form-section .cuppa-dropdown .selected-list .c-btn,
.opportunity-form-section .opportunity-form-section input,
.opportunity-form-section .oppotunity-form-input input,
.opportunity-form-section .prospect-amt Input,
.opportunity-form-section .currency-icon,
.opportunity-form-section .task-input input,
.task-tab .wc-date-container,
.border-box-shadow .crm-prospect .form-group .form-control,
.border-box-shadow .crm-prospect .formio-choices.form-group,
.task-tab .cuppa-dropdown .selected-list .c-btn,
.task-tab .task-input input {
  border-color: #D1D5DB !important;
}
.border-box-shadow .crm-prospect .form-group .form-control,
.border-box-shadow .crm-prospect .input-group {
  border-radius: 5px !important;
  border: 1px solid #D1D5DB !important;
}
.border-box-shadow .crm-prospect .formio-choices.form-group .form-control,
.border-box-shadow .crm-prospect .input-group .form-control {
  border: none !important;
}
.border-box-shadow .crm-prospect .input-group {
  padding-right: 5px;
}
.side-task-panel-wrap .task-tab *:disabled,
.side-task-panel-wrap .opportunity-form-section *:disabled {
  opacity: 0.8 !important;
}
.crm-update-input-feild .selecter-input {
  border-width: 0 !important;
}
.border-box-shadow .crm-prospect .cust-modal-parent .modal-footer .btn.btn-theme {
  border-radius: 5px !important;
  min-width: 5rem !important;
  padding: 0 0.75rem !important;
  font-size: 0.865rem !important;
  margin-right: 0px !important;
}
.border-box-shadow .crm-prospect .cust-modal-parent .modal-footer {
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.crm-prospect .modal-body {
  padding-top: 0px;
}
.add-event-form-btn .inline-loader {
  width: 22px !important;
  height: 22px !important;
}
.document-list-wrap .crm-table-wrapper {
  border-radius: 0px 0px 10px 10px;
}
.custom-key-value-wrapper ul,
.custom-key-value-wrapper ol {
  margin-left: 1rem !important;
}
.custom-key-value-wrapper ul li {
  list-style: disc !important;
}
.custom-key-value-wrapper ol li {
  list-style: decimal !important;
}
.popcontent-100 .acknowledge-list-container .acknowledge-list {
  min-width: 100px !important;
}
.draggable {
  position: absolute !important;
  z-index: 9999 !important;
  cursor: move;
  text-align: center;
}
.client-need-popup-list .acknowledge-list-container .acknowledge-list {
  min-width: 150px;
}
.email-box .list-area {
  overflow: scroll;
  height: 170px;
  position: relative;
}
.configure-module-tab-icon ul li .module-tab-icons svg {
  width: 18px !important;
}
.instrumentform-inputs .selected-list .c-btn span,
.instrumentform-inputs .list-area .pure-checkbox label {
  word-break: break-word;
}
.email-box .list-area {
  overflow: scroll;
  height: 170px;
  position: relative;
}
.strike-event-title .fc-title,
.strike-event-title .fc-time {
  text-decoration: line-through !important;
}
.arm-dd .selected-list .c-btn {
  margin-top: 0;
}
.custom-arm-form .field-required:after {
  z-index: 1;
}
.client-search-dropdown .cuppa-dropdown .list-area .pure-checkbox {
  -webkit-box-align: center !important;
          align-items: center !important;
}
.client-search-dropdown .c-btn {
  margin-top: 0.2rem !important;
}
.order-email-attachment-box .doc-image-upload,
.order-email-attachment-box .pdf-min-steps-height {
  min-height: 25rem !important;
}
.account-table .data-table .datepicker td {
  min-width: 0 !important;
}
.sort-by-select-padding .sort-text-padding {
  padding: 5px 0 5px 16px !important;
}
.portfolio-model-section-wrapper .portfolio-border-section {
  width: 60% !important;
}
@media (max-width: 767px) {
  .portfolio-model-section-wrapper .portfolio-border-section {
    width: 68% !important;
  }
}
@media (min-width: 767px) {
  .portfolio-model-section-wrapper .common-blue-bar-wrapper {
    left: 42%;
  }

  .portfolio-model-section-wrapper .common-pink-bar-wrapper {
    left: 52% !important;
  }
}
.portfolio-model-section-wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.fc-button-group {
  text-transform: capitalize !important;
}
.timezone-search-input.task-input input {
  margin-top: 0 !important;
}
.timezone-search-input .c-btn span {
  color: #000000 !important;
}
.custom-select-calender-checkbox .pure-checkboxes {
  display: -webkit-box;
  display: flex;
  max-width: 200px;
}
.custom-select-calender-checkbox .pure-checkboxes label {
  position: relative;
  word-break: break-word;
  cursor: pointer;
}
.custom-select-calender-checkbox .pure-checkboxes input[type=checkbox] {
  visibility: hidden;
}
.custom-select-calender-checkbox .pure-checkboxes input[type=checkbox]+label:before {
  box-sizing: content-box;
  content: '';
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  margin-left: -24px;
  margin-top: -1px;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 3px;
  border: 2px solid;
}
.custom-select-calender-checkbox .pure-checkboxes input[type=checkbox]:checked+label::before {
  background: var(--text-theme-color-highlight) !important;
}
.custom-select-calender-checkbox .pure-checkboxes input[type=checkbox]:checked+label:after {
  content: '';
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}
.custom-select-calender-checkbox .pure-checkboxes input[type=checkbox]+label:after {
  box-sizing: content-box;
  content: '';
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  background-color: transparent;
  top: 3px;
  left: -20px;
  width: 9px;
  height: 4px;
  border-style: solid;
  border-width: 0 0 2px 2px;
  -o-border-image: none;
  -webkit-border-image: none;
          border-image: none;
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
}
.custom-select-calender-checkbox .pure-checkboxes input[type="checkbox"]:checked+label:after {
  color: var(--white);
}
.calender-select-dropdown-box .dropdown-menu.show {
  top: 30px !important;
}
.edit-calender-popup .modal-content {
  border-radius: 10px;
}
.add-calendar-modal .task-input input {
  color: #484848;
}
.select-calendar-section .custom-multiselect li label,
.c-btn {
  text-transform: none;
}
.app-calendar .fc-unthemed td {
  border-color: rgb(218, 220, 224) !important;
}
.maybe-event {
  background-image: linear-gradient(45deg, transparent, transparent 40%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .2) 50%, transparent 50%, transparent 90%, rgba(0, 0, 0, .2) 90%, rgba(0, 0, 0, .2));
  background-size: 12px 12px;
}
.delete-pipeline-popup .modal-content {
  width: 80%;
  border-radius: 1.2rem;
  margin: 0 auto;
}
.delete-pipeline-popup .model-box {
  border-radius: 1.2rem;
}
.opportunity-top-right-section .pipeline-input::-webkit-input-placeholder {
  color: #6B7280;
  font-family: 'Montserrat-medium', 'sans-serif' !important;
}
.opportunity-top-right-section .pipeline-input::-moz-placeholder {
  color: #6B7280;
  font-family: 'Montserrat-medium', 'sans-serif' !important;
}
.opportunity-top-right-section .pipeline-input::-ms-input-placeholder {
  color: #6B7280;
  font-family: 'Montserrat-medium', 'sans-serif' !important;
}
.opportunity-top-right-section .pipeline-input::placeholder {
  color: #6B7280;
  font-family: 'Montserrat-medium', 'sans-serif' !important;
}
.opportunity-top-right-section .pipeline-input::-ms-input-placeholder {
  color: #6B7280;
  font-family: 'Montserrat-medium', 'sans-serif' !important;
}
.opportunity-top-right-section .pipeline-input::-ms-input-placeholder {
  color: #6B7280;
  font-family: 'Montserrat-medium', 'sans-serif' !important;
}
.crm-table-wrapper .last-fixed-column-bg .row-expansion table>tbody:nth-child(odd) tr {
  background-color: var(--over-all-body-bg-theme) !important;
}
.crm-table-wrapper .data-table.scroll-top-table .row-expansion .custom-table thead tr {
  background-color: #f9fafb !important;
}
.document-data-table-section .tabs-table-border {
  border: none !important;
  padding: 1rem 0 0 0 !important;
}
.crm-table-wrapper .data-table.scroll-top-table .row-expansion .document-data-table-section .tabs-table-border .show-table-tr,
.crm-table-wrapper .data-table.scroll-top-table .row-expansion .document-data-table-section .tabs-table-border .show-table-tr td:last-child {
  background-color: #F3F4F6 !important;
}
/* .secondary-table-container{
    max-width: 100vw;
    overflow-x:scroll ;
} */
.audit-log-comment-width {
  max-width: 6.25rem;
  white-space: pre-line !important;
}
.field-data-function-container .c-btn {
  margin-top: auto !important;
}
.highcharts-legend-nav-active {
  /* commenting this line of code as it was giving issue after highcharts version upgrade */
  /* fill: var(--text-theme-color-highlight); */
}
.manual-trade--booking-wrap .mydp .icon-mydpcalendar {
  margin-top: -5px;
}
.manual-trade--booking-wrap .form-label {
  font-size: 0.75rem;
  color: #979797;
}
.document-list-table td {
  text-align: left !important;
}
.date-picker-padding.date-picker-holding-height .mydp .selectiongroup {
  padding: 0px 3px 0px 3px !important;
}
.reconciliation-transection-table-height .table-responsive {
  height: 400px;
}
.custom-content-tables.custom-table-cell-padding .data-table td {
  padding: 1.5rem 0.965rem !important;
}
.filter-icon-container-bg.circular-icon-button svg {
  width: 18px;
  height: 18px;
}
.bulk-order-table-container.table-striped tbody:nth-of-type(even) {
  border: 1px solid #E2E8F0;
  border-width: 1px 0;
}
.bulk-order-table-container.oms-table-container .data-table-row-wrapper {
  border: none;
}
.app-content-cookies {
  font-size: 1rem;
  color: var(--themenightRider);
}
.create-rule-dd .cuppa-dropdown {
  min-width: 350px;
}
.add-instrument-drpdwn .col-form-label {
  margin-top: 0rem !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.add-instrument-drpdwn .selected-list .c-btn {
  margin-top: 0.5rem !important;
}
.risk-upload-history-table .client-transaction-tbl.table-striped tbody tr {
  border: 1px solid #D1D5DB;
  border-width: 1px 0;
}
.account-content-accordion-selection .card,
.document-section-container .inner-data-wrap .card {
  border: none !important;
}
.account-content-accordion-selection .card-body {
  padding: 0px;
}
.account-content-accordion-selection .card .card-header {
  background-color: #fff !important;
  padding: 0px;
  border-bottom: none;
}
.document-section-container .inner-data-wrap .card .card-header,
.document-section-container .inner-data-wrap .card-body {
  padding: 0px;
  background-color: #F9FAFB;
}
.document-section-container .inner-data-wrap .card .card-header .btn-link::after {
  color: #A8A9AD;
  font-size: 0.7rem;
  top: 24px;
}
.account-content-accordion-selection .card .card-header .btn {
  width: 100%;
  text-align: left;
}
.document-section-container .inner-data-wrap .card .card-header .btn {
  padding: 0px;
  width: 100%;
}
.account-content-accordion-selection .card .card-header .btn-link:hover,
.account-content-accordion-selection .card .card-header .btn-link:focus,
.document-section-container .inner-data-wrap .card .card-header .btn-link:focus,
.document-section-container .inner-data-wrap .card .card-header .btn-link:hover {
  text-decoration: none !important;
}
.account-content-accordion-selection .card .card-header .btn-link::after {
  top: 18px;
  color: #A8A9AD;
  font-size: 0.7rem;
}
.group-multiselect-text-color .selected-list .c-list .c-token .c-label {
  color: #5D5D5D;
}
.account-content-accordion-selection .no-sub-account-section .card .card-header .btn-link::after {
  top: 18px;
  color: #A8A9AD;
  font-size: 0.7rem;
  display: none;
}
.account-content-accordion-selection .no-sub-account-section .card .card-header .btn {
  cursor: default;
}
.group-detail-content .card {
  margin-bottom: 10px;
}
.account-content-accordion-selection button {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  padding-left: 0px !important;
}
.grouping-structure-table .action-popup-container {
  width: calc(100% - 7rem) !important;
  left: 3.5rem !important;
}
.data-grid-icon-container {
  border: 1px solid;
  height: 36px;
  width: 36px;
  padding: 12px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #fff;
  border-color: #ddd;
  color: #333;
  border-radius: 4px;
}
.data-grid-icon-container .dx-icon {
  font-size: 18px;
  line-height: 18px;
}
.data-grid-icon-container:hover,
.data-grid-icon-container:focus {
  background-color: #f5f5f5;
  border-color: #ddd;
}
.dx-dialog-message {
  font-family: "Montserrat", sans-serif !important;
}
.login-language-selection-dropdown .selected-list .c-btn {
  border: 0 !important;
  border-bottom: 1px solid #d0d0d0 !important;
  border-radius: 0;
}
.instrument-details-popover-container {
  left: 7rem !important;
  min-width: auto;
  max-width: 100%;
  width: 35%;
  margin: 2.2rem 0 0;
  border-radius: 10px;
  background: #f2f2f2;
  z-index: 10;
}
.instrument-name-info-icon {
  fill: var(--graph-label-theme);
}
.instrument-details-backdrop {
  background-color: #f4f4f4 !important;
  opacity: 0.5 !important;
}
.form-multiselect-field-v2 .selected-list .c-list .c-token .c-label {
  color: var(--theme-gray-color) !important;
}
.user-disclaimer-container p {
  margin-top: 2rem !important;
}
.user-disclaimer-container p strong {
  font-weight: 600 !important;
  font-family: 'Montserrat-semibold' !important;
  margin-top: 2rem !important;
}
.user-disclaimer-container ol li {
  /* setting default ol lists to decimal as it was showing a,b,c in tinymce */
  list-style-type: decimal !important;
}
.fund-master-details.details-status-main-box {
  top: 119px;
  right: 35px;
}
.contract-details.details-status-main-box {
  top: 119px;
  right: 35px;
}
.fund-details-popup-body-sct .selected-list .c-btn {
  margin-top: 0;
}
.private-equity-fund-wrapper .dx-datagrid-headers .dx-datagrid-table .dx-row>td {
  background-color: #F3F4F6
}
.fund-master-slider-wrapper .details-status-main-box.new-show-details-status {
  width: 600px;
}
.investment-stratergy-wrapper .basic-form-control-width {
  border-width: 0px 0px 1px 0px;
  border-radius: 0;
}
.upload-factSheet-tabel-wrap .table-container.custom-content-tables th {
  border-bottom: 1px solid #E5E7EB;
}
.custom-dx-cell-width {
  display: inline-block !important;
  width: 90% !important;
}
.transaction-report-custom-dx-cell-width {
  display: inline-block !important;
  width: 90% !important;
}
.email-popup-section {
  min-width: 22rem;
}
.fund-form-main-panel {
  position: fixed;
  height: 96vh;
  top: 117px;
  background: #fff;
  z-index: 11;
  right: 0px;
  width: 50%;
  min-width: 450px;
  overflow: scroll;
  padding-bottom: 50px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
}
.document-section-container-2 {
  position: fixed;
  height: 96vh;
  top: 56px;
  background: #fff;
  z-index: 99;
  right: 0px;
  /* width: 60%; */
  width: 55%;
  min-width: 450px;
  /* overflow: auto; */
  padding-bottom: 50px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
}
.capital-calls-container .dx-datagrid-header-panel,
.closed-dates-container .dx-datagrid-header-panel,
.tenure-container .dx-datagrid-header-panel,
.commentaries-container .dx-datagrid-header-panel,
.factsheet-container .dx-datagrid-header-panel {
  padding: 0px !important;
}
/* .pe-text-area {
  height: 260px;
  max-height: 260px;
} */
.factsheet-list-wrapper .dx-command-edit-with-icons,
.commentaries-list-wrapper .dx-command-edit-with-icons {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.side-panel-sub-slider .document-section-container-2 {
  top: 0 !important;
  height: 100vh;
  min-width: 460px;
  width: 100%;
}
body.no-scroll-bg {
  overflow: hidden;
}
.fund-master-table-wrap {
  margin-bottom: 2.5rem;
}
.add-new-floating-btn {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: var(--text-theme-color-highlight);
  border-radius: 50%;
  left: 10px;
  top: 92%;
  margin-top: 5px;
  padding: 0 2px;
  cursor: pointer;
}
.fund-master-table-wrap .dx-gridbase-container>.dx-datagrid-rowsview.dx-scrollable {
  height: 173px;
}
.date-picker-border-bottom .mydp {
  border: 0;
  border-bottom: 1px solid #dfe2e6;
  min-height: 37px;
  border-radius: 0;
}
.private-equity-fund-wrapper .dx-datagrid-headers .dx-datagrid-table .dx-header-row {
  background-color: #f3f4f6;
}
.private-equity-fund-wrapper {
  min-height: 250px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
}
.pe-scroll {
  overflow: scroll;
}
.pe-no-scroll {
  overflow: hidden;
}
.add-instrument-multiselect-wrap .c-btn span {
  word-break: break-word;
  word-wrap: break-word;
}
.fund-master-slider-wrapper .custom-content-tables .data-table td:not(:last-child) {
  white-space: pre-wrap;
  /* min-width: 200px; */
}
.fund-master-slider-wrapper .custom-content-tables .data-table th {
  font-family: 'Montserrat-semibold';
  /* min-width: 250px; */
}
.contract-custom-datepicker .mydp .selectorarrow {
  right: 0;
}
.contract-custom-datepicker .mydp .selectorarrowleft:after,
.contract-custom-datepicker .mydp .selectorarrowleft:before {
  left: 90%
}
.contract-fund-name-wrap.product-holding-content .c-btn span span {
  word-break: break-word;
}
.view-edit-commentaries-date-picker-container .mydp .selectorarrowleft:before {
  content: unset !important;
}
.view-edit-commentaries-date-picker-container .mydp .selectorarrowleft:after {
  content: unset !important;
}
.view-edit-commentaries-date-picker-container .mydp .selector {
  right: 0px;
}
.fund-master-table-wrap .dx-sort-index-icon {
  display: none !important;
}
.word-wrap-private-equity-grid {
  white-space: normal !important;
  word-wrap: break-word !important;
}
.contract-dropdown.product-holding-content .c-btn span span {
  word-break: break-word;
}
.fund-master-table-wrap.pe-transaction-table .dx-gridbase-container>.dx-datagrid-rowsview.dx-scrollable {
  height: 70vh;
}
@media screen and (max-width: 1190px) {
  .document-section-container-2 {
    width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .document-section-container-2 {
    width: 90%;
  }
}
.pe-scrollable-content {
  overflow-y: auto;
  height: calc(100vh - 120px);
}
.pe-file-preview-modal .modal-content {
  max-height: 90vh !important;
  height: 90vh !important;
}
.add-instrument-multiselect-wrap .pure-checkbox label {
  word-break: break-word;
  word-wrap: break-word;
}
.role-select-wrap .selected-list .c-btn {
  padding-right: 34px !important;
}
.ag-header-cell-text {
  /* overflow: auto;
  text-overflow: ellipsis;
  white-space: normal;
  height: auto; */
  font-family: "Montserrat-semibold", sans-serif !important;
  white-space: normal;
}
.ag-cell-value,
.ag-group-value {
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px;
}
.ag-cell {
  border: 1px solid transparent !important
}
.ag-row-odd {
  background-color: transparent;
}
.ag-row-footer {
  background-color: #f6f6f6;
}
.text-header-right {
  text-align: right !important;
}
.ag-ltr .ag-label-align-right .ag-label,
.ag-virtual-list-container,
.ag-theme-alpine .ag-column-drop-vertical-title-bar,
.ag-theme-alpine-dark .ag-column-drop-vertical-title-bar,
.ag-theme-alpine .ag-filter-toolpanel-header,
.ag-theme-alpine .ag-filter-toolpanel-search,
.ag-theme-alpine .ag-status-bar,
.ag-theme-alpine .ag-header-row,
.ag-theme-alpine .ag-panel-title-bar-title,
.ag-theme-alpine .ag-multi-filter-group-title-bar,
.ag-menu-list,
input[class^=ag-]:not([type]),
input[class^=ag-][type=text],
input[class^=ag-][type=number],
input[class^=ag-][type=tel],
input[class^=ag-][type=date],
input[class^=ag-][type=datetime-local],
textarea[class^=ag-],
.ag-column-drop-cell-text,
.ag-column-drop-list {
  font-family: "Montserrat", sans-serif !important;
}
.ag-header-cell-menu-button:not(.ag-header-menu-always-show) {
  opacity: 1 !important;
  padding-left: 15px !important;
}
.ag-root-wrapper {
  border-radius: 5px;
}
.ag-header-row,
.ag-column-drop-horizontal {
  background-color: #fbfbfb;
}
.ag-overlay-no-rows-center {
  color: #858889 !important;
  font-weight: 400 !important;
  font-size: 0.9rem !important;
  font-family: "Montserrat", sans-serif !important;
}
.grid-with-no-pivot .ag-pivot-mode-select {
  display: none;
}
.dx-vertical-scroll {
  background-color: #f5f5f5;
}
.impact-chart-section .highcharts-legend-item text {
  fill: #121212 !important;
  font-size: 11px !important;
  font-weight: normal !important;
}
.impact-chart-section .highcharts-legend-item.highcharts-legend-item-hidden text,
.impact-chart-section .highcharts-legend-item.highcharts-legend-item-hidden rect {
  fill: #b7b4b4 !important;
}
a#transactionTab.nav-link.active span {
  color: var(--text-theme-color-highlight) !important;
}
.theme-green .bs-datepicker-head {
  background-color: var(--text-theme-color-highlight) !important;
}
.bs-datepicker-head {
  min-width: 270px;
  height: 50px;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  text-align: justify;
}
.bs-datepicker-body {
  padding: 10px;
  border-radius: 0 0 3px 3px;
  min-height: 232px;
  min-width: 278px;
  border: 1px solid #e9edf0;
  background-color: #fff;
}
.bs-datepicker-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.bs-datepicker-body table.months td {
  height: 52px;
}
.bs-datepicker-body table td {
  color: #54708b;
  text-align: center;
  position: relative;
  padding: 0;
}
.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
  cursor: pointer;
}
.bs-datepicker-body table.months td span {
  padding: 6px;
  border-radius: 15px;
}
.bs-datepicker-body table td span {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  border-radius: 50%;
  position: relative;
  /* z-index: 1; */
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  -webkit-transition: 0s;
  transition: 0s;
}
.bs-datepicker-head button {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border: 0;
  background: transparent;
  text-align: center;
  cursor: pointer;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bs-datepicker-head button.current {
  border-radius: 15px;
  max-width: 155px;
  padding: 0 13px;
  min-width: 180px;
}
.bs-datepicker-head button.next,
.bs-datepicker-head button.previous {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.bs-datepicker-head button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.bs-datepicker-body table.years td span {
  width: 46px;
  height: 46px;
  line-height: 45px;
  margin: 0 auto;
}
.formio-component-textarea .formio-editor-read-only-content table th,
.formio-component-textarea .formio-editor-read-only-content table td {
  border: 1px solid var(--theme-light-gray-three);
  padding: 8px;
}
.formio-component-textarea div.formio-editor-read-only-content[ref=input] {
  overflow-y: auto;
}
.effective-date-conatiner button.btnpicker.btnpickerdisabled {
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  background: transparent;
  padding-right: 1em;
}
.fc-button {
  text-transform: capitalize !important;
}

.highcharts-map-series .highcharts-point {
  stroke-width: 0;
}

.highcharts-legend-item tspan,
.donut-datalabel div {
  font-size: 0.6rem;
  line-height: 1.2;
  font-family: 'Montserrat-light', sans-serif !important;
}

/* DayGridView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-dayGridWeek-view .fc-content-skeleton,
.fc-dayGridDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}
.fc-dayGrid-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}
/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}
.fc-dayGrid-view .fc-week-number,
.fc-dayGrid-view .fc-day-number {
  padding: 2px;
}
.fc-dayGrid-view th.fc-week-number,
.fc-dayGrid-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: right;
}
.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: left;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}
.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}
.fc-dayGrid-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}
/* when week/day number have own column */
.fc-dayGrid-view td.fc-week-number {
  text-align: center;
}
.fc-dayGrid-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

@charset "UTF-8";
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
}
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 2px 4px;
}
.fc-rtl .fc-popover .fc-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}
/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-mirror-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}
/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}
.fc th {
  text-align: center;
}
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}
/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}
a[data-goto]:hover {
  text-decoration: underline;
}
/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}
/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
/*
row content (which contains day/week numbers and events) as well as "mirror" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}
.fc-row .fc-mirror-skeleton {
  z-index: 5;
}
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-mirror-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-mirror-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-mirror-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}
/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}
/* TODO: move to timegrid/daygrid */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}
/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #3788d8;
}
.fc-event,
.fc-event-dot {
  background-color: #3788d8;
  /* default BACKGROUND color */
}
.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}
/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}
/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.fc-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}
/* Event Dragging
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-dragging.fc-selected {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
.fc-event.fc-dragging:not(.fc-selected) {
  opacity: 0.75;
}
/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}
/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}
/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}
/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}
/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}
/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}
/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}
.fc-mirror-skeleton tr:first-child > td > .fc-day-grid-event {
  margin-top: 0;
  /* except for mirror skeleton */
}
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}
.fc-day-grid-event .fc-time {
  font-weight: bold;
}
/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}
/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}
/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}
/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}
/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}
/* Icons
--------------------------------------------------------------------------------------------------
from https://feathericons.com/ and built with IcoMoon
*/
@font-face {
  font-family: "fcicons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.fc-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fcicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fc-icon-chevron-left:before {
  content: "";
}
.fc-icon-chevron-right:before {
  content: "";
}
.fc-icon-chevrons-left:before {
  content: "";
}
.fc-icon-chevrons-right:before {
  content: "";
}
.fc-icon-minus-square:before {
  content: "";
}
.fc-icon-plus-square:before {
  content: "";
}
.fc-icon-x:before {
  content: "";
}
.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
}
/* Buttons
--------------------------------------------------------------------------------------------------
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css
*/
/* reset */
.fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.fc-button {
  -webkit-appearance: button;
}
.fc-button:not(:disabled) {
  cursor: pointer;
}
.fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
/* theme */
.fc-button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
}
.fc-button:hover {
  color: #212529;
  text-decoration: none;
}
.fc-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}
.fc-button:disabled {
  opacity: 0.65;
}
/* "primary" coloring */
.fc-button-primary {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.fc-button-primary:hover {
  color: #fff;
  background-color: #1e2b37;
  border-color: #1a252f;
}
.fc-button-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}
.fc-button-primary:disabled {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  background-color: #1a252f;
  border-color: #151e27;
}
.fc-button-primary:not(:disabled):active:focus,
.fc-button-primary:not(:disabled).fc-button-active:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}
/* icons within buttons */
.fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em;
}
/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
}
.fc-button-group > .fc-button {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}
.fc-button-group > .fc-button:hover {
  z-index: 1;
}
.fc-button-group > .fc-button:focus,
.fc-button-group > .fc-button:active,
.fc-button-group > .fc-button.fc-button-active {
  z-index: 1;
}
.fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
}
.fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-button-group > .fc-button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}
/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}
/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}
/* inner content */
.fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em;
}
.fc-toolbar h2 {
  font-size: 1.75em;
  margin: 0;
}
/* View Structure
--------------------------------------------------------------------------------------------------*/
.fc-view-container {
  position: relative;
}
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}
@media print {
  .fc {
    max-width: 100% !important;
  }

  /* Global Event Restyling
  --------------------------------------------------------------------------------------------------*/
  .fc-event {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid;
  }

  .fc-event .fc-resizer {
    display: none;
  }

  /* Table & Day-Row Restyling
  --------------------------------------------------------------------------------------------------*/
  .fc th,
.fc td,
.fc hr,
.fc thead,
.fc tbody,
.fc-row {
    border-color: #ccc !important;
    background: #fff !important;
  }

  /* kill the overlaid, absolutely-positioned components */
  /* common... */
  .fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-mirror-skeleton,
.fc-bgevent-container,
.fc-business-container,
.fc-highlight-container,
.fc-mirror-container {
    display: none;
  }

  /* don't force a min-height on rows (for DayGrid) */
  .fc tbody .fc-row {
    height: auto !important;
    /* undo height that JS set in distributeHeight */
    min-height: 0 !important;
    /* undo the min-height from each view's specific stylesheet */
  }

  .fc tbody .fc-row .fc-content-skeleton {
    position: static;
    /* undo .fc-rigid */
    padding-bottom: 0 !important;
    /* use a more border-friendly method for this... */
  }

  .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    /* only works in newer browsers */
    padding-bottom: 1em;
    /* ...gives space within the skeleton. also ensures min height in a way */
  }

  .fc tbody .fc-row .fc-content-skeleton table {
    /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
       making it look more like 3em. for other browers, it will already be this tall */
    height: 1em;
  }

  /* Undo month-view event limiting. Display all events and hide the "more" links
  --------------------------------------------------------------------------------------------------*/
  .fc-more-cell,
.fc-more {
    display: none !important;
  }

  .fc tr.fc-limited {
    display: table-row !important;
  }

  .fc td.fc-limited {
    display: table-cell !important;
  }

  .fc-popover {
    display: none;
    /* never display the "more.." popover in print mode */
  }

  /* TimeGrid Restyling
  --------------------------------------------------------------------------------------------------*/
  /* undo the min-height 100% trick used to fill the container's height */
  .fc-time-grid {
    min-height: 0 !important;
  }

  /* don't display the side axis at all ("all-day" and time cells) */
  .fc-timeGrid-view .fc-axis {
    display: none;
  }

  /* don't display the horizontal lines */
  .fc-slats,
.fc-time-grid hr {
    /* this hr is used when height is underused and needs to be filled */
    display: none !important;
    /* important overrides inline declaration */
  }

  /* let the container that holds the events be naturally positioned and create real height */
  .fc-time-grid .fc-content-skeleton {
    position: static;
  }

  /* in case there are no events, we still want some height */
  .fc-time-grid .fc-content-skeleton table {
    height: 4em;
  }

  /* kill the horizontal spacing made by the event container. event margins will be done below */
  .fc-time-grid .fc-event-container {
    margin: 0 !important;
  }

  /* TimeGrid *Event* Restyling
  --------------------------------------------------------------------------------------------------*/
  /* naturally position events, vertically stacking them */
  .fc-time-grid .fc-event {
    position: static !important;
    margin: 3px 2px !important;
  }

  /* for events that continue to a future day, give the bottom border back */
  .fc-time-grid .fc-event.fc-not-end {
    border-bottom-width: 1px !important;
  }

  /* indicate the event continues via "..." text */
  .fc-time-grid .fc-event.fc-not-end:after {
    content: "...";
  }

  /* for events that are continuations from previous days, give the top border back */
  .fc-time-grid .fc-event.fc-not-start {
    border-top-width: 1px !important;
  }

  /* indicate the event is a continuation via "..." text */
  .fc-time-grid .fc-event.fc-not-start:before {
    content: "...";
  }

  /* time */
  /* undo a previous declaration and let the time text span to a second line */
  .fc-time-grid .fc-event .fc-time {
    white-space: normal !important;
  }

  /* hide the the time that is normally displayed... */
  .fc-time-grid .fc-event .fc-time span {
    display: none;
  }

  /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
  .fc-time-grid .fc-event .fc-time:after {
    content: attr(data-full);
  }

  /* Vertical Scroller & Containers
  --------------------------------------------------------------------------------------------------*/
  /* kill the scrollbars and allow natural height */
  .fc-scroller,
.fc-day-grid-container,
.fc-time-grid-container {
    /* */
    overflow: visible !important;
    height: auto !important;
  }

  /* kill the horizontal border/padding used to compensate for scrollbars */
  .fc-row {
    border: 0 !important;
    margin: 0 !important;
  }

  /* Button Controls
  --------------------------------------------------------------------------------------------------*/
  .fc-button-group,
.fc button {
    display: none;
    /* don't display any button-related controls */
  }
}

/**
* DevExtreme (dx.common.css)
* Version: 21.2.4
* Build date: Mon Dec 06 2021
*
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
/*!
This file is kept for backward compatibility.
It is no longer required.
*/

/* re-usable css components */
/* font-weight */
.bold-font-weight {
  font-weight: 600;
  font-family: 'Montserrat-semibold' !important;
}
.medium-font-weight {
  font-weight: 500;
  font-family: 'Montserrat-medium' !important;
}
/* Letter Spacing */
.letter-spacing-1-px {
  letter-spacing: 1px;
}
/* width */
.width-15-px {
  width: 15px !important;
}
.width-16-px {
  width: 15px !important;
}
.width-20-px {
  width: 20px !important;
}
.width-25-px {
  width: 25px !important;
}
.width-30-px {
  width: 30px !important;
}
.width-40-px {
  width: 40px;
}
.width-50-px {
  width: 50px !important;
}
.width-60-px {
  width: 60px;
}
.width-80-px {
  width: 80px;
}
.width-100-px {
  width: 100px !important;
}
.width-140-px {
  width: 140px;
}
.width-150-px {
  width: 150px;
}
.width-200-px {
  width: 200px;
}
.width-228-px {
  width: 228px !important;
}
.width-245-px {
  width: 245px;
}
.width-239-px {
  width: 239px !important;
}
.width-300-px {
  width: 300px !important;
}
.width-500-px {
  width: 500px !important;
}
.width-308-px {
  width: 308px;
}
.width-380-px {
  width: 380px;
}
.width-520-px {
  width: 520px !important;
}
.width-120-px {
  width: 120px;
}
.width-170-px {
  width: 170px;
}
.width-100-pct {
  width: 100% !important;
}
.width-75-pct {
  width: 75%;
}
.width-60-pct {
  width: 60% !important;
}
.width-70-pct {
  width: 70% !important;
}
.width-50-pct {
  width: 50%;
}
.width-49-pct {
  width: 49% !important;
}
.width-42-pct {
  width: 42% !important;
}
.width-45-pct {
  width: 45% !important;
}
.width-30-pct {
  width: 30% !important;
}
.width-28-pct {
  width: 28% !important;
}
.width-20-pct {
  width: 20% !important;
}
.width-10-pct {
  width: 10% !important;
}
.width-58-pct {
  width: 58% !important;
}
.width-27-pct {
  width: 27% !important;
}
.width-25-pct {
  width: 25%;
}
.width-98-pct {
  width: 98% !important;
}
.width-10-pct {
  width: 10% !important;
}
.width-0-pct {
  width: 0%;
}
/* Max Width */
.max-width-30-px {
  max-width: 30px !important;
}
.max-width-60-px {
  max-width: 60px !important;
}
.max-width-80-px {
  max-width: 80px !important;
}
.max-width-100-px {
  max-width: 100px;
}
.max-width-120-px {
  max-width: 120px !important;
}
.max-width-125-px {
  max-width: 125px !important;
}
.max-width-130-px {
  max-width: 130px !important;
}
.max-width-150-px {
  max-width: 150px !important;
}
.max-width-170-px {
  max-width: 170px !important;
}
.max-width-180-px {
  max-width: 180px !important;
}
.max-width-200-px {
  max-width: 200px !important;
}
.max-width-220-px {
  max-width: 220px !important;
}
.max-width-280-px {
  max-width: 280px !important;
}
.max-width-300-px {
  max-width: 300px !important;
}
.max-width-330-px {
  max-width: 330px !important;
}
.max-width-400-px {
  max-width: 400px !important;
}
.max-width-750-px {
  max-width: 750px !important;
}
.max-width-800-px {
  max-width: 800px !important;
}
.max-width-1050-px {
  max-width: 1050px !important;
}
.max-width-1200-px {
  max-width: 1200px !important;
}
.max-width-100-pct {
  max-width: 100%;
}
/* Min Width */
.min-width-0 {
  min-width: 0;
}
.min-width-15-px {
  min-width: 15px;
}
.min-width-40-px {
  min-width: 40px;
}
.min-width-50-px {
  min-width: 50px;
}
.min-width-85-px {
  min-width: 85px;
}
.min-width-100-px {
  min-width: 100px;
}
.min-width-110-px {
  min-width: 110px;
}
.min-width-90-px {
  min-width: 90px;
}
.min-width-120-px {
  min-width: 120px !important;
}
.min-width-125-px {
  min-width: 125px;
}
.min-width-130-px {
  min-width: 130px;
}
.min-width-135-px {
  min-width: 135px;
}
.min-width-140-px {
  min-width: 140px !important;
}
.min-width-150-px {
  min-width: 150px !important;
}
.min-width-160-px {
  min-width: 160px !important;
}
.min-width-172-px {
  min-width: 172px !important;
}
.min-width-175-px {
  min-width: 175px !important;
}
.min-width-200-px {
  min-width: 200px !important;
}
.min-width-210-px {
  min-width: 210px !important;
}
.min-width-205-px {
  min-width: 205px !important;
}
.min-width-220-px {
  min-width: 220px !important;
}
.min-width-225-px {
  min-width: 225px !important;
}
.min-width-250-px {
  min-width: 250px !important;
}
.min-width-240-px {
  min-width: 240px !important;
}
.min-width-280-px {
  min-width: 280px !important;
}
.min-width-300-px {
  min-width: 300px !important;
}
.min-width-239-px {
  min-width: 239px !important;
}
.min-width-700-px {
  min-width: 700px !important;
}
.min-width-400-px {
  min-width: 400px !important;
}
.min-width-500-px {
  min-width: 500px !important;
}
.min-width-70-px {
  min-width: 70px !important;
}
/* Box Shadow */
.box-shadow {
  /* -webkit-box-shadow: 2px 2px 10px #d6d6d6;
  -moz-box-shadow: 2px 2px 10px #d6d6d6;
  box-shadow: 2px 2px 10px #d6d6d6; */
  box-shadow: 2px 2px 3px 0 #b7b7b7;
}
.shadow-round-small {
  box-shadow: 1px 1px 12px 0 #b7b7b7;
}
.box-shadow-all-lightgray {
  box-shadow: 0 0 5px 2px rgba(211, 211, 211, 1);
}
.box-shadow-square {
  box-shadow: 0 0 13px -4px rgba(189, 182, 189, 1) !important;
}
.box-shadow-bottom {
  box-shadow: 0 15px 12px -12px rgba(0, 0, 0, 0.16);
}
.box-shadow-none {
  -mox-box-shadow: none !important;
  box-shadow: none !important;
}
/* Font size */
.font-size-6 {
  font-size: 6px !important;
}
.font-size-7 {
  font-size: 7px !important;
}
.font-size-8 {
  font-size: 0.4rem !important;
}
.font-size-9 {
  font-size: 0.45rem !important;
}
.font-size-10 {
  font-size: 0.5rem;
}
.font-size-11 {
  font-size: 0.55rem;
}
.font-size-12 {
  font-size: 0.6rem !important;
}
.font-size-13 {
  font-size: 0.65rem !important;
}
.font-size-14 {
  font-size: 0.7rem !important;
}
.font-size-15 {
  font-size: 0.75rem !important;
}
.font-size-16 {
  font-size: 0.8rem;
}
.font-size-17 {
  font-size: 0.85rem !important;
}
.font-size-18 {
  font-size: 0.9rem !important;
}
.font-size-19 {
  font-size: 0.95rem !important;
}
.font-size-20 {
  font-size: 1rem !important;
}
.font-size-21 {
  font-size: 21px !important;
}
.font-size-22 {
  font-size: 22px !important;
}
.font-size-24 {
  font-size: 24px !important;
}
.font-size-35 {
  font-size: 35px !important;
}
.font-size-28 {
  font-size: 28px !important;
}
.font-size-30-px {
  font-size: 30px !important;
}
.font-size-40-px {
  font-size: 40px !important;
}
.font-size-43-px {
  font-size: 43px !important;
}
.font-size-1-6-rem {
  font-size: 1.6rem !important;
}
.font-size-1-rem {
  font-size: 1rem !important;
}
.font-size-2-rem {
  font-size: 2rem !important;
}
.font-size-2-5-rem {
  font-size: 2.5rem !important;
}
.font-size-3-rem {
  font-size: 3rem;
}
.font-size-6-rem {
  font-size: 6rem !important;
}
.font-size-0-8-rem {
  font-size: 0.8rem;
}
/* Font Weight */
.light {
  font-weight: 300;
}
.dark {
  font-weight: 500 !important;
}
.lato-light {
  /* font-family: 'latolight'; */
  font-family: 'Montserrat-light';
  font-weight: 300;
}
.lato-regular {
  /* font-family: 'latoregular'; */
  font-family: 'Montserrat-light';
}
.lato-bold {
  /* font-family: 'latobold'; */
  font-family: 'Montserrat';
}
.lato-black {
  /* font-family: 'latoblack'; */
  font-family: 'Montserrat';
}
/* Cursor-pointer */
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-default {
  cursor: default !important;
}
/* text-transform */
.text-uppercase {
  text-transform: uppercase !important;
}
/* display */
.display-inline-block {
  display: inline-block !important;
}
.display-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}
.display-webkit-inline-box {
  display: -webkit-inline-box !important;
}
.display-webkit-box {
  display: -webkit-box !important;
}
.display-block {
  display: block;
}
.display-table {
  display: table;
}
/* Line height */
.line-height-1 {
  line-height: 1;
}
.line-height-1-2 {
  line-height: 1.2;
}
.line-height-1-em {
  line-height: 1em;
}
.line-height-2-rem {
  line-height: 2rem;
}
.line-height-1-7-rem {
  line-height: 1.7rem;
}
.line-height-14-px {
  line-height: 14px;
}
.line-height-15-px {
  line-height: 0.938rem;
}
.line-height-19-px {
  line-height: 19px;
}
.line-height-20-px {
  line-height: 1.25rem;
}
.line-height-21-px {
  line-height: 21px;
}
.line-height-22-px {
  line-height: 22px;
}
.line-height-24-px {
  line-height: 24px;
}
.line-height-26-px {
  line-height: 26px;
}
.line-height-28-px {
  line-height: 28px;
}
.line-height-34-px {
  line-height: 34px;
}
.line-height-150-pc {
  line-height: 150%;
}
.display-none {
  display: none !important;
}
/* Table */
.fixed-table-layout {
  table-layout: fixed;
}
/* Border */
.border-top-light-grey-1px {
  border-top: 1px solid #e6e6e6;
}
.border-bottom-light-grey-1px {
  border-bottom: 1px solid #e6e6e6;
}
.border-bottom-dark-grey-2px {
  border-bottom: 2px solid darkgray !important;
}
.border-top-dark-grey-2px {
  border-top: 2px solid darkgray !important;
}
.border-1px-gray {
  border: 1px solid gray !important;
}
.border-1px-lightest-grey {
  border: 1px solid #d3d3d3 !important;
}
.border-right-1-lightest-grey {
  border-right: 1px solid #d3d3d3 !important;
}
.border-1px-light-grey {
  border: 1px solid #e6e6e6;
}
.no-border {
  border: 0 !important;
}
.border-right-1-px {
  border-right: 1px solid #ced4da !important;
}
.border-left-none {
  border-left: 0 !important;
}
/* height */
.height-100-px {
  height: 100px;
}
.height-100-vh {
  height: 100vh;
}
.height-inherit {
  height: inherit;
}
.height-8-px {
  height: 8px !important;
}
.height-60-px {
  height: 60px !important;
}
.max-height-239-px {
  max-height: 239px !important;
}
.max-height-358-px {
  max-height: 358px !important;
}
.max-height-368-px {
  max-height: 368px !important;
  overflow-y: scroll;
}
.max-height-343-px {
  max-height: 343px !important;
}
.max-height-357-px {
  max-height: 357px !important;
}
.min-height-65-vh {
  min-height: 65vh !important;
}
.min-height-screen {
  min-height: calc(100vh - 260px);
  height: auto;
}
.min-height-30-px {
  min-height: 30px !important;
}
.min-height-40-px {
  min-height: 40px !important;
}
.min-height-60-px {
  min-height: 60px !important;
}
.min-height-75-px {
  min-height: 75px !important;
}
.min-height-200 {
  min-height: 200px !important;
}
.min-height-325-px {
  min-height: 325px;
}
.min-height-358-px {
  min-height: 358px;
}
.min-height-239-px {
  min-height: 239px !important;
}
.min-height-275-px {
  min-height: 275px !important;
}
.min-height-400-px {
  min-height: 400px;
}
.min-height-600-px {
  min-height: 600px;
}
.min-height-500-px {
  min-height: 500px;
}
.min-height-700-px {
  min-height: 700px;
}
.min-height-720-px {
  min-height: 720px;
}
.max-width-32-px {
  max-width: 32px;
}
.height-4-px {
  height: 4px !important;
}
.height-8-px {
  height: 8px !important;
}
.height-10-px {
  height: 10px !important;
}
.height-12-px {
  height: 14px !important;
}
.height-14-px {
  height: 14px !important;
}
.height-15-px {
  height: 15px !important;
}
.height-25-px {
  height: 25px !important;
}
.height-100-pct {
  height: 100%;
}
.height-150-px {
  height: 150px;
}
.height-200-px {
  height: 200px;
}
.height-250-px {
  height: 250px;
}
.height-358-px {
  height: 358px !important;
}
.height-305-px {
  min-height: 305px;
}
.height-72-px {
  height: 72px;
}
.height-70-px {
  height: 70px;
}
.height-40-px {
  height: 40px;
}
.height-50-px {
  height: 50px;
}
.height-80-px {
  height: 80px;
}
.height-300-px {
  height: 300px;
}
.height-346-px {
  height: 346px !important;
}
.height-390-px {
  height: 390px;
}
.height-408-px {
  height: 408px;
}
.height-36-px {
  height: 36px;
}
.height-540-px {
  height: 540px;
}
.height-1000-px {
  height: 1000px;
}
/* Top */
.top-0 {
  top: 0;
}
.top-40-pct {
  top: 40% !important;
}
.top-150-px {
  top: 150px;
}
/* Left */
.left-0 {
  left: 0 !important;
}
.left-auto {
  left: auto !important;
}
.left-15 {
  left: 15;
}
.left-24-px {
  left: 24px;
}
.left-250-px {
  left: 250px;
}
.left-38-pct {
  left: 38% !important;
}
.left-100-pct {
  left: 100%;
}
/* Right */
.right--12 {
  right: -12px !important;
}
.right-0 {
  right: 0 !important;
}
.right-10 {
  right: 10px !important;
}
.right-15 {
  right: 15px !important;
}
.right-30-px {
  right: 30px;
}
/* bottom */
.bottom-0 {
  bottom: 0;
}
.bottom-24-px {
  bottom: 24px;
}
/* z-index */
.z-index-1000 {
  z-index: 1000;
}
.z-index-2000 {
  z-index: 2000;
}
.z-index-5000 {
  z-index: 5000 !important;
}
/* Used for making a column center in a row */
.col-centered {
  float: none;
  margin: 0 auto;
}
.position-static {
  position: static !important;
}
.position-sticky {
  position: -webkit-sticky;
  position: sticky;
}
.position-relative {
  position: relative;
}
.position-fixed {
  position: fixed;
}
.position-absolute {
  position: absolute;
}
/* padding */
.padding-0 {
  padding: 0 !important;
}
.padding-5-px {
  padding: 5px;
}
.padding-10-px {
  padding: 10px;
}
.padding-12-px {
  padding: 12px;
}
.padding-15-px {
  padding: 15px;
}
.padding-20-px {
  padding: 20px;
}
.padding-25-px {
  padding: 25px;
}
.padding-30-px {
  padding: 30px !important;
}
/* top */
.padding-top-0-px {
  padding-top: 0;
}
.padding-top-5-px {
  padding-top: 5px;
}
.padding-top-6-px {
  padding-top: 6px !important;
}
.padding-top-10-px {
  padding-top: 10px !important;
}
.padding-top-11-px {
  padding-top: 11px;
}
.padding-top-12-px {
  padding-top: 12px;
}
.padding-top-14-px {
  padding-top: 14px;
}
.padding-top-15-px {
  padding-top: 15px !important;
}
.padding-top-16-px {
  padding-top: 16px;
}
.padding-top-20-px {
  padding-top: 20px !important;
}
.padding-top-21-px {
  padding-top: 21px;
}
.padding-top-25-px {
  padding-top: 25px !important;
}
.padding-top-25-px {
  padding-top: 25px;
}
.padding-top-27-px {
  padding-top: 27px;
}
.padding-top-29-px {
  padding-top: 29px;
}
.padding-top-30-px {
  padding-top: 30px;
}
.padding-top-35-px {
  padding-top: 35px;
}
.padding-top-40-px {
  padding-top: 40px;
}
.padding-top-45-px {
  padding-top: 45px;
}
.padding-top-50-px {
  padding-top: 50px;
}
.padding-top-55-px {
  padding-top: 55px;
}
.padding-top-60-px {
  padding-top: 60px;
}
.padding-top-65-px {
  padding-top: 65px;
}
.padding-top-70-px {
  padding-top: 70px;
}
.padding-top-75-px {
  padding-top: 75px;
}
.padding-top-80-px {
  padding-top: 80px;
}
.padding-top-85-px {
  padding-top: 85px;
}
.padding-top-90-px {
  padding-top: 90px;
}
.padding-top-95-px {
  padding-top: 95px;
}
.padding-top-100-px {
  padding-top: 100px;
}
.padding-top-125-px {
  padding-top: 125px;
}
.padding-top-150-px {
  padding-top: 150px;
}
.padding-top-200-px {
  padding-top: 200px;
}
.padding-top-250-px {
  padding-top: 250px;
}
.padding-top-300-px {
  padding-top: 300px;
}
.padding-top-350-px {
  padding-top: 350px;
}
.padding-top-400-px {
  padding-top: 400px;
}
.padding-top-450-px {
  padding-top: 450px;
}
.padding-top-500-px {
  padding-top: 500px;
}
.padding-top-1-pct {
  padding-top: 1%;
}
.padding-top-2-pct {
  padding-top: 2%;
}
.padding-top-3-pct {
  padding-top: 3%;
}
.padding-top-4-pct {
  padding-top: 4%;
}
.padding-top-5-pct {
  padding-top: 5%;
}
.padding-top-10-pct {
  padding-top: 10%;
}
.padding-top-15-pct {
  padding-top: 15%;
}
.padding-top-20-pct {
  padding-top: 20%;
}
.padding-top-25-pct {
  padding-top: 25%;
}
.padding-top-30-pct {
  padding-top: 30%;
}
.padding-top-35-pct {
  padding-top: 35%;
}
.padding-top-40-pct {
  padding-top: 40%;
}
.padding-top-50-pct {
  padding-top: 50%;
}
/* left */
.padding-left-0-px {
  padding-left: 0 !important;
}
.padding-left-2-px {
  padding-left: 2px !important;
}
.padding-left-5-px {
  padding-left: 5px !important;
}
.padding-left-8-px {
  padding-left: 8px;
}
.padding-left-10-px {
  padding-left: 10px;
}
.padding-left-6-px {
  padding-left: 6px;
}
.padding-left-14-px {
  padding-left: 14px;
}
.padding-left-15-px {
  padding-left: 15px;
}
.padding-left-19-px {
  padding-left: 19px;
}
.padding-left-20-px {
  padding-left: 20px !important;
}
.padding-left-24-px {
  padding-left: 24px;
}
.padding-left-25-px {
  padding-left: 25px !important;
}
.padding-left-26-px {
  padding-left: 26px;
}
.padding-left-27-px {
  padding-left: 27px;
}
.padding-left-29-px {
  padding-left: 29px;
}
.padding-left-30-px {
  padding-left: 30px !important;
}
.padding-left-35-px {
  padding-left: 35px;
}
.padding-left-36-px {
  padding-left: 36px;
}
.padding-left-38-px {
  padding-left: 38px;
}
.padding-left-40-px {
  padding-left: 40px !important;
}
.padding-left-45-px {
  padding-left: 45px !important;
}
.padding-left-50-px {
  padding-left: 50px !important;
}
.padding-left-55-px {
  padding-left: 55px;
}
.padding-left-60-px {
  padding-left: 60px;
}
.padding-left-65-px {
  padding-left: 65px;
}
.padding-left-70-px {
  padding-left: 70px;
}
.padding-left-75-px {
  padding-left: 75px;
}
.padding-left-80-px {
  padding-left: 80px;
}
.padding-left-85-px {
  padding-left: 85px;
}
.padding-left-90-px {
  padding-left: 90px;
}
.padding-left-95-px {
  padding-left: 95px;
}
.padding-left-100-px {
  padding-left: 100px;
}
.padding-left-125-px {
  padding-left: 125px;
}
.padding-left-150-px {
  padding-left: 150px;
}
.padding-left-200-px {
  padding-left: 200px;
}
.padding-left-250-px {
  padding-left: 250px;
}
.padding-left-270-px {
  padding-left: 270px;
}
.padding-left-300-px {
  padding-left: 300px;
}
.padding-left-350-px {
  padding-left: 350px;
}
.padding-left-400-px {
  padding-left: 400px;
}
.padding-left-450-px {
  padding-left: 450px;
}
.padding-left-500-px {
  padding-left: 500px;
}
.padding-left-1-pct {
  padding-left: 1%;
}
.padding-left-2-pct {
  padding-left: 2%;
}
.padding-left-3-pct {
  padding-left: 3%;
}
.padding-left-4-pct {
  padding-left: 4%;
}
.padding-left-5-pct {
  padding-left: 5%;
}
.padding-left-10-pct {
  padding-left: 10%;
}
.padding-left-12-pct {
  padding-left: 12% !important;
}
.padding-left-15-pct {
  padding-left: 15%;
}
.padding-left-20-pct {
  padding-left: 20%;
}
.padding-left-25-pct {
  padding-left: 25%;
}
.padding-left-30-pct {
  padding-left: 30%;
}
.padding-left-35-pct {
  padding-left: 35%;
}
.padding-left-40-pct {
  padding-left: 40%;
}
.padding-left-50-pct {
  padding-left: 50%;
}
.padding-left-0-5-rem {
  padding-left: 0.5rem;
}
.padding-left-2-em {
  padding-left: 2em;
}
/* right */
.padding-right-0-px {
  padding-right: 0 !important;
}
.padding-right-5-px {
  padding-right: 5px;
}
.padding-right-6-px {
  padding-right: 6px !important;
}
.padding-right-10-px {
  padding-right: 10px !important;
}
.padding-right-15-px {
  padding-right: 15px !important;
}
.padding-right-20-px {
  padding-right: 20px !important;
}
.padding-right-25-px {
  padding-right: 25px;
}
.padding-right-30-px {
  padding-right: 30px !important;
}
.padding-right-35-px {
  padding-right: 35px;
}
.padding-right-40-px {
  padding-right: 40px;
}
.padding-right-45-px {
  padding-right: 45px;
}
.padding-right-50-px {
  padding-right: 50px;
}
.padding-right-55-px {
  padding-right: 55px;
}
.padding-right-60-px {
  padding-right: 60px !important;
}
.padding-right-65-px {
  padding-right: 65px;
}
.padding-right-70-px {
  padding-right: 70px;
}
.padding-right-75-px {
  padding-right: 75px;
}
.padding-right-80-px {
  padding-right: 80px;
}
.padding-right-85-px {
  padding-right: 85px;
}
.padding-right-90-px {
  padding-right: 90px;
}
.padding-right-95-px {
  padding-right: 95px;
}
.padding-right-100-px {
  padding-right: 100px;
}
.padding-right-120-px {
  padding-right: 125px;
}
.padding-right-125-px {
  padding-right: 125px;
}
.padding-right-150-px {
  padding-right: 20px;
}
.padding-right-150-px {
  padding-right: 150px;
}
.padding-right-200-px {
  padding-right: 200px;
}
.padding-right-250-px {
  padding-right: 250px;
}
.padding-right-300-px {
  padding-right: 300px;
}
.padding-right-350-px {
  padding-right: 350px;
}
.padding-right-400-px {
  padding-right: 400px;
}
.padding-right-450-px {
  padding-right: 450px;
}
.padding-right-500-px {
  padding-right: 500px;
}
.padding-right-1-pct {
  padding-right: 1%;
}
.padding-right-2-pct {
  padding-right: 2%;
}
.padding-right-3-pct {
  padding-right: 3%;
}
.padding-right-4-pct {
  padding-right: 4%;
}
.padding-right-5-pct {
  padding-right: 5%;
}
.padding-right-10-pct {
  padding-right: 10%;
}
.padding-right-15-pct {
  padding-right: 15%;
}
.padding-right-20-pct {
  padding-right: 20%;
}
.padding-right-25-pct {
  padding-right: 25%;
}
.padding-right-30-pct {
  padding-right: 30%;
}
.padding-right-35-pct {
  padding-right: 35%;
}
.padding-right-40-pct {
  padding-right: 40%;
}
.padding-right-50-pct {
  padding-right: 50%;
}
/* bottom */
.padding-bottom-4-px {
  padding-bottom: 4px !important;
}
.padding-bottom-5-px {
  padding-bottom: 5px;
}
.padding-bottom-6-px {
  padding-bottom: 6px;
}
.padding-bottom-10-px {
  padding-bottom: 10px;
}
.padding-bottom-15-px {
  padding-bottom: 15px;
}
.padding-bottom-20-px {
  padding-bottom: 20px;
}
.padding-bottom-25-px {
  padding-bottom: 25px;
}
.padding-bottom-29-px {
  padding-bottom: 29px;
}
.padding-bottom-30-px {
  padding-bottom: 30px;
}
.padding-bottom-35-px {
  padding-bottom: 35px;
}
.padding-bottom-40-px {
  padding-bottom: 40px;
}
.padding-bottom-45-px {
  padding-bottom: 45px;
}
.padding-bottom-50-px {
  padding-bottom: 50px;
}
.padding-bottom-55-px {
  padding-bottom: 55px;
}
.padding-bottom-60-px {
  padding-bottom: 60px;
}
.padding-bottom-65-px {
  padding-bottom: 65px;
}
.padding-bottom-70-px {
  padding-bottom: 70px;
}
.padding-bottom-75-px {
  padding-bottom: 75px;
}
.padding-bottom-80-px {
  padding-bottom: 80px;
}
.padding-bottom-85-px {
  padding-bottom: 85px;
}
.padding-bottom-90-px {
  padding-bottom: 90px;
}
.padding-bottom-95-px {
  padding-bottom: 95px;
}
.padding-bottom-100-px {
  padding-bottom: 100px;
}
.padding-bottom-125-px {
  padding-bottom: 125px;
}
.padding-bottom-150-px {
  padding-bottom: 20px;
}
.padding-bottom-150-px {
  padding-bottom: 150px;
}
.padding-bottom-200-px {
  padding-bottom: 200px;
}
.padding-bottom-250-px {
  padding-bottom: 250px;
}
.padding-bottom-300-px {
  padding-bottom: 300px;
}
.padding-bottom-350-px {
  padding-bottom: 350px;
}
.padding-bottom-400-px {
  padding-bottom: 400px;
}
.padding-bottom-450-px {
  padding-bottom: 450px;
}
.padding-bottom-500-px {
  padding-bottom: 500px;
}
.padding-bottom-1-pct {
  padding-bottom: 1%;
}
.padding-bottom-2-pct {
  padding-bottom: 2%;
}
.padding-bottom-3-pct {
  padding-bottom: 3%;
}
.padding-bottom-4-pct {
  padding-bottom: 4%;
}
.padding-bottom-5-pct {
  padding-bottom: 5%;
}
.padding-bottom-10-pct {
  padding-bottom: 10%;
}
.padding-bottom-15-pct {
  padding-bottom: 15%;
}
.padding-bottom-20-pct {
  padding-bottom: 20%;
}
.padding-bottom-25-pct {
  padding-bottom: 25%;
}
.padding-bottom-30-pct {
  padding-bottom: 30%;
}
.padding-bottom-35-pct {
  padding-bottom: 35%;
}
.padding-bottom-40-pct {
  padding-bottom: 40%;
}
.padding-bottom-50-pct {
  padding-bottom: 50%;
}
.padding-bottom-1-25-rem {
  padding-bottom: 1.25rem !important;
}
/* margin */
.margin-0 {
  margin: 0;
}
.margin-3-auto {
  margin: -3px auto;
}
.margin-auto {
  margin: auto !important;
}
/* top */
.margin-top-0 {
  margin-top: 0;
}
.margin-top-minus-2-px {
  margin-top: -2px !important;
}
.margin-top-minus-5-px {
  margin-top: -5px;
}
.margin-top-minus-7-px {
  margin-top: -7px !important;
}
.margin-top-minus-10-px {
  margin-top: -10px !important;
}
.margin-top-minus-18-px {
  margin-top: -18px !important;
}
.margin-top-minus-50-px {
  margin-top: -50px !important;
}
.margin-top-minus-55-px {
  margin-top: -55px !important;
}
.margin-top-minus-70-px {
  margin-top: -70px !important;
}
.margin-top-minus-100-px {
  margin-top: -100px !important;
}
.margin-top-minus-130-px {
  margin-top: -130px !important;
}
.margin-top-2-px {
  margin-top: 2px;
}
.margin-top-5-px {
  margin-top: 5px;
}
.margin-top-7-px {
  margin-top: 7px;
}
.margin-top-8-px {
  margin-top: 8px;
}
.margin-top-10-px {
  margin-top: 10px;
}
.margin-top-15-px {
  margin-top: 15px;
}
.margin-top-20-px {
  margin-top: 20px;
}
.margin-top-25-px {
  margin-top: 25px;
}
.margin-top-30-px {
  margin-top: 30px !important;
}
.margin-top-35-px {
  margin-top: 35px;
}
.margin-top-40-px {
  margin-top: 40px;
}
.margin-top-45-px {
  margin-top: 45px;
}
.margin-top-48-px {
  margin-top: 48px;
}
.margin-top-50-px {
  margin-top: 50px;
}
.margin-top-minus-50-px {
  margin-top: -50px;
}
.margin-top-55-px {
  margin-top: 55px;
}
.margin-top-60-px {
  margin-top: 60px;
}
.margin-top-65-px {
  margin-top: 65px;
}
.margin-top-66-px {
  margin-top: 66px;
}
.margin-top-70-px {
  margin-top: 70px;
}
.margin-top-75-px {
  margin-top: 75px;
}
.margin-top-80-px {
  margin-top: 80px;
}
.margin-top-85-px {
  margin-top: 85px;
}
.margin-top-90-px {
  margin-top: 90px;
}
.margin-top-95-px {
  margin-top: 95px;
}
.margin-top-100-px {
  margin-top: 100px;
}
.margin-top-125-px {
  margin-top: 125px;
}
.margin-top-150-px {
  margin-top: 150px;
}
.margin-top-185-px {
  margin-top: 185px;
}
.margin-top-200-px {
  margin-top: 200px;
}
.margin-top-250-px {
  margin-top: 250px;
}
.margin-top-300-px {
  margin-top: 300px;
}
.margin-top-350-px {
  margin-top: 350px;
}
.margin-top-400-px {
  margin-top: 400px;
}
.margin-top-450-px {
  margin-top: 450px;
}
.margin-top-500-px {
  margin-top: 500px;
}
.margin-top-1-pct {
  margin-top: 1%;
}
.margin-top-2-pct {
  margin-top: 2%;
}
.margin-top-3-pct {
  margin-top: 3%;
}
.margin-top-4-pct {
  margin-top: 4%;
}
.margin-top-5-pct {
  margin-top: 5%;
}
.margin-top-10-pct {
  margin-top: 10%;
}
.margin-top-15-pct {
  margin-top: 15%;
}
.margin-top-20-pct {
  margin-top: 20%;
}
.margin-top-25-pct {
  margin-top: 25%;
}
.margin-top-30-pct {
  margin-top: 30%;
}
.margin-top-35-pct {
  margin-top: 35%;
}
.margin-top-40-pct {
  margin-top: 40%;
}
.margin-top-50-pct {
  margin-top: 50%;
}
.margin-top-2-rem {
  margin-top: 2rem;
}
/* left */
.margin-left-auto {
  margin-left: auto !important;
}
.margin-left-minus-15-px {
  margin-left: -15px !important;
}
.margin-left-minus-22-px {
  margin-left: -22px !important;
}
.margin-left-minus-40-px {
  margin-left: -40px !important;
}
.margin-left-4-px {
  margin-left: 4px;
}
.margin-left-5-px {
  margin-left: 5px;
}
.margin-left-7-px {
  margin-left: 7px;
}
.margin-left-10-px {
  margin-left: 10px;
}
.margin-left-15-px {
  margin-left: 15px !important;
}
.margin-left-20-px {
  margin-left: 20px;
}
.margin-left-25-px {
  margin-left: 25px;
}
.margin-left-30-px {
  margin-left: 30px;
}
.margin-left-35-px {
  margin-left: 35px;
}
.margin-left-40-px {
  margin-left: 40px;
}
.margin-left-45-px {
  margin-left: 45px;
}
.margin-left-50-px {
  margin-left: 50px;
}
.margin-left-55-px {
  margin-left: 55px;
}
.margin-left-60-px {
  margin-left: 60px;
}
.margin-left-65-px {
  margin-left: 65px;
}
.margin-left-70-px {
  margin-left: 70px;
}
.margin-left-75-px {
  margin-left: 75px;
}
.margin-left-80-px {
  margin-left: 80px;
}
.margin-left-85-px {
  margin-left: 85px;
}
.margin-left-90-px {
  margin-left: 90px;
}
.margin-left-95-px {
  margin-left: 95px;
}
.margin-left-100-px {
  margin-left: 100px;
}
.margin-left-125-px {
  margin-left: 125px;
}
.margin-left-150-px {
  margin-left: 150px;
}
.margin-left-200-px {
  margin-left: 200px;
}
.margin-left-250-px {
  margin-left: 250px;
}
.margin-left-300-px {
  margin-left: 300px !important;
}
.margin-left-350-px {
  margin-left: 350px;
}
.margin-left-400-px {
  margin-left: 400px;
}
.margin-left-450-px {
  margin-left: 450px;
}
.margin-left-500-px {
  margin-left: 500px;
}
.margin-left-1-pct {
  margin-left: 1%;
}
.margin-left-2-pct {
  margin-left: 2%;
}
.margin-left-3-pct {
  margin-left: 3%;
}
.margin-left-4-pct {
  margin-left: 4%;
}
.margin-left-5-pct {
  margin-left: 5%;
}
.margin-left-10-pct {
  margin-left: 10%;
}
.margin-left-15-pct {
  margin-left: 15%;
}
.margin-left-20-pct {
  margin-left: 20%;
}
.margin-left-25-pct {
  margin-left: 25%;
}
.margin-left-30-pct {
  margin-left: 30%;
}
.margin-left-35-pct {
  margin-left: 35%;
}
.margin-left-10-pct {
  margin-left: 10%;
}
.margin-left-40-pct {
  margin-left: 40%;
}
.margin-left-50-pct {
  margin-left: 50%;
}
.margin-left-1-rem {
  margin-left: 1rem !important;
}
/* right */
.margin-right-auto {
  margin-right: auto !important;
}
.margin-right-5-px {
  margin-right: 5px;
}
.margin-right-10-px {
  margin-right: 10px;
}
.margin-right-15-px {
  margin-right: 15px;
}
.margin-right-20-px {
  margin-right: 20px;
}
.margin-right-25-px {
  margin-right: 25px;
}
.margin-right-30-px {
  margin-right: 30px;
}
.margin-right-35-px {
  margin-right: 35px;
}
.margin-right-40-px {
  margin-right: 40px;
}
.margin-right-45-px {
  margin-right: 45px;
}
.margin-right-50-px {
  margin-right: 50px;
}
.margin-right-55-px {
  margin-right: 55px;
}
.margin-right-60-px {
  margin-right: 60px;
}
.margin-right-65-px {
  margin-right: 65px;
}
.margin-right-70-px {
  margin-right: 70px;
}
.margin-right-75-px {
  margin-right: 75px;
}
.margin-right-80-px {
  margin-right: 80px;
}
.margin-right-85-px {
  margin-right: 85px;
}
.margin-right-90-px {
  margin-right: 90px;
}
.margin-right-95-px {
  margin-right: 95px;
}
.margin-right-100-px {
  margin-right: 100px;
}
.margin-right-125-px {
  margin-right: 125px;
}
.margin-right-150-px {
  margin-right: 20px;
}
.margin-right-150-px {
  margin-right: 150px;
}
.margin-right-200-px {
  margin-right: 200px;
}
.margin-right-250-px {
  margin-right: 250px;
}
.margin-right-300-px {
  margin-right: 300px;
}
.margin-right-350-px {
  margin-right: 350px;
}
.margin-right-400-px {
  margin-right: 400px;
}
.margin-right-450-px {
  margin-right: 450px;
}
.margin-right-500-px {
  margin-right: 500px;
}
.margin-right-minus-15-px {
  margin-right: -15px;
}
.margin-right-1-pct {
  margin-right: 1%;
}
.margin-right-2-pct {
  margin-right: 2%;
}
.margin-right-3-pct {
  margin-right: 3%;
}
.margin-right-4-pct {
  margin-right: 4%;
}
.margin-right-5-pct {
  margin-right: 5%;
}
.margin-right-10-pct {
  margin-right: 10%;
}
.margin-right-15-pct {
  margin-right: 15%;
}
.margin-right-20-pct {
  margin-right: 20%;
}
.margin-right-25-pct {
  margin-right: 25%;
}
.margin-right-30-pct {
  margin-right: 30%;
}
.margin-right-35-pct {
  margin-right: 35%;
}
.margin-right-40-pct {
  margin-right: 40%;
}
.margin-right-50-pct {
  margin-right: 50%;
}
/* bottom */
.margin-bottom-0-px {
  margin-bottom: 0;
}
.margin-bottom-2-px {
  margin-bottom: 2px !important;
}
.margin-bottom-5-px {
  margin-bottom: 5px !important;
}
.margin-bottom-8-px {
  margin-bottom: 8px;
}
.margin-bottom-10-px {
  margin-bottom: 10px;
}
.margin-bottom-15-px {
  margin-bottom: 15px;
}
.margin-bottom-20-px {
  margin-bottom: 20px;
}
.margin-bottom-25-px {
  margin-bottom: 25px;
}
.margin-bottom-30-px {
  margin-bottom: 30px;
}
.margin-bottom-35-px {
  margin-bottom: 35px;
}
.margin-bottom-40-px {
  margin-bottom: 40px;
}
.margin-bottom-45-px {
  margin-bottom: 45px;
}
.margin-bottom-50-px {
  margin-bottom: 50px;
}
.margin-bottom-55-px {
  margin-bottom: 55px;
}
.margin-bottom-60-px {
  margin-bottom: 60px;
}
.margin-bottom-65-px {
  margin-bottom: 65px;
}
.margin-bottom-70-px {
  margin-bottom: 70px;
}
.margin-bottom-75-px {
  margin-bottom: 75px;
}
.margin-bottom-80-px {
  margin-bottom: 80px;
}
.margin-bottom-85-px {
  margin-bottom: 85px;
}
.margin-bottom-90-px {
  margin-bottom: 90px;
}
.margin-bottom-95-px {
  margin-bottom: 95px;
}
.margin-bottom-100-px {
  margin-bottom: 100px;
}
.margin-bottom-125-px {
  margin-bottom: 125px;
}
.margin-bottom-150-px {
  margin-bottom: 20px;
}
.margin-bottom-150-px {
  margin-bottom: 150px;
}
.margin-bottom-200-px {
  margin-bottom: 200px;
}
.margin-bottom-250-px {
  margin-bottom: 250px;
}
.margin-bottom-300-px {
  margin-bottom: 300px;
}
.margin-bottom-350-px {
  margin-bottom: 350px;
}
.margin-bottom-400-px {
  margin-bottom: 400px;
}
.margin-bottom-450-px {
  margin-bottom: 450px;
}
.margin-bottom-500-px {
  margin-bottom: 500px;
}
.margin-bottom-1-pct {
  margin-bottom: 1%;
}
.margin-bottom-2-pct {
  margin-bottom: 2%;
}
.margin-bottom-3-pct {
  margin-bottom: 3%;
}
.margin-bottom-4-pct {
  margin-bottom: 4%;
}
.margin-bottom-5-pct {
  margin-bottom: 5%;
}
.margin-bottom-10-pct {
  margin-bottom: 10%;
}
.margin-bottom-15-pct {
  margin-bottom: 15%;
}
.margin-bottom-20-pct {
  margin-bottom: 20%;
}
.margin-bottom-25-pct {
  margin-bottom: 25%;
}
.margin-bottom-30-pct {
  margin-bottom: 30%;
}
.margin-bottom-35-pct {
  margin-bottom: 35%;
}
.margin-bottom-40-pct {
  margin-bottom: 40%;
}
.margin-bottom-50-pct {
  margin-bottom: 50%;
}
.margin-bottom-1-em {
  margin-bottom: 1em;
}
.margin-bottom-1-5-em {
  margin-bottom: 1.5em;
}
.margin-bottom-1-8-em {
  margin-bottom: 1.8em;
}
.margin-bottom-2-em {
  margin-bottom: 2em;
}
/* border radius */
.border-radius-0 {
  border-radius: 0 !important;
}
.border-radius-3-px {
  border-radius: 3px !important;
}
.border-radius-4-px {
  border-radius: 4px !important;
}
.border-radius-6-px {
  border-radius: 6px !important;
}
.border-radius-top-left-7-px {
  border-radius: 7px 0 0 !important;
}
.border-radius-bottom-left-7-px {
  border-radius: 0 0 0 7px !important;
}
.border-radius-10-px {
  border-radius: 10px !important;
}
.border-radius-12-px {
  border-radius: 12px !important;
}
.border-radius-15-px {
  border-radius: 15px !important;
}
.border-radius-30-px {
  border-radius: 30px !important;
}
.border-radius-50-px {
  border-radius: 50px !important;
}
.border-radius-360-px {
  border-radius: 360px !important;
}
.border-radius-50-pct {
  border-radius: 50% !important;
}
.border-1px {
  border: 1px solid;
}
.border-1px-black {
  border: 1px solid black !important;
}
.border-1px-white {
  border: 1px solid white !important;
}
.border-top-0-px {
  border-top: 0;
}
.letter-space-1-px {
  letter-spacing: 1px;
}
.transition-ease-in-out {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.vertical-middle {
  vertical-align: middle !important;
}
.rotate-minus-30 {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.font-weight-500 {
  font-weight: 500 !important;
}
.word-break {
  word-break: break-word;
}
.white-space-normal {
  white-space: normal !important;
}
.white-space-nowrap {
  white-space: nowrap;
}
.img-responsive {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
@media (min-width: 1300px) {
  .font-size-xl-11 {
    font-size: 11px !important;
  }

  .font-size-xl-3-rem {
    font-size: 3rem !important;
  }

  .max-width-lg-645px {
    max-width: 645px !important;
  }
}
@media (min-width: 992px) {
  .position-absolute-md {
    position: absolute;
  }
}
@media (min-width: 576px) {
  .padding-left-15-px-sm {
    padding-left: 15px;
  }

  .padding-right-15-px-sm {
    padding-right: 15px;
  }

  .table-sm {
    display: table;
  }

  .table-sm > div {
    display: table-row;
  }

  .table-sm > div > div {
    display: table-cell;
  }

  .text-right-sm {
    text-align: right;
  }

  .position-absolute-sm {
    position: absolute;
  }

  .position-fixed-sm {
    position: fixed;
  }
}
@media (max-width: 576px) {
  /* Max Width */
  .max-width-sm-90-px {
    max-width: 90px;
  }

  /* Min Width */
  .min-width-sm-90-px {
    min-width: 90px;
  }

  .font-size-sm-9-px {
    font-size: 9px;
  }
}
@media (max-width: 575px) {
  .width-100-pct-xs {
    width: 100%;
  }

  .position-fixed-xs {
    position: fixed;
  }

  .padding-left-13-px-xs {
    padding-left: 13px;
  }

  .padding-right-13-px-xs {
    padding-right: 13px;
  }
}
/* text underline */
.no-underline {
  text-decoration: none;
}
.no-underline:hover {
  text-decoration: none;
}
.text-underline {
  text-decoration: underline !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-initial {
  text-transform: initial !important;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.border-top-gray {
  border-top: 1px solid #ddd;
}
.font-weight-300 {
  font-weight: 300 !important;
}
.outline-none {
  outline: none !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-y-auto {
  overflow-y: auto;
}
.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-header-table .data-table-header {
  display: none;
}
.cell-vertical-align-top td {
  vertical-align: top !important;
}
.vertical-align-middle {
  vertical-align: -webkit-baseline-middle;
}
.vertical-align-top {
  vertical-align: top;
}
/* flex styles and workarounds */
.flex-even-container > * {
  -webkit-box-flex: 1;
          flex: 1;
}
:-ms-fullscreen,
:root .flex-even-container > * {
  flex-basis: auto;
}
.no-after::after {
  display: none;
}
.no-padding {
  padding: 0;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.max-width-1100 {
  max-width: 1100px;
  margin: 0 auto;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .padding-left-lg-15-px {
    padding-left: 15px !important;
  }
}
.max-width-400-px {
  max-width: 400px !important;
}
.word-wrap {
  word-wrap: break-word !important;
  white-space: normal !important;
}
.invalid-feedback {
  display: block !important;
}
.image img,
figure.media {
  max-width: 100%;
  height: auto;
  margin-top: 5px;
}
.ck-editor__editable:not(.ck-read-only) .ck-media__wrapper > :not(.ck-media__placeholder) {
  pointer-events: auto !important;
}
.action-padding {
  padding: 10px;
}
.choices__list--dropdown .choices__list {
  max-height: 150px !important;
}
.toast-message a {
  color: #cccccc;
  text-decoration: none;
}
.toast-message a:focus,
.toast-message a:hover {
  color: #cccccc;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .formio-component-datetime div .input-group .input-group-append {
    display: none !important;
  }

  .dx-popup-wrapper > .dx-overlay-content {
    max-width: 95vw !important;
  }
}
.table-header-color {
  background-color: var(--number-background-theme);
}
.dx-widget {
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px;
}
.dx-datagrid .dx-column-lines > td {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.dx-datagrid .dx-row > td {
  padding: 7px 10px !important;
}
.dx-datagrid-header-panel {
  border: 1px solid #ddd !important;
  padding: 10px 10px 0 10px;
  border-bottom: 0 !important;
}
.dx-datagrid-headers {
  border-bottom: 0px solid #ddd !important;
}
.dx-pivotgridfieldchooser .dx-area .dx-area-fields .dx-checkbox {
  /* display: none; */
  touch-action: none;
  cursor: none;
  pointer-events: none;
}
.dx-pivotgridfieldchooser .dx-area .dx-area-fields .dx-checkbox .dx-checkbox-icon {
  border: 0px solid #ddd;
  width: 15px;
  background-color: transparent;
}
.dx-pivotgridfieldchooser .dx-area .dx-area-fields .dx-checkbox-checked .dx-checkbox-icon::before {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -.34em;
  left: 50%;
  margin-left: -.15em;
  content: '';
  border-radius: 50%;
  height: 7px;
  width: 7px;
  background-color: #5fab7d;
}
.dx-pivotgridfieldchooser .dx-area .dx-area-fields .dx-treeview-item-with-checkbox.dx-state-focused > .dx-checkbox .dx-checkbox-icon {
border: 0px solid #337ab7;
width: 15px;
}
.dx-pivotgridfieldchooser .dx-area .dx-treeview-item-with-checkbox .dx-treeview-item {
  color: #333;
  padding-left: 25px;
}
.dx-field-note {
  color: #908d8d;
}
.dx-editor-cell .dx-texteditor, .dx-editor-cell .dx-texteditor .dx-texteditor-input {
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px;
}
.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
  background-color: #f8f8f8;
}
.dx-datagrid-rowsview .dx-row > .dx-master-detail-cell {
  padding: 20px;
  background-color: #fff !important;
}
.dx-editor-cell .dx-texteditor, .dx-editor-cell .dx-texteditor .dx-texteditor-input {
  background: #f1f1f1;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell .dx-texteditor, .dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell .dx-texteditor-container {
  background-color: #f1f1f1;
}
.dx-datagrid .dx-link {
  text-decoration: underline;
  cursor: pointer;
  color: var(--text-theme-color-highlight) !important;
}
.dx-calendar-navigator-previous-month.dx-button .dx-icon, .dx-calendar-navigator-previous-view.dx-button .dx-icon {
  color:  var(--text-theme-color-highlight) !important;
}
.dx-calendar-navigator .dx-calendar-caption-button.dx-button .dx-button-content {
  color:  var(--text-theme-color-highlight) !important;
}
.dx-calendar-cell.dx-calendar-selected-date.dx-calendar-contoured-date, .dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today.dx-calendar-contoured-date {
  box-shadow: inset 0 0 0 1px #bebebe, inset 0 0 0 1000px  var(--text-theme-color-highlight) !important;
}
.dx-calendar-navigator-next-month.dx-button .dx-icon, .dx-calendar-navigator-next-view.dx-button .dx-icon {
  color: var(--text-theme-color-highlight) !important;
}
@media (min-width: 1200px) {
  .readme-modal .modal-xl {
    max-width: 880px;
  }
  }

/* Lato */

@font-face {
  font-family: 'latolight';
  src: url('/assets/fonts/lato-light-webfont.woff2') format('woff2'), url('/assets/fonts/lato-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latoregular';
  src: url('/assets/fonts/lato-regular-webfont.woff2') format('woff2'), url('/assets/fonts/lato-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latobold';
  src: url('/assets/fonts/lato-bold-webfont.woff2') format('woff2'), url('/assets/fonts/lato-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latoblack';
  src: url('/assets/fonts/lato-black-webfont.woff2') format('woff2'), url('/assets/fonts/lato-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* All colour and fonts specific css goes here */
/* variables */
/* color names */
/* Added by Arvind [03-10-2019] */
/* theme accessors */
/* light colors */
/* dark colors */
/*========== added by vinayak ==========*/
/* portfolio-review-page-colors */
/* portfolio-review-page-colors */
/* timeseries colors */
.jump-link {
  color: var(--text-theme-color-highlight) !important;
}
.auth-link,
.jump-text {
  color: var(--text-theme-color-highlight) !important;
}
.auth-link:hover,
.jump-link:hover {
  text-decoration: none !important;
  color: var(--text-theme-color-highlight) !important;
}
.focus-input::after {
  border-left-color: var(--text-theme-color-highlight) !important;
}
.switch-selection {
  background-color: var(--text-theme-color-highlight);
}
.icon-fill-color {
  fill: var(--text-theme-color-highlight);
}
.icon-fill-color-secondary {
  fill: var(--number-background-theme);
}
body,
body.white-theme {
  background-color: var(--over-all-body-bg-theme);
  color: var(--secondary-theme-text-color-1);
  /* supriya 3 aug */
}
body .menu-list-contianer,
body.white-theme .menu-list-contianer {
  background: var(--over-all-background-widget);
}
body .client-details-popup-box,
body.white-theme .client-details-popup-box {
  background: var(--over-all-background-widget);
}
body .primary-text,
body.white-theme .primary-text {
  color: var(--secondary-theme-text-color-1);
}
body .tertiary-text,
body.white-theme .tertiary-text {
  color: var(--theme-green);
}
body .text-hover:hover,
body.white-theme .text-hover:hover {
  color: var(--text-theme-color-highlight);
}
body .primary-border-color,
body.white-theme .primary-border-color {
  border-color: rgba(var(--theme-medium-gray), 0.25) !important;
}
body .secondary-border-color,
body.white-theme .secondary-border-color {
  border-color: var(--theme-light-gray-three) !important;
}
body .emphasized-text,
body .beads-menu .dropdown-menu li,
body.white-theme .emphasized-text,
body.white-theme .beads-menu .dropdown-menu li {
  color: var(--theme-text-Dark);
}
body .secondary-background-color,
body.white-theme .secondary-background-color {
  background-color: var(--over-all-background-widget);
  color: var(--primary-theme-text-color-1);
}
body .hamburger svg,
body.white-theme .hamburger svg {
  fill: var(--text-theme-color-highlight);
}
body .advanced-performance-graph-container .highcharts-point,
body.white-theme .advanced-performance-graph-container .highcharts-point {
  stroke: transparent;
}
body .highcharts-legend-item tspan,
body .top-countries p,
body.white-theme .highcharts-legend-item tspan,
body.white-theme .top-countries p {
  fill: var(--theme-medium-gray);
  color: var(--theme-medium-gray);
}
body .soft-red-fill,
body.white-theme .soft-red-fill {
  fill: var(--theme-soft-red-2);
}
body .milestones-item .details .type,
body.white-theme .milestones-item .details .type {
  color: var(--theme-medium-gray);
}
body .primary-subtext,
body.white-theme .primary-subtext {
  color: var(--theme-medium-gray);
}
body .secondary-subtext,
body.white-theme .secondary-subtext {
  color: var(--theme-medium-gray);
}
body .secondary-gray-subtext,
body.white-theme .secondary-gray-subtext {
  color: var(--theme-fund-tabs-text);
}
body .active-toggle,
body.white-theme .active-toggle {
  color: var(--text-theme-color-highlight) !important;
}
body .switch div,
body.white-theme .switch div {
  background: var(--text-theme-color-highlight) !important;
}
body .primary-item-text,
body.white-theme .primary-item-text {
  color: var(--theme-dark-gray);
}
body .pct-theme,
body.white-theme .pct-theme {
  color: var(--table-theme-text-data);
}
body .primary-description,
body.white-theme .primary-description {
  color: var(--theme-medium-gray);
}
body .profile-menu,
body.white-theme .profile-menu {
  background-color: var(--white);
}
body .profile-menu a,
body.white-theme .profile-menu a {
  color: var(--table-theme-text-data);
}
body .profile-menu a:hover,
body .profile-menu a:not([href]):not([tabindex]):hover,
body.white-theme .profile-menu a:hover,
body.white-theme .profile-menu a:not([href]):not([tabindex]):hover {
  color: var(--text-theme-color-highlight);
}
body .profile-menu a:hover,
body.white-theme .profile-menu a:hover {
  background-color: rgba(var(--text-theme-color-highlight), 0.1);
}
body .profile-menu a svg path,
body.white-theme .profile-menu a svg path {
  fill: var(--theme-fund-tabs-text);
}
body .profile-menu a:hover svg path,
body.white-theme .profile-menu a:hover svg path {
  fill: var(--text-theme-color-highlight);
}
body .primary-change-heading,
body.white-theme .primary-change-heading {
  color: var(--theme-light-gray);
}
body .badge-pill,
body.white-theme .badge-pill {
  color: var(--theme-text-Dark);
}
body .beads-menu .dropdown-menu,
body.white-theme .beads-menu .dropdown-menu {
  box-shadow: 1px 1px 3px rgba(188, 188, 188, 0.75);
}
body .sidebar hr,
body.white-theme .sidebar hr {
  border-color: rgba(153, 153, 153, 0.207);
}
body .currency-select .dropdown-menu,
body.white-theme .currency-select .dropdown-menu {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
body .currency-select .dropdown-menu a,
body .currency-select .dropdown-menu option,
body.white-theme .currency-select .dropdown-menu a,
body.white-theme .currency-select .dropdown-menu option {
  color: var(--primary-theme-text-color-1);
}
body .sidebar-nav li a,
body.white-theme .sidebar-nav li a {
  color: var(--primary-theme-text-color-1) !important;
}
body .left-sidebar,
body.white-theme .left-sidebar {
  border-right: 0;
  box-shadow: 0 2px 5px rgba(224, 224, 224, 0.6);
}
body .left-sidebar ul.nav li .fill,
body.white-theme .left-sidebar ul.nav li .fill {
  fill: var(--primary-theme-text-color-1);
}
body .search-field,
body.white-theme .search-field {
  background: url(/assets/images/seach-ico.svg) no-repeat center left 0;
  background-size: 1em 1em;
}
body .custome-select-1::after,
body.white-theme .custome-select-1::after {
  background: var(--white) url('grey-down-arrow.1143a8ca6a54157f24ef.png') no-repeat center center;
}
body .milestones-item .details .value,
body.white-theme .milestones-item .details .value {
  color: var(--table-theme-text-data);
}
body ul.history li .desc,
body.white-theme ul.history li .desc {
  color: var(--theme-medium-gray);
}
body .fund-history-tabs .nav-tabs li a.nav-link,
body.white-theme .fund-history-tabs .nav-tabs li a.nav-link {
  color: var(--theme-text-Dark);
}
body .header .profile-details .arrow-btn svg polyline,
body.white-theme .header .profile-details .arrow-btn svg polyline {
  stroke: var(--secondary-theme-text-color-1);
}
body .client-progress-bar,
body.white-theme .client-progress-bar {
  background-color: var(--theme-almost-white);
}
body .left-sidebar ul.nav a:hover .fill,
body .left-sidebar ul.nav a.active .fill,
body.white-theme .left-sidebar ul.nav a:hover .fill,
body.white-theme .left-sidebar ul.nav a.active .fill {
  fill: var(--text-theme-color-highlight);
}
body .badge-caution,
body.white-theme .badge-caution {
  color: var(--theme-soft-red-2);
  background-color: rgba(237, 28, 36, 0.1);
}
body .badge-gray,
body.white-theme .badge-gray {
  color: var(--theme-fund-tabs-text);
  background-color: rgba(var(--theme-fund-tabs-text), 0.1);
}
body .badge-warnning,
body.white-theme .badge-warnning {
  color: var(--theme-soft-orange);
  background-color: rgba(247, 147, 30, 0.1);
}
body .badge-ring-accent,
body.white-theme .badge-ring-accent {
  border: 1px solid;
  border-color: var(--text-theme-color-highlight);
}
body .text-warning,
body.white-theme .text-warning {
  color: var(--theme-soft-orange);
}
body .sector-allocation-list-item,
body.white-theme .sector-allocation-list-item {
  border-top-color: var(--theme-light-gray-three);
}
body .secondary-label,
body.white-theme .secondary-label {
  color: var(--theme-fund-tabs-text);
}
body .mydp .icon-mydpcalendar,
body.white-theme .mydp .icon-mydpcalendar {
  background: url(/assets/images/calender-icon.svg) no-repeat center left;
  background-size: 100%;
}
body .mydp .icon-mydpremove,
body.white-theme .mydp .icon-mydpremove {
  background: url(/assets/images/close-icon.svg) no-repeat center left;
  background-size: 100%;
}
body .mydp,
body.white-theme .mydp {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
body .dashboard-datepicker-content .mydp,
body.white-theme .dashboard-datepicker-content .mydp {
  border: 0 !important;
}
body .dash-color,
body.white-theme .dash-color {
  color: var(--theme-light-Gray-Two);
}
body .box-gray,
body.white-theme .box-gray {
  background-color: var(--theme-almost-white);
}
body .analytics-table .data-table tbody,
body.white-theme .analytics-table .data-table tbody {
  border-top: 1px solid;
  border-color: var(--theme-light-Gray-Two);
}
body .analytics-table .data-table tbody > tr > td,
body.white-theme .analytics-table .data-table tbody > tr > td {
  border-left: 1px solid;
  border-color: var(--theme-light-Gray-Two);
}
body .border-right-1-gray,
body.white-theme .border-right-1-gray {
  border-right: 1px solid;
  border-color: var(--theme-light-gray-three);
}
body .steps-sidebar-title,
body.white-theme .steps-sidebar-title {
  color: var(--graph-label-theme);
}
body .dropdown-list ul li:hover,
body.white-theme .dropdown-list ul li:hover {
  background-color: var(--number-background-theme) !important;
}
body .pure-checkbox input[type=checkbox] + label,
body.white-theme .pure-checkbox input[type=checkbox] + label {
  color: var(--primary-theme-text-color-1) !important;
}
body .loader-dark-mode,
body.white-theme .loader-dark-mode {
  display: none;
}
body .loader-light-mode,
body.white-theme .loader-light-mode {
  display: block;
}
body .steps-item svg path,
body.white-theme .steps-item svg path {
  fill: var(--theme-light-Gray-Two);
}
body .checkmark,
body.white-theme .checkmark {
  background-color: var(--white);
  color: var(--text-theme-color-highlight) !important;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
body .check-container:hover input ~ .checkmark,
body.white-theme .check-container:hover input ~ .checkmark {
  background-color: var(--white);
}
body .check-container input:checked ~ .checkmark,
body.white-theme .check-container input:checked ~ .checkmark {
  background-color: var(--text-theme-color-highlight) !important;
}
body.black-theme {
  background-color: var(--theme-dark-black);
  color: var(--theme-light-Gray-Two);
}
body.black-theme .rm-mapping-main-container .nav-tabs .nav-item {
  background-color: var(--theme-dark-black);
}
body.black-theme .table-date-range-picker .mydrp .selectiongroup,
body.black-theme .table-date-range-picker .mydrp .selection,
body.black-theme .table-date-range-picker .mydrp .btnpicker {
  background-color: transparent !important;
}
body.black-theme .table-date-range-picker .mydrp .btnpicker {
  color: var(--white) !important;
}
body.black-theme .menu-list-contianer {
  background: var(--theme-text-Dark);
}
body.black-theme .client-details-popup-box {
  background: var(--theme-text-Dark);
}
body.black-theme .theme-form-control {
  color: var(--theme-light-Gray-Two);
}
body.black-theme .theme-form-control::-webkit-input-placeholder {
  color: var(--white);
}
body.black-theme .theme-form-control::-moz-placeholder {
  color: var(--white);
}
body.black-theme .theme-form-control::-ms-input-placeholder {
  color: var(--white);
}
body.black-theme .theme-form-control::placeholder {
  color: var(--white);
}
body.black-theme .mydp .selection::-webkit-input-placeholder {
  color: var(--white);
}
body.black-theme .mydp .selection::-moz-placeholder {
  color: var(--white);
}
body.black-theme .mydp .selection::-ms-input-placeholder {
  color: var(--white);
}
body.black-theme .mydp .selection::placeholder {
  color: var(--white);
}
body.black-theme .primary-text {
  color: var(--theme-light-Gray-Two);
}
body.black-theme .secondary-border-color {
  border-color: var(--theme-light-gray-three) !important;
}
body.black-theme .emphasized-text,
body.black-theme .beads-menu .dropdown-menu li {
  color: var(--white);
}
body.black-theme .form-group .form-label {
  color: var(--theme-light-Gray-Two) !important;
}
body.black-theme ::-webkit-input-placeholder {
  color: var(--white);
}
body.black-theme ::-moz-placeholder {
  color: var(--white);
}
body.black-theme ::-ms-input-placeholder {
  color: var(--white);
}
body.black-theme ::placeholder {
  color: var(--white);
}
body.black-theme .highcharts-point {
  stroke: var(--theme-mid-black);
}
body.black-theme .advanced-performance-graph-container .highcharts-point {
  stroke: transparent;
}
body.black-theme .highcharts-legend-item tspan,
body.black-theme .top-countries p {
  fill: var(--theme-light-Gray-Two);
  color: var(--theme-light-Gray-Two);
}
body.black-theme .donut-datalabel div {
  color: var(--theme-medium-gray) !important;
  fill: var(--theme-medium-gray) !important;
}
body.black-theme .primary-fill {
  fill: var(--theme-light-gray);
}
body.black-theme .milestones-item .details .type {
  color: var(--theme-light-Gray-Two);
}
body.black-theme .primary-subtext {
  color: var(--theme-light-gray);
}
body.black-theme .secondary-subtext {
  color: var(--graph-label-theme);
}
body.black-theme .secondary-gray-subtext {
  color: var(--theme-light-gray-three);
}
body.black-theme .view-toggle-text {
  color: var(--theme-blue-charcoal);
}
body.black-theme .view-toggle-text.active-toggle {
  color: var(--text-theme-color-highlight) !important;
}
body.black-theme .primary-item-text {
  color: var(--theme-light-Gray-Two);
}
body.black-theme .pct-theme {
  color: var(--graph-label-theme);
}
body.black-theme .expandable-div .primary-item-text {
  color: var(--theme-light-gray);
}
body.black-theme .primary-description {
  color: var(--theme-light-gray);
}
body.black-theme .profile-menu {
  background: linear-gradient(-45deg, var(--theme-mid-black) 0%, var(--table-theme-text-data) 100%);
}
body.black-theme .profile-menu a {
  color: var(--theme-light-Gray-Two) !important;
}
body.black-theme .profile-menu a:hover {
  background-color: rgba(var(--theme-light-gray), 0.1);
  font-family: latoregular;
}
body.black-theme .profile-menu a svg path {
  fill: var(--theme-light-gray);
}
body.black-theme .primary-change-heading {
  color: var(--theme-light-Gray-Two);
}
body.black-theme .badge-pill {
  color: var(--theme-light-gray-three);
}
body.black-theme .beads-menu .dropdown-menu {
  box-shadow: 1px 1px 3px rgba(67, 67, 67, 0.75);
}
body.black-theme .sidebar {
  background: var(--white);
  box-shadow: 4px 0 4px rgba(64, 64, 64, 0.75);
}
body.black-theme .sidebar hr {
  border-color: rgba(var(--theme-light-Gray-Two), 0.207);
}
body.black-theme .currency-select .dropdown-menu a,
body.black-theme .currency-select .dropdown-menu option {
  color: var(--theme-almost-white);
}
body.black-theme .sidebar-nav li a {
  color: var(--theme-light-Gray-Two);
}
body.black-theme .left-sidebar {
  background-color: var(--over-all-background-widget) !important;
  border-right: 1px solid;
  border-color: var(--theme-dark-gray);
}
body.black-theme .left-sidebar ul.nav li .fill {
  fill: var(--theme-light-Gray-Two);
}
body.black-theme .header {
  background-color: var(--secondaryColor) !important;
  border-bottom: 1px solid;
  border-color: var(--theme-dark-gray);
}
body.black-theme .mydp .selector .header {
  background-color: var(--body-bg-theme);
  border-bottom: 1px solid;
  border-color: var(--body-bg-theme);
}
body.black-theme .search-field {
  background: url(/assets/images/white-seach-ico.svg) no-repeat center left 0;
  background-size: 1em 1em;
  color: var(--theme-light-Gray-Two);
}
body.black-theme .mydp .selection,
body.black-theme .c-btn span {
  color: var(--theme-light-Gray-Two);
}
body.black-theme .c-btn {
  background-color: var(--theme-dark-black);
}
body.black-theme .custome-select-1::after {
  background: url('grey-down-arrow.1143a8ca6a54157f24ef.png') no-repeat center center;
}
body.black-theme .header .profile-details .profile-name,
body.black-theme .milestones-item .details .value {
  color: var(--white);
}
body.black-theme ul.history li .desc,
body.black-theme .fund-history-tabs .nav-tabs li a.nav-link {
  color: var(--theme-light-Gray-Two);
}
body.black-theme .header .profile-details .arrow-btn svg polyline {
  stroke: var(--white);
}
body.black-theme .white-fill-black-theme {
  fill: var(--white);
}
body.black-theme .client-progress-bar {
  background-color: var(--theme-dark-gray);
}
body.black-theme .left-sidebar ul.nav a:hover .fill,
body.black-theme .left-sidebar ul.nav a.active .fill {
  fill: var(--text-theme-color-highlight);
}
body.black-theme .modal-backdrop {
  background-color: var(--theme-text-Dark);
}
body.black-theme .modal-list-container li {
  border-bottom-color: var(--white) !important;
}
body.black-theme .mydrp .selectorarrow {
  background: linear-gradient(-45deg, var(--theme-mid-black) 0%, var(--table-theme-text-data) 100%) !important;
}
body.black-theme .mydrp .caltable,
body.black-theme .mydrp .monthtable,
body.black-theme .mydrp .yeartable,
body.black-theme .mydrp .weekdaytitle,
body.black-theme .mydrp .headerbtncell {
  background-color: transparent !important;
}
body.black-theme .mydrp .currmonth {
  color: var(--graph-label-theme) !important;
}
body.black-theme .mydrp .header,
body.black-theme .mydrp .headerbtn,
body.black-theme .mydrp .headerlabelbtn,
body.black-theme .mydrp .yearchangebtn {
  background-color: transparent !important;
  color: var(--graph-label-theme) !important;
}
body.black-theme .mydrp .selectorarrow::after {
  border-bottom-color: var(--theme-night-rider) !important;
}
body.black-theme .sector-allocation-list-item {
  border-top-color: var(--theme-fund-tabs-text);
}
body.black-theme .date-wrapper svg path {
  fill: var(--white);
}
body.black-theme .top-link-path-details {
  background-color: var(--theme-dark-brown-black);
}
body.black-theme .backgroun-transparent {
  background-color: rgba(0, 0, 0, 0.9);
}
body.black-theme .geography-distribution .highcharts-null-point {
  fill: var(--theme-dark-gray) !important;
}
body.black-theme .geography-distribution .highcharts-container {
  margin: auto !important;
}
body.black-theme .highcharts-yaxis-grid path,
body.black-theme .highcharts-xaxis .highcharts-tick,
body.black-theme .highcharts-xaxis .highcharts-axis-line {
  stroke: var(--theme-fund-tabs-text);
}
body.black-theme .highchart-stroke-none .highcharts-yaxis-grid path,
body.black-theme .highchart-stroke-none .highcharts-xaxis .highcharts-tick,
body.black-theme .highchart-stroke-none .highcharts-xaxis .highcharts-axis-line {
  stroke: none;
}
body.black-theme .secondary-label {
  color: var(--graph-label-theme);
}
body.black-theme .dropdown-menu li:hover {
  background: var(--theme-dark-gray);
}
body.black-theme .table-container tbody td {
  border-top: 1px solid;
  border-color: var(--theme-fund-tabs-text);
}
body.black-theme .data-table tbody:last-of-type > tr > td {
  border-bottom: 1px solid;
  border-color: var(--theme-fund-tabs-text);
}
body.black-theme .mydp .selection,
body.black-theme .mydp .btnpicker {
  background-color: var(--theme-dark-black) !important;
}
body.black-theme .mydp .icon-mydpcalendar {
  background: url(/assets/images/calender-icon-white.svg) no-repeat center left;
  background-size: 100%;
}
body.black-theme .mydp .icon-mydpremove {
  background: url(/assets/images/close-icon.svg) no-repeat center left;
  background-size: 100%;
}
body.black-theme .dash-color {
  color: var(--theme-fund-tabs-text);
}
body.black-theme .box-gray {
  background-color: var(--theme-dark-gray);
}
body.black-theme .analytics-table .data-table tbody {
  border-top: 1px solid;
  border-color: var(--theme-fund-tabs-text);
}
body.black-theme .analytics-table .data-table tbody > tr > td {
  border: 1px solid;
  border-color: var(--theme-fund-tabs-text);
  border-right: none !important;
}
body.black-theme .border-right-1-gray {
  border-right: 1px solid;
  border-color: var(--theme-fund-tabs-text);
}
body.black-theme .steps-sidebar-title {
  color: var(--graph-label-theme);
}
body.black-theme .switch {
  background-color: var(--theme-dark-black) !important;
}
body.black-theme .currency-select .dropdown-menu li a {
  color: var(--theme-light-Gray-Two);
  background: linear-gradient(-45deg, var(--theme-mid-black) 0%, var(--table-theme-text-data) 100%);
}
body.black-theme .currency-select .dropdown-menu li a:hover {
  color: var(--theme-soft-blue-two);
  background: #343434;
}
body.black-theme .currency-select .dropdown-menu li .asc-dsc-content:active {
  color: var(--theme-soft-blue-two) !important;
}
body.black-theme .onboarding .pancard {
  border: none;
}
body.black-theme .border-right-1-px-gray {
  border-right: 1px solid;
  border-color: var(--theme-light-gray-three);
}
body.black-theme .middle-section {
  border-right: 1px solid;
  border-color: var(--theme-soft-blue-two);
}
body.black-theme .steps-item svg path {
  fill: var(--white);
}
body.black-theme .loader-light-mode {
  display: none;
}
body.black-theme .loader-dark-mode {
  display: block;
  background-color: transparent;
}
body.black-theme .onboarding .pancard {
  border-color: transparent !important;
}
body.black-theme .circular-icon-button,
body.black-theme .circular-icon-button:active,
body.black-theme .circular-icon-button:focus {
  background-color: var(--theme-zambezi);
}
body.black-theme .dropdown-list .list-area,
body.black-theme .cuppa-dropdown.single-selection-dd .pure-checkbox input[type=checkbox] + label::before {
  background-color: var(--theme-dark-black) !important;
}
body.black-theme .arrow-2 {
  border-bottom: 15px solid;
  border-color: var(--white) !important;
}
body.black-theme .custom-pagination li button.pagination-active {
  color: var(--white) !important;
}
body.black-theme .list-filter input {
  color: var(--white);
}
body.black-theme .toggle-color {
  color: var(--secondary-theme-text-color-1) !important;
}
body.black-theme .custom-textarea {
  color: var(--secondary-theme-text-color-1) !important;
}
body.black-theme .disable-section.disabled,
body.black-theme *:disabled {
  background: transparent !important;
}
body.black-theme .popover-arrow {
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: var(--theme-light-Gray-Two);
  background-color: var(--theme-dark-black);
}
body.black-theme .datatable-message-button .message-popup {
  border: 1px solid;
  border-color: var(--theme-light-Gray-Two);
  box-shadow: 1px 1px 3px var(--theme-medium-gray-Dark);
}
body.black-theme .btn-with-bg {
  color: var(--white);
  background: var(--text-theme-color-highlight) !important;
  box-shadow: 2px 2px 3px 0 var(--themeWhite);
}
body.black-theme .popover-body {
  color: var(--theme-light-Gray-Two);
}
body.black-theme .button-file-upload {
  background-color: transparent;
}
body.black-theme .circular-icon-button {
  background-color: var(--theme-zambezi) !important;
}
body.black-theme .details-section .nav-tabs .nav-item.show .nav-link,
body.black-theme .nav-tabs .nav-link.active {
  background: transparent !important;
}
body.black-theme .checkmark {
  background: transparent !important;
}
body.black-theme .checkmark {
  background-color: var(--white);
  color: var(--text-theme-color-highlight) !important;
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
body.black-theme .check-container:hover input ~ .checkmark {
  background-color: var(--white);
}
body.black-theme .check-container input:checked ~ .checkmark {
  background-color: var(--text-theme-color-highlight) !important;
}
body.black-theme .details-section .nav-item .nav-link,
body.black-theme .details-section .nav-tabs .nav-link {
  background-color: transparent;
}
body.black-theme .details-section .nav-item .nav-link span,
body.black-theme .details-section .nav-tabs .nav-link span {
  color: var(--white);
}
body.black-theme .details-section .nav-item.show .nav-link span,
body.black-theme .details-section .nav-tabs .nav-link.active span {
  color: var(--theme-soft-blue-two);
}
body.black-theme .ddf-comment-box {
  background-color: var(--theme-dark-black);
}
body.black-theme .grey-shade-2 {
  color: var(--theme-light-Gray-Two);
}
body.black-theme .currency-select .dropdown-menn.show {
  background: var(--theme-text-Dark) !important;
}
body.black-theme .sector-icons {
  filter: invert(100%);
  -webkit-filter: invert(100%) !important;
}
body.black-theme .performance-highcharts .highcharts-background {
  fill: var(--theme-dark-black);
}
body.black-theme .header .filter-details .check-container {
  color: var(--theme-light-Gray-Two);
}
body.black-theme .drop-hr {
  border-top: 1px solid;
  border-color: var(--theme-zambezi-two);
}
body.black-theme .header .filter-details li:hover {
  background-color: transparent;
}
body.black-theme .currency-strokes-transparent .highcharts-yaxis-grid path,
body.black-theme .currency-strokes-transparent .highcharts-xaxis .highcharts-tick,
body.black-theme .currency-strokes-transparent .highcharts-xaxis .highcharts-axis-line {
  stroke: transparent !important;
}
/* Font Colors */
.grey-shade-1 {
  color: var(--theme-medium-gray);
}
.primary-caution {
  color: var(--theme-orange);
}
.color-medium-gray-2 {
  color: var(--theme-medium-gray);
}
.color-mid-black {
  color: var(--theme-mid-black);
}
.color-white {
  color: var(--white) !important;
}
.primary-heading {
  color: var(--theme-blue-charcoal);
}
.secondary-heading {
  color: var(--theme-medium-gray);
}
.soft-orange {
  color: var(--theme-soft-orange);
}
.color-maroon {
  color: var(--theme-soft-blue-two);
}
/* background colors */
/* stylelint-disable-next-line */
.geo-bgcolor-1 {
  background-color: #1acc92;
}
.geo-bgcolor-dark-1 {
  background-color: #73b4ff;
}
.geo-bgcolor-2 {
  background-color: #33c797;
}
.geo-bgcolor-dark-2 {
  background-color: #a6ffd5;
}
.geo-bgcolor-3 {
  background-color: #45c59c;
}
.geo-bgcolor-dark-3 {
  background-color: #ffa8a8;
}
.geo-bgcolor-4 {
  background-color: #60ceaa;
}
.geo-bgcolor-dark-4 {
  background-color: #a9efff;
}
.geo-bgcolor-5 {
  background-color: #7ed0b5;
}
.geo-bgcolor-dark-5 {
  background-color: #ffd0a6;
}
.geo-bgcolor-6 {
  background-color: #99d0be;
}
.geo-bgcolor-dark-6 {
  background-color: #b5b0ff;
}
.geo-bgcolor-7 {
  background-color: #c3e6db;
}
.geo-bgcolor-dark-7 {
  background-color: #e3ffa9;
}
.geo-bgcolor-8 {
  background-color: #d5eae4;
}
.geo-bgcolor-dark-8 {
  background-color: #e499f0;
}
/* misc colors */
.badge-success {
  color: var(--geography-theme-text-color);
  background-color: var(--geography-theme-background);
}
.badge-gray {
  color: var(--theme-fund-tabs-text);
  background-color: rgba(var(--theme-fund-tabs-text), 0.1);
}
.background-accent {
  background-color: var(--text-theme-color-highlight) !important;
}
.background-striped {
  background-color: var(--text-theme-color-highlight);
  background-size: 16.97px 16.97px;
}
.background-chart-striped {
  background: repeating-linear-gradient(45deg, var(--theme-soft-blue-two), var(--theme-soft-blue-two) 17px, var(--theme-palety-color) 10px, var(--theme-soft-blue-two) 20px);
  background-color: var(--text-theme-color-highlight) !important;
}
.switch-label {
  color: var(--primary-theme-text-color-1) !important;
}
.switch-label::before {
  border-color: rgba(var(--graph-label-theme), 0.5);
}
.switch-label::after {
  background-color: var(--graph-label-theme);
}
.switch-input:checked + .switch-label {
  color: var(--text-theme-color-highlight);
  color: var(--white) !important;
}
.switch-input:checked + .switch-label::before {
  border-color: rgba(0, 116, 197, 0.5);
}
.switch-input:checked + .switch-label::after {
  background-color: #0074c5;
}
.currency-select a.dropdown-toggle,
.currency-select a.dropdown-toggle:hover {
  color: var(--secondary-theme-text-color-1) !important;
}
.left-sidebar ul.nav a.active {
  position: relative;
}
a.d-flex.align-content-center.cursor-pointer.active:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: var(--export-theme-background-icon);
  z-index: -1;
  opacity: 1;
}
.custome-select-1 select,
.custome-select-1 select option {
  color: var(--theme-medium-gray);
}
.custome-select-1 select option {
  border-color: var(--text-theme-color-highlight) !important;
}
.fund-history-tabs .nav-tabs li a.nav-link:active,
.fund-history-tabs .nav-tabs li a.nav-link:focus,
.fund-history-tabs .nav-tabs li a.nav-link.active,
.theme-tab .nav-tabs li a.nav-link:active,
.theme-tab .nav-tabs li a.nav-link:focus,
.theme-tab .nav-tabs li a.nav-link.active {
  background: var(--text-theme-color-highlight) !important;
  color: var(--white) !important;
}
.fund-history-tabs .nav-tabs li a.nav-link.active:hover,
.theme-tab .nav-tabs li a.nav-link.active:hover {
  background: var(--text-theme-color-highlight) !important;
  color: var(--white) !important;
}
.fund-history-tabs .nav-tabs li a.nav-link:hover,
.theme-tab .nav-tabs li a.nav-link:hover {
  background: var(--text-theme-color-highlight) !important;
  color: var(--white) !important;
}
.box-content .fund-history-tabs .nav-tabs li a.nav-link:hover {
  background: rgba(var(--text-theme-color-highlight), 0.2);
  color: var(--white);
}
.grey-shade-2 {
  color: var(--theme-fund-tabs-text);
}
.color-black {
  color: var(--theme-text-Dark);
}
.soft-red {
  color: var(--text-theme-color-highlight) !important;
}
.dark-gray {
  color: var(--theme-dark-gray) !important;
}
.background-gray {
  background-color: var(--theme-almost-white);
}
.progress-bar-fill {
  background-color: var(--text-theme-color-highlight);
}
.background-white {
  background-color: var(--white);
}
.top-link-path-details {
  background-color: var(--theme-almost-white);
}
.backgroun-transparent {
  background-color: var(--white);
}
.color-dark-blue {
  color: var(--theme-dark-blue);
}
.sucess-tick {
  color: var(--theme-green);
}
.loss-tick {
  color: var(--theme-red);
}
.box-fill {
  background-color: var(--text-theme-color-highlight);
}
.color-green {
  color: var(--theme-green);
}
.soft-green {
  color: var(--theme-soft-green);
}
.color-red {
  color: var(--theme-red);
}
.alert-message {
  color: var(--theme-red) !important;
}
.color-medium-red {
  color: var(--theme-medium-red);
}
.soft-red {
  color: var(--theme-soft-blue-two);
}
.soft-red-2 {
  color: var(--theme-soft-red-2);
}
.status-red {
  background-color: var(--theme-soft-red-2);
}
.soft-orange-2 {
  background: var(--theme-soft-orange);
}
.color-orange {
  color: var(--theme-orange);
}
.status-green {
  background-color: var(--theme-green);
}
.status-bg-grey {
  background-color: var(--theme-light-gray);
}
.btn-theme-primary {
  background-color: var(--text-theme-color-highlight) !important;
  color: var(--white);
}
.btn-theme-login {
  border-color: var(--theme-strong-red) !important;
  border-radius: 0 !important;
}
.btn-theme-primary-login {
  background-color: var(--theme-strong-red) !important;
  color: var(--white);
}
.btn-transparent {
  color: var(--text-theme-color-highlight);
  background-color: transparent;
}
.btn-transparent-noborder {
  color: var(--text-theme-color-highlight);
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.btn-min-width {
  min-width: 130px;
}
.btn:hover,
.btn:focus,
.btn:active {
  outline: none !important;
}
.btn-transparent-gray {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  color: var(--secondary-theme-text-color-1);
}
.theme-form-control {
  border-radius: 0 !important;
  background: transparent !important;
}
.theme-form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn:focus {
  box-shadow: none !important;
}
.steps-item .steps-icon {
  border: 1px solid;
  border-color: var(--graph-label-theme);
}
.steps-item .steps-name {
  color: var(--graph-label-theme);
}
.steps-fill-item .steps-icon {
  border: 1px solid;
  border-color: var(--text-theme-color-highlight);
}
.steps-fill-item svg path {
  fill: var(--text-theme-color-highlight) !important;
  stroke: var(--text-theme-color-highlight) !important;
  stroke-width: 0.5 !important;
}
.steps-fill-item svg rect {
  fill: var(--text-theme-color-highlight) !important;
}
.steps-fill-item .steps-name {
  color: var(--text-theme-color-highlight);
}
.steps-item::after {
  background: var(--graph-label-theme);
}
.steps-fill-item::after {
  background-color: var(--text-theme-color-highlight);
}
.border-1-px-gray {
  /* border-bottom: 1px solid var(--graph-label-theme); */
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.border-1-px-medium-gray {
  border: 1px solid;
  border-color: var(--theme-medium-gray-Light);
}
.border-1-px-red {
  border: 1px solid;
  border-color: var(--text-theme-color-highlight) !important;
}
.border-bottom-1-px-red {
  border-bottom: 1px solid;
  border-color: var(--text-theme-color-highlight);
}
.border-bottom-1px-gray {
  border-bottom: 1px solid;
  border-color: var(--theme-fund-tabs-text);
}
.border-right-1-px-red {
  border-right: 1px solid;
  border-color: var(--text-theme-color-highlight);
}
.border-right-1-px-gray {
  border-right: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.border-left-1-px-gray {
  border-left: 1px solid;
  border-color: var(--theme-medium-gray-Light);
}
input.btn-checkbox:checked + span {
  color: var(--text-theme-color-highlight) !important;
  border-color: var(--text-theme-color-highlight);
}
.card-header a {
  color: var(--white) !important;
  background: var(--text-theme-color-highlight) !important;
}
.collapse-list-container .card-header {
  background-color: var(--text-theme-color-highlight);
}
.active-custom-sidebar {
  border: 1px solid;
  border-color: var(--text-theme-color-highlight) !important;
  color: var(--text-theme-color-highlight) !important;
}
.label-form-control {
  color: var(--primary-theme-text-color-1);
}
.link {
  color: var(--graph-label-theme);
}
.card-body .steps-sidebar-title.active,
.card-body .steps-sidebar-title.focus {
  color: var(--theme-soft-blue-two);
}
.sidebar-heading-color {
  color: var(--white) !important;
}
.auth-welcome-text {
  color: var(--secondary-theme-text-color-1) !important;
}
.auth-title {
  color: var(--secondary-theme-text-color-1) !important;
}
.auth-input-container {
  background-color: var(--white) !important;
}
.icon-refresh-color {
  color: var(--graph-label-theme);
}
.bottom-border-none,
.bottom-border-none:hover,
.bottom-border-none:active,
.bottom-border-none:focus {
  border-bottom: none !important;
}
.custom-font-size-12 {
  color: var(--table-theme-text-data);
}
.radio-container input[type=radio]:checked + .radio-btn {
  color: var(--text-theme-color-highlight);
}
.btn-without-bg {
  color: var(--text-theme-color-highlight);
  background-color: transparent;
  border: 1px solid;
  border-color: var(--text-theme-color-highlight);
}
.pure-checkbox input[type=checkbox]:checked + label::before {
  background: var(--text-theme-color-highlight) !important;
}
.pure-checkbox input[type=checkbox] + label::before {
  color: var(--text-theme-color-highlight) !important;
  border: 2px solid;
  border-color: var(--text-theme-color-highlight) !important;
}
.pure-checkbox input[type=checkbox] + label::after {
  background-color: var(--text-theme-color-highlight);
}
.btn-search:link,
.btn-search:visited {
  color: var(--white);
}
.btn-search:active,
.btn-search:hover {
  background: var(--text-theme-color-highlight) !important;
  color: var(--white);
}
.btn-search {
  background: var(--text-theme-color-highlight);
  color: var(--white);
  border-color: var(--text-theme-color-highlight);
}
body .currency-select .dropdown-menu li a:hover {
  background-color: var(--number-background-theme) !important;
}
body .currency-select .dropdown-menu li a.active {
  color: var(--text-theme-color-highlight);
}
.custom-textarea {
  background-color: transparent !important;
  color: var(--secondary-theme-text-color-1) !important;
}
.cuppa-dropdown.single-selection-dd .pure-checkbox input[type=checkbox]:checked + label::before {
  background-color: var(--white) !important;
  border: 2px solid;
  border-color: var(--theme-soft-blue-two) !important;
}
.cuppa-dropdown.single-selection-dd .pure-checkbox input[type=checkbox]:checked + label::after {
  background-color: var(--theme-soft-blue-two) !important;
}
.download-bottom-container .btn {
  background-color: transparent !important;
}
.cuppa-dropdown.single-selection-dd .pure-checkbox input[type=checkbox] + label::after {
  background-color: transparent !important;
}
.company-info-item .soft-red::after {
  content: "";
  border: 1px solid;
  border-color: var(--theme-soft-blue-two);
  width: calc(100% + 2px);
  height: 100%;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 10;
}
.company-info-item span::after {
  content: "";
  border: 1px solid;
  border-color: var(--theme-fund-tabs-text);
  width: calc(100% + 2px);
  height: 100%;
  position: absolute;
  left: -1px;
  top: -1px;
}
.company-info-item span {
  margin-top: -1px;
}
.company-info-item:first-child span {
  margin-top: 0 !important;
}
.background-chart-striped {
  background: repeating-linear-gradient(45deg, var(--theme-soft-blue-two), var(--theme-soft-blue-two) 17px, var(--theme-palety-color) 10px, var(--theme-soft-blue-two) 20px);
  background-color: var(--text-theme-color-highlight) !important;
}
/* Track */
body::-webkit-scrollbar-track {
  background: var(--theme-light-Gray-Two) !important;
}
/* Handle */
body::-webkit-scrollbar-thumb {
  background: var(--graph-label-theme) !important;
}
/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: var(--graph-label-theme) !important;
}
body.black-theme::-webkit-scrollbar-track {
  background: var(--graph-label-theme) !important;
}
/* Handle */
body.black-theme::-webkit-scrollbar-thumb {
  background: var(--white) !important;
}
/* Handle on hover */
body.black-theme::-webkit-scrollbar-thumb:hover {
  background: var(--white) !important;
}
.badge-danger {
  color: var(--theme-soft-red-2);
  background-color: var(--theme-pale-pink);
}
.irr-success {
  color: var(--theme-soft-green);
}
.irr-danger {
  color: var(--theme-soft-red-2);
}
.highcharts-label-box.highcharts-tooltip-box {
  fill: #f7f7f7 !important;
}
.light-orange-text {
  color: var(--theme-light-orange) !important;
}
.custom-font-size-14 {
  color: var(--theme-fund-tabs-text);
}
::-webkit-scrollbar-thumb {
  background-color: var(--theme-light-gray-three) !important;
}
.tooltip-inner {
  background-color: var(--theme-almost-white) !important;
  color: var(--theme-mid-black);
  border: 1px solid;
  border-color: var(--theme-soft-blue-two) !important;
}
.analytics-table .data-table tbody > tr > td {
  border-right: none !important;
}
.progress-bar-red {
  background-color: var(--theme-soft-red-2) !important;
}
.client-name {
  color: var(--theme-blue-charcoal);
}
.status-grey-bg {
  background-color: var(--theme-white-two) !important;
}
.border-right-1-px-light-gray {
  border-right: 1px solid;
  border-color: var(--theme-light-Gray-Two);
}
.soft-red-border {
  color: var(--text-theme-color-highlight) !important;
  border: 1px solid !important;
  border-bottom: var(--text-theme-color-highlight) !important;
}
.c-btn,
.card-header-closed {
  color: var(--theme-gray-color) !important;
}
.clear-btn:hover {
  color: var(--theme-blue-charcoal) !important;
}
.btn:hover {
  color: var(--white);
}
.btn-without-bg {
  color: var(--text-theme-color-highlight) !important;
}
.btn-theme-without-bg:hover {
  color: var(--secondary-header-theme) !important;
}
.clear-text-color:hover {
  color: var(--text-theme-color-highlight) !important;
}
.doc-data-table .original-table .data-table td {
  color: var(--secondary-header-theme);
}
.btn-hover-text:hover {
  color: var(--theme-blue-charcoal) !important;
}
.btn-text-color-hover .btn:hover {
  color: var(--theme-blue-charcoal) !important;
}
.light-gray-color {
  color: var(--theme-gray-color);
}
.btn-theme-secondary:hover {
  color: var(--text-theme-color-highlight);
}
.btn-theme-secondary:focus {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.btn-white {
  box-shadow: 2px 2px 3px 0 var(--themeWhite);
  -webkit-box-shadow: 2px 2px 3px 0 var(--themeWhite);
  border: 1px solid var(--themeWhite);
}
.btn-white:hover {
  color: var(--theme-text-Dark);
}
.btn-hover-color:hover {
  color: var(--text-theme-color-highlight);
}
.holding-report-dropdown .selected-list .c-list .c-token .c-label {
  color: var(--textDark);
}
.custom-pagination-background .page-item .pagination-active {
  background: var(--text-theme-color-highlight);
  color: var(--white) !important;
}
.portfolio-review-header {
  color: var(--themenightRider);
}
.portfolio-review-header::after {
  background-color: var(--themealicebluedark);
}
.exposure-icon {
  background-color: var(--thememaya-blue);
}
.exposure-title {
  color: var(--themenightRider);
}
.asset-title {
  color: var(--themenightRider);
}
.exposure-title::after {
  background-color: var(--themealicebluedark);
}
.eq-text {
  color: var(--theme-empress);
}
.equities-symbol {
  background-color: var(--theme-royalBlue);
}
.forex-symbol {
  background-color: var(--theme-lightslateblue);
}
.funds-symbol {
  background-color: var(--theme-heliotrope);
}
.debts-symbol {
  background-color: var(--thememaya-blue);
}
.insight-title {
  color: var(--themenightRider);
}
.insight-info {
  color: var(--theme-eclipse);
}
.geography-allocation-title {
  color: var(--themenightRider);
}
.subheading-title {
  color: var(--theme-empress);
}
.country-name {
  color: var(--secondary-theme-text-color-1);
}
.add-estimate-button {
  background-color: var(--text-theme-color-highlight);
}
.add-estimate-button:hover {
  background-color: var(--text-theme-color-highlight);
}
.add-estimate-button:active {
  background-color: var(--text-theme-color-highlight);
}
.performer-name,
.performer-total-value {
  color: var(--themenightRider);
}
.stock-value {
  color: var(--theme-text-Dark);
}
.stock-title {
  color: var(--theme-empress);
}
.modal-popup-title {
  color: var(--theme-empress);
}
.modal-title {
  color: var(--theme-text-Dark);
}
.modal-close-icon {
  background-color: var(--white);
}
.add-file-modal-dropdown {
  background-color: var(--white);
}
.add-file-modal-dropdown option {
  color: var(--secondary-header-theme);
}
.tenure-title,
.name-title {
  color: var(--table-theme-text-header);
}
.name-title + input::-webkit-input-placeholder {
  color: var(--secondary-header-theme);
}
.name-title + input::-moz-placeholder {
  color: var(--secondary-header-theme);
}
.name-title + input::-ms-input-placeholder {
  color: var(--secondary-header-theme);
}
.name-title + input::placeholder {
  color: var(--secondary-header-theme);
}
.modal-portfolio-block-risk {
  background-color: var(--theme-royalBlue);
}
.modal-portfolio-block-returns {
  background-color: var(--theme-heliotrope);
}
.portfolio-risk-title {
  color: var(--secondary-header-theme);
}
.add-estimate-modal-button {
  background-color: var(--text-theme-color-highlight);
}
.add-estimate-modal-button:hover {
  background-color: var(--text-theme-color-highlight);
}
.overlap-section-title {
  color: var(--dark-night-grey);
}
.overlap-section-value {
  color: var(--secondary-header-theme);
}
.portfolio-overlap-bar,
.common-overlap-blue-bar,
.common-overlap-pink-bar,
.model-overlap-bar {
  background-color: var(--theme-whitesmoke);
}
.stock-title {
  color: var(--theme-empress);
}
.portfolio-text,
.portfolio-model-common-title,
.weight.text-uppercase {
  color: var(--theme-eclipse);
}
.custom-table-style tr:nth-child(1) {
  background-color: var(--white) !important;
}
.custom-table-style tr:nth-child(odd) {
  background-color: var(--theme-white-2);
}
.navtab-title-custom-style {
  color: var(--theme-text-Dark);
}
.assets-wrapper {
  border: 1px solid;
  border-color: var(--theme-whitesmoke);
}
.insight-divider {
  border-bottom: 1px solid;
  border-color: var(--theme-white-smoke);
}
.portfolio-border-bottom {
  border-bottom: 1px solid;
  border-color: var(--theme-almost-white);
}
.portfolio-model-wrapper-divider {
  border-top: 1px solid;
  border-color: var(--theme-white-smoke);
}
.custom-table-style {
  border: 0.06rem solid;
  border-color: var(--theme-white-smoke);
}
.custom-table-style tr th {
  border-bottom: 0.06rem solid;
  border-color: var(--theme-white-smoke);
}
.name-title + input {
  border: 0.06rem solid;
  border-color: var(--theme-greyish-white);
}
.modal-model-block-risk {
  border: 0.12rem solid;
  border-color: var(--theme-royalBlue);
}
.modal-model-block-returns {
  border: 0.12rem solid;
  border-color: var(--theme-heliotrope);
}
.portfolio-model-block-input {
  border: 0.06rem solid;
  border-color: var(--theme-greyish-white);
}
.comparison-section-table-head,
.portfolio-selection-description {
  color: var(--table-theme-text-header);
}
.navtab-title-custom-style.active {
  color: var(--text-theme-color-highlight);
  border-bottom: 1px solid;
  border-color: var(--text-theme-color-highlight);
  border-width: 0.1rem;
}
.tab-contents .data-table tbody td {
  padding: 10px;
}
.tab-contents .data-table thead th {
  padding: 10px;
}
.tab-contents .data-table tbody:last-child td {
  border-top: none !important;
}
.instrument-header-text {
  color: var(--table-theme-text-header);
}
.border-bottom-color {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.data-table-border-right th,
.data-table-border-right td.data-column {
  border-right: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.data-table-border-bottom th {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.data-table-text .data-table td {
  color: var(--secondary-header-theme);
}
.data-table-text .data-table th {
  color: var(--table-theme-text-header);
}
.border-line-right {
  border-right: 1px solid var(--theme-light-gray-three);
}
.reports-primary-heading {
  color: var(--themenightRider);
}
.arrow-text {
  color: var(--secondary-header-theme);
}
.pop-up-title-text-color {
  color: var(--theme-night-rider-2);
}
.pop-up-sub-text-color {
  color: var(--table-theme-text-header);
}
.primary-heading-text {
  color: var(--themenightRider);
}
.primary-heading-sub-text {
  color: var(--themenightRider);
}
.primary-header-text-color {
  color: var(--themenightRider);
}
.form-label-text {
  color: var(--table-theme-text-header);
}
.label-number-text {
  color: var(--theme-text-Dark);
}
.label-value-text {
  color: var(--theme-medium-gray);
}
.reports-color-text {
  color: var(--themenightRider);
}
.select-dropdown-text .selected-list .c-list .c-token .c-label {
  color: var(--primary-theme-text-color-1);
}
.text-border {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
/* added by vinayak */
/* added by vinayk */
.bar-negl {
  background-color: var(--theme-bittersweet-lightest);
}
.bar-low {
  background-color: var(--theme-bittersweet-lighter);
}
.bar-med {
  background-color: var(--theme-bittersweet-light);
}
.bar-high {
  background-color: var(--theme-bittersweet-dark);
}
.bar-severe {
  background-color: var(--theme-bittersweet-dark);
}
.company-name-header,
.stock-rating-value,
.stock-price-value,
.analyst-suggestion,
.total-value-number,
.indirect-breakdown span,
.custom-legend-value,
.ratings-risk-score,
.ratings-risk-score sup,
.esg-score,
.table-value,
.stock-details,
.company-profile-heading,
.profile-heading,
.crore-rupees,
.info-text {
  color: var(--secondary-theme-text-color-1);
}
.company-dropdown {
  background-color: var(--white);
  color: var(--secondary-header-theme);
}
.company-details {
  color: var(--primary-theme-text-color-1);
}
.stock-values-wrapper {
  background-color: var(--theme-mint-cream);
}
.stock-price-value .growth-rate,
.growth-rate-value {
  color: var(--primary-theme-text-color-1);
}
.market-open-wrapper,
.security-date,
.total-value-text,
.custom-legend-text,
.risk-score-text,
.esg-scrore-text,
.table-text,
.profile-subheading,
.info-header {
  color: var(--primary-theme-text-color-1);
}
.security-date {
  background-color: var(--tableBackground);
}
.view-breakdown a {
  color: var(--text-theme-color-highlight);
}
.indirect-breakdown span::after,
.ftr-text::after,
.stock-details::after,
.company-profile-heading::after {
  background-color: var(--theme-alice-blue);
}
.custom-legend-symbol-1 {
  background-color: var(--theme-lightslateblue);
}
.custom-legend-symbol-2 {
  background-color: var(--thememaya-blue);
}
.fundamental-icon,
.technical-icon,
.ratings-icon,
.company-profile-icon {
  background-color: var(--theme-columbia-blue);
}
.currency-type {
  background-color: var(--tableBackground);
}
.company-profile-content {
  color: var(--theme-text-Dark);
}
.read-more {
  color: var(--theme-denim);
}
.contact-info-wrapper {
  background-color: var(--theme-floral-white);
}
.high {
  color: var(--theme-bittersweet-light);
}
.graph-widget-border {
  border: 1px solid;
  border-color: var(--tableBackground);
}
.btn-transparent:hover {
  color: var(--text-theme-color-highlight);
}
.form-group-text-white .selected-list .c-list .c-token .c-label {
  color: var(--white);
}
.details-section-tabs-border .nav-tabs .nav-link.active {
  border-color: var(--white);
}
.sort-by-client .dropdown-title-sort-by {
  color: var(--theme-fund-tabs-text);
}
.refresh-icon {
  color: var(--text-theme-color-highlight) !important;
}
.refresh-icon:hover,
.refresh-icon:active,
.refresh-icon:focus {
  color: var(--text-theme-color-highlight) !important;
}
.return-indicator.return-indicator-positive path {
  fill: var(--primary-theme-positive-color);
}
.return-indicator.return-indicator-negative path {
  fill: var(--primary-theme-negative-color);
}
.color-data-table-negative {
  color: var(--theme-data-table-negative);
}
.value-divider {
  border-right: 0.5px solid;
  border-color: var(--theme-off-white);
}
.upload-file-text {
  color: var(--theme-fund-tabs-text);
}
.currency-select-color {
  color: var(--theme-text-Dark) !important;
}
.performance-text {
  color: var(--theme-text-Dark);
}
.theme-card-border-bottom {
  border-width: 1px;
  border-bottom-style: solid !important;
  border-color: var(--theme-light-gray-three) !important;
}
.progress-bar-background-color {
  background: var(--theme-light-greenshade-1);
}
.progress-over-all {
  background: var(--secondary-theme-background-1);
}
.data-table-background .table-responsive {
  background: var(--white);
}
.background-theme-progress-1 .progress-bar-background-color {
  background: #73b4ff !important;
}
.background-theme-progress-2 .progress-bar-background-color {
  background: #a6ffd5 !important;
}
.background-theme-progress-3 .progress-bar-background-color {
  background: #ffa8a8 !important;
}
.background-theme-progress-4 .progress-bar-background-color {
  background: #a9efff !important;
}
.background-theme-progress-5 .progress-bar-background-color {
  background: #ffd0a6 !important;
}
.background-theme-progress-6 .progress-bar-background-color {
  background: #b5b0ff !important;
}
.error-text {
  color: var(--theme-red);
}
.client-text-theme {
  color: var(--primary-theme-positive-color);
}
.primary-theme-color {
  color: var(--primary-theme-text-color-1) !important;
}
.secondary-theme-color {
  color: var(--secondary-theme-text-color-1) !important;
}
.datepicker-overall-content .datepicker .mydp .selection,
.datepicker-overall-content .datepicker .mydp .btnpicker {
  color: var(--secondary-theme-text-color-1);
  background: var(--over-all-background-widget);
}
.portfolio-time-date-content {
  color: var(--theme-medium-gray);
}
.theme-export span:hover {
  color: var(--export-theme-text-hover);
}
.portfolio-tabs .nav-link {
  color: var(--primary-theme-text-color-1);
}
.portfolio-tabs .nav-link.active {
  border-bottom: 0.095rem solid;
  border-color: var(--export-theme-text-hover);
}
.nav-tabs .nav-link.active {
  color: var(--export-theme-text-hover);
}
.geography-theme-color {
  color: var(--geography-theme-text-color);
  background: var(--geography-theme-background);
}
.theme-export-color {
  background-color: var(--over-all-body-bg-theme) !important;
}
.over-all-tables.table-container td {
  color: var(--secondary-theme-text-color-1);
}
.data-text-color-theme {
  color: var(--text-theme-color-highlight);
}
.check-container-new input:checked ~ .column-name {
  color: var(--text-theme-color-highlight) !important;
}
.column-name-new {
  color: var(--secondary-header-theme);
}
.column-selector-box-heading {
  color: var(--secondary-header-theme);
}
.text-color {
  color: var(--secondary-header-theme);
}
.data-table-border .data-table {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: var(--theme-light-gray-three) !important;
}
.portfolio-table-border.table-container th,
.portfolio-table-border.table-container td.data-column {
  border-right: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
}
.container-radio input:checked ~ span {
  color: var(--text-theme-color-highlight);
}
.container input:checked ~ span,
.container-checkbox input:checked ~ span {
  color: var(--text-theme-color-highlight);
}
.irr-value-color {
  color: var(--primary-theme-negative-color);
}
.text-color-data {
  color: var(--text-theme-color-highlight) !important;
}
.dropdown-text-color a {
  color: var(--primary-theme-text-color-1) !important;
}
.dropdown-box-shadow {
  background-color: var(--over-all-background-widget);
  border: 1px solid var(--theme-light-gray-three);
}
.data-table-icon-text-color {
  color: var(--primary-theme-text-color-1);
}
.first-value {
  color: var(--primary-theme-portfolio-color);
}
.second-value {
  color: var(--primary-theme-model-color);
}
.subheading-titlebox-one {
  background-color: var(--primary-theme-portfolio-color);
}
.subheading-titlebox-two {
  background-color: var(--primary-theme-model-color);
}
.portfolio-percent-value {
  background-color: var(--primary-theme-portfolio-color);
}
.proposed-progress-bar {
  background-color: #ffa8a8;
}
.top-return-values-one {
  color: var(--primary-theme-portfolio-color);
}
.top-return-values-two {
  color: var(--primary-theme-model-color);
}
.portfolio-bar-percentage-value {
  color: var(--primary-theme-portfolio-color);
}
.portfolio-bar-value,
.common-blue-bar-value {
  background-color: var(--primary-theme-portfolio-color);
  color: var(--primary-theme-portfolio-color);
}
.common-blue-percentage-value {
  color: var(--primary-theme-portfolio-color);
}
.portfolio-blue-section {
  border: 0.18rem solid;
  border-color: var(--primary-theme-portfolio-color);
}
.portfolio-block-title {
  color: var(--white);
  background-color: var(--primary-theme-portfolio-color);
}
.model-pink-section {
  border: 0.18rem solid;
  border-color: var(--primary-theme-model-color);
}
.model-block-title {
  color: var(--white);
  background-color: var(--primary-theme-model-color);
}
.common-pink-percentage-value {
  color: var(--primary-theme-model-color);
}
.common-pink-bar-value,
.model-bar-value {
  background-color: var(--primary-theme-model-color);
  color: var(--primary-theme-model-color);
}
.model-percent-value {
  background-color: var(--primary-theme-model-color);
}
.instrument-portfolio-block {
  background-color: var(--primary-theme-portfolio-color);
}
.instrument-model-block {
  background-color: var(--secondary-theme-background-5);
}
.common-stock-block {
  background-color: var(--secondary-theme-background-6);
}
.portfolio-bg-risk {
  background-color: var(--primary-theme-portfolio-color);
}
.model-bg-risk {
  border: 0.12rem solid;
  border-color: var(--primary-theme-portfolio-color);
}
.benchmark-bg-returns {
  border: 0.12rem solid;
  border-color: var(--secondary-theme-background-7) !important;
}
.icon-bg {
  background-color: var(--theme-light-gray-four);
}
.table-header-bg:nth-child(odd) {
  background-color: var(--over-all-body-bg-theme);
}
.review-accordian-border {
  background-color: var(--white);
}
.progress-bar-theme-background {
  background: var(--nobel-theme);
}
.widgets-border {
  border: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
}
.secondary-header-theme {
  color: var(--table-theme-text-header) !important;
}
.drop-down-background-theme {
  background-color: var(--over-all-background-widget);
}
.countries-text-theme {
  color: var(--secondary-theme-text-color-1);
}
.countries-percent-theme {
  color: var(--primary-theme-text-color-1) !important;
}
.custodian-label-color .highcharts-label.highcharts-data-label text {
  color: var(--textDark) !important;
  fill: var(--textDark) !important;
}
.primary-theme-data-table {
  color: var(--secondary-theme-text-color-1) !important;
}
.table-theme-background:nth-child(odd) {
  background: var(--over-all-body-bg-theme);
}
.tertiary-border-color {
  border-color: var(--theme-light-gray-three) !important;
}
.theme-border-right {
  border-right: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
}
.background-progressbar {
  background: var(--secondary-theme-background-1);
}
.model-bar-percentage-value {
  color: var(--primary-theme-model-color);
}
.annual-return-border-top {
  border-top: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
}
.primary-fill {
  fill: var(--table-theme-text-data);
}
.activeOne {
  border-top: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
}
.border-bottom-1-px {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
}
.modal-footer {
  border-top: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
}
.add-rule-text {
  color: var(--white) !important;
}
.index-column-text .data-table .index-column {
  border-right: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
}
.form-group-select-text .selected-list .c-list .c-token .c-label {
  color: var(--secondary-theme-text-color-1) !important;
}
.fund-history-tabs .nav-tabs li a.nav-link {
  color: var(--secondary-theme-text-color-1) !important;
}
.primary-client-text-theme {
  color: var(--theme-medium-gray) !important;
}
.border-right-1-px {
  border-right: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
}
.doc-upload-head {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.benchmark-bg-risk {
  background: var(--theme-cyan-blue);
}
.portfolio-bg-returns {
  background: var(--debtSymbol);
}
.model-bg-returns {
  border: 0.12rem solid var(--debtSymbol);
}
.theme-secondary-tab-content {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.transaction-mode-text {
  color: var(--text-theme-color-highlight);
  border-left: 4px solid;
  border-color: var(--text-theme-color-highlight);
}
.transaction-mode:checked + span {
  background-color: var(--text-theme-color-highlight);
  color: var(--white) !important;
}
.border-div {
  border: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
}
.number-column {
  background-color: var(--number-background-theme);
}
.tenure-radio-text {
  border-left: 4px solid;
  border-color: var(--text-theme-color-highlight);
}
.title-color-medium {
  color: var(--table-theme-text-header);
}
.recently-used-container {
  background-color: var(--over-all-body-bg-theme);
}
.instrument-is-selected {
  background-color: var(--number-background-theme);
}
.border-1px-black {
  border: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
}
.form-group .switch {
  background: var(--over-all-background-widget) !important;
}
.options-border-theme {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.product-holding-content .selected-list .c-btn {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: var(--theme-light-gray-three) !important;
}
.deviation-date-border .mydp .selectiongroup {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.form-group-selected-text .selected-list .c-list .c-token {
  color: var(--secondary-theme-text-color-1) !important;
}
.dropdown-bg-default {
  background-color: var(--export-theme-background-icon) !important;
}
.rm-rules-mapping-cancel-btn,
.rm-rules-cancel-btn,
.rm-investment-mandate-cancel-btn,
.rm-mandate-rules-cancel-btn {
  color: var(--table-theme-text-header);
}
.selected-list .c-btn {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: var(--theme-light-gray-three) !important;
}
.cashflow-header-text {
  color: var(--table-theme-text-header);
}
.cashflow-text-data {
  color: var(--secondary-theme-text-color-1);
}
.theme-color {
  color: var(--text-theme-color-highlight);
}
.rules-comp-nav-links-bg {
  background: var(--export-theme-background-icon);
  color: var(--table-theme-text-header) !important;
}
.pop-up-text-secondary {
  color: var(--theme-medium-gray);
}
.instrument-portfolio-block-background {
  background: var(--secondary-theme-background-8) !important;
}
.portfolio-returns-block-background {
  background: var(--secondary-theme-background-9) !important;
}
.background-theme-btn {
  color: var(--var(--theme-light-gray-three));
  background: var(--tableBackground);
}
.conserve-text-position {
  color: var(--primary-theme-text-color-1);
}
.nav-tab-container {
  background-color: var(--theme-white-two) !important;
}
.steps-icon {
  background-color: var(--white);
}
.icon-bg,
.save-icon-bg {
  background-color: var(--text-theme-color-highlight);
}
.radio-checkbox-wrapper,
.options-radio-btn {
  border: 1px solid var(--text-theme-color-highlight);
}
.next-btn:disabled {
  background-color: var(--light-grey);
}
.progress-bar {
  background: var(--text-theme-color-highlight);
}
.edit-btn-icon-wrapper {
  background-color: var(--whitesmoke-color-two);
}
.selected-option-wrapper {
  border: 1px solid #e6e6e6;
}
.circle-icon {
  background-color: var(--text-theme-color-highlight);
}
.summary-checkbox-wrapper input:checked + h6,
.choice-opted {
  color: var(--text-theme-color-highlight);
}
.graphs-colors .highcharts-label.highcharts-data-label text {
  color: var(--theme-medium-gray) !important;
  fill: var(--theme-medium-gray) !important;
}
.return-portfolio {
  color: var(--theme-medium-gray);
}
.geography-value-color-red {
  color: var(--nagative-value-text) !important;
  background: var(--nagative-value-background) !important;
}
.risk-analytics-table.table-container th {
  border-top: 1px solid;
  border-left: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.theme-tab .tab-content {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.status-high-bg {
  background-color: var(--status-high-theme);
}
.status-high {
  color: var(--status-high-text-theme);
}
.status-medium-bg {
  background-color: var(--status-medium-bg-theme);
}
.status-medium {
  color: var(--status-medium-text);
}
.status-grey {
  color: var(--graph-label-theme);
}
.tabs-table-border {
  border: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
}
.prospect-custodian-text {
  color: var(--primary-theme-text-color-1);
}
.theme-name-heading-color {
  color: var(--theme-name-heading);
}
.theme-main-heading-color {
  color: var(--theme-main-heading-color);
}
.section-wrapper {
  background-color: var(--theme-white-2);
}
.link-to-documents {
  color: var(--text-theme-color-highlight);
}
.primary-theme-color ~ input {
  border: 0.06rem solid;
  border-color: var(--theme-light-gray-three) !important;
}
.theme-input-placeholder ~ input::-webkit-input-placeholder {
  color: var(--analytics-lighter-text) !important;
}
.theme-input-placeholder ~ input::-moz-placeholder {
  color: var(--analytics-lighter-text) !important;
}
.theme-input-placeholder ~ input::-ms-input-placeholder {
  color: var(--analytics-lighter-text) !important;
}
.theme-input-placeholder ~ input::placeholder {
  color: var(--analytics-lighter-text) !important;
}
.top-trades-padding svg,
.clients-img-var {
  fill: var(--graph-label-theme);
}
.info-icon-time svg {
  fill: var(--graph-label-theme);
}
.over-all-box-shadow {
  background: var(--over-all-background-widget);
}
.search-container-background .form-control {
  background-color: var(--over-all-background-widget) !important;
}
.comment-section::-webkit-input-placeholder,
.confirm-textarea::-webkit-input-placeholder,
.custom-textarea::-webkit-input-placeholder,
.form-input::-webkit-input-placeholder,
input.placeholder-fix::-webkit-input-placeholder {
  color: var(--theme-light-gray) !important;
}
.comment-section::-moz-placeholder,
.confirm-textarea::-moz-placeholder,
.custom-textarea::-moz-placeholder,
.form-input::-moz-placeholder,
input.placeholder-fix::-moz-placeholder {
  color: var(--theme-light-gray) !important;
}
.comment-section::-ms-input-placeholder,
.confirm-textarea::-ms-input-placeholder,
.custom-textarea::-ms-input-placeholder,
.form-input::-ms-input-placeholder,
input.placeholder-fix::-ms-input-placeholder {
  color: var(--theme-light-gray) !important;
}
.comment-section::placeholder,
.confirm-textarea::placeholder,
.custom-textarea::placeholder,
.form-input::placeholder,
input.placeholder-fix::placeholder {
  color: var(--theme-light-gray) !important;
}
.search-container .form-control {
  color: var(--secondary-theme-text-color-1);
}
.porfolio-search-font .search-icon {
  color: var(--secondary-theme-text-color-1);
}
.left-sidebar {
  background-color: var(--over-all-background-widget);
}
.sidebar-nav li a {
  color: var(--primary-theme-text-color-1);
}
.sidebar {
  background: var(--over-all-background-widget);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.btn-theme-primary-bg {
  background: var(--text-theme-color-highlight) !important;
  color: var(--white) !important;
}
.btn-theme-secondary-border {
  border: 1px solid;
  border-color: var(--text-theme-color-highlight);
  color: var(--text-theme-color-highlight);
}
.btn-theme-secondary-border:hover {
  color: var(--text-theme-color-highlight);
}
.btn-theme-tertiary-transparent-bg {
  border: none !important;
  background: none !important;
  color: var(--over-all-secondary-button-border);
}
.btn-theme-tertiary-transparent-bg:hover {
  color: var(--over-all-secondary-button-border);
}
.client-header-text {
  color: var(--text-theme-color-highlight);
}
.client-theme-tabs.special .nav-tabs li a.nav-link.active::after {
  border-left-color: var(--text-theme-color-highlight) !important;
}
.nav-link-triangle:hover::after {
  border-left-color: var(--text-theme-color-highlight) !important;
}
.portfolio-tabs .nav-link.active {
  border-bottom: 0.095rem solid;
  border-color: var(--text-theme-color-highlight) !important;
}
.nav-tabs .nav-link.active {
  color: var(--text-theme-color-highlight);
}
.form-select-color .c-btn,
.card-header-closed {
  color: var(--secondary-theme-text-color-1) !important;
}
.selected-list .c-btn {
  border: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
  background: var(--over-all-background-widget) !important;
}
.selected-curves-list {
  background: var(--over-all-background-widget) !important;
}
.product-holding-content .selected-list .c-angle-down svg,
.product-holding-content .selected-list .c-angle-up svg {
  fill: var(--primary-theme-text-color-1);
}
.multiselector-dropdown .cuppa-dropdown .dropdown-list .list-area,
.product-holding-content .cuppa-dropdown .dropdown-list .list-area {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
  background: var(--over-all-background-widget);
}
.multiselector-dropdown .pure-checkbox input[type=checkbox] + label,
.product-holding-content .pure-checkbox input[type=checkbox] + label {
  color: var(--primary-theme-text-color-1);
}
.product-holding-content .cuppa-dropdown .dropdown-list .arrow-down,
.multiselector-dropdown .cuppa-dropdown .dropdown-list .arrow-up,
.product-holding-content .cuppa-dropdown .dropdown-list .arrow-up {
  border-bottom: 15px solid;
  border-bottom-color: var(--over-all-background-widget) !important;
}
.multiselector-dropdown .cuppa-dropdown .dropdown-list .arrow-2,
.product-holding-content .cuppa-dropdown .dropdown-list .arrow-2 {
  border-bottom: 15px solid !important;
  border-bottom-color: var(--theme-light-gray-three) !important;
}
.product-holding-content .cuppa-dropdown .dropdown-list .list-area .select-all {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.multiselector-dropdown .cuppa-dropdown .dropdown-list .list-area .list-filter,
.product-holding-content .cuppa-dropdown .dropdown-list .list-area .list-filter {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.multiselector-dropdown .cuppa-dropdown .dropdown-list .list-area .list-filter input,
.product-holding-content .cuppa-dropdown .dropdown-list .list-area .list-filter .c-input,
.product-holding-content .cuppa-dropdown .dropdown-list .list-area .list-filter input {
  color: var(--primary-theme-text-color-1);
}
.multiselector-dropdown .cuppa-dropdown .dropdown-list .list-area .list-filter .c-search svg,
.custom-multiselect li label,
.product-holding-content .cuppa-dropdown .dropdown-list .list-area .list-filter .c-search svg {
  fill: var(--primary-theme-text-color-1);
  color: var(--primary-theme-text-color-1);
}
.product-holding-content .cuppa-dropdown .dropdown-list .list-area .list-filter .form-control:focus {
  background: none;
  border: none !important;
}
.form-control-text {
  color: var(--secondary-theme-text-color-1) !important;
}
.multiselector-dropdown .selected-list .c-angle-down svg,
.multiselector-dropdown .selected-list .c-angle-up svg {
  fill: var(--primary-theme-text-color-1);
}
.date-picker-report-content {
  background: var(--over-all-background-widget);
}
.dropdown-box-shadow .dropdown-menu {
  border: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
}
.dropdown-box-shadow .drop-down-background {
  background: var(--over-all-background-widget);
}
.sort-select-text .dropdown-menu a {
  color: var(--primary-theme-text-color-1) !important;
}
.sidebar-nav li a:hover {
  background-color: var(--text-theme-color-highlight);
  color: var(--white) !important;
}
.sidebar-nav li a.active {
  color: var(--text-theme-color-highlight) !important;
}
.dropdown-text-color a:hover {
  color: var(--text-theme-color-highlight) !important;
}
.overall-graph-text .highcharts-axis-labels text,
.overall-graph-text .highcharts-range-selector-buttons text {
  color: var(--graph-label-theme) !important;
  fill: var(--graph-label-theme) !important;
}
.sort-by-analytics .dropdown-menu li a.active {
  color: var(--text-theme-color-highlight) !important;
}
.filter-box-shadow .dropdown-menu {
  background: var(--over-all-background-widget);
}
.table-heading {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.main-col-wrapper {
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.custom-switch-text {
  color: var(--secondary-theme-text-color-1);
}
.custom-checkbox-item:checked + span {
  color: var(--text-theme-color-highlight);
  background-color: var(--number-background-theme);
}
.sort-by-client {
  background: var(--over-all-background-widget);
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.filter-margin,
.data-table-filter-button-icon .filter-icon,
.column-selector-btn-content svg {
  fill: var(--primary-theme-text-color-1);
  color: var(--primary-theme-text-color-1);
}
.svg-sm-icon .phone-icon .white-fill-black-theme {
  fill: var(--primary-theme-text-color-1);
  color: var(--primary-theme-text-color-1);
}
.data-table-pagination .previous-icon:not([disabled])::after,
.data-table-pagination .next-icon:not([disabled])::after {
  border-color: var(--theme-light-gray-three) !important;
}
.doc-upload-progress .progress .progress-bar {
  background-color: var(--theme-maya-blue) !important;
}
.doc-upload-progress.error .progress .progress-bar {
  background-color: var(--nagative-value-text) !important;
}
.doc-data-table .original-table .data-table {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.doc-data-table .original-table .data-table th {
  color: var(--table-theme-text-header);
}
.table-main-text {
  color: var(--secondary-theme-text-color-1) !important;
}
.doc-data-table .original-table table thead {
  background-color: var(--white) !important;
}
.doc-data-table .original-table table tbody:nth-child(odd) {
  background-color: var(--white) !important;
}
.doc-data-table .original-table table tbody:nth-child(even) {
  background-color: var(--theme-white-2) !important;
}
.error-text {
  color: var(--nagative-value-text);
}
.header .notification-ico .noti-alert {
  background: var(--theme-red);
}
.header .filter-details .topic-filter {
  color: var(--graph-label-theme);
}
.drop-hr {
  border-top: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.search-field {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.mydp .selection::-ms-input-placeholder,
.mydrp .selection::-ms-input-placeholder,
.search-field:-ms-input-placeholder,
.search-field::-ms-input-placeholder,
.search-field::-webkit-input-placeholder {
  color: var(--primary-theme-text-color-1);
}
.mydp .selection::placeholder,
.mydrp .selection::placeholder,
.search-field:-ms-input-placeholder,
.search-field::placeholder,
.search-field::-webkit-input-placeholder {
  color: var(--primary-theme-text-color-1);
}
ul.history li .active-detail.green::before {
  background: var(--theme-green);
}
.header {
  background: var(--over-all-background-widget);
}
.table-border-bottom {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.energy-wrapper,
.envoirnmental-wrapper,
.ftr-data-table {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
@media (min-width: 768px) {
  .divider,
.total-value-wrapper {
    border-right: 1px solid;
    border-color: var(--theme-light-gray-three);
  }
}
.container-radio-currency,
.container-radio-period,
.container-checkbox {
  color: var(--primary-theme-text-color-1);
}
.deviation-graph-label .highcharts-container .highcharts-axis-labels text,
.deviation-graph-label .highcharts-container .highcharts-axis-labels tspan,
.deviation-graph-label .highcharts-container .highcharts-yaxis tspan {
  color: var(--theme-medium-gray) !important;
  fill: var(--theme-medium-gray) !important;
}
.onboarding-chevron .fa-chevron-down,
.onboarding-chevron .fa-chevron-up {
  color: var(--primary-theme-text-color-1);
}
.step-form-container .selected-list .c-list .c-token {
  background: var(--text-theme-color-highlight) !important;
  border-radius: 20px;
  color: var(--white) !important;
  padding: 4px 22px 4px 8px !important;
}
.fc-button-primary:disabled {
  background-color: var(--text-theme-color-highlight) !important;
  border-color: var(--text-theme-color-highlight) !important;
}
.fc-button-primary {
  background-color: var(--text-theme-color-highlight) !important;
  border-color: var(--text-theme-color-highlight) !important;
}
.fa-edit:before,
.fa-trash,
.fa-unlock-alt,
.fa-pencil-square-o:before {
  color: var(--text-theme-color-highlight) !important;
}
.add-client-var {
  fill: var(--white);
  stroke: var(--white);
}
.add-doc-var {
  fill: var(--text-theme-color-highlight);
  stroke: var(--text-theme-color-highlight);
}
.fa-trash-alt,
.fa-eye,
.fa-edit,
.file-upload,
.fa-copy,
.fill-color,
.fa-info,
.icon-theme-var {
  fill: var(--text-theme-color-highlight);
}
.icon-theme-stroke,
.stroke-color {
  stroke: var(--text-theme-color-highlight);
}
.cross-icon-theme-stroke {
  stroke: var(--primary-theme-text-color-1);
}
.due-theme-color {
  fill: var(--text-theme-color-highlight);
  stroke: var(--text-theme-color-highlight);
}
.icon-theme-var-bg {
  fill: var(--white);
}
.icon-theme-var-bg path {
  fill: var(--text-theme-color-highlight);
}
.oms-icon-fill-var {
  fill: var(--text-theme-color-highlight);
}
.oms-icon-stroke-var {
  fill: var(--text-theme-color-highlight);
  stroke: var(--text-theme-color-highlight);
}
.energy-icon,
.largecap-icon,
.lowrisk-icon {
  background-color: var(--text-theme-color-highlight);
}
.gray-icon-var {
  fill: var(--theme-light-Gray-Two);
}
.gray-icon-var-color {
  fill: var(--theme-light-Gray-Two);
  stroke: var(--theme-light-Gray-Two);
}
.input-border-bottom {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.code-wrapper {
  background-color: var(--over-all-body-bg-theme);
}
.details-heading,
.details-value {
  color: var(--theme-light-grey);
}
.advisor-details {
  color: var(--themeRoyalBlue);
}
.advisor-details-wrapper {
  background-color: var(--themeLightestGrey);
}
.section-header-wrapper {
  border-bottom: 0.063rem solid;
  border-color: var(--theme-light-gray-three);
}
.tick-wrapper {
  background-color: var(--primary-theme-positive-color);
}
.assessment-date {
  color: var(--themeLightSilver);
}
.investor-type-section {
  background-color: var(--themeOffWhite);
}
.investor-section-border {
  border: 0.063rem solid rgba(0, 0, 0, 0.05);
}
.img-block {
  border-bottom: 0.063rem solid var(--themeLightGrey);
}
.red-block {
  background-color: var(--themeDarkRed);
}
.my-profile-side-list li {
  color: var(--themeDullGrey);
}
.my-profile-side-list .active-list::before {
  background-color: var(--themeRoyalDenim);
}
.gradient-backgorund-btn {
  color: var(--white);
  background: var(--text-theme-color-highlight) !important;
}
.view-less-btn:focus,
.view-less-btn {
  color: var(--white);
  background: var(--text-theme-color-highlight);
}
.view-less-btn:hover {
  background: var(--text-theme-color-highlight);
}
.view-less-btn:active {
  color: var(--white) !important;
  background: var(--text-theme-color-highlight) !important;
}
.profile-progress-bar li::before {
  background-color: var(--themeBrightYellow);
}
.profile-progress-bar li::after {
  border: 0.063rem dashed var(--themeLightGrey);
}
.profile-progress-bar li.active-profile::before {
  color: var(--white);
}
.profile-progress-bar li.active-profile::before {
  background-color: var(--themeLimeGreen);
}
@media (min-width: 768px) {
  .img-block {
    border-right: 1px solid var(--themeLightGrey);
    border-bottom: 0;
  }
}
.document-pending-icon {
  background-color: var(--yellow-border-theme);
}
.document-uploaded-icon {
  background-color: var(--theme-soft-green);
}
.document-rejected-icon {
  background-color: var(--theme-soft-red-2);
}
.status-text {
  color: var(--theme-empress);
}
.theme-document-subheading {
  background-color: var(--over-all-body-bg-theme);
}
.theme-sub-details {
  color: var(--primary-theme-text-color-1);
}
.custom-pills-wrapper {
  border-bottom: 0.063rem solid;
  border-color: var(--theme-light-gray-three);
}
.action-btn-bg:focus {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
}
.upload-success-icon-wrapper {
  border: 0.063rem solid var(--themeLimeGreen);
}
.upload-doc-section-wrapper {
  background-color: var(--white);
  border: 1px dashed;
  border-color: var(--theme-light-gray-three);
}
.browse-btn {
  border: 0.063rem solid var(--themeRoyalBlue);
  color: var(--themeRoyalBlue) !important;
}
.upload-progress-bar {
  background-color: var(--themeDarkNavyBlue);
}
.upload-section-wrapper {
  background-color: var(--white);
}
.active-client-bg {
  background-color: var(--number-background-theme);
}
.onboarding-details-background {
  border: 0.063rem solid;
  border-color: var(--theme-light-gray-three);
  background-color: var(--over-all-body-bg-theme);
}
.name-initials-wrapper {
  background-color: var(--number-background-theme);
}
.name-initials-wrapper span {
  color: var(--secondary-theme-text-color-1);
}
.onboarding-names {
  color: var(--theme-light-grey);
}
.onboarding-details-bg {
  background-color: var(--over-all-body-bg-theme);
}
.non-active-client-wrapper {
  background-color: var(--over-all-body-bg-theme);
}
.non-active-client-wrapper span {
  color: var(--themeCharcoalBlack);
}
.active-client-initials-bg {
  background-color: var(--text-theme-color-highlight);
}
.active-client-initials-bg span {
  color: var(--white);
}
.client-info-wrapper {
  background-color: var(--over-all-body-bg-theme);
}
.active-pill::after {
  background-color: var(--text-theme-color-highlight);
}
.table-wrapper {
  border: 0.063rem solid;
  border-color: var(--theme-light-gray-three);
}
.table-right-border {
  border-bottom: 0.063rem solid;
  border-color: var(--theme-light-gray-three);
  border-right: 0;
}
@media (min-width: 768px) {
  .table-right-border {
    border-right: 0.063rem solid;
    border-color: var(--theme-light-gray-three);
    border-bottom: 0;
  }
}
.section-border-bottom {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.theme-card-section {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.theme-select-option {
  color: var(--white);
  background-color: var(--theme-soft-green);
}
.theme-non-select-option {
  color: var(--white);
  background-color: var(--text-theme-color-highlight);
}
.specific-risk-profile {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.option-checked {
  background-color: var(--white);
}
.confirmation-btn {
  color: var(--white) !important;
  background-color: var(--tab-heading-font-color) !important;
}
.confirmation-btn:hover {
  color: var(--white) !important;
  background-color: var(--tab-heading-font-color) !important;
}
.confirmation-btn:active {
  color: var(--white) !important;
  background-color: var(--tab-heading-font-color) !important;
}
.section-edit {
  background-color: var(--tableBackground);
}
.custom-radio-btn label::before {
  border: 2px solid;
  border-color: var(--theme-nobel);
}
.custom-radio-btn label::after {
  background-color: rgba(66, 142, 255, 0);
}
.custom-radio-btn input[type=radio]:checked + label::after {
  background-color: var(--text-theme-color-highlight);
}
.custom-radio-btn input[type=radio]:checked ~ label ~ h6,
.custom-radio-btn input[type=radio]:checked ~ label {
  color: var(--dodger-blue);
}
.graph-wrapper-section {
  border: 1px solid;
  border-color: var(--dodger-blue);
}
.btn-small-icon {
  color: var(--text-theme-color-highlight);
}
.btn-small-icon:hover {
  color: var(--text-theme-color-highlight);
}
.columbia-blue-theme-var {
  fill: var(--columbiaBlue);
}
.alice-blue-light-theme {
  fill: var(--alicebluelight);
}
.theme-quaternary-light {
  fill: var(--themeQuaternaryLight);
}
.theme-secondary-light {
  fill: var(--themeSecondaryLight);
}
.theme-tertiary-light {
  fill: var(--themeTertiaryLight);
}
.tab-hover-bg {
  fill: var(--tabHoverBg);
}
.tab-hover-color {
  fill: var(--tabHoverColor);
}
.tab-bg {
  fill: var(--tabBg);
}
.footer-bg-var {
  fill: var(--footerBg);
}
.graph-theme-border-right {
  border-right: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
}
.search-bar-input {
  background: var(--whitesmoke-color-two);
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.search-results-main-container {
  background: var(--over-all-background-widget);
  border: 1px solid rgba(232, 232, 232, 0.5);
  box-shadow: 0 0 5px rgba(206, 206, 206, 0.35);
}
.search-result .box-header-title {
  color: var(--primary-theme-text-color-1);
}
.section-header-title {
  color: var(--primary-theme-text-color-1);
}
.oms-modal-close-icon {
  color: var(--secondary-theme-text-color-1);
}
.oms-main-container .theme-input {
  color: var(--primary-theme-text-color-1) !important;
}
.ins-request-success-title {
  color: var(--themenightRider);
}
.ins-request-success-subtitle {
  color: var(--eclipse-theme-2);
}
.oms-popup-back {
  color: var(--secondary-theme-text-color-1);
}
.oms-wrapper {
  background-color: var(--themeLightestGrey) !important;
}
.page-header-title {
  color: var(--primary-theme-text-color-1) !important;
}
.box {
  background: var(--over-all-background-widget);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.inner-box {
  background: var(--over-all-body-bg-theme);
}
.order-details .detail-value {
  color: var(--secondary-header-theme);
}
.detail-value {
  color: var(--eclipse-theme-2);
}
.oms-list-box {
  background: var(--over-all-background-widget);
  box-shadow: 0 0 13px rgba(224, 224, 224, 0.62);
}
.main-filter-container {
  background: var(--over-all-body-bg-theme);
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.filter-icon-container {
  background-color: var(--export-theme-background-icon);
}
.filter-icon-container:hover {
  background-color: var(--tableBackground);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.acknowledge-list:hover {
  background: var(--export-theme-background-icon);
}
.acknowledge-list {
  background-color: var(--over-all-background-widget);
  color: var(--primary-theme-text-color-1);
}
.single-list-item.false {
  background: var(--over-all-body-bg-theme);
}
.fees-list-container {
  background-color: var(--white);
}
.oms-doc-upload {
  background: var(--export-theme-background-icon);
}
.confirm-doc-upload {
  background: var(--over-all-body-bg-theme);
}
.oms-doc-upload .doc-name {
  color: var(--theme-dark-brown-black);
}
.details-status-main-box {
  box-shadow: 0 0 13px rgba(224, 224, 224, 0.62);
  background-color: var(--over-all-background-widget);
}
.status-action {
  color: var(--secondary-theme-text-color-1);
}
.status-type-name {
  color: var(--secondary-theme-text-color-1);
}
.status-label {
  color: var(--nobel-theme-2);
}
.attachment-container {
  background: var(--white);
  box-shadow: 0 4px 4px rgba(224, 224, 224, 0.25);
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.oms-textarea:focus {
  border: 1px solid !important;
  border-color: var(--text-theme-color-highlight) !important;
}
.oms-wrapper {
  background-color: var(--over-all-body-bg-theme) !important;
}
.filter-icon-container-bg {
  background-color: var(--white);
}
.client-text-negative {
  color: var(--theme-soft-red-2);
}
.theme-table-border {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.theme-table-bg {
  background-color: var(--number-background-theme);
}
.progress-bar-divider {
  border-right: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
}
.theme-table-border-right {
  border: none;
}
.green-block {
  background-color: var(--theme-parrot-green);
}
.grey-block {
  background-color: var(--theme-dull-grey);
}
.dark-red-block {
  background-color: var(--theme-blood-red);
}
.light-green-block {
  background-color: var(--theme-green-cream);
}
.weight-bar-bg-color {
  background-color: var(--theme-light-gray-three) !important;
}
@media (min-width: 768px) {
  .theme-table-border-right {
    border-right: 1px solid;
    border-color: var(--theme-light-gray-three) !important;
  }
}
.btn-small-icon {
  color: var(--text-theme-color-highlight);
}
.btn-small-icon:hover {
  color: var(--text-theme-color-highlight);
}
.columbia-blue-theme-var {
  fill: var(--columbiaBlue);
}
.alice-blue-light-theme {
  fill: var(--alicebluelight);
}
.theme-quaternary-light {
  fill: var(--themeQuaternaryLight);
}
.theme-secondary-light {
  fill: var(--themeSecondaryLight);
}
.theme-tertiary-light {
  fill: var(--themeTertiaryLight);
}
.tab-hover-bg {
  fill: var(--tabHoverBg);
}
.tab-hover-color {
  fill: var(--tabHoverColor);
}
.tab-bg {
  fill: var(--tabBg);
}
.footer-bg-var {
  fill: var(--footerBg);
}
.graph-theme-border-right {
  border-right: 1px solid;
  border-color: var(--theme-light-gray-three) !important;
}
.auth-link-theme {
  color: var(--text-theme-color-highlight) !important;
  border-bottom: 0.5px solid;
  border-color: var(--text-theme-color-highlight);
}
.form-input-border {
  border: 1px solid;
  border-color: var(--footerTextColor) !important;
}
.form-group .form-input-border:focus {
  border: 1px solid !important;
  border-color: var(--footerTextColor) !important;
}
.status-type-name-container::before {
  background-color: var(--geography-theme-text-color);
}
.irr-attribution-container .selected-list .c-list .c-token .c-remove svg {
  fill: var(--text-theme-color-highlight) !important;
}
.irr-attribution-container .selected-list .c-list .c-token {
  background-color: var(--white) !important;
}
.details-status-main-box.show-details-status .oms-modal-header {
  background-color: var(--over-all-background-widget);
}
.details-status-main-box.new-show-details-status .oms-modal-header {
  background-color: var(--over-all-background-widget);
}
.form-label-theme {
  color: var(--primary-theme-text-color-1);
}
.theme-card-border-right {
  border-right: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.mydp .selection {
  color: var(--secondary-theme-text-color-1) !important;
}
.form-label {
  color: var(--primary-theme-text-color-1);
}
.breached-status-text {
  color: var(--theme-empress);
}
.breached-background-content {
  background: var(--fund-tabs-text-two);
}
.disabled-color:disabled svg {
  fill: var(--theme-light-gray-three);
}
.action-disabled-color svg {
  stroke: var(--text-theme-color-highlight);
}
.form-label-font,
.upload-box {
  color: var(--secondary-theme-text-color-1);
}
.risk-table-container th {
  color: var(--table-theme-text-header);
}
.risk-table-container td {
  color: var(--secondary-theme-text-color-1) !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: transparent;
}
.form-control {
  background-color: transparent !important;
}
.scheduled-drop-down {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.btn-primary {
  background-color: var(--text-theme-color-highlight);
}
.modal-content {
  background-color: var(--over-all-background-widget) !important;
}
.modal-header,
.modal-footer {
  border-color: var(--theme-light-gray-three);
}
.modal-header .close,
.modal-title {
  color: var(--secondary-theme-text-color-1) !important;
}
.mfa-section-head {
  color: var(--primary-theme-text-color-1);
}
.digital-signature-table-wrapper .dropdown-list .list-area,
.risk-table-container .dropdown-list .list-area,
.form-group .dropdown-list .list-area {
  background: var(--over-all-background-widget);
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.custom-service-text .dropdown-list .arrow-down {
  border-bottom: 15px solid var(--over-all-background-widget);
}
.custom-service-text .dropdown-list .arrow-2 {
  border-bottom: 15px solid var(--theme-light-gray-three) !important;
}
.custom-table-dropdown .dropdown-list .list-area {
  background: var(--over-all-background-widget);
}
.digital-signature-table-wrapper .cuppa-dropdown .dropdown-list .arrow-up,
.risk-table-container .cuppa-dropdown .dropdown-list .arrow-up,
.table-select-option .cuppa-dropdown .dropdown-list .arrow-up,
.multiselector-dropdown .cuppa-dropdown .dropdown-list .arrow-up,
.custom-table-dropdown .cuppa-dropdown .dropdown-list .arrow-up {
  border-bottom: 15px solid;
  border-bottom-color: var(--over-all-background-widget);
}
.digital-signature-table-wrapper .cuppa-dropdown .dropdown-list .arrow-down,
.risk-table-container .cuppa-dropdown .dropdown-list .arrow-down,
.table-select-option .cuppa-dropdown .dropdown-list .arrow-down,
.multiselector-dropdown .cuppa-dropdown .dropdown-list .arrow-down,
.custom-table-dropdown .cuppa-dropdown .dropdown-list .arrow-down {
  border-bottom: 15px solid;
  border-bottom-color: var(--over-all-background-widget);
}
.digital-signature-table-wrapper .cuppa-dropdown .dropdown-list .arrow-2,
.risk-table-container .cuppa-dropdown .dropdown-list .arrow-2,
.table-select-option .cuppa-dropdown .dropdown-list .arrow-2,
.multiselector-dropdown .cuppa-dropdown .dropdown-list .arrow-2,
.custom-table-dropdown .cuppa-dropdown .dropdown-list .arrow-2 {
  border-bottom: 15px solid;
  border-bottom-color: var(--theme-light-gray-three) !important;
}
.popup-date-custom .mydp .selection {
  background: var(--over-all-background-widget);
}
.popup-date-custom .mydp .btnpicker {
  background: var(--over-all-background-widget);
}
.table-select-option .table-container .list-area {
  background: var(--over-all-background-widget);
}
.selected-list .c-list .c-token .c-remove svg {
  fill: var(--white) !important;
}
.q-tree-container .q-tree .q-row {
  background: var(--over-all-background-widget) !important;
}
.select-drop-down-border .list-area,
.input-field-margin-row .q-row .q-control-size .q-field-control,
.input-field-margin-row .q-tree-container .q-tree .q-row {
  background: var(--over-all-background-widget);
}
.date-picker-bg-theme .mydp .btnpicker,
.date-picker-bg-theme .mydp .selection {
  background: var(--over-all-background-widget);
}
.goal-setting-date-picker .mydp .btnpicker {
  background: var(--over-all-background-widget) !important;
}
.input-field-margin-row .q-row .q-control-size .q-field-control {
  color: var(--secondary-theme-text-color-1);
}
.input-field-margin .list-area,
.input-field-margin .q-field-control,
.input-field-margin .q-rule {
  border: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
}
.input-field-margin .list-filter {
  border-bottom: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
}
.create-multi-select .arrow-down,
.create-multi-select .arrow-up {
  border-bottom: 15px solid !important;
  border-bottom-color: var(--over-all-background-widget) !important;
}
.web-phone-img {
  fill: var(--secondary-theme-text-color-1);
  stroke: var(--secondary-theme-text-color-1);
}
.svg-color-var {
  fill: var(--graph-label-theme);
}
.custom-heading-dark-table .data-table {
  border: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.custom-heading-dark-table .selected-list .countplaceholder {
  right: 28px !important;
}
.question-risk-input:focus {
  border: 1px solid !important;
  border-color: var(--theme-light-gray-three) !important;
}
.details-text-theme {
  color: var(--text-theme-color-highlight);
}
.row-breach-border {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.accept-var-theme {
  fill: var(--theme-soft-green);
}
.reject-theme-var {
  fill: var(--theme-soft-red-2);
}
.time-link-color .btn-link {
  color: var(--text-theme-color-highlight);
}
.phone-call-menu ul li:hover {
  background: var(--number-background-theme);
  color: var(--secondary-header-theme) !important;
}
.transition-color-var {
  fill: var(--white);
}
.confirm-border-bottom {
  border-bottom: 1px solid;
  border-color: var(--theme-light-gray-three);
}
.attach-theme-var {
  fill: var(--primary-theme-text-color-1);
}
.filter-icon-confirm-attach {
  background: var(--over-all-body-bg-theme) !important;
}
.edit-due-theme {
  fill: var(--secondary-theme-text-color-1);
}
.bankdetails-model .card-header-arrow .card .card-header .btn.btn-link {
  background: var(--text-theme-color-highlight);
}
.top-bottom-analysis .slider-toggle,
.profit-sharing-content .slider-toggle,
.transaction-content .slider-toggle,
.management-content .slider-toggle {
  background-color: var(--number-background-theme) !important;
}
.map-pricing-section input:checked + .slider-toggle {
  background-color: var(--theme-light-Gray-Two) !important;
}
.map-pricing-section .slider-toggle {
  background-color: var(--number-background-theme) !important;
}
